X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=762c99905c5c95ca9cb82db5488f770b02569ffd;hb=65248632b944a621e4c390de3e31b7421632354e;hp=32d358f8f96efcd3e984e589871b1140e2dfe875;hpb=39d7a5df91579651bb82882c64728b5eee6d46c5;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 32d358f8f..762c99905 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2004-12-04 Paul Eggert + + * modules/hard-locale (Depends-on): Add strdup. + +2004-12-04 Simon Josefsson + + * modules/getaddrinfo (License): Add LGPL, reported by Yoann + Vandoorselaere . + +2004-11-30 Simon Josefsson + + * MODULES.html.sh (Extra functions based on ANSI C 89): Add + base64. + + * tests/test-base64.c: New file. + + * modules/base64: New file. + +2004-11-30 Simon Josefsson + + * modules/restrict (License): Change to LGPL. + +2004-11-26 Paul Eggert + + * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4. + (Depends-on): Remove pathmax, same. Add mempcpy. + (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD. + (Makefile.am): Append getcwd.h to lib_SOURCES. + (Include): Add getcwd.h. + (Maintainer): Change from Jim Meyering to "all, glibc", + since getdate now uses intended-for-glibc code. + * modules/xgetcwd (Files): Remove m4/getcwd.m4. + (Depends-on): Depend on getcwd. Do not depend on pathmax. + +2004-11-22 Paul Eggert + + * modules/canonicalize (Depends-on): Add xreadlink. + Problem reported by James Youngman. + +2004-11-16 Paul Eggert + + * modules/canon-host (Depends-on): Add strdup. + +2004-11-16 Jim Meyering + + * modules/closeout (Depends-on): Add fpending. + 2004-11-11 Simon Josefsson * modules/strtok_r: New file.