History log of /csrg-svn/lib/libc/ (Results 3226 – 3250 of 5549)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3434219-May-1988 karels

print times in human-readable form (from Nowicki)

3434119-May-1988 karels

disconnect after first server regardless of how we fail

3433419-May-1988 bostic

move syscall.h to /sys/h

3433319-May-1988 bostic

move syscall.h to /sys/h

3433119-May-1988 bostic

handle exponents greater than 2 digits

3433019-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

3432918-May-1988 bostic

remove references to long double; it's just not available

3432818-May-1988 bostic

write 0's for unreasonable precision requests after number conversion
combine sections of code to print out buffer

3432718-May-1988 bostic

fix rest of Chris' bugs, mostly sign and padding placement

3432618-May-1988 bostic

if zero value, and precision of zero, nothing gets output

3432518-May-1988 bostic

always pad with spaces on the right

3432418-May-1988 bostic

Chris' fix for alternate hex and octal mode

3432318-May-1988 bostic

rip out statics; go back to fixed buffer size, malloc is just too
painful to get right

3432217-May-1988 bostic

don't reinit buffer each time

3432117-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.

3432017-May-1988 bostic

Chris argues convincingly for a hex representation for 'p'

3431917-May-1988 bostic

handle infinite floating point precision

3431817-May-1988 bostic

Chris's changes, plus some minor fixes

3431717-May-1988 bostic

make `"%4l3d"', `"%*3d", 4', and `%3*d' do the right (wrong) thing
at least it's consistent

3431616-May-1988 bostic

fix string precision check

3431416-May-1988 bostic

redo putc macro for part of %s, and parsing format string for speed

3426311-May-1988 bostic

minor whacks; checkpoint before speed attempt

3426111-May-1988 bostic

minor cleanups, move format checking into _cvt

3424810-May-1988 bostic

passes basic checks with rewritten floating point

3424309-May-1988 bostic

checkpoint; gonna try and rewrite floating point

1...<<121122123124125126127128129130>>...222