Commit Graph

13 Commits

Author SHA1 Message Date
hniksic 0f65283528 [svn] Revert style of function definitions to an older variant, to reduce
differences between this version and the one in INN.
2005-06-19 16:44:24 -07:00
hniksic 277e840a0f [svn] Remove K&R support. 2005-06-19 15:34:58 -07:00
hniksic 7c363df6b5 [svn] Declare VALUE argument of fmtstr as const char *.
By Russ Allbery.
2005-04-17 09:53:55 -07:00
hniksic dccc4a2d49 [svn] More correct handling of significant digit count with %g -- 0.002 has
one significant digit, not three.
2005-04-16 16:02:39 -07:00
hniksic f4348a022d [svn] Fixed a number of bugs in snprintf.c. 2005-04-15 17:12:06 -07:00
hniksic a6f72ca66b [svn] Also check for short for int32_t. 2003-10-11 05:41:13 -07:00
hniksic 111dea9622 [svn] Updated copyright and email. 2003-09-30 14:54:27 -07:00
hniksic abf215c1e3 [svn] snprintf.c (dopr): Use `unsigned int' as the second argument to va_arg
when casting to `unsigned short' is intended.
Submitted by Ian Abbott in <3C0CB09F.21762.34A1F1@localhost>.
2001-12-04 04:44:58 -08:00
hniksic 79f868cd0f [svn] Cast va_arg(..., int) to short if a short value is expected.
Published in <sxsbshgxfs5.fsf@florida.arsdigita.de>.
2001-12-03 11:31:17 -08:00
hniksic f58c338aea [svn] snprintf.c: Replace `short int' and `unsigned short int' with `int' when
using it as the second argument to `va_arg'.
Published in <sxsu1v8xisg.fsf@florida.arsdigita.de>.
2001-12-03 10:28:08 -08:00
hniksic d80f6cbe8c [svn] Reimplemented UNSAFE_CHAR and RESERVED_CHAR.
Fixed snprintf.c to avoid ISDIGIT.
2001-04-24 17:20:30 -07:00
hniksic 1a6058b1ec [svn] Applied Philipp Thomas's safe-ctype patch. Published in
<20010330025159.U21662@jeffreys.suse.de>.
2001-03-30 14:36:59 -08:00
hniksic c2c821b3c9 [svn] snprintf.c addition. 2000-11-04 14:49:46 -08:00