Commit graph

7 commits

Author SHA1 Message Date
Guy Harris
06ba47b45b Put the "0[xX]" prefix for "%#[Xx]", and the "0" prefix for "%#o",
*before* any padding "0"s.

svn path=/trunk/; revision=1245
1999-12-08 21:44:33 +00:00
Gilbert Ramirez
499eff7b0d Changed two #include <>'s to #include "" 's, for stylistic reasons only.
svn path=/trunk/; revision=471
1999-08-11 17:02:28 +00:00
Guy Harris
58778fd8ad Add support for "%i" (it's the same as "%d", according to the ANSI C
standard).

svn path=/trunk/; revision=189
1999-02-15 06:36:19 +00:00
Gilbert Ramirez
69458d2e92 Added guy's time and DHCP patch.
svn path=/trunk/; revision=177
1999-01-28 21:29:36 +00:00
Gerald Combs
c2eeef9467 * Fix for unsigned overflows on Solaris
svn path=/trunk/; revision=81
1998-11-08 00:05:45 +00:00
Guy Harris
d0b809aa74 Squelch a number of "-Wall" errors by:
1) renaming "snprintf.h" to "snprintf-imp.h" (it contains stuff
	   used by the "snprintf()" *implementation*, but not stuff it
	   *exports*);

	2) creating a new "snprintf.h" to declare "vsnprintf()" and
	   "snprintf()";

	3) removing an unused variable;

	4) fixing a call to "add_item_to_tree()" to handle the
	   possibility of "ntohl()" returning a "long" rather than an
	   "int".

svn path=/trunk/; revision=47
1998-10-13 07:03:37 +00:00
Gerald Combs
86534f46e1 Initial revision
svn path=/trunk/; revision=2
1998-09-16 02:39:15 +00:00