aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-24 18:51:59 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-24 18:51:59 +0000
commit2a28c52993c7d1f29aa00f69d39b21f0122815cf (patch)
treeae5399cd46a817bad5b495f123ebf72d3cb3ccba
parentee6a43e5f0edaff98517a5bc23873af7253d8a38 (diff)
downloadglibc-2a28c52993c7d1f29aa00f69d39b21f0122815cf.tar
glibc-2a28c52993c7d1f29aa00f69d39b21f0122815cf.tar.gz
glibc-2a28c52993c7d1f29aa00f69d39b21f0122815cf.tar.bz2
glibc-2a28c52993c7d1f29aa00f69d39b21f0122815cf.zip
Update.
2001-07-24 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_cache.c (__gconv_lookup_cache): Catch one more boundary case and reject it. * manual/examples/longopt.c (main): Fix which options take arguments.
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 85f62194c1..9489b31b71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2001-07-24 Ulrich Drepper <drepper@redhat.com>
+
+ * iconv/gconv_cache.c (__gconv_lookup_cache): Catch one more
+ boundary case and reject it.
+
2001-07-24 Andreas Jaeger <aj@suse.de>
- * manual/examples/longopt.c (main): Fix which options take
- arguments.
+ * manual/examples/longopt.c (main): Fix which options take arguments.
2001-07-24 Ulrich Drepper <drepper@redhat.com>