summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misindentation of preprocessor directives.Bruno Haible2011-02-231-3/+3
* vasnprintf: Reduce use of malloc for small format strings.Bruno Haible2011-02-041-2/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Port to uClibc.Bruno Haible2010-11-201-3/+3
* Fix a comment.Bruno Haible2010-11-201-2/+3
* vasnprintf: Support I flag on glibc systems.Bruno Haible2010-11-071-0/+4
* vasnprintf: Don't set errno to 0.Bruno Haible2010-10-151-0/+4
* rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]Paul Eggert2010-10-101-5/+6
* vasnprintf: Fix syntax errors in libintl build on mingw.Bruno Haible2010-05-091-1/+3
* vasnprintf: Correct errno value in case of out-of-memory.Bruno Haible2010-04-241-3/+10
* vasnprintf: Correct handling of unconvertible wide string arguments.Bruno Haible2010-04-101-254/+303
* vasnprintf: Fix crash in %ls directive.Bruno Haible2010-04-101-2/+10
* vasnprintf: Fix multiple test failures on mingw.Bruno Haible2010-04-101-4/+17
* 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