summaryrefslogtreecommitdiff
path: root/m4/vsprintf-posix.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-5/+11
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-4/+10
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-13/+19
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-11/+17
* Add support for 'long double' number output.Bruno Haible2007-05-181-9/+16
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-3/+9
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-3/+9
* Implement the %F directive if the system doesn't implement it correctly.Bruno Haible2007-04-111-5/+11
* Prefer nl_langinfo over localeconv.Bruno Haible2007-03-261-6/+2
* Use 'case' statements instead of 'expr' invocations.Bruno Haible2007-03-091-6/+20
* New module 'vsprintf-posix'.Bruno Haible2007-03-071-0/+38