From 9de4e2034072a876f16d9c1d7368cee533d91a6b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 26 Jan 2000 02:20:01 +0000 Subject: Update. 2000-01-24 Paul Eggert * posix/fnmatch_loop.c (FCT): Use locale's collating sequence when deciding whether a character falls within a character range. 2000-01-24 Paul Eggert * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case, lower-case A too. 2000-01-24 Thorsten Kukuk * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove old[gs]etrlimit. --- FAQ.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'FAQ.in') diff --git a/FAQ.in b/FAQ.in index 5317e47..c130a86 100644 --- a/FAQ.in +++ b/FAQ.in @@ -1269,6 +1269,12 @@ e.g. __ivaliduser). If a program uses these interfaces, it's broken. These internal interfaces might change between glibc releases or dropped completely. +?? When using the db-2 library which comes with glibc is used in + the Perl db modules the testsuite is not passed. This did not + happen with db-1, gdbm, or ndbm. + +Removed. Does not apply anymore. + ?? The pow() inline function I get when including is broken. I get segmentation faults when I run the program. @@ -1356,6 +1362,11 @@ suffix `_unlocked', for details check . Using `putc_unlocked' etc. instead of `putc' should give nearly the same speed with bonnie (bonnie is a benchmark program for measuring disk access). +?? Programs compiled with glibc 2.1 can't read db files made with glibc + 2.0. What has changed that programs like rpm break? + +Removed. Does not apply anymore. + ?? Autoconf's AC_CHECK_FUNC macro reports that a function exists, but when I try to use it, it always returns -1 and sets errno to ENOSYS. -- cgit v1.1