log lib/vasnprintf.c @ 40235:5a52ef2d4772

age author description
Thu, 14 Mar 2019 09:49:24 +0100 Bruno Haible all: Update URLs to msdn.microsoft.com.
Wed, 23 Jan 2019 01:17:07 +0100 Bruno Haible vasnprintf: Don't use %n on Android.
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Sun, 30 Sep 2018 23:16:45 +0200 Bruno Haible vasnprintf: Avoid warnings from GCC's -Wsign-compare.
Sun, 23 Sep 2018 14:13:52 +0200 Bruno Haible vasnprintf: Fix heap memory overrun bug.
Thu, 03 May 2018 23:09:42 +0200 Bruno Haible Simplify code. Drop support for Borland C++ on Windows.
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Thu, 14 Sep 2017 00:35:56 +0200 Bruno Haible all: Replace many more http URLs by https URLs. Update stale URLs.
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Fri, 07 Jul 2017 23:35:32 +0200 Bruno Haible vasnprintf: port to macOS 10.13
Fri, 07 Jul 2017 14:10:20 -0700 Paul Eggert vasnprintf: port to macOS 10.13
Tue, 16 May 2017 09:23:52 -0700 Paul Eggert manywarnings: update for GCC 7
Fri, 21 Apr 2017 17:24:48 +0200 Bruno Haible vasnprintf: Fix for MSVC 14.
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Sun, 02 Oct 2016 12:09:13 -0700 Jim Meyering vasnprintf.c: avoid spurious warning from GCC 7
Mon, 30 May 2016 12:18:19 -0700 Paul Eggert Use GCC_LINT, not lint
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Tue, 03 Mar 2015 07:48:40 -0800 Paul Eggert vasnprintf: pacify clang 3.5.0
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Mon, 08 Dec 2014 09:46:38 +0000 Pádraig Brady vasnprintf: fix potential incorrect errno
Sat, 06 Dec 2014 01:14:02 +0000 Pádraig Brady vasnprintf: fix potential use after free
Sun, 31 Aug 2014 19:19:44 -0700 Paul Eggert vasnprintf: fix bugs in width computation
Sun, 31 Aug 2014 10:27:36 +0200 Thien-Thi Nguyen vasnprintf: Avoid signed/unsigned comparison warning.
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Wed, 29 May 2013 17:47:50 -0600 Eric Blake vasnprintf: silence mingw compiler warning
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:09 -0800 Paul Eggert dup, execute, fatal-signal, etc.: no 'static inline'
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.