#
34331 |
| 19-May-1988 |
bostic |
handle exponents greater than 2 digits |
#
34330 |
| 19-May-1988 |
bostic |
if precision is specified, 0 flag is ignored for diouXx conversions also, print out padding characters for special case 0 value, 0 precision |
#
34329 |
| 18-May-1988 |
bostic |
remove references to long double; it's just not available |
#
34328 |
| 18-May-1988 |
bostic |
write 0's for unreasonable precision requests after number conversion combine sections of code to print out buffer |
#
34327 |
| 18-May-1988 |
bostic |
fix rest of Chris' bugs, mostly sign and padding placement |
#
34326 |
| 18-May-1988 |
bostic |
if zero value, and precision of zero, nothing gets output |
#
34325 |
| 18-May-1988 |
bostic |
always pad with spaces on the right |
#
34324 |
| 18-May-1988 |
bostic |
Chris' fix for alternate hex and octal mode |
#
34323 |
| 18-May-1988 |
bostic |
rip out statics; go back to fixed buffer size, malloc is just too painful to get right |
#
34322 |
| 17-May-1988 |
bostic |
don't reinit buffer each time |
#
34321 |
| 17-May-1988 |
bostic |
Chris says that ANSI now says if you specify the precision of a string you should only look for a NUL in the first "precision" characters. |
#
34320 |
| 17-May-1988 |
bostic |
Chris argues convincingly for a hex representation for 'p' |
#
34319 |
| 17-May-1988 |
bostic |
handle infinite floating point precision |
#
34318 |
| 17-May-1988 |
bostic |
Chris's changes, plus some minor fixes |
#
34317 |
| 17-May-1988 |
bostic |
make `"%4l3d"', `"%*3d", 4', and `%3*d' do the right (wrong) thing at least it's consistent |
#
34316 |
| 16-May-1988 |
bostic |
fix string precision check |
#
34314 |
| 16-May-1988 |
bostic |
redo putc macro for part of %s, and parsing format string for speed |
#
34263 |
| 11-May-1988 |
bostic |
minor whacks; checkpoint before speed attempt |
#
34261 |
| 11-May-1988 |
bostic |
minor cleanups, move format checking into _cvt |
#
34248 |
| 10-May-1988 |
bostic |
passes basic checks with rewritten floating point |
#
34243 |
| 09-May-1988 |
bostic |
checkpoint; gonna try and rewrite floating point |
#
34242 |
| 09-May-1988 |
bostic |
first version to pass basic tests; rewrite complete |
#
34241 |
| 09-May-1988 |
bostic |
version that attempts to do formatting of floats itsellf |
#
34236 |
| 08-May-1988 |
bostic |
add 'e' format |
#
34235 |
| 08-May-1988 |
bostic |
first cut at ANSI version; also added 'f' format |