| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
default options for diff. These options are interpreted first and can be
overwritten by explicit command line parameters.
Obtained from: GNU Grep 2.3h
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| | |
GNU Grep any longer.
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| | |
rather than the compile commandline from hell.
Submitted by: ru
|
| | |
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
breaking world.
|
| |
| |
| |
| | |
of a sentence.
|
| |
| |
| |
| |
| |
| | |
* revs 1.5-6 - added builtin decompression using zlib library, option -Z.
Submitted by: ru
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| | |
Submitted by: ru
Requested by: wosch
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
than vendor importing the virgin 2.0 sources, we have to manually put this
on the HEAD branch.
|
| |
| |
| |
| |
| | |
the repository by NOT vendor importing the virgin 2.0 sources, CVS had no
idea what to do here.
|
| |
| |
| |
| |
| | |
the repository by NOT vendor importing the virgin 2.0 sources, CVS had no
idea what to do here.
|
| |
| |
| |
| |
| |
| |
| | |
* rev 1.5 - use collate for alpha character ranges
* rev 1.3 - use -lgnuregex
Submitted by: ru
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
Submitted by: John Hay <jhay@mikom.csir.co.za> (basic idea, changed by me)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
__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
|
| |
| |
| |
| | |
header with src/gcc/usr.bin/cc/cc_tools/Makefile.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
whether the host machine has a 64-bit long or not.
|