X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=38480578eacac741c6cec6b456d1cae094e86770;hb=ce15bca42f354fda6d61f6e51496e118c0e12a3a;hp=bc0484c7b651c787782398172a6707c3de0d2f0c;hpb=74502ce6db20e0c51a08d53c0e960afa8690803c;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index bc0484c7b..38480578e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2006-06-19 Yoann Vandoorselaere + + * modules/sys_socket, modules/socklen: Include sys/types since + FreeBSD 4.x's sys/socket.h needs it. + +2006-06-15 Bruno Haible + + * modules/stdint (Files): Include m4/full-header-path.m4, + m4/size_max.m4, m4/wchar_t.m4. + (Makefile.am): Many more substitutions. + * modules/stdint-tests: New file. + * tests/test-stdint.c: New file. + +2006-05-15 Bruno Haible + + * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based + on libtool patch by Ralf Wildenhues. + +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.