summaryrefslogtreecommitdiff
path: root/lib/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace change.Bruno Haible2007-03-081-1/+1
* snprintf.h is replaced with <stdio.h>.Bruno Haible2007-02-211-2/+3
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* Fix typo in previous checkin: len -> lenbuf.Paul Eggert2006-08-111-1/+1
* * snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, whenPaul Eggert2006-08-111-3/+5
* * modules/snprintf (Depends-on): Remove minmax.Paul Eggert2006-08-101-8/+24
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Avoid a memory allocation when possible.Bruno Haible2004-10-071-6/+6
* Remove comments as to why each header is needed.Paul Eggert2004-10-011-8/+1
* Another fix to snprintf().Bruno Haible2004-10-011-1/+1
* Fixes, mostly from Simon Josefsson.Bruno Haible2004-10-011-6/+15
* Ensure memcpy is declared.Bruno Haible2004-10-011-1/+4
* New snprintf module from Simon Josefsson.Paul Eggert2004-09-301-0/+55