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-04-10 04:11:50 +00:00
2001-02-11 22:06:43 +00:00
2001-01-24 13:01:12 +00:00
2001-10-01 16:09:29 +00:00
2001-02-11 22:06:43 +00:00
2001-09-02 19:10:10 +00:00
2001-02-11 22:06:43 +00:00
2001-11-14 16:24:51 +00:00
2001-02-11 22:06:43 +00:00
2001-10-01 16:09:29 +00:00
2001-09-03 02:24:37 +00:00
2001-02-11 22:06:43 +00:00
2001-10-01 16:09:29 +00:00
2001-02-11 22:06:43 +00:00
2001-02-11 22:06:43 +00:00
2001-10-01 16:09:29 +00:00
2001-01-24 13:01:12 +00:00
2001-02-11 22:06:43 +00:00
2001-08-13 21:48:44 +00:00
2001-01-24 13:01:12 +00:00
2001-11-20 13:58:21 +00:00
2001-09-02 21:22:00 +00:00
2001-01-24 13:01:12 +00:00
2001-01-24 13:01:12 +00:00
2001-10-01 16:09:29 +00:00
2001-01-24 13:01:12 +00:00
2001-10-01 16:09:29 +00:00
2001-01-24 13:01:12 +00:00
2001-02-11 22:06:43 +00:00
2001-01-24 13:01:12 +00:00
2001-10-01 16:09:29 +00:00
2001-10-25 22:56:04 +00:00
2001-09-02 19:10:10 +00:00
2001-10-01 16:09:29 +00:00
2001-01-24 13:01:12 +00:00
2001-09-03 02:24:37 +00:00
2001-02-11 22:06:43 +00:00
2001-01-24 13:01:12 +00:00
2001-10-01 16:09:29 +00:00
2001-02-11 22:06:43 +00:00
2001-01-24 13:01:12 +00:00
2001-01-24 13:01:12 +00:00
2001-09-03 02:24:37 +00:00
2001-01-24 13:01:12 +00:00
2001-03-27 17:27:19 +00:00
2001-10-01 16:09:29 +00:00
2001-01-24 13:01:12 +00:00
2001-01-24 13:01:12 +00:00
2001-11-30 06:12:15 +00:00
2001-10-01 16:09:29 +00:00
2001-01-24 13:01:12 +00:00
2001-01-24 13:01:12 +00:00
2001-01-24 13:01:12 +00:00
2001-01-24 13:01:12 +00:00
2001-09-03 02:24:37 +00:00
2001-10-01 16:09:29 +00:00
2001-09-01 15:28:24 +00:00
2001-03-05 11:10:12 +00:00
2001-10-01 16:09:29 +00:00
2001-01-24 13:01:12 +00:00
2001-10-01 16:09:29 +00:00
2001-09-03 02:35:10 +00:00
2001-06-18 04:40:52 +00:00
2001-06-18 04:40:52 +00:00
2001-06-04 12:36:07 +00:00
2001-10-01 16:09:29 +00:00
2001-10-24 17:25:49 +00:00
2001-07-07 04:08:32 +00:00
2001-10-01 16:09:29 +00:00
2001-10-01 16:09:29 +00:00
2001-09-01 01:56:54 +00:00
2001-01-24 13:01:12 +00:00
2001-11-30 06:12:15 +00:00
2001-11-29 03:03:55 +00:00
2001-01-24 13:01:12 +00:00
2001-06-18 04:40:52 +00:00
2001-06-18 04:40:52 +00:00
2001-01-24 13:01:12 +00:00