diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-29 04:32:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-29 04:32:06 +0000 |
commit | add09583da3f652a6695dd534ea9ed4aefca97a0 (patch) | |
tree | 7dbd8b78aab0091637cca11896226583177bacbe /ChangeLog | |
parent | bc3bb89c0a7c124d7320f143e52b353cdde645f5 (diff) | |
download | glibc-add09583da3f652a6695dd534ea9ed4aefca97a0.zip glibc-add09583da3f652a6695dd534ea9ed4aefca97a0.tar.gz glibc-add09583da3f652a6695dd534ea9ed4aefca97a0.tar.bz2 |
Update.
* sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
glob_in_dir [PR libc/3385].
* posix/globtest.sh: Add test case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-04-28 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to + glob_in_dir [PR libc/3385]. + * posix/globtest.sh: Add test case. + * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add //TRANSLIT twice. |