summaryrefslogtreecommitdiff
path: root/usr.bin/printf
AgeCommit message (Expand)Author
2023-02-13s/chracter/character/ in documentation.andvar
2021-05-20fix typochristos
2021-05-19Changes for POSIX conformance.kre
2021-05-19Don't describe "%%: in the format as a format conversion, it isn't,kre
2021-04-16make value an int to avoid all the casts and conversion warnings.christos
2021-04-16Change octal and hex parsing to not use strtoul so that they don't handlechristos
2020-06-29Add quotes around command substitution in the exampleuwe
2020-06-26Drop redundant quoting in the nested printf example.uwe
2020-06-26Use ASCII single quote.uwe
2020-06-26Try to improve markup to get a nicer PostScript output.uwe
2019-07-22Amend the previous change: we can have (almost) the best of bothkre
2019-07-21Stop assuming that printf handles options in any way at allkre
2019-01-27Revert previous, it was based upon a misreading of the POSIXkre
2019-01-26Always convert input numbers (from the command line) in the Ckre
2018-09-10A truly ancient bug found by Edgar Fusskre
2018-09-04Printf's that support \e for escape all seem to also support \E.kre
2018-09-03Tighten syntax a little (no more %*4.*2d nonsense).kre
2018-08-31PR standards/53563kre
2018-07-25NFC: More KNF (remove () around returned constants).kre
2018-07-25NFC: whitespace & KNF.kre
2018-07-24Add the new formats to the list of format cracters (oops...)kre
2018-07-24Add support for F a and A formats (which go with the eEfgG formatskre
2018-07-24Correct a typo (off by one (key)) ...kre
2018-07-03Avoid printing error messages twice when an invalidkre
2018-07-03From leot@ on tech-userlevel:kre
2018-03-12Remove Tn.wiz
2018-03-12Explicitly mention use of -- for format strings beginning with -,dholland
2015-06-16fix some error handling.christos
2014-04-13Change some standard exit status text to ".Ex -std"snj
2013-07-16WARNS=6christos
2011-08-16document non-literal format stringschristos
2011-03-15support grouping format.christos
2010-04-05\\*(Pm -> \*(Pmjoerg
2009-10-13Avoid segv on "printf '%*********s' 666", from Maksymilian Arciemowiczchristos
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-03-11Use semantic markupjoerg
2008-09-01Fix description of %b format. PR 39111 from Paul Goyette.dholland
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-06Add a note about the stupid behaviour of "%c" format.apb
2008-03-28detect more errors from printf/malloc.christos
2005-03-22Remember to consume input bytes when processing '\0nnn' for %b formatsdsl
2004-10-30WARNS=3, and remove comment about WFORMAT issues.christos
2004-10-30- KNF, WARNS=3, pass lint.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-25Revert previous. 'None' means that the "Utility Syntax Guidlines" apply.dsl
2003-06-25Remove getopt() loop, IEEE 1003.1 doesn't say that printf(1) should conformdsl
2003-04-28Use .Aq instead of \*[Lt]...\*[Gt]; sort SEE ALSO; add some more commas;wiz
2003-04-28Add missing comma.augustss
2003-02-24Fix the output of NUL bytes within %b formats.dsl
2002-11-24Fixes from David Laight:christos