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-09-30 21:06:00 +00:00
2001-07-09 23:12:23 +00:00
2001-03-27 17:27:19 +00:00
2001-03-27 17:27:19 +00:00
2001-09-30 21:41:46 +00:00
2001-03-27 17:27:19 +00:00
2001-09-30 22:02:43 +00:00
2001-09-30 22:04:49 +00:00
2001-03-27 17:27:19 +00:00
2001-09-30 22:15:15 +00:00
2001-09-30 22:30:15 +00:00
2001-03-27 17:27:19 +00:00
2001-11-21 09:25:14 +00:00
2001-09-30 22:02:43 +00:00