Subject: CVS commit: othersrc/usr.bin/grep
To: None <source-changes@NetBSD.org>
From: Chris Pinnock <cjep@netbsd.org>
List: source-changes
Date: 08/24/2003 18:02:53
Module Name:	othersrc
Committed By:	cjep
Date:		Sun Aug 24 18:02:53 UTC 2003

Modified Files:
	othersrc/usr.bin/grep: grep.c

Log Message:
Handle numerical options better by introducing a frontend to getopt_long
called grep_getopt. Now -3r5 will work as a valid option.

Inspired by GNU grep's get_nondigit_option().


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 othersrc/usr.bin/grep/grep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.