summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Do the INT_MAX check only where size_t is converted to 'int'.Bruno Haible2006-08-281-17/+5
* Fix an incorrect estimation of the sprintf result size.Bruno Haible2006-01-231-22/+24
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* sync (copyright years)Karl Berry2005-03-021-1/+1
* Update from gettext 0.14.2.Bruno Haible2005-03-011-0/+5
* Improve handling of the case length > INT_MAX.Bruno Haible2004-09-081-1/+12
* Fix for format strings like "%2.f".Bruno Haible2004-05-171-3/+2
* Use size_t instead of ssize_t.Bruno Haible2003-11-251-6/+6
* Avoid alloca with too large size.Bruno Haible2003-11-181-16/+32
* Use xsize.h to protect against memory size overflows.Bruno Haible2003-11-171-54/+64
* Merge support for wide characters, from GNU gettext.Bruno Haible2003-11-171-62/+122
* Portability to HP-UX 10, found by Jim Meyering.Bruno Haible2003-10-201-1/+17
* Correct cpp indentation.Jim Meyering2003-09-131-2/+2
* Remove trailing blanks.Jim Meyering2003-08-181-4/+4
* Work around the lack of wcslen() on Solaris 2.5.1.Bruno Haible2003-08-111-1/+19
* karl srclist envvars, vasnprintfKarl Berry2003-07-151-6/+6
* Update gettext source files from gettext automatically, using srclist-update.Paul Eggert2003-07-141-9/+8
* Remove trailing blanks.Jim Meyering2003-07-101-6/+6
* New modules vasnprintf and vasprintf.Bruno Haible2003-01-301-0/+767