diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-24 12:10:51 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-24 12:10:51 -0700 |
commit | c27849fbbf94f240704ac648f6b57daec08f0533 (patch) | |
tree | 739a7f3f6f6453e4aee5ddf71ab06b713d7344e9 /ChangeLog | |
parent | 8f2e39941309c1a590e71b9a8035dbbc7e587fae (diff) | |
download | glibc-c27849fbbf94f240704ac648f6b57daec08f0533.tar.gz glibc-c27849fbbf94f240704ac648f6b57daec08f0533.tar.xz glibc-c27849fbbf94f240704ac648f6b57daec08f0533.zip |
Add test for last glob bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87d8d57ae1..b60b4a494e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ 2010-03-24 Ulrich Drepper <drepper@redhat.com> + + * posix/tst-gnuglob.c: Add tests with empty patterns. For this + rewrite the tests to add support for failing glob calls. + Some other minor cleanups. + * posix/bug-glob3.c: New file. + * posix/Makefile (tests): Add bug-glob3. + +2010-03-24 Ulrich Drepper <drepper@redhat.com> Andreas Schwab <andreas@redhat.com> * posix/glob.c (glob): Clean up gl_pathc and gl_pathv earlier. |