add ftw
[unix-history] / usr / src / lib / libc / stdio / vfprintf.c
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-09 Keith Bosticminor optimizations
1988-06-08 Keith Bosticdon't allow negative zero; ``printf("%.3f", (double...
1988-06-07 Keith Bosticdon't allow negative zero; ``printf("%.3f", (double...
1988-06-04 Keith Bosticadd D, O, U; completely redo the floating point
1988-06-02 Keith Bosticfix "printf("%4.1f\n", (double)0.0);"
1988-05-25 Keith Bosticfix %.60g to not add on precision digits
1988-05-24 Keith Bosticmake sure we can write
1988-05-24 Keith Bosticvarious padding fixes from Chris
1988-05-20 Keith Bostichandle exponents greater than 2 digits
1988-05-20 Keith Bosticif precision is specified, 0 flag is ignored for diouXx...
1988-05-19 Keith Bosticremove references to long double; it's just not available
1988-05-19 Keith Bosticwrite 0's for unreasonable precision requests after...
1988-05-19 Keith Bosticfix rest of Chris' bugs, mostly sign and padding placement
1988-05-19 Keith Bosticif zero value, and precision of zero, nothing gets...
1988-05-19 Keith Bosticalways pad with spaces on the right
1988-05-19 Keith BosticChris' fix for alternate hex and octal mode
1988-05-19 Keith Bosticrip out statics; go back to fixed buffer size, malloc...
1988-05-18 Keith Bosticdon't reinit buffer each time
1988-05-18 Keith BosticChris says that ANSI now says if you specify the precis...
1988-05-18 Keith BosticChris argues convincingly for a hex representation...
1988-05-18 Keith Bostichandle infinite floating point precision
1988-05-18 Keith BosticChris's changes, plus some minor fixes
1988-05-18 Keith Bosticmake `"%4l3d"', `"%*3d", 4', and `%3*d' do the right...
1988-05-17 Keith Bosticfix string precision check
1988-05-17 Keith Bosticredo putc macro for part of %s, and parsing format...
1988-05-12 Keith Bosticminor whacks; checkpoint before speed attempt
1988-05-12 Keith Bosticminor cleanups, move format checking into _cvt
1988-05-11 Keith Bosticpasses basic checks with rewritten floating point
1988-05-10 Keith Bosticcheckpoint; gonna try and rewrite floating point
1988-05-10 Keith Bosticfirst version to pass basic tests; rewrite complete
1988-05-10 Keith Bosticversion that attempts to do formatting of floats itsellf
1988-05-09 Keith Bosticadd 'e' format
1988-05-09 Keith Bosticfirst cut at ANSI version; also added 'f' format
1988-05-08 Keith BosticFirst "working" version. Rip out roman number and...
1988-05-08 Keith Bosticoriginal posting by Steve Summit to USENET