summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update for 2.13 10-Oct-2002 import.obrien2002-10-119-260/+603
|
* Update for 2.13 10-Oct-2002 import - Identify the version correctlyobrien2002-10-111-2/+4
|
* Don't do WARNS setting here.obrien2002-10-111-2/+0
|
* Add multilib_options variable definition.kan2002-10-101-0/+1
| | | | Approved by: obrien
* Print the OS name in the right place in the document title.ru2002-10-093-0/+3
|
* Added bzip2 variants to the NAME section.ru2002-10-071-4/+9
| | | | | Added missing break. Remove the statement that -J requires zlib(3).
* Allow -J to simultaneously do non-bzip2 grepping.obrien2002-10-061-10/+32
| | | | | | Don't allow -J and -Z together. Partially submitted by: knu
* choosen -> chosendd2002-10-011-1/+1
| | | | | PR: 42962 Submitted by: Scott D Friedemann <sdf@expertune.com>
* Pass our idea of a manpage's locale from man(1) down to mdoc(7).ru2002-09-302-5/+16
|
* French -mdoc localization.ru2002-09-303-3/+143
| | | | | Submitted by: gioria Reviewed by: blackend, ru
* libusb -> libusbhid did not reach here.ru2002-09-302-2/+2
|
* FreeBSD 4.6, 4.6.2, 4.7 and 4.8 are now officially supported in -mdoc.ru2002-09-301-6/+0
|
* Zap now-unused SHLIB_MINORpeter2002-09-286-6/+0
|
* Avoid linting GNU contrib'ed stuff, even if the build engineer askedmarkm2002-09-254-0/+13
| | | | for it (via WANT_LINT). It's Just Too Noisy.
* There is need to have a special BINUTIL_ARCH when we can use our moreobrien2002-09-223-18/+9
| | | | common place TARGET_ARCH.
* gdb now builds on sparc64.obrien2002-09-191-1/+3
|
* Fix GNU coding violations.obrien2002-09-182-2/+2
|
* Stop using 3 distinct and far varied coding styles in a single file.obrien2002-09-181-280/+277
| | | | Pretend to actually adhere to the GNU coding standards.
* Re-axe.bde2002-09-171-31/+0
|
* Make `as' compile before it is axed. It still uses the archaic BSDbde2002-09-171-0/+2
| | | | | | | | | | | interface setbuffer(), and emulates setbuffer() on USG systems using a #define of setbuffer() in terms of setvbuf(). The #define is correctly ifdefed in some places but was not correctly ifdefed here -- i.e., BSD was essentially configured as USG here. This became fatal when <stdio.h> was de-__P(())ified without testing. This file gets included before <stdio.h>, so the #define now affects (and breaks) `setbuffer<left parentheses>' in <stdio.h> where it didn't affect `setbuffer<whitespace>'.
OpenPOWER on IntegriCloud