summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* s/dir.h/dir.c/phk1999-11-261-1/+1
|
* Support the environtmental var "GREP_OPTIONS". Which can hold a set ofobrien1999-11-262-0/+69
| | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. Obtained from: GNU Grep 2.3h
* Style changes -- whitespace and sorting.obrien1999-11-261-6/+6
|
* * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofobrien1999-11-262-1/+13
| | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h.
* GNU killed this sometime before 2.3.obrien1999-11-241-15/+0
|
* Allow man to parse MANLOCALES but not to store itache1999-11-231-4/+3
|
* #ifdef MAIN locale additions to build manache1999-11-231-0/+4
|
* Use manpath -L for localesache1999-11-231-8/+2
|
* Add -L: print MANLOCALES variable for man locales listache1999-11-233-5/+75
|
* Missed two.obrien1999-11-221-2/+2
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* This commit was generated by cvs2svn to compensate for changes in r53574,obrien1999-11-223-6/+83
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU Grep 2.3 [trimmed down].obrien1999-11-223-6/+83
| |
* | Make the tests work again.obrien1999-11-221-2/+2
| |
* | spencer.tests is now spencer1.tests. The other files aren't part ofobrien1999-11-223-156/+0
| | | | | | | | GNU Grep any longer.
* | This commit was generated by cvs2svn to compensate for changes in r53568,obrien1999-11-2214-0/+652
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU Grep 2.3 [trimmed down].obrien1999-11-2214-0/+652
| |
* | Finish proper hookup of GNU Grep 2.3, including docs & config header file,obrien1999-11-221-22/+35
| | | | | | | | | | | | rather than the compile commandline from hell. Submitted by: ru
* | Build and install GNU Grep 2.3 docs.obrien1999-11-221-0/+6
| |
* | This commit was generated by cvs2svn to compensate for changes in r53564,obrien1999-11-222-0/+675
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.3.obrien1999-11-222-0/+675
| |
| * Virgin import of a trimmed down GNU Grep 2.3.obrien1999-11-211-206/+449
| | | | | | | | | | | | It is being re-imported here, to keep our long source change history with this source continuous. src/contrib/grep will be deleted some time in the very near future.
* | Restore the 2.3 config file.obrien1999-11-211-0/+188
| |
* | Apply a bandaid to the grep Makefile to try and get it to compile and stoppeter1999-11-211-2/+3
| | | | | | | | breaking world.
* | Spell command names correctly. Even when they appear at the beginningobrien1999-11-211-3/+3
| | | | | | | | of a sentence.
* | Merge FreeBSD changes into 2.3:obrien1999-11-211-91/+170
| | | | | | | | | | | | * revs 1.5-6 - added builtin decompression using zlib library, option -Z. Submitted by: ru
* | Merge FreeBSD changes into 2.3:obrien1999-11-211-74/+35
| | | | | | | | | | | | | | | | | | | | | | | | * rev 1.2 - use -lgnuregex FreeBSD changes OBE'ed by 2.3: * revs 1.4-5 - icase searches & ctype macro changes, fuctionality moved elsewhere. * rev 1.3 - Remove trailing whitespace. The GNU Grep maintainers did this for us. Submitted by: ru
* | Alias -R to -r for backward compatibility.obrien1999-11-211-2/+3
| | | | | | | | | | Submitted by: ru Requested by: wosch
* | Set default matcher from argv[0].obrien1999-11-211-546/+825
| | | | | | | | | | | | | | | | | | | | | | | | Merge FreeBSD changes into 2.3: * revs 1.9-10 - built-in decompression using zlib(3) library FreeBSD changes OBE'ed by 2.3: * rev 1.7 - our "-q" flag. Use "-L" or "-l" now. * revs 1.{4,6} - colleate, and with correct LC_ type. * rev 1.3 - remove trailing whitespace. Submitted by: ru
* | This is the stock 2.3 file (+ FreeBSD id). Since someone added 2.0 ratherobrien1999-11-205-190/+428
| | | | | | | | | | than vendor importing the virgin 2.0 sources, we have to manually put this on the HEAD branch.
* | This is the stock 2.3 file (+ FreeBSD id). Since someone majorly SPAMMEDobrien1999-11-203-229/+503
| | | | | | | | | | the repository by NOT vendor importing the virgin 2.0 sources, CVS had no idea what to do here.
* | This is the stock 2.3 file (+ FreeBSD id). Since someone majorly SPAMMEDobrien1999-11-201-19/+32
| | | | | | | | | | the repository by NOT vendor importing the virgin 2.0 sources, CVS had no idea what to do here.
* | Merge FreeBSD changes into 2.3:obrien1999-11-201-167/+264
| | | | | | | | | | | | | | * rev 1.5 - use collate for alpha character ranges * rev 1.3 - use -lgnuregex Submitted by: ru
* | This commit was generated by cvs2svn to compensate for changes in r53469,obrien1999-11-205-0/+579
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.3.obrien1999-11-2017-2693/+4359
| | | | | | | | | | | | It is being re-imported here, to keep our long source change history with this source continuous. src/contrib/grep will be deleted some time in the very near future.
| * recording cvs-1.6 file deathpeter1995-12-305-8117/+0
| |
* | Back out the botched attempt to update to gnu grep 2.3 (lots of historypeter1999-11-2021-230/+7886
| | | | | | | | | | | | | | was lost). Restore original version to try and avoid breaking the build while David O'brien does a proper set of imports and merges. Requested by: obrien
* | mkstemps() has been brought into 3-STABLE, so this isn't needed hereobrien1999-11-201-3/+0
| | | | | | | | | | | | | | | | | | anymore as building -CURRENT sources on 3-STABLE was the reason for the previous revision adding this. Note that since the GCC Project moved mkstemp.c from GCC's world to libiberty, we no longer support building -CURRENT sources on non-FreeBSD boxes unless that box has a very simular libc mix as FreeBSD.
* | Remove the `sysctl' get osversion hack. There are issues with cross-hostingobrien1999-11-201-4/+0
| | | | | | | | | | builds, Also, `sysctl' is not a build-tool and I'd rather not make it one. 3-STABLE has been updated to deal with the main reason this came in.
* | Build genrtl.h before print-rtl.o.obrien1999-11-171-1/+1
| | | | | | | | Submitted by: John Hay <jhay@mikom.csir.co.za> (basic idea, changed by me)
* | Add perlopentut.pod, perlreftut.pod and perlthrtut.pod to the list ofsheldonh1999-11-171-3/+4
| | | | | | | | | | | | | | | | | | | | pod files to be converted to and installed as manual pages. These were probably overlooked in the last minor version number upgrade to perl5. This change was approved by the perl5 maintainer. PR: 14649 Submitted by: Andy Farkas <andyf@speednet.com.au>
* | Allow sub-Makefile's to determine the version of the OS we are make'ing on.obrien1999-11-171-0/+4
| |
* | Add `mkstemp.c' to the mix if we are building on something older thanobrien1999-11-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | __FreeBSD_version < 400004. This allows -STABLE to build -CURRENT sources. [mkstemps() was added to -current just before the version bump to 400004 (a matter of hours in this case), so the test is as exact as possible.] Submitted by: marcel
* | Pay attention to the "KEEP THIS IN SYNC" comment, and sync the `tm.h'obrien1999-11-171-4/+0
| | | | | | | | header with src/gcc/usr.bin/cc/cc_tools/Makefile.
* | Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.obrien1999-11-1510-27/+46
| |
* | Cosmetic change to match cc_tools/Makefileobrien1999-11-151-7/+7
| |
* | Purely cosmetic changes to lineup targets.obrien1999-11-151-16/+16
| |
* | Cosmetic removeal of a trailing white space.obrien1999-11-151-1/+1
| |
* | ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* | Fix man so that it does not allow command line arguments to expand whenjhb1999-11-131-4/+6
| | | | | | | | | | | | | | | | | | executing apropos or whatis. This prevents `man -k ';echo foo'` from executing `echo foo` and causes apropos to print an error message instead. Add $FreeBSD$ while I am here. Noticed by: chris
* | Make binutils for Alpha work on i386 machine, by properly definingmarcel1999-11-121-1/+6
| | | | | | | | whether the host machine has a 64-bit long or not.
OpenPOWER on IntegriCloud