X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5194f3d16ceb7c9ac66a6701d0aff6cc274b381e;hb=c7c220336bdebb2f0302e2a618a3537a80f8e979;hp=4a9e77b4c21c807fc8cd7b455a2c7293ed378c37;hpb=ca228dfaa975f52317ac7c7cd64ed7175bc0c31d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 4a9e77b4c..5194f3d16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,185 @@ +2006-07-15 Karl Berry + + * gnulib-tool: help message wording/arrangement. + +2006-07-12 Simon Josefsson + + * modules/gendocs (License): Fix license, approved by Karl. + +2006-07-12 Eric Blake + + * MODULES.html.sh: Add gendocs. + +2006-07-11 Eric Blake + + * gnulib-tool: List --doc-base before --tests-base. + +2006-07-11 Eric Blake + + * modules/fdl: New module, to install doc/fdl.texi. + * MODULES.html.sh: Add new section for documentation modules. + * gnulib-tool: Avoid space-tab. + (--doc-base): New option, to manage files from doc. + +2006-07-11 Bruno Haible + + * README: Mention where to put documentation. + +2006-07-09 Paul Eggert + + * build-aux/depcomp, build-aux/install-sh: Sync from Automake. + +2006-07-08 Paul Eggert + + * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4, + for the benefit of people using Autoconf 2.60. If you want to + support older Autoconf versions you can copy m4/onceonly_2_57.m4 + (or m4/onceonly.m4, if pre-2.57) manually. + +2006-07-07 Simon Josefsson + + * tests/test-crc.c: Change expected crc value, the test vector + were probably computed using the old broken crc.c? + +2006-07-06 Ralf Wildenhues (tiny change) + + * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL, + not gl_PREREQ_GETUSERSHELL. + +2006-07-06 Simon Josefsson + + * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is + now the canonical place for the M4 file). + + * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it + from the sys_socket dependency now. + + * modules/inet_pton (Files): Ditto. + + * modules/inet_ntop (Files): Ditto. + +2006-07-05 Eric Blake + + * modules/getaddrinfo (Depends-on): Add snprintf. + +2006-07-04 Eric Blake + + * modules/dirname-tests: New test module. + * tests/test-dirname.c: New file, replacing dirname.c + TEST_DIRNAME section that was recently deleted. + +2006-07-04 Paul Eggert + + * modules/cycle-check (lib_SOURCES): Add same-inode.h. + From Mark D. Baushke. + +2006-07-03 Eric Blake + + * modules/dirname (Depends-on): Add xstrndup. + +2006-07-03 Paul Eggert + + Merge from coreutils. + * MODULES.html.sh: Add xstrtold. + * modules/xstrtold: New file. + * modules/cycle-check (Files): Add lib/same-inode.h. + * modules/dirname (Files): Add m4/double-slash-root.m4. + * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4. + * modules/mkdir-p (Files): Add lib/same-inode.h. + * modules/same (Files): Add lib/same-inode.h. + +2006-07-01 Paul Eggert + + * modules/inttypes (Depends-on): No longer depends on stdint. + * modules/stdint (Description): Say more about assumptions. + Say that the fast types might differ. Say macros are used. + (Files): Remove m4/size_max.m4, m4/wchar_t.m4. Add m4/longlong.m4. + (Makefile.am): Revise list of substituted symbols to match + new stdint.m4. + * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4. + (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T. + * tests/test-stdint.c (verify_same_types) + [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that + the code conforms to C99/C89. + Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T. + Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T. + +2006-06-29 Eric Blake + + * MODULES.html.sh: Add sys_stat. + * modules/sys_stat: New module. + * modules/mkstemp (Depends-on): Add sys_stat. + +2006-06-29 Jim Meyering + + * modules/strftime (Maintainer): Add my name, since with the + FPRINTFTIME changes strftime.c has forked from glibc. + +2006-06-29 Bruno Haible + + * modules/wcwidth (License): Change to LGPL. + +2006-06-29 Derek Price + + * modules/c-bs-a: Removed - \a is C89. + * MODULES.html.sh: Remove c-bs-a. + +2006-06-28 Bruno Haible + + * modules/wcwidth (Files): Add m4/wchar_t.m4. + +2006-06-28 Eric Blake + + * modules/wcwidth: New file. + * modules/mbchar (Depends-on): Add wcwidth. + * modules/mbswidth (Depends-on): Add wcwidth. + * MODULES.html.sh: Add wcwidth. + +2006-06-28 Simon Josefsson + + * tests/test-getaddrinfo.c: Test getnameinfo too. Call WSAStartup + on _WIN32. + + * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by + getnameinfo. + +2006-06-27 Simon Josefsson + + * modules/sys_select: New file, suggested by Bruno Haible, Paul + Eggert and Martin Lambers. + +2006-06-26 Bruno Haible + + * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H. + +2006-06-23 Simon Josefsson + Bruno Haible + + * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS. + Emit mostlyclean-local rule. + (func_emit_tests_Makefile_am): Likewise. + * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS. + +2006-06-23 Bruno Haible + + * tests/test-stdint.c: Update to match ISO C 99 Technical + Corrigendum 1. + +2006-06-21 Simon Josefsson + + * tests/test-getaddrinfo.c: New file. + + * modules/getaddrinfo-tests: New file. + + * MODULES.html.sh: Add inet_pton. + + * modules/inet_pton: New file. + +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, @@ -59,7 +241,7 @@ * modules/wait-process: Likewise. 2006-04-23 Claudio Fontana - Bruno Haible + Bruno Haible * modules/gettext (Makefile.am): Add a -I flag for . * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value