summaryrefslogtreecommitdiff
path: root/lib/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* 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