summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove files no longer part of the gcc_3_2_anoncvs_20021009 libstdc++.obrien2002-11-271-1/+1
| | | | Approved by: re(jhb)
* Remove our custom mixed ELF/a.out support. This means the base compilerobrien2002-11-261-7/+1
| | | | | | | | now only produce ELF objects. It also makes us closer to stock GCC, and simplifies the set of changes we still need from stock GCC on every import. Applauded by: peter Approved by: re
* Catch up with The Great Perl Script Rewrite.ru2002-11-181-1/+1
|
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.ru2002-11-185-874/+0
| | | | | | This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-131-1/+3
|
* Bootstrapping aid for 4.0-RELEASE.ru2002-11-131-0/+3
|
* Better emulate the FSF build for Sparc64.obrien2002-11-061-0/+1
|
* Build Objective-C runtime support library with thr-posix.c.kan2002-10-301-1/+1
| | | | | Submitted by: davidc Requested by: obrien
* bsd.doc.mk changes:ru2002-10-291-4/+1
| | | | | | | | | | | | | | | Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
* Don't dump core if none of the directories in /etc/manpath.config exist.kris2002-10-271-0/+3
| | | | Submitted by: terry
* A version of SGR disabling stuff that is believed to be safe.ru2002-10-241-8/+1
| | | | Submitted by: Werner LEMBERG <wl@gnu.org>
* Remove the hack to build groff statically on alpha, now that the rtldgallatin2002-10-231-6/+0
| | | | | | | | has been extended to grok binaries with only one PLT_LOAD segment An UPDATING entry about this is pending review.. Approved by: ru
* A crude temporary hack to fix building of ms(7) formatted documentsru2002-10-231-1/+8
| | | | while I am working on a real fix.
* Add support for sparc64 kernel debugging.mp2002-10-211-5/+64
| | | | Submitted by: tmm
* Grammar nits.ru2002-10-211-2/+2
| | | | Submitted by: Ken Stailey <kstailey@speakeasy.net>
* Make static in our normal manner.obrien2002-10-211-1/+1
| | | | Submitted by: bde
* Unbreak Alpha world.obrien2002-10-211-0/+6
| | | | | | | | | We are seeing "/usr/libexec/ld-elf.so.1: groff: too few PT_LOAD segments", however it appears that there really is only one PT_LOAD segment in the groff binary. It is unclear if `rtld' or `ld' is at fault here -- but using an RELENG_4 `ld' binary allows one to build a working dynamic groff binary. Submitted by: gallatin
* GDB 5.2.1 doesn't build on sparc64 right now.obrien2002-10-201-2/+1
|
* We HAVE_STPCPY now.obrien2002-10-2016-30/+29
|
* Revert last delta. SGR support in grotty(1) is disabled system-wideru2002-10-181-1/+1
| | | | in /usr/share/tmac/troffrc pending the issue resolution on -arch.
* Take a guess at what WARNS level will make this compile on ia64.obrien2002-10-141-1/+1
|
* Oops, missed that in rev. 1.35.ru2002-10-131-1/+0
| | | | Spotted by: make release
* Support FreeBSD versions starting from 4.0-RELEASE.ru2002-10-131-0/+10
| | | | Reminded by: imp
* Prevent stack-smashing buffer overflows in -D and -r options by usingkris2002-10-132-6/+10
| | | | | | | buffer-safe string functions. The rest of the code is still probably unsafe. MFC after: 1 week
* Remove dependency on version.in for version information.mp2002-10-121-2/+3
| | | | Submitted by: obrien
* Disallow libdialog to be used in setugid applications; it is chock fullkris2002-10-121-0/+8
| | | | | | of buffer overflows. MFC after: 3 days
* Fix function parameter lists to be correct and eliminate compiler warnings.mp2002-10-121-3/+4
|
* Update for 2.13 10-Oct-2002 import.obrien2002-10-121-1/+10
|
* Update for 2.13 10-Oct-2002 import.obrien2002-10-121-1/+10
|
* Shut up GCC, don't shadow Version 6 standard functions.obrien2002-10-126-6/+6
|
* Talk about punting and not going to any trouble to DTRT:obrien2002-10-126-1/+12
| | | | | | | | | | contrib/binutils/include/getopt.h /* Many other libraries have conflicting prototypes for getopt, with differences in the consts, in stdlib.h. To avoid compilation errors, only prototype getopt for the GNU C library. */ so manually define HAVE_DECL_GETOPT since configure doesn't offer any way to set it... and its unistd.h not stdlib.h dang it.
* Seems the warnings Binutils 2.13 grew now makes it impossible for WARNS != 0obrien2002-10-121-1/+2
| | | | all 64-bit machines.
* The 2.13-almost.1 import was done on 10/10, not 11/10.obrien2002-10-123-6/+6
|
* Update for 2.13 10-Oct-2002 import.obrien2002-10-121-476/+696
|
* GDB plays nice with Binutils again.obrien2002-10-111-1/+0
|
* Use the new FreeBSD vectors from Binutils 2.13.1.obrien2002-10-112-2/+2
|
* Binutils 2.13 grew some warnings that make WARNS != 0 now impossible onobrien2002-10-111-1/+1
| | | | sparc64.
* Turn off GDB for now. It and the new binutils just aren't agreeing on ourobrien2002-10-111-0/+1
| | | | binary format.
* New Russian hyphenation patterns from the teTeX distribution.ru2002-10-112-4834/+1
| | | | Use the new .hpfa request to append them to English patterns.
* This commit was generated by cvs2svn to compensate for changes in r104895,ru2002-10-111-0/+3893
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Russian hyphenation patterns from teTeX.ru2002-10-111-0/+3893
|
* koi8-r was repo-copied to ru.KOI8-R by joe@.ru2002-10-113-138/+2
|
* Sync with 2.13. Reduce forking by using multiple sed expressions ratherobrien2002-10-111-4/+6
| | | | | | | | than piping thru tr(1). Also prefer case over for+test, as case will handle regex's nicely. Note we can't exactly follow the real 2.13 genscripts.sh as we wind up with multiple "'s in search paths. It is too late tonight to track down why.
* witch over to the new FreeBSD bfd vec and emulationobrien2002-10-112-5/+5
|
* Switch over to the new FreeBSD emulation and bfd vecobrien2002-10-112-5/+5
|
* Groff 1.18.1 comes in with ANSI color support, enabled by default.ru2002-10-111-1/+1
| | | | | | | | | | | | | | In "nroff" mode, italic font renders as an underlined text, which makes it indistinguishable from the bold text on color monitors (cons25 terminal type), yet it requires the less(1)'s -R option. (Refer to the new grotty(1) manpage for details.) So turn off the color support for now (when generating catpages), until we figure out what do we do with this new feature. I have a patch for grotty(1) that tells it to use the "reverse video" attribute to render the italic font. Once this is accepted, we can turn color support back on (if there won't be any objections from the community).
* Upgrade to Groff 1.18.1.ru2002-10-1113-58/+206
|
* Yesterday was the 10th month of the year, not the 11st.obrien2002-10-111-2/+2
|
* *sigh* The GNU folks want to layer and abstract yet another standard API.obrien2002-10-111-2/+6
| | | | | This time remove the xregex redirection and just directly use their own gnuregex.
* Really update for 2.13 10-Oct-2002 import. (this time for sure Rocky)obrien2002-10-113-3/+27
|
OpenPOWER on IntegriCloud