From: Jim Meyering Date: Sat, 18 Nov 2000 11:17:41 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0_33~92 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6adb4780b5883caccd9e2eb6d24d3740878484d7;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 19cd44230a..9cd4daaae0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2000-11-17 Akim Demaille + + * lib/obstack.h: Formatting changes. + (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would + prevent type checking. + (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't + cast the value to (void *): assigning a `foo *' to a `void *' + variable is valid. + (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int. + 2000-11-17 Jim Meyering * strstr.c: Update from GNU libc.