summaryrefslogtreecommitdiff
path: root/m4/printf.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for 'long double' number output.Bruno Haible2007-05-181-45/+90
* More info about Cygwin.Bruno Haible2007-05-061-2/+2
* More info about Cygwin.Bruno Haible2007-05-061-2/+5
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-33/+74
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-33/+69
* Guard against vsnprintf implementations that mishandle a size=0 argument.Bruno Haible2007-04-291-23/+133
* Update Cygwin test results.Bruno Haible2007-04-121-2/+2
* Better guessing in gl_PRINTF_DIRECTIVE_F when cross-compiling.Bruno Haible2007-04-121-2/+15