From: Jim Meyering Date: Tue, 14 Dec 2004 23:53:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e7ea4b296585e75be0bd2cb9002a6d7784cae18;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 633c5cca00..17457d25fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2004-12-14 Jim Meyering +2004-12-15 Jim Meyering * Version 5.3.0. + * src/Makefile.am (__LDADD): Define, so that building `[' on + Solaris still uses the -lgen library that it requires in order + to get a definition of eaccess. + +2004-12-14 Jim Meyering + tac would exit immediately upon I/O or temp-file creation failure. Now it continues on, processing any remaining command line arguments.