Create also an autobuild script.
[gnulib.git] / ChangeLog
index 4a9e791..e996077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2007-03-11  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_create_megatestdir): Create also an autobuild
+       script, for submission to autobuild.josefsson.org.
+
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+       * modules/canonicalize-lgpl-tests: New file.
+       * tests/test-canonicalize-lgpl.sh: New file.
+       * tests/test-canonicalize-lgpl.c: New file.
+
+       * modules/c-strcase-tests: New file.
+       * tests/test-c-strcase.sh: New file.
+       * tests/test-c-strcasecmp.c: New file.
+       * tests/test-c-strncasecmp.c: New file.
+
+       * modules/atexit-tests: New file.
+       * tests/test-atexit.sh: New file.
+       * tests/test-atexit.c: New file.
+
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-binary-io.sh: Use temporary filenames that are not so
+       likely to clash with those of other tests (in a parallel make).
+       * tests/test-binary-io.c: Likewise.
+
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
+       fallback; use #error instead.
+       Suggested by Simon Josefsson.
+
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
+       CLEANFILES. Put spaces in each line of $cleaned_files, not only the
+       first and the last.
+
 2007-03-10  Bruno Haible  <bruno@clisp.org>
 
        * lib/stdint_.h (uint_least64_t): Fix typo in last patch.