summaryrefslogtreecommitdiff
path: root/m4/printf.m4
Commit message (Expand)AuthorAgeFilesLines
* doc: Update for Solaris 11 2011-11.Bruno Haible2012-01-081-2/+2
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* *printf: Fix for platforms where 'long double' == 'double'.Bruno Haible2011-10-091-2/+3
* Support for MSVC compiler: Avoid division by a literal 0.Bruno Haible2011-09-111-16/+19
* *printf: Add support for MSVC compiler.Bruno Haible2011-09-101-8/+85
* Comments.Bruno Haible2011-07-061-1/+3
* sprintf-posix: Fix test failure on AIX 7.1.Bruno Haible2011-06-191-3/+8
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* *printf: Detect large precisions bug on Solaris 10/SPARC.Bruno Haible2010-12-241-4/+8
* Fix cross-compilation guesses on Solaris.Bruno Haible2010-12-211-4/+7
* snprintf: port snprintf (NULL, 0, ...) to Solaris 8 and 9Paul Eggert2010-12-211-11/+15
* Put more information about failed tests into the test return codes.Bruno Haible2010-12-061-70/+78
* Update for Solaris 11 2010-11.Bruno Haible2010-12-041-0/+1
* *printf-posix: Detect a bug on Solaris 10/x86.Bruno Haible2010-11-281-5/+9
* Update for NetBSD 5.0.Bruno Haible2010-11-211-5/+2
* Update for MacOS X 10.5.Bruno Haible2010-11-211-4/+2
* Port to uClibc.Bruno Haible2010-11-201-2/+2
* Modernize AC_TRY_RUN invocations.Bruno Haible2010-08-261-342/+388
* printf.m4: Update regarding AIX.Bruno Haible2010-07-301-2/+2
* printf.m4: avoid autoconf's "Expanded Before Required" warningJim Meyering2010-06-111-2/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Separate two tests. Mention the platforms in canonical order.Bruno Haible2009-02-281-5/+9
* printf: fix regression in previous patchEric Blake2009-02-271-2/+2
* Detect bug in cygwin 1.5.x *printf on 1-character %ls.Eric Blake2009-02-271-5/+13
* Work around a *printf bug with %ls on Solaris.Bruno Haible2009-02-271-10/+33
* Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.Bruno Haible2009-02-261-3/+16
* Fix *printf behaviour regarding the %ls directive.Bruno Haible2009-02-261-49/+95
* Don't use AC_REQUIRE([AC_C_BIGENDIAN]).Bruno Haible2009-01-201-2/+2
* Use an array initializer syntax that also works in C++ mode.Bruno Haible2009-01-161-5/+5
* many *.m4 files: improve m4 quotingJim Meyering2009-01-141-3/+3
* Add support for universal builds to vasnprintf.Bruno Haible2008-12-251-14/+22
* Guess that printf on Haiku survives out-of-memory conditions.Bruno Haible2008-11-101-2/+7
* Work around snprintf bug on Linux libc5.Bruno Haible2008-04-191-26/+53
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-40/+84
* Avoid a crash of a configure test on some x86_64 systems.Bruno Haible2007-12-171-1/+3
* Use GL_NOCRASH, to avoid a crashreporter dialog box from a configure check.Bruno Haible2007-11-041-1/+3
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-35/+77
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-33/+138
* Improve detection of whether %n is supported or not.Bruno Haible2007-10-181-3/+13
* Make the buffer large enough, to avoid a buffer overflow.Bruno Haible2007-09-161-4/+4
* x86_64 has the same 'long double' format as i386.Bruno Haible2007-06-131-3/+3
* Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.Bruno Haible2007-06-061-19/+140
* Stricter check for printf result for NaN arguments.Bruno Haible2007-05-221-10/+62
* Include Cygwin test results, from Eric Blake.Bruno Haible2007-05-201-2/+2
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-47/+143
* Swap the tests 2 and 3.Bruno Haible2007-05-191-56/+56
* Update test results.Bruno Haible2007-05-191-4/+4
* Whitespace change.Bruno Haible2007-05-191-11/+11
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-47/+97