printf.m4: Update regarding AIX.
[gnulib.git] / m4 / printf.m4
2010-07-30 Bruno Haibleprintf.m4: Update regarding AIX.
2010-06-11 Jim Meyeringprintf.m4: avoid autoconf's "Expanded Before Required...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-02-28 Bruno HaibleSeparate two tests. Mention the platforms in canonical...
2009-02-27 Eric Blakeprintf: fix regression in previous patch
2009-02-27 Eric BlakeDetect bug in cygwin 1.5.x *printf on 1-character %ls.
2009-02-27 Bruno HaibleWork around a *printf bug with %ls on Solaris.
2009-02-26 Bruno HaibleWork around *printf bug with %g directive and 0.0 on...
2009-02-26 Bruno HaibleFix *printf behaviour regarding the %ls directive.
2009-01-19 Bruno HaibleDon't use AC_REQUIRE([AC_C_BIGENDIAN]).
2009-01-16 Bruno HaibleUse an array initializer syntax that also works in...
2009-01-14 Jim Meyeringmany *.m4 files: improve m4 quoting
2008-12-25 Bruno HaibleAdd support for universal builds to vasnprintf.
2008-11-10 Bruno HaibleGuess that printf on Haiku survives out-of-memory condi...
2008-04-19 Bruno HaibleWork around snprintf bug on Linux libc5.
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2007-12-17 Bruno HaibleAvoid a crash of a configure test on some x86_64 systems.
2007-11-04 Bruno HaibleUse GL_NOCRASH, to avoid a crashreporter dialog box...
2007-11-04 Bruno HaibleFix *printf behaviour for large precisions on mingw...
2007-11-03 Bruno HaibleFix *printf behaviour in out-of-memory situations on...
2007-10-18 Bruno HaibleImprove detection of whether %n is supported or not.
2007-09-16 Bruno HaibleMake the buffer large enough, to avoid a buffer overflow.
2007-06-13 Bruno Haiblex86_64 has the same 'long double' format as i386.
2007-06-06 Bruno HaibleFix *printf so that it recognizes non-IEEE numbers...
2007-05-22 Bruno HaibleStricter check for printf result for NaN arguments.
2007-05-20 Bruno HaibleInclude Cygwin test results, from Eric Blake.
2007-05-20 Bruno HaibleFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2007-05-19 Bruno HaibleSwap the tests 2 and 3.
2007-05-19 Bruno HaibleUpdate test results.
2007-05-19 Bruno HaibleWhitespace change.
2007-05-19 Bruno HaibleFix *printf result for NaN, Inf, -0.0 on mingw.
2007-05-18 Bruno HaibleAdd support for 'long double' number output.
2007-05-06 Bruno HaibleMore info about Cygwin.
2007-05-06 Bruno HaibleMore info about Cygwin.
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-29 Bruno HaibleGuard against vsnprintf implementations that mishandle...
2007-04-12 Bruno HaibleUpdate Cygwin test results.
2007-04-12 Bruno HaibleBetter guessing in gl_PRINTF_DIRECTIVE_F when cross...
2007-04-11 Bruno HaibleAdd test results from AIX 5.2.
2007-04-11 Bruno HaibleImplement the %F directive if the system doesn't implem...
2007-04-11 Bruno HaibleThe 2007-04-04 patch was broken.
2007-04-11 Bruno HaibleGuard against FreeBSD 6.1 bug.
2007-04-06 Bruno HaibleAssume 'long double' exists.
2007-04-05 Bruno HaibleCatch a bug of printf "%a" on FreeBSD 6.1.
2007-03-08 Bruno HaibleInfo about OpenBSD 4.0.
2007-03-08 Bruno HaibleMake shell snippets copy&pastable.
2007-03-06 Bruno HaibleRename a cache variable.
2007-03-06 Bruno HaibleAdd an 8th test, against HP-UX.
2007-03-05 Bruno HaibleMention glibc-2.5.
2007-03-05 Bruno HaibleBe more conservative about the config.guess results...
2007-03-05 Bruno HaibleAdd info about NetBSD 4, which has now borrowed the...
2007-03-05 Bruno HaibleUpdate with info about HP-UX 10.20.
2007-03-05 Bruno HaibleAdd info about OpenBSD.
2007-03-05 Bruno HaibleAdd info about some older Cygwin.
2007-03-05 Bruno HaibleTest a corner case. Exclude two buggy implementations.
2007-03-04 Bruno HaibleNew module 'vasnprintf-posix'.