aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly match the format flags and their descriptions.Mike Pritchard1996-04-091-1/+1
* Move out some of the shell builtin bogosity from printf's source toJoerg Wunsch1995-12-101-14/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Make the syntax checks for the format string more strict. The stringJoerg Wunsch1995-05-071-12/+19
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+687