X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4b768d5bb0cf9c5c93a8c42f40be4282576d8ce8;hb=f46a1e87e0533bfb1801edf0465c45f7fe574f5c;hp=7ace051f228163c18af18a21791110937f620194;hpb=216c04af3d0ae20181e266391d1bdc09c120404c;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 7ace051f2..4b768d5bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,107 @@ +2006-05-09 Bruno Haible + + * modules/xvasprintf (Files): Add m4/xvasprintf.m4. + (Depends-on): Depend also on xsize, stdarg. + (configure.ac): Add gl_XVASPRINTF. + +2006-05-08 Eric Blake + + * gnulib-tool (func_version): Base copyright year on CVS date. + (func_emit_copyright_notice): New function. + (func_emit_lib_Makefile_am): Use it. + (func_emit_tests_Makefile_am): Likewise. + (func_import): Likewise. + +2006-05-05 Bruno Haible + + * build-aux/config.rpath: Add support for Sun C 5.9 on Linux. + +2006-05-08 Bruno Haible + + * modules/stdarg: New file. + * MODULES.html.sh (func_all_modules): Add section for . + +2006-05-02 Paul Eggert + + * modules/inttypes (Maintainer): Change from Derek Price to 'all'. + +2006-04-29 Bruno Haible + + * gnulib-tool: Make --update option actually work. + +2006-04-25 Bruno Haible + + * gnulib-tool (func_import): Output the include directives in three + blocks, sorted separately. + Reported by Ben Pfaff . + +2006-04-23 Bruno Haible + + * modules/copy-file: Depend on unistd. + * modules/execute: Likewise. + * modules/fatal-signal: Likewise. + * modules/findprog: Likewise. + * modules/mkdtemp : Likewise. + * modules/pipe: Likewise. + * modules/wait-process: Likewise. + +2006-04-23 Claudio Fontana + Bruno Haible + + * modules/gettext (Makefile.am): Add a -I flag for . + * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value + for AM_CPPFLAGS. + +2006-04-23 Bruno Haible + + * gnulib-tool (func_usage): Fix --import description. Document --update. + (func_import): Create temporary file in a temporary directory, if + --dry-run is specified. Silence errors from 'grep' when there are no + m4 files in $m4dir. + (func_create_testdir): Silence errors from 'grep' when there are no + m4 files in $m4dir. + Reported by Karl Berry . + +2006-04-18 Derek Price + Paul Eggert + + * modules/inttypes: New file. + * modules/strtoimax, modules/strtoumax: Depend on inttypes. + +2006-04-12 Eric Blake + + * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this + is now done automatically by the corresponding Autoconf macro. + +2006-04-09 Paul Eggert + + * modules/regex (Depends-on): Add ssize_t. + +2006-03-08 Simon Josefsson + + * build-aux/maint.mk: Fix refresh-po, to handle no translated + languages. + +2006-03-07 Paul Eggert + + * MODULES.html.sh (Support for systems lacking POSIX:2001): + Add unistd. + * modules/c-stack (Depends-on): Add unistd. + * modules/getlogin_r: Likewise. + * modules/glob: Likewise. + * modules/pagealign_alloc: Likewise. + * modules/unistd (Files): Remove lib/unistd_.h. + (EXTRA_DIST): Remove. + (unistd.h): Create using 'echo' rather than 'cp', so that we don't + need unistd_.h. + (MOSTLYCLEANFILES): Remove unistd.h-t. + +2006-03-07 Simon Josefsson + + * modules/getopt (Depends-on): Add unistd. + + * modules/unistd: New file. + 2006-03-07 Simon Josefsson * modules/gc-random: New file. @@ -42,7 +146,7 @@ * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES. * modules/lock-tests (TESTS): Use $(EXEEXT). * modules/tls-tests: Likewise. - * modules/argp-tests: Likewise. + * modules/argp-tests: Likewise. (check_PROGRAMS): New var, replacing... (noinst_PROGRAMS, test_argp_SOURCES): Remove.