# HG changeset patch # User Jim Meyering # Date 1067608417 0 # Node ID c66105a31bc02b93db7c317fb597f8612b438262 # Parent a90f003e26e9dae547c48911becaddbd200f989c * linebuffer.c: Include for declaration of memset. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-10-31 Jim Meyering + + * linebuffer.c: Include for declaration of memset. + 2003-10-30 Paul Eggert Bruno Haible @@ -30,7 +34,7 @@ Use a simpler test for size overflow. Don't use xalloc_oversized because unsigned int might be wider than size_t (!); this suggests that we should switch from unsigned int to size_t for slot numbers. - + 2003-10-27 Bruno Haible * stdbool_.h: Better support for BeOS. @@ -43,7 +47,7 @@ (add_exclude): Use x2nrealloc to reallocate ex->exclude, instead of xnrealloc. (add_exclude_file): Use x2realloc instead of malloc + xnrealloc. - + 2003-10-26 Paul Eggert * xalloc.h (xalloc_oversized): New static inline function, for