make check: avoid an error when no .git dir present.
[gnulib.git] / ChangeLog
index 590ca2d..94ce020 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2010-04-24  Ian Beckwith  <ianb@erislabs.net>
+
+       make check: avoid an error when no .git dir present.
+       * Makefile (sc_prefer_ac_check_funcs_once): Don't run git grep
+       if .git directory is not present (e.g. in stable snapshot tarballs).
+
+2010-04-24  Bruno Haible  <bruno@clisp.org>
+
+       Avoid a gcc warning.
+       * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
+       of correct type for %08lx directive.
+       Reported by Eric Blake.
+
+2010-04-24  Bruno Haible  <bruno@clisp.org>
+
+       vasnprintf: Correct errno value in case of out-of-memory.
+       * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
+       or sprintf. Use the errno value from SNPRINTF or sprintf.
+       Reported by Ian Beckwith <ianb@erislabs.net>.
+
+2010-04-24  Bruno Haible  <bruno@clisp.org>
+
+       ansi-c++-opt: Find correct compiler when cross-compiling.
+       * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
+       AC_CHECK_PROGS.
+       Reported by Simon Josefsson.
+
 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        vc-list-files: Add support for subversion
@@ -22,7 +49,7 @@
 
 2010-04-21  Simon Josefsson  <simon@josefsson.org>
 
-       * tests/test-vasprintf.c: Test %08lx.
+       * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
 
 2010-04-20  Eric Blake  <eblake@redhat.com>