From: Jim Meyering Date: Sun, 9 Mar 2003 07:14:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_10~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac6d593d596429c7db13887b222b26695cc110c1;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 19bb022..de63365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2003-03-08 Jim Meyering +2003-03-09 Jim Meyering * Version 4.5.10. + * src/remove.c (AD_stack_pop): Cast sizeof... to int before + changing its sign. This avoids a warning from gcc on 64-bit systems. + Reported by Bob Proulx. + (pop_dir): Reverse order of sign change and cast, to be consistent + with the above. + +2003-03-08 Jim Meyering + * tests/Makefile.am (evar-check): Check for POSIXLY_CORRECT not as a shell variable, but only in the environment. With /bin/sh->bash, the shell variable is set to `y', and that would cause a spurious warning.