*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 9 Mar 2003 07:14:28 +0000 (07:14 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Mar 2003 07:14:28 +0000 (07:14 +0000)
ChangeLog

index 19bb022..de63365 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2003-03-08  Jim Meyering  <jim@meyering.net>
+2003-03-09  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
        * 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.