summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Don't make gdb, objc and f77 when building tools.marcel1999-12-091-0/+2
|
* Add maintainer tagspeter1999-12-088-0/+16
|
* Revert rev 1.8.obrien1999-12-082-129/+0
| | | | NOT Approved by: obrien
* Maintain compatibility with FreeBSD versions that don't have mkstempsmarcel1999-12-082-0/+129
|
* Make this actually build with current sources.dfr1999-12-081-1/+1
|
* Build gasp (GAS Preprocessor). This is needed for building Glide.dfr1999-12-072-1/+21
|
* Override PERL and FULLPERL to be just "perl". This prevents MakeMakermarcel1999-12-041-12/+11
| | | | | | | | | (ie Makefile.PL) from creating makefiles that explicitly use the perl from the object tree. It breaks cross-building. While I'm here, create a variable that holds common MakeMaker arguments used by all targets, and by doing so automaticly fixed a bug. Approved by: markm
* Add miniperlmain.c to CLEANFILES and remove a second instance ofmarcel1999-12-041-2/+2
| | | | | | config_h.sh Not objected to by: markm
* Call isspace() directly to get rid of an objectionable include.obrien1999-12-041-3/+2
|
* Support the environtmental var "CVS_OPTIONS". Which can hold a set ofobrien1999-12-043-1/+115
| | | | | | | default options for cvs. These options are interpreted first and can be overwritten by explicit command line parameters. Obtained from: GNU Grep 2.3
* remove cc1obj from the original SUBDIR list since it's made optionalmarcel1999-11-281-1/+1
| | | | | | in the previous commit resulting. Forgotten by: obrien
* Arange the f* floating point instructions to match binutils 2.9.1.obrien1999-11-281-5/+5
|
* Add "fild" instruction. GCC 2.95.2 likes to generate this one.obrien1999-11-281-0/+1
| | | | Obtained from: contrib/binutils/include/opcode/i386.h
* Make ObjC bits optional. NO_OBJC ==> don't need `em.obrien1999-11-272-5/+10
|
* 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
OpenPOWER on IntegriCloud