X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=900a11a3da12e40313c91f5527c2679d373b9d89;hb=8c57bd68b7f28db2b7b7998b157b8dbb9e7e82a8;hp=3c733a5229c8cd8f6ad2f3853347152b8cad9b6c;hpb=757089b71ada13e18169e2be3509c1b07bd1c63d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 3c733a522..900a11a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2009-11-06 Jim Meyering + + do-release-commit-and-tag: New module. + Automate the release-commit and tag process. + * build-aux/do-release-commit-and-tag: New script, from coreutils. + * modules/do-release-commit-and-tag: New file. + * MODULES.html.sh (Support for maintaining and releasing): Add it. + +2009-11-06 Simon Josefsson + + * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB) + because test-select.c uses inet_pton. + +2009-11-06 Simon Josefsson + + * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to + GETADDRINFO_LIB. Bump serial number. + * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again. + Suggested by Eric Blake . + +2009-11-05 Eric Blake + + strtod: detect darwin bug + * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(". + Reported by Leo Davis. + + freopen-safer: new module + * modules/freopen-safer: New module. + * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro. + * lib/freopen-safer.c (freopen_safer): New file. + * lib/stdio-safer.h (freopen_safer): New declaration. + * lib/stdio--.h (freopen): New override. + * MODULES.html.sh (File stream based Input/Output): Mention it. + * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and + freopen-safer module. + * doc/posix-functions/stderr.texi (stderr): Likewise. + * doc/posix-functions/stdin.texi (stdin): Likewise. + * doc/posix-functions/stdout.texi (stdout): Likewise. + * modules/freopen-safer-tests: New test. + * tests/test-reopen-safer.c: New file. + +2009-11-05 Jim Meyering + + maint.mk: Prohibit inclusion of "close-stream.h" without use. + * top/maint.mk (sc_prohibit_close_stream_without_use): New rule. + +2009-11-05 Simon Josefsson + + * modules/pmccabe2html (configure.ac): Check for pmccabe tool. + +2009-11-05 Simon Josefsson + + * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB). + 2009-11-05 Simon Josefsson Fix link error.