From Mark C Brown NETTL updates
[metze/wireshark/wip.git] / snprintf.c
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2001-07-12 Guy HarrisInclude <string.h> to declare string functions that...
2000-11-21 Guy HarrisSome compilers, e.g. Microsoft Visual C++, don't define...
2000-08-11 Guy HarrisGive them RCS IDs.
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisCast arguments to "isxdigit()", "isdigit()", and "isfla...
2000-02-09 Gilbert RamirezIntegrate Ed Meaney's <emeaney@altiga.com> changes...
1999-12-08 Guy HarrisPut the "0[xX]" prefix for "%#[Xx]", and the "0" prefix...
1999-08-11 Gilbert RamirezChanged two #include <>'s to #include "" 's, for stylis...
1999-02-15 Guy HarrisAdd support for "%i" (it's the same as "%d", according...
1999-01-28 Gilbert RamirezAdded guy's time and DHCP patch.
1998-11-08 Gerald Combs* Fix for unsigned overflows on Solaris
1998-10-13 Guy HarrisSquelch a number of "-Wall" errors by:
1998-09-16 Gerald CombsInitial revision