X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=51283b5001bbd599838cf799494e2403d4a73797;hb=5ee023ec2e1bcc8e5f7a70c8ac1fc649a3fcf590;hp=5c606a81097a58ae298e12b25a681ae4359b4b70;hpb=bf5a0469d4e38c9fd4589e0ec3aea5ed3005b3b7;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 5c606a810..51283b500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,151 @@ +2005-03-04 Derek R. Price + + * gnulib-tool: Only replace files via --import when they have + actually changed. + +2005-03-03 Derek R. Price + Bruno Haible + + * modules/pagealign_alloc: New file. + * MODULES.html.sh (Memory management functions): Add pagealign_alloc. + +2005-03-01 Paul Eggert + + * modules/gettime (Makefile.am): Remove lib_SOURCES line. + Reported by Derek Price. + (Include): Add "timespec.h". + + * modules/xnanosleep (Depends-on): Remove gethrxtime. + +2005-02-26 Paul Eggert + + * modules/gethrxtime: New file. + * modules/xnanosleep (Files): Add m4/xnanosleep.m4. + (Depends-on): Add gethrxtime. + (configure.ac): Add gl_XNANOSLEEP. + (Makefile.am): Remove lib_SOURCES line. + +2005-02-24 Bruno Haible + + * modules/gettext (Files): Add m4/glibc2.m4. + +2005-02-22 Simon Josefsson + + * modules/iconvme: New file. + + * MODULES.html.sh: Add iconvme. + +2005-02-03 Paul Eggert + + * modules/chdir-long (Depends-on): Add memrchr. + * modules/memrchr (Files): Add lib/memrchr.h. + (Include): "memrchr.h". + +2005-01-28 Paul Eggert + + Sync from coreutils. + * modules/getloadavg (Files): Remove m4/getloadavg.m4. + (Depends-on): Add c-strtod. + (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG. + +2005-01-28 Bruno Haible + + * modules/javacomp: New file. + * MODULES.html.sh (Java): Add javacomp. + +2005-01-26 Bruno Haible + + * modules/javaexec: New file. + * MODULES.html.sh (Java): Add javaexec. + +2005-01-24 Sergey Poznyakoff + + * modules/lchown (Depends-on): Remove lchown.h + +2005-01-21 Paul Eggert + + * modules/chdir-long (Depends-on): Remove mempcpy. + +2005-01-21 Bruno Haible + + * modules/classpath: New file. + * MODULES.html.sh (Java): Add classpath. + +2005-01-20 Paul Eggert + + * MODULES.html.sh (Command-line arguments): Add version-etc-fsf. + +2005-01-20 Simon Josefsson + + * modules/version-etc-fsf: New file. + +2005-01-19 Paul Eggert + + * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h; + AC_LIBSOURCES now does this. + * MODULES.html.sh (Sizes of integer types ): New element, + with new ullong_max module. + +2005-01-19 Bruno Haible + + * modules/sh-quote: New file. + * MODULES.html.sh (Executing programs): Add sh-quote. + +2005-01-18 Paul Eggert + + * modules/ullong_max: New file. + + * modules/chdir-long, modules/openat: New files. + * modules/save-cwd (Depends-on): Depend on chdir-long. + (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES. + +2005-01-11 Sergey Poznyakoff + + * modules/argp: Depend on vsnprintf + +2005-01-10 Jim Meyering + + * modules/closeout (Depends-on): Add atexit. + +2005-01-01 Simon Josefsson + + * gnulib-tool: Print #include directives when --import'ing. + +2004-12-28 Paul Eggert + + * modules/error (Depends-on): Remove gettext. + +2004-12-28 Simon Josefsson + + * tests/test-base64.c: Include required header files. Remove + unused variables. + +2004-12-23 Paul Eggert + + * modules/getdate (Depends-on): Remove alloca-opt. + +2004-12-19 Paul Eggert + + * modules/regex (lib_SOURCES): Remove regex.c, undoing previous + (2004-10-24) change. Apparently this was a false alarm. + + * modules/getdate: Depend on alloca-opt, not alloca. + +2004-12-18 Simon Josefsson + + * modules/alloca: Depend on alloca-opt, instead of duplicating it. + +2004-12-16 Simon Josefsson + + * tests/test-base64.c: Add license. + +2004-12-15 Stepan Kasal + + * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command. + 2004-12-12 Paul Eggert - * modules/getcwd (Depends-on): Add m4/d-ino.m4. + * modules/getcwd (Files): Add m4/d-ino.m4. Suggested by Mark D. Baushke. 2004-12-04 Paul Eggert