CVSROOT: /sources/grep
Module name: grep
Changes by: Tony Abou-Assaleh <taa> 07/10/07 05:18:05
Index: ChangeLog
===================================================================
RCS file: /sources/grep/grep/ChangeLog,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -b -r1.294 -r1.295
--- ChangeLog 29 Jun 2007 15:14:07 -0000 1.294
+++ ChangeLog 7 Oct 2007 05:18:03 -0000 1.295
@@ -1,3 +1,11 @@
+2007-10-07 Tony Abou-Assaleh <[EMAIL PROTECTED]>
+ * src/grep.c: When -h and -H are combined, use the last specified,
+ Bug #15620, Patch #4866
+ * tests/foad1.sh: add tests for -h and -H
+ * ChangeLog: Add a copyright notice (years taken from commit logs),
+ add a license notice (taken from gnulib ChangeLog)
+ * TODO: update the link to a list of other grep implementations
+
2007-06-29 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
* all files: GPLv3
@@ -3217,3 +3225,8 @@
1993-05-22 Mike Haertel <[EMAIL PROTECTED]>
* Version 2.0 released.
+
+Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+ Free Software Foundation, Inc.
+Copying and distribution of this file, with or without modification,
+ are permitted provided the copyright notice and this notice are preserved.