X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=762c99905c5c95ca9cb82db5488f770b02569ffd;hb=65248632b944a621e4c390de3e31b7421632354e;hp=70ac83cd8f10b370e59f6ec4cd07a02eec7de8f8;hpb=8b41ecf750e4a20e65943a14ce80d4a01f663dce;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 70ac83cd8..762c99905 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +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.