diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-02 21:20:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-02 21:20:32 +0000 |
commit | f6cfb13f55f00086f136ba653c77c01b58205322 (patch) | |
tree | 2d7f9b6d6033aa811e0ec2967fecefff945d2c4f /ChangeLog | |
parent | cfd57cdc0fa51670e7b00da02a22c95925b17dae (diff) | |
download | glibc-f6cfb13f55f00086f136ba653c77c01b58205322.tar glibc-f6cfb13f55f00086f136ba653c77c01b58205322.tar.gz glibc-f6cfb13f55f00086f136ba653c77c01b58205322.tar.bz2 glibc-f6cfb13f55f00086f136ba653c77c01b58205322.zip |
Update.
* posix/regex.c (compile_range): Transliate range start and end
characters to avoid empty range in case of REG_ICASE [PR libc/1842].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-08-02 Ulrich Drepper <drepper@redhat.com> + * posix/regex.c (compile_range): Transliate range start and end + characters to avoid empty range in case of REG_ICASE [PR libc/1842]. + * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Don't include asm/resource.h. |