about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-13 06:38:11 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-13 06:38:11 +0000
commit8868f97b04da96174316ca6f46d1c3354c19e3e8 (patch)
tree2379280b4e147e18b4300ca330a0952bda92a8e3 /ChangeLog
parent451fc03299e4b317aad3965bf81ec772e49c51ce (diff)
downloadglibc-8868f97b04da96174316ca6f46d1c3354c19e3e8.tar.gz
glibc-8868f97b04da96174316ca6f46d1c3354c19e3e8.tar.xz
glibc-8868f97b04da96174316ca6f46d1c3354c19e3e8.zip
Update.
2000-08-12  Ulrich Drepper  <drepper@redhat.com>

	* posix/regex.c (compile_range): Implement collation sequence
	handling for glibc.  Use simple character ordering otherwise and
	not strcoll.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5e4d46508..e95ebe995e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-12  Ulrich Drepper  <drepper@redhat.com>
+
+	* posix/regex.c (compile_range): Implement collation sequence
+	handling for glibc.  Use simple character ordering otherwise and
+	not strcoll.
+
 2000-08-12  Mark Kettenis  <kettenis@gnu.org>
 
 	* sysdeps/generic/scandir64.c: Include <dirent.h>.