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 /FAQ | |
parent | 34df6c305435d96e76456cb98bcdb56363fb918f (diff) | |
download | glibc-3877d9ea5fc19eb51aeab20c3a085c6ce743696c.tar glibc-3877d9ea5fc19eb51aeab20c3a085c6ce743696c.tar.gz glibc-3877d9ea5fc19eb51aeab20c3a085c6ce743696c.tar.bz2 glibc-3877d9ea5fc19eb51aeab20c3a085c6ce743696c.zip |
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 'FAQ')
-rw-r--r-- | FAQ | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -1417,16 +1417,10 @@ completely. the Perl db modules the testsuite is not passed. This did not happen with db-1, gdbm, or ndbm. -{UD} You are using an outdated copy of the DB_File Perl module. In fact db-2 -finally removed the handling of zero-sized keys which was one of the features -tested by the old Perl testsuite and therefore you see an error. But this -never was documented and guaranteed, only broken programs used this feature. - -Consequently db-2 does not need to support this feature and instead signals -an error which leads to easier debugging. The DB_File module maintainer -Paul Marquess <pmarquess@bfsec.bt.co.uk> acknowledged this change and fixed -the testsuite so that if you use DB_File v1.60 or later you should not have -any more problems with db-2. +{MK} Db-2 does not support zero-sized keys. The Perl testsuite +tests the support for zero-sized keys and therefore fails when db-2 is +used. The Perl folks are looking for a solution, but thus far have +not found a satisfactory one. 3.14. The pow() inline function I get when including <math.h> is broken. |