summaryrefslogtreecommitdiff
path: root/lib/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* 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-5/+5
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-301-6/+1
* 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