manywarnings: Add GCC 4.4 warnings.
[gnulib.git] / ChangeLog
index 96d5f10..431ef4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,27 @@
+2009-06-02  Simon Josefsson  <simon@josefsson.org>
+
+       * m4/manywarnings.m4: Add GCC 4.4 warnings.
+
+2009-05-28  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
+       build-aux/ files.
+
+2009-05-28  Simon Josefsson  <simon@josefsson.org>
+
+       * gnulib-tool (func_import): Transform license on build-aux/ files too.
+
+2009-05-27  Simon Josefsson  <simon@josefsson.org>
+
+       * gnulib-tool (sed_transform_main_lib_file)
+       (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
+       regexps.
+
 2009-05-26  Simon Josefsson  <simon@josefsson.org>
 
        * tests/test-strstr.c: Add another self-test.
+       * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
+       strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
 
 2009-05-23  Bruno Haible  <bruno@clisp.org>