maint: update copyright
[gnulib.git] / lib / snprintf.c
2014-01-01 Eric Blakemaint: update copyright
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Bruno HaibleUse module 'EOVERFLOW' rather than defining an EOVERFLO...
2007-03-08 Bruno HaibleWhitespace change.
2007-02-21 Bruno Haiblesnprintf.h is replaced with <stdio.h>.
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-08-11 Paul EggertFix typo in previous checkin: len -> lenbuf.
2006-08-11 Paul Eggert* snprintf.c (snprintf): memcpy LEN bytes, not SIZE...
2006-08-10 Paul Eggert* modules/snprintf (Depends-on): Remove minmax.
2005-05-14 Paul Eggert*** empty log message ***
2004-10-07 Bruno HaibleAvoid a memory allocation when possible.
2004-10-01 Paul EggertRemove comments as to why each header is needed.
2004-10-01 Bruno HaibleAnother fix to snprintf().
2004-10-01 Bruno HaibleFixes, mostly from Simon Josefsson.
2004-10-01 Bruno HaibleEnsure memcpy is declared.
2004-09-30 Paul EggertNew snprintf module from Simon Josefsson.