From ac6d593d596429c7db13887b222b26695cc110c1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Mar 2003 07:14:28 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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. -- 2.7.4