summaryrefslogtreecommitdiff
path: root/usr.bin/printf
AgeCommit message (Expand)Author
1995-07-07Changed floating point output format to be exactly the same (use samejtc
1995-02-15The descriptions of the o and u formatting options were reversed (PR #785).jtc
1994-02-03Simplify conversion of "quoted" numeric arguments.jtc
1994-02-03Code to check if conversion (by strtol(), strtoul(), or strtod()) wasjtc
1994-02-03Add and use getulong() to handle %u, %o, %x & %X formatting directives.jtc
1993-12-31Handle format strings error correctly.jtc
1993-11-25Error in hextobin() macro messed up hex escape constants.jtc
1993-11-19Oops! get rid of the free(), mklong()'s buffer no longer malloc()'d.jtc
1993-11-19Return from main() if a \c escape is encountered in a %b string (was an exit()).jtc
1993-11-19Move all the code from do_printf() into do-while loop in main(). I needjtc
1993-11-19Merged in most of the changes from 4.4 necessary to make printf a shjtc
1993-11-05Changes required to make printf utility POSIX.2 compliant:jtc
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-31Add RCS indentifiers.mycroft
1993-06-064.4BSD-Lite2mrg
1993-04-19Cleanup for GCC 2.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd