From b2608c22036ee37754d87185c29a0b986b7e70c6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 12 Jan 2003 22:54:47 +0000 Subject: Update. * io/ftwtest-sh: Add test case for relative path with /. at the end. 2003-01-12 Jim Meyering * 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 to change directory after call to ftw_dir. --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1269a6..313f0e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ 2003-01-12 Ulrich Drepper + * io/ftwtest-sh: Add test case for relative path with /. at the end. + +2003-01-12 Jim Meyering + + * 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 + * 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. -- cgit v1.1