aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-15 08:43:35 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-15 08:43:35 +0000
commit9514f4e693df6e4d9e92faeec2bd4e61ca15fcf4 (patch)
tree61d22db16c4f0afbd7a656a230888a83048c5fbe /ChangeLog
parent96eaef36197e8664f6baadd0a1bffe72edd4a4e7 (diff)
downloadglibc-9514f4e693df6e4d9e92faeec2bd4e61ca15fcf4.tar
glibc-9514f4e693df6e4d9e92faeec2bd4e61ca15fcf4.tar.gz
glibc-9514f4e693df6e4d9e92faeec2bd4e61ca15fcf4.tar.bz2
glibc-9514f4e693df6e4d9e92faeec2bd4e61ca15fcf4.zip
Update.
* nscd/cache.c (prune_cache): The table might not be unused. In this case do nothing. message with the number/identifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f03b644ac1..0345099787 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
1999-04-15 Ulrich Drepper <drepper@cygnus.com>
+ * nscd/cache.c (prune_cache): The table might not be unused. In
+ this case do nothing.
+
* 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.
+ message with the number/identifier.
1999-04-14 H.J. Lu <hjl@gnu.org>