fbufmode test: Don't test unportable behaviour.
[gnulib.git] / ChangeLog
index b3110ba..7d53a42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2012-06-22  Bruno Haible  <bruno@clisp.org>
+
+       fbufmode test: Don't test unportable behaviour.
+       * tests/test-fbufmode.c (test_mode): New function, extracted from main.
+       (main): Invoke it three times.
+       Reported by Szabolcs Nagy <nsz@port70.net>
+       and Rich Felker <dalias@aerifal.cx>.
+
+2012-06-21  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool: Refactor inctests variable.
+       * gnulib-tool: Normalize inctests to 'true' or 'false', not ''.
+       (func_modules_transitive_closure,
+       func_modules_transitive_closure_separately,
+       func_import, func_create_testdir): Update.
+
+       gnulib-tool: --create-[mega]testdir, --[mega]test implies --with-tests.
+       * gnulib-tool: Accept option --without-tests.
+       (func_usage): Document --without-tests option. Rearrange.
+       (inctests): Normalize according to the mode.
+       * NEWS: Mention the change.
+       Suggested by Simon Josefsson.
+
+2012-06-21  Bruce Korb  <bkorb@gnu.org>
+
+       parse-duration test: Avoid spurious output.
+       * tests/test-parse-duration.sh: Reindent with leading tabs.
+
+2012-06-21  Jim Meyering  <meyering@redhat.com>
+
+       maint: disable the strncpy prohibition
+       * cfg.mk: Do not prohibit strncpy here.
+
+2012-06-21  Bruno Haible  <bruno@clisp.org>
+
+       nonblocking: Avoid compilation error on mingw64.
+       * m4/stdio_h.m4 (gl_STDIO_H): Invoke gl_MODULE_INDICATOR for scanf,
+       fscanf.
+       * modules/vscanf (configure.ac): Invoke gl_MODULE_INDICATOR.
+       * modules/vfscanf (configure.ac): Likewise.
+       * lib/stdio-read.c (scanf, fscanf, vscanf, vfscanf): Enable function
+       definition only if stdio.h has prepared it.
+       Reported by Daniel P. Berrange <berrange@redhat.com>.
+
+2012-06-20  Bernd Jendrissek  <bernd.jendrissek@gmail.com>  (tiny change)
+
+       gnulib-tool: Use readlink if it is available.
+       * gnulib-tool (func_readlink): Choose function more appropriately.
+
 2012-06-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        posixtm-tests: port to buggy compiler