aboutsummaryrefslogtreecommitdiffstats
path: root/snprintf.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-31/+31
2001-07-12Include <string.h> to declare string functions that we use.Guy Harris1-1/+2
2000-11-21Some compilers, e.g. Microsoft Visual C++, don't define __STDC__ unlessGuy Harris1-84/+2
2000-08-11Give them RCS IDs.Guy Harris1-1/+7
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+1
2000-08-07Cast arguments to "isxdigit()", "isdigit()", and "isflag()" to "unsignedGuy Harris1-4/+4
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-0/+2
1999-12-08Put the "0[xX]" prefix for "%#[Xx]", and the "0" prefix for "%#o",Guy Harris1-2/+2
1999-08-11Changed two #include <>'s to #include "" 's, for stylistic reasons only.Gilbert Ramirez1-1/+1
1999-02-15Add support for "%i" (it's the same as "%d", according to the ANSI CGuy Harris1-0/+1
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez1-4/+4
1998-11-08* Fix for unsigned overflows on SolarisGerald Combs1-1/+9
1998-10-13Squelch a number of "-Wall" errors by:Guy Harris1-0/+1
1998-09-16Initial revisionGerald Combs1-0/+822