aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-12 22:54:47 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-12 22:54:47 +0000
commitb2608c22036ee37754d87185c29a0b986b7e70c6 (patch)
treeed9d8ac242ba7cb8915000162b3a699f5eef63a0 /ChangeLog
parenta5ce5fcf3830323f2d72c203491fa88a63a07036 (diff)
downloadglibc-b2608c22036ee37754d87185c29a0b986b7e70c6.tar
glibc-b2608c22036ee37754d87185c29a0b986b7e70c6.tar.gz
glibc-b2608c22036ee37754d87185c29a0b986b7e70c6.tar.bz2
glibc-b2608c22036ee37754d87185c29a0b986b7e70c6.zip
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--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1269a6ba4..313f0e8012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.