aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Describe localized directories naming conventionAndrey A. Chernov1999-10-301-0/+21
| | | | | | | Submitted by: mostly by phantom Notes: svn path=/head/; revision=52700
* Localize itAndrey A. Chernov1999-10-301-0/+19
| | | | | | | Submitted by: phantom Notes: svn path=/head/; revision=52694
* `make' will fail if hash.h exists for some reason and gxx-hash needs to beDavid E. O'Brien1999-10-301-1/+1
| | | | | | | | | rebuilt. Fix this. Submitted by: bde Notes: svn path=/head/; revision=52648
* Upgrade grep to version 2.3Ruslan Ermilov1999-10-2821-7886/+230
| | | | Notes: svn path=/head/; revision=52591
* Bring back texindex from the dead. Some ports use it to format their docs.Thomas Gellekum1999-10-252-1/+15
| | | | Notes: svn path=/head/; revision=52485
* Correctly document the -V and --version options.Mike Pritchard1999-10-211-3/+11
| | | | | | | | PR: docs/14417 Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au> Notes: svn path=/head/; revision=52423
* Cast tp[-2] to unsigned char before comparing.Ruslan Ermilov1999-10-131-1/+3
| | | | | | | | | PR: 14011 Ignored by: maintainer Obtained from: GNU grep 2.3 Notes: svn path=/head/; revision=52209
* Add a comment explaing the linking and segrated the old and new cases a little.David E. O'Brien1999-10-121-1/+3
| | | | Notes: svn path=/head/; revision=52172
* Change the name of the file generaged from gxx.gperf from "hash.h" toDavid E. O'Brien1999-10-121-3/+6
| | | | | | | | "gxx-hash.h" with hopes of getting Cygnus to do the same. We create a link to the old name for now. Notes: svn path=/head/; revision=52171
* Move -I of cc_tool/ before the GCCDIR ones.David E. O'Brien1999-10-121-1/+1
| | | | | | | | | | | | | | | | When I imported EGCS into contrib/egcs/ I failed to prune out egcs/gcc/cp/hash.h which is generated from gxx.gperf. Thus `cc1plus' wasn't using the hash.h we generated by cc/cc_tools/Makefile, but rather the one in egcs/gcc/cp/. When I imported contrib/gcc/ I did prune gcc/cp/hash.h. Unfortunately the GCC maintainers weren't smart on their file nameing and there is also a egcs/gcc/hash.h (name overloading does NOT work as well on the filesystem as in C++...). Due to the -I ordering we are were then picking up gcc/hash.h when compiling `cc1plus'. Notes: svn path=/head/; revision=52170
* Fixed the hack for using "../libgcc/Makefile" in libgcc_r/Makefile.Bruce Evans1999-10-032-2/+4
| | | | | | | | | ${LIB} was wrong at dependency-parsing time, so dependencies for libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a were always out of date. Notes: svn path=/head/; revision=51895
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround. Notes: svn path=/head/; revision=51794
* Rename a macro; it gets set at "make world" time, and I had a localMark Murray1999-09-252-3/+3
| | | | | | | mod that masked this. D'uh. Notes: svn path=/head/; revision=51643
* Fix problem where a macro is not properly initialised in the !THREADMark Murray1999-09-241-2/+2
| | | | | | | | | case. Simple reodering does it. Thanks to: sos Notes: svn path=/head/; revision=51632
* Low-level, but significant cleanup of Perl's build process.Mark Murray1999-09-247-154/+65
| | | | | | | This should significantly ease "make; make install" loops. Notes: svn path=/head/; revision=51629
* mdoc(7)'fyAlexey Zelkin1999-09-231-7/+11
| | | | | | | Empty sections commented. Notes: svn path=/head/; revision=51608
* install hyphen.us-ru from GROFF_DIST/tmac/localeAndrey A. Chernov1999-09-211-1/+1
| | | | | | | | repository move GROFF_DIST/troff/hyphen.us-ru to GROFF_DIST/tmac/locale required Notes: svn path=/head/; revision=51523
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+3
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* Change distribution to krb4 in preparation for K5.Mark Murray1999-09-191-1/+1
| | | | Notes: svn path=/head/; revision=51438
* fix LOCALEDIRAndrey A. Chernov1999-09-151-1/+1
| | | | Notes: svn path=/head/; revision=51315
* Add a hook for disabling cvs and collect a few similar options together.Peter Wemm1999-09-151-1/+5
| | | | | | | (We do this on freefall as we use a tweaked /usr/bin/cvs wrapper) Notes: svn path=/head/; revision=51299
* install localized filesAndrey A. Chernov1999-09-111-0/+5
| | | | Notes: svn path=/head/; revision=51181
* install hyphen.us-ru under locale subdirAndrey A. Chernov1999-09-111-1/+1
| | | | Notes: svn path=/head/; revision=51177
* localize itAndrey A. Chernov1999-09-112-13/+74
| | | | | | | Submitted by: Alexey Zelkin <phantom@crimea.edu> Notes: svn path=/head/; revision=51171
* localize itAndrey A. Chernov1999-09-112-15/+68
| | | | | | | Submitted by: Alexey Zelkin <phantom@crimea.edu> Notes: svn path=/head/; revision=51170
* $Revision$ -> $FreeBSD$Peter Wemm1999-09-062-2/+2
| | | | Notes: svn path=/head/; revision=50997
* Fix problem with manpages which contain ``-'' (dash) symbol inAlexey Zelkin1999-09-061-1/+1
| | | | | | | | | | Name Description (.Nm) field. PR: bin/13456 Reviewed by: mpp, jkh Notes: svn path=/head/; revision=50984
* $Source$,$Revision$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
| | | | Notes: svn path=/head/; revision=50966
* Clean up some $Log$ debris, including some real messes.Peter Wemm1999-09-0512-322/+0
| | | | Notes: svn path=/head/; revision=50965
* Fix for new Common Error system.Mark Murray1999-09-051-2/+2
| | | | Notes: svn path=/head/; revision=50954
* Oops. Forgot to cvs add these for threads support.Mark Murray1999-09-042-0/+1200
| | | | Notes: svn path=/head/; revision=50927
* Allow perl to be built with thread support.Mark Murray1999-09-048-22/+87
| | | | | | | Submitted by: Doug Ambrisko <ambrisko@whistle.com> Notes: svn path=/head/; revision=50882
* Remove superfluous tab in `Fix:' field.Chris Costello1999-09-021-1/+1
| | | | | | | Cosmetic, and done mostly for consistency. Notes: svn path=/head/; revision=50800
* #include <termios.h>Peter Wemm1999-08-301-0/+1
| | | | Notes: svn path=/head/; revision=50631
* $Header$ -> $FreeBSD$Peter Wemm1999-08-2821-25/+66
| | | | Notes: svn path=/head/; revision=50488
* gcc 2.6 is kinda obsolete now.Peter Wemm1999-08-278-1826/+0
| | | | Notes: svn path=/head/; revision=50475
* $Id$ -> $FreeBSD$Peter Wemm1999-08-27531-557/+557
| | | | Notes: svn path=/head/; revision=50472
* Don't install /etc/manpath.config.sample.Ruslan Ermilov1999-08-271-4/+0
| | | | Notes: svn path=/head/; revision=50443
* Try to get /usr/include/readline back into the snapshots.David E. O'Brien1999-08-251-2/+2
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=50332
* MFS: Revert shared lib major version number back to 3.David E. O'Brien1999-08-211-2/+2
| | | | Notes: svn path=/head/; revision=50110
* Remove unused MANBIN directive.Ruslan Ermilov1999-08-202-12/+4
| | | | Notes: svn path=/head/; revision=50082
* A "=" should have been "+=".David E. O'Brien1999-08-201-2/+2
| | | | | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=50078
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hPeter Wemm1999-08-191-2/+2
| | | | Notes: svn path=/head/; revision=50064
* - Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH,Ruslan Ermilov1999-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 Notes: svn path=/head/; revision=49888
* Rev 1.36 also includes functional chagnes I intended to commit seperately.David E. O'Brien1999-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. Notes: svn path=/head/; revision=49885
* {EGCSDIR}->{SRCDIR} + associated tweaks.David E. O'Brien1999-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. Notes: svn path=/head/; revision=49867
* {EGCSDIR}->{SRCDIR} + associated tweaks.David E. O'Brien1999-08-162-16/+15
| | | | | | | This is in prepreparation of the gcc-2.95 upgrade. Notes: svn path=/head/; revision=49866
* Purely cosmetic changes -- fix Id'sDavid E. O'Brien1999-08-165-14/+7
| | | | Notes: svn path=/head/; revision=49865
* Purely cosmetic cleanups.David E. O'Brien1999-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 Notes: svn path=/head/; revision=49864
* Reduce the number of -I's. I have no idea why I thought I needed extra ones.David E. O'Brien1999-08-151-2/+2
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=49855