about summary refs log tree commit diff
path: root/FAQ.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-26 02:20:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-26 02:20:01 +0000
commit9de4e2034072a876f16d9c1d7368cee533d91a6b (patch)
treee39d051ba9c09871a5cd0d7c2a9f80c41e4012db /FAQ.in
parent14a6b4e45f4297a39b704557491fcc16ff863ef7 (diff)
downloadglibc-9de4e2034072a876f16d9c1d7368cee533d91a6b.tar.gz
glibc-9de4e2034072a876f16d9c1d7368cee533d91a6b.tar.xz
glibc-9de4e2034072a876f16d9c1d7368cee533d91a6b.zip
Update.
2000-01-24  Paul Eggert  <eggert@twinsun.com>

	* 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  <eggert@twinsun.com>

	* posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case,
	lower-case A too.

2000-01-24  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/unix/sysv/linux/i386/syscalls.list: Remove old[gs]etrlimit.
Diffstat (limited to 'FAQ.in')
-rw-r--r--FAQ.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/FAQ.in b/FAQ.in
index 5317e4764f..c130a86925 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 <math.h> is broken.
 	I get segmentation faults when I run the program.
 
@@ -1356,6 +1362,11 @@ suffix `_unlocked', for details check <stdio.h>.  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.