diff options
author | fenner <fenner@FreeBSD.org> | 2001-11-30 06:12:15 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-11-30 06:12:15 +0000 |
commit | 5f34351719ae589baa319e74d4a5432cc99775ac (patch) | |
tree | 64b30cdc0268a462bfb03bb9181400291f7b96d2 /usr.bin/bzip2 | |
parent | 5dc107c9938a36ea720fe815c81da168e892d4b0 (diff) | |
download | FreeBSD-src-5f34351719ae589baa319e74d4a5432cc99775ac.zip FreeBSD-src-5f34351719ae589baa319e74d4a5432cc99775ac.tar.gz |
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.
Diffstat (limited to 'usr.bin/bzip2')
0 files changed, 0 insertions, 0 deletions