gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / lib / vasnprintf.c
2007-03-19 Bruno HaibleUndo first part of last patch.
2007-03-18 Bruno HaibleFix endless loop when the given allocated size was...
2007-03-17 Bruno HaibleFix a portability problem on x86.
2007-03-11 Bruno HaibleUse the system's sprintf function.
2007-03-11 Bruno HaibleAvoid an endless recursion.
2007-03-10 Bruno HaibleThe decimal point must be locale dependent.
2007-03-05 Bruno HaibleOops, fix a couple of bugs in last commit.
2007-03-04 Bruno HaibleNew module 'vasnprintf-posix'.
2007-02-25 Bruno HaibleFix estimate of size needed for a 'a' or 'A' conversion.
2007-01-30 Bruno HaibleStylistic change: Use '#if HAVE_*' instead of '#ifdef...
2006-10-11 Bruno HaibleUse HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2006-09-14 Bruno HaibleInclude <config.h> unconditionally.
2006-08-28 Bruno HaibleDo the INT_MAX check only where size_t is converted...
2006-01-23 Bruno HaibleFix an incorrect estimation of the sprintf result size.
2005-05-14 Paul Eggert*** empty log message ***
2005-03-02 Karl Berrysync (copyright years)
2005-03-01 Bruno HaibleUpdate from gettext 0.14.2.
2004-09-08 Bruno HaibleImprove handling of the case length > INT_MAX.
2004-05-17 Bruno HaibleFix for format strings like "%2.f".
2003-11-25 Bruno HaibleUse size_t instead of ssize_t.
2003-11-18 Bruno HaibleAvoid alloca with too large size.
2003-11-17 Bruno HaibleUse xsize.h to protect against memory size overflows.
2003-11-17 Bruno HaibleMerge support for wide characters, from GNU gettext.
2003-10-20 Bruno HaiblePortability to HP-UX 10, found by Jim Meyering.
2003-09-13 Jim MeyeringCorrect cpp indentation.
2003-08-18 Jim MeyeringRemove trailing blanks.
2003-08-11 Bruno HaibleWork around the lack of wcslen() on Solaris 2.5.1.
2003-07-15 Karl Berrykarl srclist envvars, vasnprintf
2003-07-14 Paul EggertUpdate gettext source files from gettext automatically...
2003-07-10 Jim MeyeringRemove trailing blanks.
2003-01-30 Bruno HaibleNew modules vasnprintf and vasprintf.