summaryrefslogtreecommitdiff
path: root/usr/src/cmd/printf/printf.c
AgeCommit message (Collapse)AuthorFilesLines
2014-04-294878 bug with printf and missing unsigned argumentGarrett D'Amore1-1/+1
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-134818 printf(1) should support n$ width and precision specifiersGarrett D'Amore1-34/+122
4854 printf(1) doesn't support %b and \\c properly Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2010-10-14345 need an open printf(1) (fix error)Garrett D'Amore1-1/+1
2010-10-14345 need an open printf(1)Garrett D'Amore1-0/+555
Reviewed by: cjlove@san.rr.com Reviewed by: jason.brian.king@gmail.com Reviewed by: gwr@nexenta.com Approved by: gwr@nexenta.com