diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 23:15:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 23:15:39 +0000 |
commit | 819c56e76de80b99e1c04516597518f278820048 (patch) | |
tree | 866cbdeae6cd0ef56c9d3463a806ab6b5b97c863 /ChangeLog | |
parent | d5ca9483e82fb574fb3bff9858321c2cb2df1be7 (diff) | |
download | glibc-819c56e76de80b99e1c04516597518f278820048.zip glibc-819c56e76de80b99e1c04516597518f278820048.tar.gz glibc-819c56e76de80b99e1c04516597518f278820048.tar.bz2 |
Update.
* catgets/gencat.c (read_input_file): Collision between
auto-assigned numbers and user-defined nubmers is not fatal.
Handle it.
Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
* catgets/gencat.c (main): Return 1 if messages have been printed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,6 +13,13 @@ 2003-02-22 Ulrich Drepper <drepper@redhat.com> + * catgets/gencat.c (read_input_file): Collision between + auto-assigned numbers and user-defined nubmers is not fatal. + Handle it. + Patch by Michael M. Lampkin <michael.lampkin@ieee.org>. + + * catgets/gencat.c (main): Return 1 if messages have been printed. + * iconv/iconv_prog.c (main): Unify messages. * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word |