summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)Eric Blake2008-09-231-2/+20
* Tweak last commit.Bruno Haible2008-09-181-6/+1
* Don't use tabs inside comments ("unexpand --first-only").Bruno Haible2008-09-171-2/+2
* vasnprintf: support Irix 5.3Eric Blake2008-09-161-6/+55
* vasnprintf-posix: handle large precision via %.*dEric Blake2008-09-021-1/+1
* Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.Ben Pfaff2008-07-121-2/+2
* Oops, fix syntax error introduced by last commit.Bruno Haible2008-05-221-1/+1
* Avoid one more warning from gcc.Bruno Haible2008-05-221-8/+9
* avoid another warning from gccJim Meyering2008-05-211-1/+1
* avoid a warning from gccJim Meyering2008-05-211-1/+8
* Avoid some warnings from "gcc -Wshadow".Bruno Haible2008-05-171-0/+7
* Work around snprintf bug on Linux libc5.Bruno Haible2008-04-191-3/+5
* Make floorlog10 function more precise.Bruno Haible2008-04-191-4/+4
* Fix rounding when a precision is given.Bruno Haible2008-04-191-2/+110
* Fix buffer overrun.Bruno Haible2008-03-301-59/+60
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-301-5/+0
* Fix a bug in unistdio routines, introduced on 2007-06-10.Bruno Haible2008-03-301-1/+1
* Don't use %n on native Woe32 systems, to avoid a crash on Windows Vista systems.Bruno Haible2008-02-081-1/+16
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-5/+7
* Fix bug introduced on 2007-06-10.Bruno Haible2008-02-061-6/+2
* vasnprintf.c: Avoid warning about unused labelJim Meyering2008-01-291-1/+3
* Rename isnan, applicable to 'double' only, to isnand.Bruno Haible2008-01-261-7/+7
* Don't abort if the 'long double' type has excess precision.Bruno Haible2007-11-261-0/+3
* Document and work around a BeOS snprintf() bug.Bruno Haible2007-11-091-1/+5
* Fix inefficiency introduced on 2007-11-03.Bruno Haible2007-11-091-3/+9
* Fix the processing of finite numbers with the 'a' and 'A' directives.Bruno Haible2007-11-061-9/+32
* Undefine two macros after they are not needed any more.Bruno Haible2007-11-041-0/+2
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-44/+142
* Fix output of floating-point values with large exponent.Bruno Haible2007-11-041-1/+1
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-29/+593
* Fix detection of overflow: don't assume that snprintf is C99 compliant.Bruno Haible2007-11-031-2/+6
* Fix out-of-memory handling of vasnprintf.Bruno Haible2007-11-031-4/+2
* Don't report an unjustified overflow error.Bruno Haible2007-10-201-12/+21
* Don't use %n on glibc >= 2.3 systems.Bruno Haible2007-10-191-0/+12
* Fix a #if error that causes a build failure on Linux/PowerPC with glibc-2.3.6.Bruno Haible2007-07-141-1/+1
* Add support for Unicode strings (both as output format and as arguments toBruno Haible2007-06-111-139/+880
* Tweak the size computations and reallocations.Bruno Haible2007-06-101-15/+23
* Tweak last patch.Bruno Haible2007-06-101-5/+5
* More type parameters.Bruno Haible2007-06-091-66/+87
* Do the extra handling of NaN and Inf also the %a / %A.Bruno Haible2007-06-061-448/+449
* Fix possible compilation error.Bruno Haible2007-06-061-0/+2
* Stricter check for printf result for NaN arguments.Bruno Haible2007-05-221-5/+4
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-22/+49
* Fix a warning in last patch.Bruno Haible2007-05-191-0/+2
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-263/+412
* Optimize the case of huge precision.Bruno Haible2007-05-191-42/+37
* Fix logic bug introduced on 2007-05-06.Bruno Haible2007-05-191-16/+21
* Fix small bug in 'divide' function.Bruno Haible2007-05-181-11/+11
* Add support for 'long double' number output.Bruno Haible2007-05-181-0/+1459
* Work around broken snprintf function on BeOS.Bruno Haible2007-05-181-1/+8