summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-09 07:14:28 +0000
committerJim Meyering <jim@meyering.net>2003-03-09 07:14:28 +0000
commitac6d593d596429c7db13887b222b26695cc110c1 (patch)
treee39f5f1938ec3f404d3947bf7bbc7a142564fe97 /ChangeLog
parent25697ff274d7bda1ffa4a131719bccefacb3a799 (diff)
downloadcoreutils-ac6d593d596429c7db13887b222b26695cc110c1.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19bb02202..de63365bb 100644
--- 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.