grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/ChangeLog


From: Charles Levert
Subject: Changes to grep/ChangeLog
Date: Fri, 11 Nov 2005 07:17:52 -0500

Index: grep/ChangeLog
diff -u grep/ChangeLog:1.282 grep/ChangeLog:1.283
--- grep/ChangeLog:1.282        Fri Nov 11 10:21:25 2005
+++ grep/ChangeLog      Fri Nov 11 12:17:50 2005
@@ -10,6 +10,11 @@
          patterns cannot just be replaced by '|' to create an alternation as
          back-references are assumed to be local to each individual pattern.
 
+       * src/grep.c (parse_grep_colors, main): Replace all uses of
+         fprintf(stderr, _("%s: foo\n"), program_name, ...) with
+         error(0, 0, _("foo"), ...) for uniformization and simplification
+         of warning messages that will be up for localization.  (My bad.)
+
 2005-11-10  Charles Levert  <address@hidden>
 
        The introduction of the --only-matching and --color GNU extensions




reply via email to

[Prev in Thread] Current Thread [Next in Thread]