summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
Commit message (Expand)AuthorAgeFilesLines
* ANSIify function definitions.dwmalone2002-09-041-25/+14
* Kill excessive whitespace between macro arguments.keramida2002-07-151-5/+5
* Fix duplicate % in %b format introduced in rev 1.22.tjr2002-06-191-5/+6
* Let printf(1) tell the difference between zero width/precision andtjr2002-06-191-7/+9
* Allow format strings containing "%%" to be reused.tjr2002-06-191-2/+2
* Allow `%' to be written out with an octal escape (\45 or \045).tjr2002-06-191-1/+5
* Typo: characer -> characterkeramida2002-05-311-1/+1
* mdoc(7) police: lint.ru2002-05-301-10/+8
* Handle numbers larger than QUAD_MAX for unsigned conversions correctly.tjr2002-04-251-50/+96
* - printf shouldn't bail out if a conversion fails, it should just keepjmallett2002-04-232-42/+93
* Use `The .Nm utility'charnier2002-04-201-2/+3
* remove __Pimp2002-03-221-9/+9
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Replace reference to ANSI C draft with standard.ru2002-01-161-4/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+1
* Warns cleanups.dwmalone2001-12-032-5/+7
* The RETURN VALUES section is not appropriate for section 1 manualdd2001-11-231-3/+2
* Remove the printf builtin command from sh(1), which command is notknu2001-11-201-10/+0
* Remove whitespace at EOL.dd2001-07-151-3/+3
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
* mdoc(7) police: mark LC_NUMERIC with .Dv.ru2001-02-101-1/+2
* Localize it (LC_NUMERIC)ache2001-02-102-0/+10
* Fix printf(1) for cases where a long string with no format specifiers isben2000-12-211-4/+16
* Prepare for mdoc(7)NG.ru2000-12-191-2/+5
* When we have both a rcsid and sccsid, ifdef 0 the sccsid. Thisimp2000-09-041-0/+2
* Revert to 1.8. I misread the sentence and its context.chris2000-07-211-2/+1
* Properly document %.0f behavior.chris2000-07-211-1/+2
* Extend to deal with 64 bit numeric arguments.se2000-07-101-14/+17
* Remove redundat extern declarationcracauer2000-04-201-1/+2
* Document truncation of strings when a NUL character is reached in a formatchris2000-01-191-0/+6
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-141-2/+2
* Improve shell documentation:sheldonh1999-09-081-1/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Fixed warnx format errors in printf and csh, and snprintf format errorsbde1998-12-071-7/+11
* Back out revision 1.10. It broke the build of sh, which compilesjdp1997-11-181-4/+5
* Fix: too many arguments for format string in 4 calls to warnx().jdp1997-11-181-5/+4
* #include <unistd.h> for getopt(3) call.steve1997-08-071-0/+1
* Correct Synopsys section.charnier1997-08-041-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* -Wall cleaning.steve1996-12-141-2/+2
* Remove annoying -Wall warning.steve1996-10-061-1/+1
* When used as a shell builtin, this program decoded a subset of argumentspeter1996-10-011-4/+9
* Correctly match the format flags and their descriptions.mpp1996-04-091-1/+1
* Move out some of the shell builtin bogosity from printf's source tojoerg1995-12-101-14/+1
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Make the syntax checks for the format string more strict. The stringjoerg1995-05-071-12/+19
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+687
OpenPOWER on IntegriCloud