Date: Thu, 29 Jul 2010 00:11:14 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/grep fastgrep.c grep.1 grep.c grep.h queue.c util.c Message-ID: <201007290011.o6T0Bjgd054932@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gabor 2010-07-29 00:11:14 UTC
FreeBSD src repository
Modified files:
usr.bin/grep fastgrep.c grep.1 grep.c grep.h queue.c
util.c
Log:
SVN rev 210578 on 2010-07-29 00:11:14Z by gabor
- Use the traditional behaviour for filename and directory name inclusion
and exclusion patterns [1]
- Some improvements on the exiting code, like replacing memcpy with
strlcpy/strcpy
Approved by: delphij (mentor)
Pointed out by: bf [1], des [1]
Revision Changes Path
1.2 +1 -2 src/usr.bin/grep/fastgrep.c
1.3 +38 -12 src/usr.bin/grep/grep.1
1.4 +45 -31 src/usr.bin/grep/grep.c
1.3 +6 -6 src/usr.bin/grep/grep.h
1.2 +1 -1 src/usr.bin/grep/queue.c
1.5 +57 -16 src/usr.bin/grep/util.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007290011.o6T0Bjgd054932>
