Subject: changed files: 'src/usr.bin/printf printf.1 printf.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 11/05/1993 12:12:41
Update of /b/source/CVS/src/usr.bin/printf
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/printf
Modified Files:
printf.1 printf.c
Log Message:
Changes required to make printf utility POSIX.2 compliant:
* 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.
------------------------------------------------------------------------------