summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-25 22:24:21 +0200
committerJim Meyering <jim@meyering.net>2007-09-27 10:53:36 +0200
commit491c54ca99717339656509111012e88a6e3def84 (patch)
tree17625f5764a55b01b01576d1cf21209023dfd6d2 /ChangeLog
parentbeaa39a649939cf19994bf773871a810ef896701 (diff)
downloadcoreutils-491c54ca99717339656509111012e88a6e3def84.tar.xz
Move file-set and hash-triple modules to gnulib.
* bootstrap.conf (gnulib_modules): Remove file-set, now that it's in gnulib, and the canonicalize module requires it there. * gl/lib/file-set.c, gl/lib/file-set.h, gl/modules/hash-triple: Remove. * gl/lib/hash-triple.c, gl/lib/hash-triple.h, gl/modules/file-set: Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e3ff577b..d8bdd8727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-09-27 Jim Meyering <jim@meyering.net>
+ Move file-set and hash-triple modules to gnulib.
+ * bootstrap.conf (gnulib_modules): Remove file-set, now that
+ it's in gnulib, and the canonicalize module requires it there.
+ * gl/lib/file-set.c, gl/lib/file-set.h, gl/modules/hash-triple: Remove.
+ * gl/lib/hash-triple.c, gl/lib/hash-triple.h, gl/modules/file-set:
+ Remove.
+
Add a test to exercise a readlink bug.
* tests/misc/readlink-fp-loop: New file. Test for the readlink bug
fixed through today's change to Gnulib's canonicalize module.