aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-15 08:34:13 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-15 08:34:13 +0000
commit96eaef36197e8664f6baadd0a1bffe72edd4a4e7 (patch)
tree0ed7fdd0efee2b7a9a9520af8c85bef0fc9f66b8 /ChangeLog
parent670af0d939fa14479b5fc0a3a3ed07bd76935940 (diff)
downloadglibc-96eaef36197e8664f6baadd0a1bffe72edd4a4e7.tar
glibc-96eaef36197e8664f6baadd0a1bffe72edd4a4e7.tar.gz
glibc-96eaef36197e8664f6baadd0a1bffe72edd4a4e7.tar.bz2
glibc-96eaef36197e8664f6baadd0a1bffe72edd4a4e7.zip
Update.
1999-04-15 Ulrich Drepper <drepper@cygnus.com> * catgets/gencat.c (read_input_file): Don't drop white spaces between number/identifier and string. Patch by Dima Barsky <dima@pwd.hp.com>. If no white space at all follows number/identifier remove existing message with the number/ientifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f061d70ed2..f03b644ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-04-15 Ulrich Drepper <drepper@cygnus.com>
+
+ * catgets/gencat.c (read_input_file): Don't drop white spaces
+ between number/identifier and string.
+ Patch by Dima Barsky <dima@pwd.hp.com>.
+ If no white space at all follows number/identifier remove existing
+ message with the number/ientifier.
+
1999-04-14 H.J. Lu <hjl@gnu.org>
* sunrpc/clnt_udp.c (is_network_up): New function.