summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-16 22:33:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-16 22:33:37 +0000
commit9c0540b5482a612b723691d985948c3c46691525 (patch)
tree1735933a355fc4be46b6786fcfbb013db40f4581 /ChangeLog
parent24ce72f63557f7343ac6bcba882ecf9dc3e2c931 (diff)
downloadcoreutils-9c0540b5482a612b723691d985948c3c46691525.tar.xz
Improve quality of ln's diagnostics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c43e63ef3..ff9133fdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-11-16 Jim Meyering <jim@meyering.net>
+2005-11-16 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * NEWS: Improve quality of ln's diagnostics.
+ * src/ln.c (do_link, usage): Likewise.
+ (do_link): Don't use alloca on a buffer of unbounded size.
+
+2005-11-16 Jim Meyering <jim@meyering.net>
+
* tests/cp/fail-perm: Accommodate HPUX. It appears to fail
with EACCES rather than EPERM. Reported by Peter O'Gorman here:
http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/5766