CVS commit: src/usr.bin/grep

2019-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 5 13:34:42 UTC 2019 Modified Files: src/usr.bin/grep: file.c Log Message: Fix asan heap buffer overflow. from enh at google. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/grep/file.c Pleas

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 09:03:21 UTC 2018 Modified Files: src/usr.bin/grep: Makefile file.c grep.c grep.h Log Message: add WITHOUT_GZIP for the tools build. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/grep/Make

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 08:00:32 UTC 2018 Modified Files: src/usr.bin/grep: Makefile Log Message: fix libraries To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/grep/Makefile Please note that diffs are not public do

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:59:14 UTC 2018 Modified Files: src/usr.bin/grep: Makefile Log Message: remove stray paren To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/grep/Makefile Please note that diffs are not publ

CVS commit: src/usr.bin/grep

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 07:53:19 UTC 2018 Modified Files: src/usr.bin/grep: Makefile file.c grep.c grep.h Log Message: add WITHOUT_BZ2 for tools build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/grep/Makefile c

CVS commit: src/usr.bin/grep

2018-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 11 19:44:19 UTC 2018 Modified Files: src/usr.bin/grep: grep.c Log Message: use setvbuf if available; it is more portable. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/grep/grep.c Please no

CVS commit: src/usr.bin/grep

2018-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 11 19:43:54 UTC 2018 Modified Files: src/usr.bin/grep: Makefile Log Message: don't build NLS if we don't need to To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/grep/Makefile Please note that d

CVS commit: src/usr.bin/grep

2018-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 11 16:03:37 UTC 2018 Modified Files: src/usr.bin/grep: file.c Log Message: remove dup includes (already in grep.h) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/grep/file.c Please note that d

CVS commit: src/usr.bin/grep

2014-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 14 21:56:03 UTC 2014 Modified Files: src/usr.bin/grep: util.c Log Message: fix type, from enh at google dot com To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/grep/util.c Please note that di

CVS commit: src/usr.bin/grep

2014-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 11 16:30:45 UTC 2014 Modified Files: src/usr.bin/grep: grep.c Log Message: remove dup usage print (enh at google dot com): arm just sent us (Android) this: https://android-review.googlesource.com/#/c/100970/1 To gener

CVS commit: src/usr.bin/grep

2013-01-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 21 03:24:43 UTC 2013 Modified Files: src/usr.bin/grep: util.c Log Message: Fix memory leak in file_matching(). To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/grep/util.c Please note that dif

CVS commit: src/usr.bin/grep

2012-05-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 6 22:32:05 UTC 2012 Modified Files: src/usr.bin/grep: util.c Log Message: Consistently short cut the pattern loop on mismatches. Don't assign 1 conditionally, if unconditional works as well. To generate a diff of this co

CVS commit: src/usr.bin/grep

2012-05-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 6 22:27:01 UTC 2012 Modified Files: src/usr.bin/grep: grep.c grep.h util.c Log Message: Remove matchall handling for now, it doesn't work correctly and as such, it is a premature optimisation. To generate a diff of this

CVS commit: src/usr.bin/grep

2012-05-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 6 21:56:08 UTC 2012 Modified Files: src/usr.bin/grep: util.c Log Message: Make the matchall case a full short cut. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/grep/util.c Please note that d

CVS commit: src/usr.bin/grep

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 15:32:20 UTC 2011 Modified Files: src/usr.bin/grep: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/grep/Makefile Please note that d

CVS commit: src/usr.bin/grep

2011-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 18 23:22:42 UTC 2011 Modified Files: src/usr.bin/grep: grep.c util.c Log Message: Avoid C99 features. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/grep/grep.c cvs rdiff -u -r1.12 -r1.13 src/usr.

CVS commit: src/usr.bin/grep

2011-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 18 22:46:49 UTC 2011 Modified Files: src/usr.bin/grep: file.c grep.1 grep.c grep.h util.c src/usr.bin/grep/nls: C.msg es_ES.ISO8859-1.msg gl_ES.ISO8859-1.msg hu_HU.ISO8859-2.msg ja_JP.SJIS.msg ja_JP.UTF-8

CVS commit: src/usr.bin/grep

2011-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 18 17:18:04 UTC 2011 Modified Files: src/usr.bin/grep: grep.c grep.h util.c Log Message: Redo context printing so that adjourning contexts don't print the separator, following GNU grep's behavior in this regard. To genera

CVS commit: src/usr.bin/grep

2011-04-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 18 03:48:23 UTC 2011 Modified Files: src/usr.bin/grep: grep.c Log Message: Use the more portable getline. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/grep/grep.c Please note that diffs are not

CVS commit: src/usr.bin/grep

2011-04-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 18 03:47:40 UTC 2011 Modified Files: src/usr.bin/grep: queue.c Log Message: Fix memory leaks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/grep/queue.c Please note that diffs are not public dom

CVS commit: src/usr.bin/grep

2011-04-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 18 03:27:40 UTC 2011 Modified Files: src/usr.bin/grep: fastgrep.c file.c grep.c queue.c util.c Log Message: Include nbtool_config.h for tool builds. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/

CVS commit: src/usr.bin/grep

2011-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Feb 27 17:33:37 UTC 2011 Modified Files: src/usr.bin/grep: fastgrep.c grep.h util.c Log Message: If transforming patterns with \<...\> to implicit word bounaries, don't change the global wflag, but use a per pattern flag derive

CVS commit: src/usr.bin/grep

2011-02-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 17 22:03:25 UTC 2011 Modified Files: src/usr.bin/grep: fastgrep.c Log Message: Simplify. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/grep/fastgrep.c Please note that diffs are not public domai

CVS commit: src/usr.bin/grep

2011-02-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 16 18:35:39 UTC 2011 Modified Files: src/usr.bin/grep: fastgrep.c file.c util.c Log Message: Fix signed / unsigned issues. Refactor basename usage to use a local copy and do it only once, not for each pattern. Remove late i