summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.c
AgeCommit message (Collapse)Author
1993-11-05Changes required to make printf utility POSIX.2 compliant:jtc
* Escape characters in the string needed to be processed as they were encountered, otherwise a "\000" octal constant would prematurely terminate the formatting string. * Implemented the %b, SysV echo(1) compatibility, formatting directive.
1993-08-01Add RCS identifiers.mycroft
1993-04-19Cleanup for GCC 2.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd