summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* $Revision$ -> $FreeBSD$peter1999-09-062-2/+2
|
* Fix problem with manpages which contain ``-'' (dash) symbol inphantom1999-09-061-1/+1
| | | | | | | Name Description (.Nm) field. PR: bin/13456 Reviewed by: mpp, jkh
* $Source$,$Revision$ -> $FreeBSD$peter1999-09-051-1/+1
|
* Clean up some $Log$ debris, including some real messes.peter1999-09-0512-322/+0
|
* Fix for new Common Error system.markm1999-09-051-2/+2
|
* Oops. Forgot to cvs add these for threads support.markm1999-09-042-0/+1200
|
* Allow perl to be built with thread support.markm1999-09-048-22/+87
| | | | Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* Remove superfluous tab in `Fix:' field.chris1999-09-021-1/+1
| | | | Cosmetic, and done mostly for consistency.
* #include <termios.h>peter1999-08-301-0/+1
|
* $Header$ -> $FreeBSD$peter1999-08-2821-25/+66
|
* gcc 2.6 is kinda obsolete now.peter1999-08-278-1826/+0
|
* $Id$ -> $FreeBSD$peter1999-08-27531-557/+557
|
* Don't install /etc/manpath.config.sample.ru1999-08-271-4/+0
|
* Try to get /usr/include/readline back into the snapshots.obrien1999-08-251-2/+2
| | | | Submitted by: bde
* MFS: Revert shared lib major version number back to 3.obrien1999-08-211-2/+2
|
* Remove unused MANBIN directive.ru1999-08-202-12/+4
|
* A "=" should have been "+=".obrien1999-08-201-2/+2
| | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hpeter1999-08-191-2/+2
|
* - Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH,ru1999-08-164-46/+65
| | | | | | | | | | | | | | | except an absence of the directory is not considered an error and doesn't produce a warning). Put /usr/local/lib/perl5/*/man under OPTIONAL_MANPATH. - An order of directives in manpath.config is now irrelevant. - Get rid of infinite loop when PATH is unset or NULL, and MANDATORY_MANPATH directory doesn't exist. - mdoc(9)ify manpage. Reviewed by: des, markm, sheldonh
* Rev 1.36 also includes functional chagnes I intended to commit seperately.obrien1999-08-161-1/+1
| | | | | | | | | | Configuration header inclusion has been moved around to reduce diffs from the offical GCC distribution. We now generate the same ``tm.h'' produced by gcc's `configure' script [minus all the "#ifdef IN_GCC"'s]. Jeff Law of EGCS/Cygus says the new "approved" way of doing configure-related includes is to list them all in ``tm.h'' rather than having the architure config headers include large numbers of other configure headers.
* {EGCSDIR}->{SRCDIR} + associated tweaks.obrien1999-08-161-7/+4
| | | | | | This is in prepreparation of the gcc-2.95 upgrade. Also seems I was -I'ing several GCC directories I did not need to.
* {EGCSDIR}->{SRCDIR} + associated tweaks.obrien1999-08-162-16/+15
| | | | This is in prepreparation of the gcc-2.95 upgrade.
* Purely cosmetic changes -- fix Id'sobrien1999-08-165-14/+7
|
* Purely cosmetic cleanups.obrien1999-08-1615-62/+44
| | | | | | | | - Id tag layout wrong. - "FOO =" -> "FOO=". - 4 space indention on continuation lines rather than a <tab> Basic idea checked by: bde
* Reduce the number of -I's. I have no idea why I thought I needed extra ones.obrien1999-08-151-2/+2
| | | | Submitted by: bde
* Move "LIBGCC_SPEC" to freebsd-native.h as it is not approapiate forobrien1999-08-151-1/+6
| | | | submitting to the GCC mainainers for folding into the stock GCC.
* Various man page cleanup:mpp1999-08-153-15/+20
| | | | | | | | | - Sort xrefs - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Use Bison with "--broken-undeftoken-init".obrien1999-08-141-2/+2
|
* Rather than deleting the grammer files during building, move them out of theobrien1999-08-141-5/+5
| | | | way. This way they are available for inspection when debugging problems.
* Due to brain damage on the FSF people, we can not longer pass "config.h"obrien1999-08-141-0/+180
| | | | | type settings on the compiler command line. FSF put their version of our "__P()" macro in config.h, thus ``config.h'' required now.
* Fixes for Bison 1.25->1.28 upgrade.obrien1999-08-142-7/+7
|
* Unbroke zforce.ru1999-08-112-13/+7
| | | | | PR: 8348 Submitted by: Christoph Weber-Fahr <wefa@callcenter.systemhaus.net>
* Support 21-bit minor numbers. Avoid wasting a byte in their octalbde1999-08-111-2/+15
| | | | | | | | representation by generating the same format as tar-1.13 (use a single space as the terminator for 7-digit octal numbers). This is POSIX.1 conformant (2-byte terminators are just a bug or historical wart in old versions of gnu tar). All devices created by `MAKEDEV all' except rsa0.ctl can now be handled by tar(1).
* Forgotten in previous log message:bde1999-08-081-1/+1
| | | | PR: misc/12920
* Install c++filt in /usr/libexec/${OBJFORMAT}. The version thatbde1999-08-081-1/+2
| | | | | | | | was installed in /usr/bin normally got clobbered when objformat was installed. Indirection through objformat is correct although underscore handling is the only thing that differs for aout and elf -- going through objformat is the easiest way to set c++filt's underscore handling flag correctly.
* Use Byacc rather than Bison.obrien1999-08-022-4/+2
|
* Clarify that "-w" ignores horizontal white space changes.obrien1999-08-011-1/+1
|
* Only use Bison to generate cc1plus's parse code.obrien1999-08-012-4/+4
|
* Remove explicit testing of the NOFSCHG variable. Its functionality (in thishoek1999-07-311-3/+1
| | | | file) is now superceeded by INSTALLFLAGS_EDIT in bsd.{prog,kmod,lib}.mk.
* Tune table since 0200-0206 is not available, add more charsache1999-07-311-9/+5
|
* Add more koi8-r charsache1999-07-311-0/+64
|
* install msafer.7ache1999-07-311-3/+3
|
* Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.nik1999-07-302-12/+22
| | | | | PR: docs/12734 Submitted by: Alexey M. Zelkin <phantom@scorpion.crimea.ua>
* Add -S to nroff and troff invocations of man.imp1999-07-301-2/+2
|
* Make direct calls to nroff work again. Rev 1.5 of contrib/gnu/nroff/nroff.shmpp1999-07-301-3/+4
| | | | | | | | | | | broke nroff because it added the '-S' option to the troff call, which requires that the tmac.safer macro package be installed. Since 90% of our *roff calls are probably generated by man(1), and man(1) calls groff directly, I'm not really sure what rev 1.5 of nroff.sh was trying to fix, but at least now nroff works again. Broken by: imp
* Add an example for folks who can never remember how to generate asheldonh1999-07-291-0/+14
| | | | | | | recursive diff for use with send-pr(1). PR: 12440 Requested by: David Kelly <dkelly@hiwaay.net>
* Go back to using Bison for now, due to `make world' breakage.obrien1999-07-291-1/+3
| | | | | BTW, if our src/contrib/bison is upgraded from 1.25 to the current 1.27 offering, the build breaks exactly the same way....
* Use Yacc rather than Bison.obrien1999-07-285-12/+8
|
* The Unix way is arguments come before an input file name, not after.obrien1999-07-282-5/+5
|
* Remove paths that are listed as compulsory (sorta). /usr/local is notmarkm1999-07-251-3/+3
| | | | | guaranteed to be there on a new system. This fixes whereis' "Could not stat file..." errors.
OpenPOWER on IntegriCloud