X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=0d41783fadcf42ac2a3b3423b422537d71d21599;hb=dd2c1e84650acc6eaafa2675c5c689104103d029;hp=4e3754fdbb2c16731b10a99ee631d0947ad3012a;hpb=90a4f378631dff801888969dcffab43063944492;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 4e3754fdb..0d41783fa 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,103 @@ +2003-01-27 Bruno Haible + + * xsetenv.h: New file, from GNU gettext. + * xsetenv.c: New file, from GNU gettext. + +2003-01-23 Bruno Haible + + * minmax.h: New file, from GNU gettext, with comments from Paul Eggert. + +2003-01-22 Bruno Haible + + * exit.h: New file, from GNU gettext. + +2003-01-11 Bruno Haible + + * stpcpy.h (stpcpy): Use ANSI C function declarations. + * strcase.h (strcasecmp, strncasecmp): Likewise. + +2003-01-14 Jim Meyering + + * same.c (same_name): Tweak a comment. + +2003-01-11 Bruno Haible + + * same.c (same_name): Reorder tests so as to avoid calling stat() + when a string comparison is sufficient. + +2003-01-11 Bruno Haible + + * readtokens.c (readtoken): Cast character to 'unsigned char', not + 'unsigned int'. + +2003-01-11 Bruno Haible + + * hash-pjw.c: Add comment about low quality of this function. + +2003-01-12 Paul Eggert + + Finish renaming getstr -> getdelim2 and readline -> readlinebuffer, + to avoid collisions with libcurses and libreadline. + + * Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h. + * getstr.h, getstr.c: Remove. + * getline.c: Include "getline.h", to check interface. + Move body of old getstr.c here: this defines MIN_CHUNK and + declares getdelim2, which is renamed from getstr. + (getline, getdelim): Adjust to renaming of getstr -> getdelim2. + + * linebuffer.c (readlinebuffer): Renamed from readline. + All uses changed. + * linebuffer.h: Likewise. + (readline): Remove backward-compatibility macro. + +2003-01-12 Jim Meyering + + * makepath.c: Don't test HAVE_ERRNO_H. It's not necessary. + +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