diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 18:54:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 18:54:52 +0000 |
commit | c8d48faef08fe72320394ebc5dc3d12059392b90 (patch) | |
tree | 37b30fef0de871969852467e4d7e2562853aabb3 /ChangeLog | |
parent | a1a363d20cb4d698af8e7a8a0bb9c3313fe7d858 (diff) | |
download | glibc-c8d48faef08fe72320394ebc5dc3d12059392b90.tar.gz glibc-c8d48faef08fe72320394ebc5dc3d12059392b90.tar.xz glibc-c8d48faef08fe72320394ebc5dc3d12059392b90.zip |
[BZ #5103]
* posix/glob.c (glob): Recognize patterns starting \/. * posix/tst-gnuglob.c (find_file): Handle absolute path names. (main): Add test for pattern starting \/.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 60cdd2e1f0..2813e59a47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-10-07 Ulrich Drepper <drepper@redhat.com> + [BZ #5103] + * posix/glob.c (glob): Recognize patterns starting \/. + * posix/tst-gnuglob.c (find_file): Handle absolute path names. + (main): Add test for pattern starting \/. + * misc/error.h: Use __const instead of const. * misc/bits/error.h: Likewise. |