aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-29 08:25:15 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-29 08:25:15 +0000
commit92f120d446433f74d4d2612587bb38a992050a04 (patch)
tree3cbab71124841be7472ab55114b9123fd54a9038 /ChangeLog
parentfa8d436c87f156d18208df3819fecee9fc1dbd9e (diff)
downloadglibc-92f120d446433f74d4d2612587bb38a992050a04.tar
glibc-92f120d446433f74d4d2612587bb38a992050a04.tar.gz
glibc-92f120d446433f74d4d2612587bb38a992050a04.tar.bz2
glibc-92f120d446433f74d4d2612587bb38a992050a04.zip
Update.
2002-01-29 Ulrich Drepper <drepper@redhat.com> * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is found. * misc/Makefile (tests): Add tst-hsearch. * misc/tst-hsearch.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8268adcbee..c2742e7e9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-01-29 Ulrich Drepper <drepper@redhat.com>
+
+ * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
+ found.
+ * misc/Makefile (tests): Add tst-hsearch.
+ * misc/tst-hsearch.c: New file.
+
2002-01-18 Wolfram Gloger <wg@malloc.de>
* malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.