# HG changeset patch # User Jim Meyering # Date 974546261 0 # Node ID 9f7a77b1a2f4eebfa404768beba8dbb08d44b869 # Parent 649f79992b7062287a837978ed815f588c4c80a0 . diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.