aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf
Commit message (Expand)AuthorAgeFilesLines
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+6
* Deal with double whitespace.Ruslan Ermilov2004-07-031-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-7/+14
* s/latter/former/David Schultz2004-06-051-1/+1
* - Document the %a, %A, and %F format specifiers.David Schultz2004-06-051-3/+31
* Enable support for the %a, %A, and %F format specifiers.David Schultz2004-06-051-1/+4
* Make it possible for the %[eEfgG] formats to not result in an errorColin Percival2004-03-071-1/+1
* ANSIify function definitions.David Malone2002-09-041-25/+14
* Kill excessive whitespace between macro arguments.Giorgos Keramidas2002-07-151-5/+5
* Fix duplicate % in %b format introduced in rev 1.22.Tim J. Robbins2002-06-191-5/+6
* Let printf(1) tell the difference between zero width/precision andTim J. Robbins2002-06-191-7/+9
* Allow format strings containing "%%" to be reused.Tim J. Robbins2002-06-191-2/+2
* Allow `%' to be written out with an octal escape (\45 or \045).Tim J. Robbins2002-06-191-1/+5
* Typo: characer -> characterGiorgos Keramidas2002-05-311-1/+1
* mdoc(7) police: lint.Ruslan Ermilov2002-05-301-10/+8
* Handle numbers larger than QUAD_MAX for unsigned conversions correctly.Tim J. Robbins2002-04-251-50/+96
* - printf shouldn't bail out if a conversion fails, it should just keepJuli Mallett2002-04-232-42/+93
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* remove __PWarner Losh2002-03-221-9/+9
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Replace reference to ANSI C draft with standard.Ruslan Ermilov2002-01-161-4/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
* Warns cleanups.David Malone2001-12-032-5/+7
* The RETURN VALUES section is not appropriate for section 1 manualDima Dorfman2001-11-231-3/+2
* Remove the printf builtin command from sh(1), which command is notAkinori MUSHA2001-11-201-10/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
* mdoc(7) police: mark LC_NUMERIC with .Dv.Ruslan Ermilov2001-02-101-1/+2
* Localize it (LC_NUMERIC)Andrey A. Chernov2001-02-102-0/+10
* Fix printf(1) for cases where a long string with no format specifiers isBen Smithurst2000-12-211-4/+16
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+5
* When we have both a rcsid and sccsid, ifdef 0 the sccsid. ThisWarner Losh2000-09-041-0/+2
* Revert to 1.8. I misread the sentence and its context.Chris Costello2000-07-211-2/+1
* Properly document %.0f behavior.Chris Costello2000-07-211-1/+2
* Extend to deal with 64 bit numeric arguments.Stefan Eßer2000-07-101-14/+17
* Remove redundat extern declarationMartin Cracauer2000-04-201-1/+2
* Document truncation of strings when a NUL character is reached in a formatChris Costello2000-01-191-0/+6
* Correct some hard sentence breaks. Only those surrounding the previousSheldon Hearn1999-09-141-2/+2
* Improve shell documentation:Sheldon Hearn1999-09-081-1/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Fixed warnx format errors in printf and csh, and snprintf format errorsBruce Evans1998-12-071-7/+11
* Back out revision 1.10. It broke the build of sh, which compilesJohn Polstra1997-11-181-4/+5
* Fix: too many arguments for format string in 4 calls to warnx().John Polstra1997-11-181-5/+4
* #include <unistd.h> for getopt(3) call.Steve Price1997-08-071-0/+1
* Correct Synopsys section.Philippe Charnier1997-08-041-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* -Wall cleaning.Steve Price1996-12-141-2/+2
* Remove annoying -Wall warning.Steve Price1996-10-061-1/+1
* When used as a shell builtin, this program decoded a subset of argumentsPeter Wemm1996-10-011-4/+9