summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.Bruno Haible2010-01-011-11/+11
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-4012/+4012
* vasnprintf: Tiny optimization.Bruno Haible2009-11-231-4/+4
* vasnprintf: avoid compiler warningsEric Blake2009-11-171-18/+18
* build: avoid some compiler warningsEric Blake2009-08-201-1/+1
* Undefine DCHAR_SET after use.Bruno Haible2009-08-111-0/+1
* Simplify calling convention of u*_conv_from_encoding.Bruno Haible2009-04-261-16/+14
* Simplify calling convention of u*_conv_to_encoding.Bruno Haible2009-04-261-18/+18
* typo fix in a commentJim Meyering2009-03-231-1/+1
* Oops, ignore NEED_PRINTF_DIRECTIVE_LS when IN_LIBINTL is defined.Bruno Haible2009-02-261-2/+2
* Fix *printf behaviour regarding the %ls directive.Bruno Haible2009-02-261-2/+2
* Typography in comments.Bruno Haible2009-02-241-3/+3
* Update copyright year.Bruno Haible2009-02-241-1/+1
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-29/+631
* 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