X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=e366808fd692e432f878a4b926cc59079fcbee97;hb=44fd637accbdb4f21edb7cc5194f5cf0848eac62;hp=5e92ad5c24465d57f628b810179c64c860dd965a;hpb=917752adb19961999cd68c6c961efffe33c85141;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 5e92ad5c2..e366808fd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,24 @@ +2004-10-05 Bruno Haible + + * strsep.h: Don't declare strsep() if HAVE_STRSEP. + +2004-10-04 Paul Eggert + + * xalloc.h (xmemdup): Renamed from xclone. All uses changed. + * xmalloc.c (xmemdup): Likewise. + * xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC, + XFREE): Remove these long-obsolescent macros. + * xmalloc.c (xstrdup): Implementation moved here from xstrdup.c + * xstrdup.c: Remove. + + * regex.c (re_comp): Cast gettext return value to char *, + Problem reported by Martin Neitzel via Mark D. Baushke. + +2004-10-04 Simon Josefsson + + * error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of + '#ifdef USE_UNLOCKED_IO'. + 2004-10-04 Paul Eggert * argmatch.c, closeout.c, error.c, exclude.c, getdate.y,