summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-11-16 11:04:31 +0100
committerJim Meyering <meyering@redhat.com>2007-11-16 11:04:31 +0100
commitfe18e9f7e5fb3b856d3da936dd6bd4c8e620635a (patch)
tree4d254d79b78fbfb90be755fd57a14003029af6d9 /ChangeLog
parent1379ed974f1fa39b12e2ffab18b3f7a607082202 (diff)
downloadcoreutils-fe18e9f7e5fb3b856d3da936dd6bd4c8e620635a.tar.xz
Port readlink-fp-loop to Solaris.
* tests/misc/readlink-fp-loop (symlink_loop_msg): New var, which records the symlink-loop message, whose wording is not standardized by Posix. Do not rely on "echo x > p/1" to work when p/1 has a lot of indirect symlinks. (I'm surprised that it works on Linux. Perhaps a Linux bug?)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37a3e0b75..9c78a3de8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ Port readlink-fp-loop to Solaris.
+ * tests/misc/readlink-fp-loop (symlink_loop_msg): New var,
+ which records the symlink-loop message, whose wording is
+ not standardized by Posix. Do not rely on "echo x > p/1"
+ to work when p/1 has a lot of indirect symlinks. (I'm surprised
+ that it works on Linux. Perhaps a Linux bug?)
+
2007-11-15 Paul Eggert <eggert@cs.ucla.edu>
Port to Solaris 'make' and use a Posixish shell on Solaris.