Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / lib / vasnprintf.c
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-05-30 Eric Blakevasnprintf: silence mingw compiler warning
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-11-30 Paul Eggertdup, execute, fatal-signal, etc.: no 'static inline'
2012-06-22 Bruno HaibleWrite "Mac OS X" instead of "MacOS X".
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-02-05 Paul Eggertmaint: spelling fixes
2012-01-04 Bruno HaibleTalk about "native Windows API", not "Win32".
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-10-15 Bruno Haiblevasnprintf: Optimize bit search operation.
2011-10-15 Bruno Haiblevasnprintf: Fix comments.
2011-04-13 Ian BeckwithMerge branch 'stable'
2011-04-11 Ian BeckwithMerge commit 'snapstart' into stable
2011-02-23 Bruno HaibleFix misindentation of preprocessor directives.
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-16 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-02-04 Bruno Haiblevasnprintf: Reduce use of malloc for small format strings.
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-16 Ian BeckwithMerge branch 'stable'
2010-12-16 Ian BeckwithMerge branch 'upstream' into stable
2010-11-20 Bruno HaiblePort to uClibc.
2010-11-20 Bruno HaibleFix a comment.
2010-11-07 Bruno Haiblevasnprintf: Support I flag on glibc systems.
2010-10-23 Ian BeckwithMerge branch 'stable'
2010-10-23 Bruno Haiblevasnprintf: Don't set errno to 0.
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-10-15 Bruno Haiblevasnprintf: Don't set errno to 0.
2010-10-11 Paul Eggertrewrite int foo[2*X-1] to verify(X) or to int foo[X...
2010-07-04 Ian BeckwithMerge branch 'stable'
2010-07-04 Ian BeckwithMerge commit '86ba51d2c17219b82b977da0a912e05a3d9bf858...
2010-05-09 Bruno Haiblevasnprintf: Fix syntax errors in libintl build on mingw.
2010-04-24 Ian BeckwithMerge branch 'stable'
2010-04-24 Ian Beckwithvasnprintf: Correct errno value in case of out-of-memory.
2010-04-24 Bruno Haiblevasnprintf: Correct errno value in case of out-of-memory.
2010-04-19 Ian BeckwithMerge branch 'stable'
2010-04-19 Bruno Haiblevasnprintf: Correct handling of unconvertible wide...
2010-04-19 Bruno Haiblevasnprintf: Fix crash in %ls directive.
2010-04-19 Bruno Haiblevasnprintf: Fix multiple test failures on mingw.
2010-04-10 Bruno Haiblevasnprintf: Correct handling of unconvertible wide...
2010-04-10 Bruno Haiblevasnprintf: Fix crash in %ls directive.
2010-04-10 Bruno Haiblevasnprintf: Fix multiple test failures on mingw.
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '039ae97'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Bruno Haiblevasnprintf: Avoid passing an 'rpl_mbstate_t *' to the...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-11-23 Bruno Haiblevasnprintf: Tiny optimization.
2009-11-17 Eric Blakevasnprintf: avoid compiler warnings
2009-08-20 Eric Blakebuild: avoid some compiler warnings
2009-08-10 Bruno HaibleUndefine DCHAR_SET after use.
2009-04-26 Bruno HaibleSimplify calling convention of u*_conv_from_encoding.
2009-04-26 Bruno HaibleSimplify calling convention of u*_conv_to_encoding.
2009-03-23 Jim Meyeringtypo fix in a comment
2009-02-26 Bruno HaibleOops, ignore NEED_PRINTF_DIRECTIVE_LS when IN_LIBINTL...
2009-02-26 Bruno HaibleFix *printf behaviour regarding the %ls directive.
2009-02-24 Bruno HaibleTypography in comments.
2009-02-24 Bruno HaibleUpdate copyright year.
2009-02-24 Bruno Haiblevasnprintf: Fix invalid read past end of memory block.
2008-09-22 Eric Blakevasnprintf: fix x86/glibc regression on printf("%La...
2008-09-18 Bruno HaibleTweak last commit.
2008-09-17 Bruno HaibleDon't use tabs inside comments ("unexpand --first-only").
2008-09-16 Eric Blakevasnprintf: support Irix 5.3
2008-09-02 Eric Blakevasnprintf-posix: handle large precision via %.*d
2008-07-12 Ben PfaffRename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
2008-05-21 Bruno HaibleOops, fix syntax error introduced by last commit.
2008-05-21 Bruno HaibleAvoid one more warning from gcc.
2008-05-21 Jim Meyeringavoid another warning from gcc
2008-05-21 Jim Meyeringavoid a warning from gcc
2008-05-17 Bruno HaibleAvoid some warnings from "gcc -Wshadow".
2008-04-19 Bruno HaibleWork around snprintf bug on Linux libc5.
2008-04-19 Bruno HaibleMake floorlog10 function more precise.
2008-04-19 Bruno HaibleFix rounding when a precision is given.
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Bruno HaibleFix buffer overrun.
2008-03-30 Bruno HaibleUse module 'EOVERFLOW' rather than defining an EOVERFLO...
2008-03-30 Bruno HaibleFix a bug in unistdio routines, introduced on 2007...
2008-02-08 Bruno HaibleDon't use %n on native Woe32 systems, to avoid a crash...
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...
next