Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
[gnulib.git] / lib / vasnprintf.c
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2008-02-06 Bruno HaibleFix bug introduced on 2007-06-10.
2008-01-29 Jim Meyeringvasnprintf.c: Avoid warning about unused label
2008-01-26 Bruno HaibleRename isnan, applicable to 'double' only, to isnand.
2007-11-26 Bruno HaibleDon't abort if the 'long double' type has excess precision.
2007-11-09 Bruno HaibleDocument and work around a BeOS snprintf() bug.
2007-11-09 Bruno HaibleFix inefficiency introduced on 2007-11-03.
2007-11-05 Bruno HaibleFix the processing of finite numbers with the 'a' and...
2007-11-04 Bruno HaibleUndefine two macros after they are not needed any more.
2007-11-04 Bruno HaibleFix *printf behaviour for large precisions on mingw...
2007-11-04 Bruno HaibleFix output of floating-point values with large exponent.
2007-11-03 Bruno HaibleFix *printf behaviour in out-of-memory situations on...
2007-11-03 Bruno HaibleFix detection of overflow: don't assume that snprintf...
2007-11-03 Bruno HaibleFix out-of-memory handling of vasnprintf.
2007-10-20 Bruno HaibleDon't report an unjustified overflow error.
2007-10-18 Bruno HaibleDon't use %n on glibc >= 2.3 systems.
2007-07-14 Bruno HaibleFix a #if error that causes a build failure on Linux...
2007-06-11 Bruno HaibleAdd support for Unicode strings (both as output format...
2007-06-10 Bruno HaibleTweak the size computations and reallocations.
2007-06-10 Bruno HaibleTweak last patch.
2007-06-09 Bruno HaibleMore type parameters.
2007-06-06 Bruno HaibleDo the extra handling of NaN and Inf also the %a / %A.
2007-06-06 Bruno HaibleFix possible compilation error.
2007-05-22 Bruno HaibleStricter check for printf result for NaN arguments.
2007-05-20 Bruno HaibleFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2007-05-19 Bruno HaibleFix a warning in last patch.
2007-05-19 Bruno HaibleFix *printf result for NaN, Inf, -0.0 on mingw.
2007-05-19 Bruno HaibleOptimize the case of huge precision.
2007-05-19 Bruno HaibleFix logic bug introduced on 2007-05-06.
2007-05-18 Bruno HaibleFix small bug in 'divide' function.
2007-05-18 Bruno HaibleAdd support for 'long double' number output.
2007-05-18 Bruno HaibleWork around broken snprintf function on BeOS.
2007-05-18 Bruno HaibleSupport output of 64-bit numbers on mingw.
2007-05-06 Bruno HaibleWork around an incorrect implementation of the 0 flag...
2007-05-06 Bruno HaibleWork around lack of support of grouping flag.
2007-04-11 Bruno HaibleImplement the %F directive if the system doesn't implem...
2007-04-06 Bruno HaibleFaster determination of the sign of a number.
2007-04-06 Bruno HaibleAssume 'long double' exists.
2007-03-27 Bruno HaibleUse multithread-safe primitives for determining the...
2007-03-26 Bruno HaiblePrefer nl_langinfo over localeconv.
2007-03-25 Bruno HaibleNew module 'fpucw'.
2007-03-25 Bruno HaibleCorrect bitwise comparison of 'long double' numbers.
2007-03-25 Bruno HaibleFix includes.
2007-03-22 Bruno Haibleisnanl.h was renamed to isnanl-nolibm.h.
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.