Commit ID:      10050D6317A0F4AD9BC
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2012/12/22 22:19:28 UTC

Modified files:
        usr.bin/printf : printf.c

Log message:
POSIX specifies printf(1) field width and precision are in bytes, not, as
it would make sense, characters; let printf-as-builtin honour it (#659969)

XXX printf-as-builtin is a nightmare anyway; might want to rename the
XXX builtin from "printf" to "printf_builtin" and predefine a function
XXX printf that calls it so switching away from it on Debian would be
XXX as simple as “unset -f printf” (or… RoDD’ing Md ☺)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.19 -r1.20 src/usr.bin/printf/printf.c

Reply via email to