X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=eb140456fc792f895ed89be493bb3d71601fdcda;hb=dc970941f3b440c7372218f172a303dfb4129b6e;hp=a7a20bdc67e69ee3ce997dc1f3dc2caf37a47212;hpb=267667730ec5ce4b619b83db7bf686cd8cb925f4;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index a7a20bdc6..eb140456f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +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.