log lib/vasnprintf.c @ 9676:cbba7bfe013b

age author description
Fri, 08 Feb 2008 02:32:48 +0100 Bruno Haible Don't use %n on native Woe32 systems, to avoid a crash on Windows Vista systems.
Thu, 07 Feb 2008 02:08:13 +0100 Bruno Haible Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
Wed, 06 Feb 2008 23:58:36 +0100 Bruno Haible Fix bug introduced on 2007-06-10.
Tue, 29 Jan 2008 10:32:15 +0100 Jim Meyering vasnprintf.c: Avoid warning about unused label
Sat, 26 Jan 2008 15:17:58 +0100 Bruno Haible Rename isnan, applicable to 'double' only, to isnand.
Mon, 26 Nov 2007 21:13:57 +0100 Bruno Haible Don't abort if the 'long double' type has excess precision.
Fri, 09 Nov 2007 12:59:46 +0100 Bruno Haible Document and work around a BeOS snprintf() bug.
Fri, 09 Nov 2007 12:52:05 +0100 Bruno Haible Fix inefficiency introduced on 2007-11-03.
Tue, 06 Nov 2007 00:41:57 +0100 Bruno Haible Fix the processing of finite numbers with the 'a' and 'A' directives.
Sun, 04 Nov 2007 22:43:31 +0100 Bruno Haible Undefine two macros after they are not needed any more.
Sun, 04 Nov 2007 17:19:42 +0100 Bruno Haible Fix *printf behaviour for large precisions on mingw and BeOS.
Sun, 04 Nov 2007 15:00:15 +0100 Bruno Haible Fix output of floating-point values with large exponent.
Sat, 03 Nov 2007 16:52:20 +0100 Bruno Haible Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
Sat, 03 Nov 2007 15:22:52 +0100 Bruno Haible Fix detection of overflow: don't assume that snprintf is C99 compliant.
Sat, 03 Nov 2007 12:40:53 +0100 Bruno Haible Fix out-of-memory handling of vasnprintf.
Sat, 20 Oct 2007 14:56:19 +0200 Bruno Haible Don't report an unjustified overflow error.
Fri, 19 Oct 2007 01:50:42 +0200 Bruno Haible Don't use %n on glibc >= 2.3 systems.
Sat, 14 Jul 2007 00:09:08 +0000 Bruno Haible Fix a #if error that causes a build failure on Linux/PowerPC with glibc-2.3.6.
Mon, 11 Jun 2007 01:10:07 +0000 Bruno Haible Add support for Unicode strings (both as output format and as arguments to
Sun, 10 Jun 2007 12:02:55 +0000 Bruno Haible Tweak the size computations and reallocations.
Sun, 10 Jun 2007 11:18:49 +0000 Bruno Haible Tweak last patch.
Sat, 09 Jun 2007 23:32:28 +0000 Bruno Haible More type parameters.
Wed, 06 Jun 2007 01:46:06 +0000 Bruno Haible Do the extra handling of NaN and Inf also the %a / %A.
Wed, 06 Jun 2007 01:36:14 +0000 Bruno Haible Fix possible compilation error.
Tue, 22 May 2007 01:07:46 +0000 Bruno Haible Stricter check for printf result for NaN arguments.
Sun, 20 May 2007 09:01:48 +0000 Bruno Haible Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
Sat, 19 May 2007 20:30:58 +0000 Bruno Haible Fix a warning in last patch.
Sat, 19 May 2007 14:52:36 +0000 Bruno Haible Fix *printf result for NaN, Inf, -0.0 on mingw.
Sat, 19 May 2007 09:47:36 +0000 Bruno Haible Optimize the case of huge precision.
Sat, 19 May 2007 00:38:42 +0000 Bruno Haible Fix logic bug introduced on 2007-05-06.
Fri, 18 May 2007 23:35:38 +0000 Bruno Haible Fix small bug in 'divide' function.
Fri, 18 May 2007 18:26:01 +0000 Bruno Haible Add support for 'long double' number output.
Fri, 18 May 2007 17:45:52 +0000 Bruno Haible Work around broken snprintf function on BeOS.
Fri, 18 May 2007 17:35:19 +0000 Bruno Haible Support output of 64-bit numbers on mingw.
Sun, 06 May 2007 23:02:10 +0000 Bruno Haible Work around an incorrect implementation of the 0 flag on most platforms.
Sun, 06 May 2007 15:29:04 +0000 Bruno Haible Work around lack of support of grouping flag.
Wed, 11 Apr 2007 23:46:07 +0000 Bruno Haible Implement the %F directive if the system doesn't implement it correctly.
Fri, 06 Apr 2007 21:22:02 +0000 Bruno Haible Faster determination of the sign of a number.
Fri, 06 Apr 2007 14:36:56 +0000 Bruno Haible Assume 'long double' exists.
Tue, 27 Mar 2007 20:11:59 +0000 Bruno Haible Use multithread-safe primitives for determining the decimal point character.
Mon, 26 Mar 2007 02:15:46 +0000 Bruno Haible Prefer nl_langinfo over localeconv.
Sun, 25 Mar 2007 02:29:46 +0000 Bruno Haible New module 'fpucw'.
Sun, 25 Mar 2007 01:11:49 +0000 Bruno Haible Correct bitwise comparison of 'long double' numbers.
Sun, 25 Mar 2007 00:49:34 +0000 Bruno Haible Fix includes.
Thu, 22 Mar 2007 02:04:01 +0000 Bruno Haible isnanl.h was renamed to isnanl-nolibm.h.
Mon, 19 Mar 2007 01:02:27 +0000 Bruno Haible Undo first part of last patch.
Sun, 18 Mar 2007 00:31:50 +0000 Bruno Haible Fix endless loop when the given allocated size was > INT_MAX.
Sat, 17 Mar 2007 20:07:01 +0000 Bruno Haible Fix a portability problem on x86.
Sun, 11 Mar 2007 22:55:55 +0000 Bruno Haible Use the system's sprintf function.
Sun, 11 Mar 2007 12:05:24 +0000 Bruno Haible Avoid an endless recursion.
Sat, 10 Mar 2007 00:20:53 +0000 Bruno Haible The decimal point must be locale dependent.
Mon, 05 Mar 2007 03:14:53 +0000 Bruno Haible Oops, fix a couple of bugs in last commit.
Sun, 04 Mar 2007 23:28:59 +0000 Bruno Haible New module 'vasnprintf-posix'.
Sun, 25 Feb 2007 21:17:11 +0000 Bruno Haible Fix estimate of size needed for a 'a' or 'A' conversion.
Tue, 30 Jan 2007 01:07:22 +0000 Bruno Haible Stylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
Wed, 11 Oct 2006 16:09:38 +0000 Bruno Haible Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Mon, 28 Aug 2006 16:04:14 +0000 Bruno Haible Do the INT_MAX check only where size_t is converted to 'int'.
Mon, 23 Jan 2006 15:01:57 +0000 Bruno Haible Fix an incorrect estimation of the sprintf result size.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***