lib/printf-parse.c


Log

Author Commit Date CI Message
Bruno Haible cce88f34 2007-06-11T01:10:07 Add support for Unicode strings (both as output format and as arguments to the %U directive).
Bruno Haible 9f88c0b0 2007-04-06T14:36:56 Assume 'long double' exists.
Bruno Haible 65ed3a59 2007-03-26T00:14:00 Support 'j' size specifier on all platforms.
Bruno Haible ac5d57a6 2007-01-30T01:07:22 Stylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
Bruno Haible 66675a0e 2006-11-01T20:30:39 Make it compile in C++ mode.
Bruno Haible cfc2c6ca 2006-10-11T16:09:38 Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
Bruno Haible 99099106 2006-09-14T14:18:36 Include <config.h> unconditionally.
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
Bruno Haible 4831ead4 2003-11-25T11:18:46 Use size_t instead of ssize_t.
Bruno Haible a416aa56 2003-11-17T15:14:21 Use xsize.h to protect against memory size overflows.
Bruno Haible dda38ff8 2003-11-17T14:56:31 Merge support for wide characters, from GNU gettext.
Paul Eggert 757bd39e 2003-07-14T22:44:04 Update gettext source files from gettext automatically, using srclist-update.
Bruno Haible 87b04f99 2003-01-30T13:48:21 New modules vasnprintf and vasprintf.