]> sjero.net Git - wget/history - src/snprintf.c
Updated config.guess, config.sub, install.sh.
[wget] / src / snprintf.c
2009-07-04 Micah CowanAutomated merge.
2008-08-14 Xavier SaintAutomated merge.
2008-08-07 Xavier SaintAutomated merge.
2008-08-04 Micah Cowan#include wget.h, not config.h.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2005-10-09 hniksic[svn] Removed gcc 4.0 warnings, by Russ Allberry.
2005-07-07 hniksic[svn] In for loops with empty body, put the ";" on...
2005-06-19 hniksic[svn] Revert style of function definitions to an older...
2005-06-19 hniksic[svn] Remove K&R support.
2005-04-17 hniksic[svn] Declare VALUE argument of fmtstr as const char *.
2005-04-16 hniksic[svn] More correct handling of significant digit count...
2005-04-16 hniksic[svn] Fixed a number of bugs in snprintf.c.
2003-10-11 hniksic[svn] Also check for short for int32_t.
2003-09-30 hniksic[svn] Updated copyright and email.
2001-12-04 hniksic[svn] snprintf.c (dopr): Use `unsigned int' as the...
2001-12-03 hniksic[svn] Cast va_arg(..., int) to short if a short value...
2001-12-03 hniksic[svn] snprintf.c: Replace `short int' and `unsigned...
2001-04-25 hniksic[svn] Reimplemented UNSAFE_CHAR and RESERVED_CHAR.
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2000-11-04 hniksic[svn] snprintf.c addition.