From: Jim Meyering Date: Sat, 10 Jan 1998 20:53:56 +0000 (+0000) Subject: . X-Git-Tag: v4.5.1~8896 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ed71e46e4b3b2f3f366d6eeaa9b54d32d00317;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a849ee7d74..d9625aee32 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,10 @@ +1998-01-10 Jim Meyering + + * lib/xstrtol.c (bkm_scale): Renamed from BKM_SCALE. + Rewrite macro as function. Return a value. Update caller. + Cast __ZLONG_MAX `__unsigned long int' before casting to double to + avoid SunOS /bin/cc compiler bug. + 1998-01-08 Jim Meyering * src/tac-pipe.c: New file. But not yet used.