diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-10 11:51:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-10 11:51:27 +0000 |
commit | 3877d9ea5fc19eb51aeab20c3a085c6ce743696c (patch) | |
tree | 8b7ba9d8e700e4b484399fd1d1bf3dac1de02cf7 /ChangeLog | |
parent | 34df6c305435d96e76456cb98bcdb56363fb918f (diff) | |
download | glibc-3877d9ea5fc19eb51aeab20c3a085c6ce743696c.zip glibc-3877d9ea5fc19eb51aeab20c3a085c6ce743696c.tar.gz glibc-3877d9ea5fc19eb51aeab20c3a085c6ce743696c.tar.bz2 |
Update.
1999-04-10 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
use binary search.
Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
1999-04-07 H.J. Lu <hjl@gnu.org>
* manual/install.texi (Reporting Bugs): Add section about reported
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,9 +1,15 @@ +1999-04-10 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to + use binary search. + Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>. + 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de> * scripts/test-installation.pl (installation_problem): Skip libnss1_* libraries from glibc-compat add-on. -Wed Apr 7 22:52:39 1999 H.J. Lu <hjl@gnu.org> +1999-04-07 H.J. Lu <hjl@gnu.org> * io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for libstdc++ 2.7.2. @@ -11,7 +17,7 @@ Wed Apr 7 22:52:39 1999 H.J. Lu <hjl@gnu.org> 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de> - * manual/install.texi (Reporting Bugs): Add section about reported + * manual/install.texi (Reporting Bugs): Add section about reported bugs and correct email address of glibcbug script. 1999-04-01 Thorsten Kukuk <kukuk@suse.de> |