comparison ChangeLog @ 13259:5aa26fc2aec0

vasnprintf: Correct errno value in case of out-of-memory.
author Bruno Haible <bruno@clisp.org>
date Sat, 24 Apr 2010 17:18:48 +0200
parents 22d0473cd1a8
children 45dad26de835
comparison
equal deleted inserted replaced
13258:22d0473cd1a8 13259:5aa26fc2aec0
1 2010-04-24 Bruno Haible <bruno@clisp.org>
2
3 vasnprintf: Correct errno value in case of out-of-memory.
4 * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
5 or sprintf. Use the errno value from SNPRINTF or sprintf.
6 Reported by Ian Beckwith <ianb@erislabs.net>.
7
1 2010-04-24 Bruno Haible <bruno@clisp.org> 8 2010-04-24 Bruno Haible <bruno@clisp.org>
2 9
3 ansi-c++-opt: Find correct compiler when cross-compiling. 10 ansi-c++-opt: Find correct compiler when cross-compiling.
4 * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of 11 * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
5 AC_CHECK_PROGS. 12 AC_CHECK_PROGS.