summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-19 12:48:19 +0000
committerJim Meyering <jim@meyering.net>2005-01-19 12:48:19 +0000
commit3fc13d753c1d740b7283fe5bc0483cc035f10115 (patch)
tree34f458db3ebc10f3222cd142104dd8fdbf21a4f4 /lib/ChangeLog
parentd7267a635aada74f332dde789fb37970f482f541 (diff)
downloadcoreutils-3fc13d753c1d740b7283fe5bc0483cc035f10115.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index f35fcc990..e1a6603bf 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -4,6 +4,8 @@
component length. This included changing the parameter to be
of type `char *' rather than `char const *'.
* chdir-long.h (chdir_long): Update prototype.
+ * t-chdir-long: A test harness to exercize chdir-long.c's
+ sample main program.
* openat.c (fdopendir, fstatat): New functions.
* openat.h: Include headers required for use of DIR and struct stat.