comparison ChangeLog @ 10257:cd550069240e

assume vsnprintf from gnulib; use sstream instead of snprintf
author John W. Eaton <jwe@octave.org>
date Wed, 03 Feb 2010 06:34:29 -0500
parents c84186ad78f3
children 65b41bc71f09
comparison
equal deleted inserted replaced
10256:c84186ad78f3 10257:cd550069240e
1 2010-02-03 John W. Eaton <jwe@octave.org>
2
3 * acinclude.m4 (OCTAVE_HAVE_C99_VSNPRINTF): Delete.
4 * configure.ac: Don't call OCTAVE_HAVE_C99_VSNPRINTF.
5 Don't check for snprintf, vfprintf, vsprintf, vsnprintf, or _snprintf.
6 * bootstrap.conf (gnulib_modules): Include vsprintf in the list.
7
1 2010-02-03 John W. Eaton <jwe@octave.org> 8 2010-02-03 John W. Eaton <jwe@octave.org>
2 9
3 * configure.ac: Don't check for strerror. 10 * configure.ac: Don't check for strerror.
4 11
5 2010-02-03 John W. Eaton <jwe@octave.org> 12 2010-02-03 John W. Eaton <jwe@octave.org>