summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* all: prefer https: URLsPaul Eggert2017-09-131-2/+2
* vasnprintf: port to macOS 10.13Bruno Haible2017-07-071-7/+10
* vasnprintf: port to macOS 10.13Paul Eggert2017-07-071-1/+8
* manywarnings: update for GCC 7Paul Eggert2017-05-161-1/+9
* vasnprintf: Fix for MSVC 14.Bruno Haible2017-04-211-10/+13
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* vasnprintf.c: avoid spurious warning from GCC 7Jim Meyering2016-10-021-1/+1
* Use GCC_LINT, not lintPaul Eggert2016-05-301-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* vasnprintf: pacify clang 3.5.0Paul Eggert2015-03-031-4/+4
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* vasnprintf: fix potential incorrect errnoPádraig Brady2014-12-081-6/+9
* vasnprintf: fix potential use after freePádraig Brady2014-12-061-1/+1
* vasnprintf: fix bugs in width computationPaul Eggert2014-08-311-93/+81
* vasnprintf: Avoid signed/unsigned comparison warning.Thien-Thi Nguyen2014-08-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* vasnprintf: silence mingw compiler warningEric Blake2013-05-301-1/+2
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-291-1/+1
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-221-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: spelling fixesPaul Eggert2012-02-051-2/+2
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* vasnprintf: Optimize bit search operation.Bruno Haible2011-10-151-22/+51
* vasnprintf: Fix comments.Bruno Haible2011-10-151-4/+4
* 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