mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
7a37b5fc17
Some users build FreeBSD as non-root in Perforce workspaces. By default, Perforce sets files read-only unless they're explicitly being edited. As a result, the -f argument must be used to cp in order to override the read-only flag when copying source files to object directories. Bare use of 'cp' should be avoided in the future. Update all current users of 'cp' in the src tree. Reviewed by: emaste MFC after: 1 week Sponsored by: Spectra Logic |
||
---|---|---|
.. | ||
tests | ||
AUTHORS | ||
ChangeLog | ||
closeout.c | ||
closeout.h | ||
config.h | ||
COPYING | ||
dfa.c | ||
dfa.h | ||
error.c | ||
error.h | ||
exclude.c | ||
exclude.h | ||
FREEBSD-upgrade | ||
getpagesize.h | ||
grep.1 | ||
grep.c | ||
grep.h | ||
grepmat.c | ||
hard-locale.c | ||
hard-locale.h | ||
isdir.c | ||
kwset.c | ||
kwset.h | ||
Makefile | ||
NEWS | ||
obstack.c | ||
obstack.h | ||
quotearg.c | ||
quotearg.h | ||
README | ||
savedir.c | ||
savedir.h | ||
search.c | ||
system.h | ||
THANKS | ||
xalloc.h | ||
xmalloc.c | ||
xstrtol.c | ||
xstrtol.h | ||
xstrtoumax.c |
This is GNU grep, the "fastest grep in the west" (we hope). All bugs reported in previous releases have been fixed. Many exciting new bugs have probably been introduced in this revision. GNU grep is provided "as is" with no warranty. The exact terms under which you may use and (re)distribute this program are detailed in the GNU General Public License, in the file COPYING. GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) See the files AUTHORS and THANKS for a list of authors and other contributors. See the file INSTALL for compilation and installation instructions. See the file NEWS for a description of major changes in this release. See the file TODO for ideas on how you could help us improve grep. Send bug reports to bug-gnu-utils@gnu.org. Be sure to include the word "grep" in your Subject: header field.