fix license quoting in files.yaml
[gnulib.git] / m4 / printf.m4
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
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-01-01 Eric Blakemaint: update all copyright year number ranges
2012-06-22 Bruno HaibleWrite "Mac OS X" instead of "MacOS X".
2012-06-19 Bruno Haible*printf-posix: Put more info into config.log.
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-08 Bruno Haibledoc: Update for Solaris 11 2011-11.
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-09 Bruno Haible*printf: Fix for platforms where 'long double' == ...
2011-09-11 Bruno HaibleSupport for MSVC compiler: Avoid division by a literal 0.
2011-09-10 Bruno Haible*printf: Add support for MSVC compiler.
2011-09-08 Ian BeckwithMerge branch 'stable'
2011-09-07 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-07-06 Bruno HaibleComments.
2011-06-19 Bruno Haiblesprintf-posix: Fix test failure on AIX 7.1.
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-24 Bruno Haible*printf: Detect large precisions bug on Solaris 10...
2010-12-21 Bruno HaibleFix cross-compilation guesses on Solaris.
2010-12-21 Paul Eggertsnprintf: port snprintf (NULL, 0, ...) to Solaris 8...
2010-12-16 Ian BeckwithMerge branch 'stable'
2010-12-16 Ian BeckwithMerge branch 'upstream' into stable
2010-12-06 Bruno HaiblePut more information about failed tests into the test...
2010-12-04 Bruno HaibleUpdate for Solaris 11 2010-11.
2010-11-28 Bruno Haible*printf-posix: Detect a bug on Solaris 10/x86.
2010-11-21 Bruno HaibleUpdate for NetBSD 5.0.
2010-11-21 Bruno HaibleUpdate for MacOS X 10.5.
2010-11-20 Bruno HaiblePort to uClibc.
2010-10-23 Ian BeckwithMerge branch 'stable'
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-08-30 Ian BeckwithMerge branch 'stable'
2010-08-29 Ian BeckwithMerge branch 'upstream' from 3f08220c1a263dfc45f6e0ce6d...
2010-08-26 Bruno HaibleModernize AC_TRY_RUN invocations.
2010-07-30 Bruno Haibleprintf.m4: Update regarding AIX.
2010-07-04 Ian BeckwithMerge branch 'stable'
2010-07-04 Ian BeckwithMerge commit '86ba51d2c17219b82b977da0a912e05a3d9bf858...
2010-06-11 Jim Meyeringprintf.m4: avoid autoconf's "Expanded Before Required...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
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.
next