diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-26 20:47:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-26 20:47:33 +0000 |
commit | 98d2ca3d87a854f163d6989dc8b22aee63588c09 (patch) | |
tree | dde0dd9355eb65271998549e8ec64d491df410de /ChangeLog | |
parent | 5ae19a502312bac2403f8aaaf743a9e9e6b1fdf2 (diff) | |
download | glibc-98d2ca3d87a854f163d6989dc8b22aee63588c09.tar.gz |
Update.
* sysdeps/generic/glob.c (glob): Handle GLOB_BRACE and escaping
correctly.
* posix/globtest.sh: Add tests for GLOB_BRACE and escaping.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-10-26 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/glob.c (glob): Handle GLOB_BRACE and escaping + correctly. + * posix/globtest.sh: Add tests for GLOB_BRACE and escaping. + * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Default reverse lookup format for IPv6 addresses is using bitfields and .ip6.arpa suffix. |