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