summaryrefslogtreecommitdiff
path: root/m4/vasnprintf.m4
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* vasnprintf: Optimize bit search operation.Bruno Haible2011-10-151-1/+4
* Properly quote AC_CHECK_DECLS' 4th argument.Bruno Haible2011-09-151-2/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Ensure that <features.h> is included before __GLIBC__ is tested.Bruno Haible2010-11-201-1/+2
* vasnprintf: Correct handling of unconvertible wide string arguments.Bruno Haible2010-04-101-1/+13
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Avoid warning about use AC_REQUIRE in recent autoconf.Bruno Haible2009-05-041-3/+3
* Fix *printf behaviour regarding the %ls directive.Bruno Haible2009-02-261-1/+17
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-2/+2
* many *.m4 files: improve m4 quotingJim Meyering2009-01-141-18/+18
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-301-2/+1
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-2/+18
* Align checks for ptrdiff_t.Bruno Haible2007-11-111-2/+5
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-1/+23
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-1/+24
* Add support for Unicode strings (both as output format and as arguments toBruno Haible2007-06-111-1/+14
* Test for _snprintf (missing since 2003-11-16).Bruno Haible2007-06-101-1/+4
* Fix typo.Bruno Haible2007-06-061-2/+2
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-10/+33
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-1/+17
* Add support for 'long double' number output.Bruno Haible2007-05-181-1/+17
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-1/+16
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-1/+16
* Implement the %F directive if the system doesn't implement it correctly.Bruno Haible2007-04-111-1/+16
* Assume 'long double' exists.Bruno Haible2007-04-061-4/+1
* No tabs please.Bruno Haible2007-03-261-2/+2
* * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): FixEric Blake2007-03-261-1/+1
* * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): FixEric Blake2007-03-261-2/+4
* Don't use unportable shell statement.Bruno Haible2007-03-261-6/+8
* Prefer nl_langinfo over localeconv.Bruno Haible2007-03-261-1/+13
* Test for vasnprintf in the macro that need it.Bruno Haible2007-03-071-2/+3
* Small reorganization.Bruno Haible2007-03-051-0/+4
* New module 'vasnprintf-posix'.Bruno Haible2007-03-041-10/+16
* Assume that the C compiler understands the 'signed' keyword.Bruno Haible2006-10-271-2/+1
* Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.Bruno Haible2006-10-111-5/+5
* Use an all-permissive copyright notice, recommended by RMS.Bruno Haible2005-01-181-5/+3
* Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.Bruno Haible2004-09-091-1/+2
* Merge from coreutils CVS.Paul Eggert2004-06-011-1/+1
* Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.Jim Meyering2004-04-181-4/+4
* Use size_t instead of ssize_t.Bruno Haible2003-11-251-1/+0
* Use xsize.h to protect against memory size overflows.Bruno Haible2003-11-171-1/+2
* Work around the lack of wcslen() on Solaris 2.5.1.Bruno Haible2003-08-111-2/+2
* New modules vasnprintf and vasprintf.Bruno Haible2003-01-301-0/+59