summaryrefslogtreecommitdiff
path: root/lib/printf-parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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