log lib/vasnprintf.c @ 17102:9e72d3927af1

age author description
Fri, 22 Jun 2012 13:26:07 +0200 Bruno Haible Write "Mac OS X" instead of "MacOS X".
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 05 Feb 2012 13:42:03 -0800 Paul Eggert maint: spelling fixes
Wed, 04 Jan 2012 14:31:33 +0100 Bruno Haible Talk about "native Windows API", not "Win32".
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 15 Oct 2011 13:20:29 +0200 Bruno Haible vasnprintf: Optimize bit search operation.
Sat, 15 Oct 2011 12:13:07 +0200 Bruno Haible vasnprintf: Fix comments.
Wed, 23 Feb 2011 10:58:06 +0100 Bruno Haible Fix misindentation of preprocessor directives.
Fri, 04 Feb 2011 19:22:43 +0100 Bruno Haible vasnprintf: Reduce use of malloc for small format strings.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sat, 20 Nov 2010 18:54:00 +0100 Bruno Haible Port to uClibc.
Sat, 20 Nov 2010 13:37:27 +0100 Bruno Haible Fix a comment.
Sun, 07 Nov 2010 18:50:19 +0100 Bruno Haible vasnprintf: Support I flag on glibc systems.
Fri, 15 Oct 2010 02:01:51 +0200 Bruno Haible vasnprintf: Don't set errno to 0.
Sun, 10 Oct 2010 20:16:39 -0700 Paul Eggert rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
Sun, 09 May 2010 11:14:46 +0200 Bruno Haible vasnprintf: Fix syntax errors in libintl build on mingw.
Sat, 24 Apr 2010 17:18:48 +0200 Bruno Haible vasnprintf: Correct errno value in case of out-of-memory.
Sat, 10 Apr 2010 22:25:31 +0200 Bruno Haible vasnprintf: Correct handling of unconvertible wide string arguments.
Sat, 10 Apr 2010 22:17:02 +0200 Bruno Haible vasnprintf: Fix crash in %ls directive.
Sat, 10 Apr 2010 21:40:23 +0200 Bruno Haible vasnprintf: Fix multiple test failures on mingw.
Fri, 01 Jan 2010 02:59:04 +0100 Bruno Haible vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 23 Nov 2009 02:43:23 +0100 Bruno Haible vasnprintf: Tiny optimization.
Fri, 30 Oct 2009 10:24:45 -0600 Eric Blake vasnprintf: avoid compiler warnings
Thu, 20 Aug 2009 08:21:46 -0600 Eric Blake build: avoid some compiler warnings
Tue, 11 Aug 2009 01:06:54 +0200 Bruno Haible Undefine DCHAR_SET after use.
Sun, 26 Apr 2009 16:43:25 +0200 Bruno Haible Simplify calling convention of u*_conv_from_encoding.
Sun, 26 Apr 2009 15:31:18 +0200 Bruno Haible Simplify calling convention of u*_conv_to_encoding.
Sun, 22 Mar 2009 09:36:41 +0100 Jim Meyering typo fix in a comment
Thu, 26 Feb 2009 13:03:16 +0100 Bruno Haible Oops, ignore NEED_PRINTF_DIRECTIVE_LS when IN_LIBINTL is defined.
Thu, 26 Feb 2009 12:54:20 +0100 Bruno Haible Fix *printf behaviour regarding the %ls directive.
Tue, 24 Feb 2009 12:34:41 +0100 Bruno Haible Typography in comments.
Tue, 24 Feb 2009 04:21:06 +0100 Bruno Haible Update copyright year.
Tue, 24 Feb 2009 04:10:02 +0100 Bruno Haible vasnprintf: Fix invalid read past end of memory block.
Tue, 23 Sep 2008 01:54:22 +0200 Eric Blake vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
Thu, 18 Sep 2008 12:34:27 +0200 Bruno Haible Tweak last commit.
Wed, 17 Sep 2008 04:58:08 +0200 Bruno Haible Don't use tabs inside comments ("unexpand --first-only").
Tue, 16 Sep 2008 09:36:24 -0600 Eric Blake vasnprintf: support Irix 5.3
Mon, 01 Sep 2008 21:28:44 -0600 Eric Blake vasnprintf-posix: handle large precision via %.*d
Sat, 12 Jul 2008 10:41:34 -0700 Ben Pfaff Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Thu, 22 May 2008 00:58:27 +0200 Bruno Haible Oops, fix syntax error introduced by last commit.
Thu, 22 May 2008 00:53:42 +0200 Bruno Haible Avoid one more warning from gcc.
Wed, 21 May 2008 23:09:59 +0200 Jim Meyering avoid another warning from gcc
Wed, 21 May 2008 18:38:12 +0200 Jim Meyering avoid a warning from gcc
Sat, 17 May 2008 02:35:22 +0200 Bruno Haible Avoid some warnings from "gcc -Wshadow".
Sat, 19 Apr 2008 21:42:16 +0200 Bruno Haible Work around snprintf bug on Linux libc5.
Sat, 19 Apr 2008 17:55:05 +0200 Bruno Haible Make floorlog10 function more precise.
Sat, 19 Apr 2008 17:26:36 +0200 Bruno Haible Fix rounding when a precision is given.
Sun, 30 Mar 2008 18:29:39 +0200 Bruno Haible Fix buffer overrun.
Sun, 30 Mar 2008 15:18:13 +0200 Bruno Haible Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
Sun, 30 Mar 2008 14:09:00 +0200 Bruno Haible Fix a bug in unistdio routines, introduced on 2007-06-10.
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.