diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 07:37:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 07:37:00 +0000 |
commit | 0f888d8ec6e038895be5d0a562d90be5e930a88a (patch) | |
tree | 0b98ab87be4952d2ba858e1710ea894826f4e4cb /ChangeLog | |
parent | 935f3e6715f2f178159eef1501ae30ad53a68150 (diff) | |
download | glibc-0f888d8ec6e038895be5d0a562d90be5e930a88a.tar.gz glibc-0f888d8ec6e038895be5d0a562d90be5e930a88a.tar.xz glibc-0f888d8ec6e038895be5d0a562d90be5e930a88a.zip |
* stdlib/test-canon.c: Make doesExist a directory and add more tests
for the new error case. 2004-06-02 Dmitry V. Levin <ldv@altlinux.org> Ranjani Murthy <ranmur@gmail.com> * stdlib/canonicalize.c (__realpath): Change realpath(3) to return NULL and set errno to ENOTDIR for such pathnames like "/path/to/existing-non-directory/".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bd82464850..277142ddfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-04-27 Ulrich Drepper <drepper@redhat.com> + + * stdlib/test-canon.c: Make doesExist a directory and add more tests + for the new error case. + +2004-06-02 Dmitry V. Levin <ldv@altlinux.org> + Ranjani Murthy <ranmur@gmail.com> + + * stdlib/canonicalize.c (__realpath): Change realpath(3) to + return NULL and set errno to ENOTDIR for such pathnames like + "/path/to/existing-non-directory/". + 2005-04-26 Ulrich Drepper <drepper@redhat.com> * time/strptime_l.c (__strptime_internal): Handle 'z' to set |