X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=323c92c53b2548a4598baef2bf6a60539c626825;hb=9ab3d34f0da915fe21691eeecfe4ae69ce6f61a6;hp=2c90f3665d37c9551a4fb25fd00645a3d2ed9180;hpb=d4b129b8e5f8a8d1198020fd6fc79310d305936c;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 2c90f3665..323c92c53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,84 @@ +2008-12-08 Jim Meyering + + * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs. + +2008-12-07 Bruno Haible + + * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock, + test_once): Mark functions as static. + * tests/test-tls.c (test_tls): Likewise. + +2008-12-07 Bruno Haible + + * lib/striconveha.h (uniconv_register_autodetect): Renamed from + iconv_register_autodetect. + +2008-12-07 Jim Meyering + + posixtm.c: avoid a warning + * lib/posixtm.c (posixtime): Don't initialize tm0. + It's no longer needed to placate gcc4's -Wuninitialized, + and the attempt to placate would elicit a new warning. + + unicodeio.c: mark unused parameters + * lib/unicodeio.c (exit_failure_callback): Mark unused parameter. + (fallback_failure_callback): Likewise. + +2008-12-07 Bruno Haible + + * gnulib-tool (func_create_testdir): When building the tests + subdirectory, ignore the modules gnumakefile and maintainer-makefile. + Reported by Simon Josefsson. + +2008-12-07 Ralf Wildenhues + + * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos. + +2008-12-06 Bruno Haible + + * lib/c-stack.h (c_stack_action): Clarify possible side effects. + Suggested by Eric Blake. + +2008-12-06 Bruno Haible + + Fix a c-stack test failure on MacOS X. + * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require + AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal + handler for SIGBUS as well. + * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set, + install a signal handler for SIGBUS as well. + Reported by Bruce Dugan via Eric Blake. + +2008-12-06 Bruno Haible + + Advocacy documentation. + * doc/gnulib-intro.texi (Benefits): New section. + * doc/gnulib.texi: Update. + +2008-12-06 Bruno Haible + + Document the 'manywarnings' module. + * doc/manywarnings.texi: New file. + * doc/gnulib.texi: Include it. + +2008-12-05 Eric Blake + + tests: silence some gcc warnings + * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void. + * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf + type mismatches. + +2008-12-03 Ralf Wildenhues + Bruno Haible + + * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer. + 2008-11-29 Jim Meyering + unicodeio.c: mark unused parameters + * lib/unicodeio.c (exit_failure_callback): Mark unused parameter. + (fallback_failure_callback): Likewise. + fts: fix a thinko * lib/fts.c (s_ifmt_shift_bits): Remove function. Not needed after all. (set_stat_type): Return S_IF*-valued "type" directly.