maint: update copyright
[gnulib.git] / lib / vasnprintf.c
2014-01-01 Eric Blakemaint: update copyright
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-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-10-15 Bruno Haiblevasnprintf: Optimize bit search operation.
2011-10-15 Bruno Haiblevasnprintf: Fix comments.
2011-02-23 Bruno HaibleFix misindentation of preprocessor directives.
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-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-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-05-09 Bruno Haiblevasnprintf: Fix syntax errors in libintl build on mingw.
2010-04-24 Bruno Haiblevasnprintf: Correct errno value in case of out-of-memory.
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-01 Bruno Haiblevasnprintf: Avoid passing an 'rpl_mbstate_t *' to the...
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...
2007-11-03 Bruno HaibleFix out-of-memory handling of vasnprintf.
2007-10-20 Bruno HaibleDon't report an unjustified overflow error.
2007-10-18 Bruno HaibleDon't use %n on glibc >= 2.3 systems.
2007-07-14 Bruno HaibleFix a #if error that causes a build failure on Linux...
2007-06-11 Bruno HaibleAdd support for Unicode strings (both as output format...
2007-06-10 Bruno HaibleTweak the size computations and reallocations.
2007-06-10 Bruno HaibleTweak last patch.
2007-06-09 Bruno HaibleMore type parameters.
2007-06-06 Bruno HaibleDo the extra handling of NaN and Inf also the %a / %A.
2007-06-06 Bruno HaibleFix possible compilation error.
2007-05-22 Bruno HaibleStricter check for printf result for NaN arguments.
2007-05-20 Bruno HaibleFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2007-05-19 Bruno HaibleFix a warning in last patch.
2007-05-19 Bruno HaibleFix *printf result for NaN, Inf, -0.0 on mingw.
2007-05-19 Bruno HaibleOptimize the case of huge precision.
2007-05-19 Bruno HaibleFix logic bug introduced on 2007-05-06.
2007-05-18 Bruno HaibleFix small bug in 'divide' function.
2007-05-18 Bruno HaibleAdd support for 'long double' number output.
2007-05-18 Bruno HaibleWork around broken snprintf function on BeOS.
2007-05-18 Bruno HaibleSupport output of 64-bit numbers on mingw.
2007-05-06 Bruno HaibleWork around an incorrect implementation of the 0 flag...
2007-05-06 Bruno HaibleWork around lack of support of grouping flag.
2007-04-11 Bruno HaibleImplement the %F directive if the system doesn't implem...
2007-04-06 Bruno HaibleFaster determination of the sign of a number.
2007-04-06 Bruno HaibleAssume 'long double' exists.
2007-03-27 Bruno HaibleUse multithread-safe primitives for determining the...
2007-03-26 Bruno HaiblePrefer nl_langinfo over localeconv.
2007-03-25 Bruno HaibleNew module 'fpucw'.
2007-03-25 Bruno HaibleCorrect bitwise comparison of 'long double' numbers.
2007-03-25 Bruno HaibleFix includes.
next