Bill Fenner 7735bb0f64 Implement several of the c99 updates to printf(3):
- New length modifiers: hh, j, t, z.
 - New flag: '.  Note that %'f is not yet implemented.
 - Use "inf"/"nan" for efg formats, "INF"/"NAN" for EFG formats.
 - Implemented %q in terms of %ll; if "quad_t" is not "long long"
   %q will break.

Still to do:
 - %C, %S, %lc, %ls (wide character support)
 - %'f (thousands in integer portion of %f)
 - %a/%A (exact hex representation of floating-point numbers)

Garrett Wollman wrote the first version of the vfprintf.c update;
Mike Barcroft wrote the first version of the printf.3 changes.
2001-11-30 06:12:15 +00:00
..
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-11-20 13:58:21 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-03-27 17:27:19 +00:00
2001-03-05 11:10:12 +00:00