diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-12 22:54:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-12 22:54:47 +0000 |
commit | b2608c22036ee37754d87185c29a0b986b7e70c6 (patch) | |
tree | ed9d8ac242ba7cb8915000162b3a699f5eef63a0 /ChangeLog | |
parent | a5ce5fcf3830323f2d72c203491fa88a63a07036 (diff) | |
download | glibc-b2608c22036ee37754d87185c29a0b986b7e70c6.zip glibc-b2608c22036ee37754d87185c29a0b986b7e70c6.tar.gz glibc-b2608c22036ee37754d87185c29a0b986b7e70c6.tar.bz2 |
Update.
* io/ftwtest-sh: Add test case for relative path with /. at the end.
2003-01-12 Jim Meyering <jim@meyering.net>
* io/ftw.c (ftw_startup): When trying to stat the starting directory,
use the basename if we've already chdir'd into its parent directory.
2003-01-12 Ulrich Drepper <drepper@redhat.com>
to change directory after call to ftw_dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ 2003-01-12 Ulrich Drepper <drepper@redhat.com> + * io/ftwtest-sh: Add test case for relative path with /. at the end. + +2003-01-12 Jim Meyering <jim@meyering.net> + + * io/ftw.c (ftw_startup): When trying to stat the starting directory, + use the basename if we've already chdir'd into its parent directory. + +2003-01-12 Ulrich Drepper <drepper@redhat.com> + * io/ftw.c (process_entry): Use relative path when using chdir() - to change direcoty after call to ftw_dir. + to change directory after call to ftw_dir. * io/ftwtest-sh: Add test for relative path argument to nftw() with FTW_CHDIR option. |