]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 25 Jun 2004 06:58:53 +0000 (06:58 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 25 Jun 2004 06:58:53 +0000 (06:58 +0000)
ChangeLog

index 821619683b6063bcb111abd091b7e04d168da1d7..5d0d29c47dbd339bc44f7345137e132df355377a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2004-06-23  Jim Meyering  <jim@meyering.net>
+2004-06-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
 
+       * src/ln.c (do_link): Remove unnecessary call to lstat.
+       (main): Avoid subscript error when the destination is "".
+
+2004-06-23  Jim Meyering  <jim@meyering.net>
+
        * tests/*: Replace all occurrences of `(exit N); exit' with
        `(exit N); exit N'.  Otherwise, those many tests could exit with
        improper exit status when exiting via e.g., a trapped interrupt.