diff options
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |