about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64bc37853b..b23f60f2be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.
+
 2000-01-23  Paul Eggert  <eggert@twinsun.com>
 
 	* posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits.