34342 | 19-May-1988 |
karels |
print times in human-readable form (from Nowicki) |
34341 | 19-May-1988 |
karels |
disconnect after first server regardless of how we fail |
34334 | 19-May-1988 |
bostic |
move syscall.h to /sys/h |
34333 | 19-May-1988 |
bostic |
move syscall.h to /sys/h |
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 |