diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 08:25:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 08:25:15 +0000 |
commit | 92f120d446433f74d4d2612587bb38a992050a04 (patch) | |
tree | 3cbab71124841be7472ab55114b9123fd54a9038 /ChangeLog | |
parent | fa8d436c87f156d18208df3819fecee9fc1dbd9e (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |