X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=91e10214d5299dd376d95d831c0f31e53bc6228b;hb=6e0c9a99ac662dd811105992a9c9f5f611569590;hp=6055de6ec73fde865babcf66a36272123966f2d9;hpb=6fd120ffe982ec7b6d817c7f0171ac0115ea1ac3;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 6055de6ec..91e10214d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,67 @@ +2003-01-10 Bruno Haible + + * alloca_.h: New file. + * getdate.y: Unconditionally include alloca.h. + * makepath.c: Likewise. + * setenv.c: Likewise. + * userspec.c: Likewise. + +2003-01-09 Bruno Haible + + * stdbool.h.in: New file. + +2003-01-08 Bruno Haible + + * safe-read.c: Include specification header first, to ensure its + selfcontainedness. + * full-write.c: Likewise. + +2003-01-08 Jim Meyering + + * full-write.c: Undefine and define-away `const' after inclusion + of errno.h, not before. Suggestion from Bruno Haible. + +2003-01-07 Jim Meyering + + * full-write.c: Rework so that it may serve to define full_read, too. + * full-read.c: Simply #define FULL_READ and include full-write.c. + +2003-01-06 Jim Meyering + + * version-etc.c: Update year in translatable copyright string. + +2002-12-25 Bruno Haible + + * strtoimax.c: Include as an alternative to . + * xstrtol.h: Likewise. + * xstrtoimax.c: Likewise. + * xstrtoumax.c: Likewise. + * human.h: Likewise. + + * tempname.c: Include too. Avoids a compilation error + on systems that have but not . + +2002-12-31 Paul Eggert + + * memcoll.c (memcoll): Fall back on a simple algorithm using + memcmp if strcoll doesn't work. + +2002-12-23 Bruno Haible + + * localcharset.h: New file. + * localcharset.c: Include it. + * unicodeio.c: Likewise. + +2002-12-22 Bruno Haible + + * utime.c (utime_null): No need to call ftruncate if the file was + nonempty. + +2002-12-23 Bruno Haible + + * memcoll.c (STRCOLL): New macro. + (memcoll): Use it. + 2002-12-22 Bruno Haible * getstr.h (getstr): Define, to avoid clash with libcurses.