X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=71d19cc43242fbb85f06eaa9ea3ecae7add48c1a;hb=b219cbd;hp=ebb009deb5a2933daf3e285b95017e994105af89;hpb=8cf9b2c7699cf7721ac32bee747484d59f265ebc;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index ebb009deb..71d19cc43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,29 @@ +2010-04-24 Ian Beckwith + + 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 + + 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 . + +2010-04-20 Andreas Gruenbacher + + * build-aux/bootstrap: Use "git -h" for testing for supported options + instead of "git --help". The short-form option only shows a summary, + and doesn't layout the full man page. Grep for the full option name + in the summary, too. + 2010-04-19 Bruno Haible relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP. + * doc/relocatable-maint.texi (Supporting Relocation): Remove the + mention of RELOCATABLE_STRIP. Reported by Sylvain Beucler . 2010-04-19 Bruno Haible