log lib/vasnprintf.c @ 8831:d3f907c33d15

age author description
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 ***
Wed, 02 Mar 2005 14:56:43 +0000 Karl Berry sync (copyright years)
Tue, 01 Mar 2005 15:36:36 +0000 Bruno Haible Update from gettext 0.14.2.
Wed, 08 Sep 2004 12:11:19 +0000 Bruno Haible Improve handling of the case length > INT_MAX.
Mon, 17 May 2004 11:27:08 +0000 Bruno Haible Fix for format strings like "%2.f".
Tue, 25 Nov 2003 11:18:46 +0000 Bruno Haible Use size_t instead of ssize_t.
Tue, 18 Nov 2003 15:29:47 +0000 Bruno Haible Avoid alloca with too large size.
Mon, 17 Nov 2003 15:14:21 +0000 Bruno Haible Use xsize.h to protect against memory size overflows.
Mon, 17 Nov 2003 14:56:31 +0000 Bruno Haible Merge support for wide characters, from GNU gettext.
Mon, 20 Oct 2003 10:51:59 +0000 Bruno Haible Portability to HP-UX 10, found by Jim Meyering.
Sat, 13 Sep 2003 22:13:36 +0000 Jim Meyering Correct cpp indentation.
Mon, 18 Aug 2003 08:52:17 +0000 Jim Meyering Remove trailing blanks.
Mon, 11 Aug 2003 13:02:26 +0000 Bruno Haible Work around the lack of wcslen() on Solaris 2.5.1.
Tue, 15 Jul 2003 12:42:06 +0000 Karl Berry karl srclist envvars, vasnprintf
Mon, 14 Jul 2003 22:44:04 +0000 Paul Eggert Update gettext source files from gettext automatically, using srclist-update.
Thu, 10 Jul 2003 11:17:36 +0000 Jim Meyering Remove trailing blanks.
Thu, 30 Jan 2003 13:48:21 +0000 Bruno Haible New modules vasnprintf and vasprintf.