summaryrefslogtreecommitdiff
path: root/lib/printf-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with GNU gettext.Bruno Haible2021-06-201-10/+1
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* vasnprintf: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-15/+9
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-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
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* vasnprintf: Reduce use of malloc for small format strings.Bruno Haible2011-02-041-17/+22
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Port to uClibc.Bruno Haible2010-11-201-1/+1
* vasnprintf: Support I flag on glibc systems.Bruno Haible2010-11-071-0/+7
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-469/+469
* Handle the particular PRIdMAX values on MacOS X and mingw.Bruno Haible2008-01-091-1/+39
* Fix out-of-memory handling of vasnprintf.Bruno Haible2007-11-031-5/+18
* Tweak to make it usable in gettext's libasprintf.Bruno Haible2007-10-211-1/+1
* Add support for Unicode strings (both as output format and as arguments toBruno Haible2007-06-111-16/+49
* Assume 'long double' exists.Bruno Haible2007-04-061-3/+1
* Support 'j' size specifier on all platforms.Bruno Haible2007-03-261-6/+8
* Stylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.Bruno Haible2007-01-301-10/+10
* Make it compile in C++ mode.Bruno Haible2006-11-011-5/+5
* Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.Bruno Haible2006-10-111-3/+12
* Include <config.h> unconditionally.Bruno Haible2006-09-141-4/+2
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Use size_t instead of ssize_t.Bruno Haible2003-11-251-27/+17
* Use xsize.h to protect against memory size overflows.Bruno Haible2003-11-171-24/+73
* Merge support for wide characters, from GNU gettext.Bruno Haible2003-11-171-11/+32
* Update gettext source files from gettext automatically, using srclist-update.Paul Eggert2003-07-141-9/+8
* New modules vasnprintf and vasprintf.Bruno Haible2003-01-301-0/+477