diff options
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a5d98368e..2fb4210cb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,9 +1,11 @@ 2003-10-31 Jim Meyering <jim@meyering.net> + * linebuffer.c: Include <string.h> for declaration of memset. * alloca.c, linebuffer.c, xmalloc.c, xalloc.h: Update from gnulib. * exclude.c, getgroups.c, quotearg.c, stdbool_.h: Update from gnulib. + * hash.c, hash-pjw.h: Update from gnulib. 2003-10-25 Jim Meyering <jim@meyering.net> |