summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
Commit message (Expand)AuthorAgeFilesLines
* MFC r264581, r264744:pfg2014-04-301-2/+2
* MFC various moves of tools/regressions/ tests to the new infrastructure.jmmv2014-04-2716-0/+71
* POSIX requires that non-existent or null arguments be treated as if aeadler2012-12-181-1/+1
* sh: Prefer internal nextopt() to libc getopt().jilles2012-09-151-4/+10
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Style cleanups for printf.pfg2012-01-121-18/+18
* printf(1): Document that %c and precision for %b/%s use bytes, not chars.jilles2011-05-281-6/+17
* printf: Allow multibyte characters for '<char> form, avoid negative codes.jilles2011-05-282-7/+20
* printf(1): Move non-bugs from the BUGS section to a new section CAVEATS.jilles2011-04-251-10/+10
* printf(1): Mention effect of '#' modifier on other conversions.jilles2011-04-251-5/+5
* printf: Note that this is used both as a normal program and a shell builtin.jilles2011-03-011-0/+4
* printf: Do not use sh memory functions in sh builtin.jilles2010-12-291-13/+0
* sh: Make warnings in the printf builtin non-fatal, like in the program.jilles2010-12-201-17/+13
* Revert r216423 per request from Jilles.delphij2010-12-141-10/+10
* When printf is being used as a sh(1) builtin, it can not calldelphij2010-12-141-3/+1
* We work on ctype's and not only on numbers so set LC_ALL instead ofdelphij2010-12-141-1/+1
* IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults saysdelphij2010-12-141-10/+10
* Make use of EX_USAGE for usage().delphij2010-12-141-2/+4
* The only caller of mknum() provides a char instead of an int, so make itdelphij2010-12-131-2/+2
* Move locale.h include to the beginning header section as pointed out bydelphij2010-12-131-3/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* printf: Remove support for building as a csh builtin.jilles2010-12-081-8/+2
* sh: Add printf builtin.jilles2010-11-192-7/+34
* Note bug in trying to printf(1) things like: '-%s\n' "foo"obrien2010-09-091-0/+7
* printf(1): Clarify that \OOO produces a byte, different %b escape sequences.jilles2010-09-051-4/+10
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* POSIX says that octal escapes have the format \ddd in the format string,das2008-08-021-1/+2
* Prefer {u,}intmax_t over the deprecated {u_,}quad_t.stefanf2005-08-051-17/+18
* Markup and wording fixes.ru2005-06-141-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* Update the bugs section, null characters in the format string are now handled.stefanf2005-04-141-6/+4
* Handle null characters in the format string. A \0 in the argument passed to %bstefanf2005-04-141-7/+13
* No reason to write \a and \v as octal escape sequences.stefanf2005-04-141-2/+2
* Printf(1) is WARNS 6 clean.stefanf2005-04-141-0/+1
* - Move parts of the long main() function into a new function doformat().stefanf2005-04-141-153/+160
* Assign 0.0 to the variable passed to getfloating() if the argument is missing.stefanf2005-04-131-1/+3
* Replace buggy for-loops to skip certain character with strspn(). If *fmt wasstefanf2005-04-111-3/+3
* Support the L modifier for floating-point values as an extension.das2005-03-212-6/+44
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Allow %' to be used as a format flag by printf(1). This makes itkeramida2004-09-241-1/+1
* Fix a markup nit and a misplaced full stop in previous.tjr2004-07-031-2/+2
* Document missing multibyte character support in utilities specifiedtjr2004-07-031-1/+6
* Deal with double whitespace.ru2004-07-031-4/+4
* Mechanically kill hard sentence breaks.ru2004-07-021-7/+14
* s/latter/former/das2004-06-051-1/+1
* - Document the %a, %A, and %F format specifiers.das2004-06-051-3/+31
* Enable support for the %a, %A, and %F format specifiers.das2004-06-051-1/+4
* Make it possible for the %[eEfgG] formats to not result in an errorcperciva2004-03-071-1/+1
* ANSIify function definitions.dwmalone2002-09-041-25/+14
* Kill excessive whitespace between macro arguments.keramida2002-07-151-5/+5
OpenPOWER on IntegriCloud