log lib/snprintf.c @ 40196:e63f5d3edab5

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 30 Mar 2008 15:18:13 +0200 Bruno Haible Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
Thu, 08 Mar 2007 03:24:38 +0000 Bruno Haible Whitespace change.
Wed, 21 Feb 2007 02:19:34 +0000 Bruno Haible snprintf.h is replaced with <stdio.h>.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Fri, 11 Aug 2006 17:47:58 +0000 Paul Eggert Fix typo in previous checkin: len -> lenbuf.
Fri, 11 Aug 2006 17:42:19 +0000 Paul Eggert * snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
Thu, 10 Aug 2006 19:32:38 +0000 Paul Eggert * modules/snprintf (Depends-on): Remove minmax.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Thu, 07 Oct 2004 16:15:22 +0000 Bruno Haible Avoid a memory allocation when possible.
Fri, 01 Oct 2004 18:54:53 +0000 Paul Eggert Remove comments as to why each header is needed.
Fri, 01 Oct 2004 13:27:20 +0000 Bruno Haible Another fix to snprintf().
Fri, 01 Oct 2004 10:26:52 +0000 Bruno Haible Fixes, mostly from Simon Josefsson.
Fri, 01 Oct 2004 10:12:23 +0000 Bruno Haible Ensure memcpy is declared.
Thu, 30 Sep 2004 23:29:25 +0000 Paul Eggert New snprintf module from Simon Josefsson.