From: Jim Meyering Date: Fri, 25 Jun 2004 06:58:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90f1d430c9d1774613c6aefdf02db2f5bf48a8d4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 821619683b..5d0d29c47d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2004-06-23 Jim Meyering +2004-06-23 Paul Eggert * 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 + * 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.