summaryrefslogtreecommitdiff
path: root/usr.bin/printf
AgeCommit message (Collapse)Author
2004-05-31zap unused variables, ok beck@Pedro Martelletto
2003-06-23Don't not use getopt() in printf(1) since it causes formats beginningTodd C. Miller
with a '-' to be interpreted as flags. Noticed by Alan Barrett. There is really no reason for this to be a builtin in csh...
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-03-30snprintfTheo de Raadt
2003-03-18small typos;Jason McIntyre
ok miod@
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
they're really needed.
2000-12-22repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)Theo de Raadt
2000-10-19Put the fmt strings CAVEATS section into userland printf(1) man page, too;Aaron Campbell
it applies here as well.
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-06Add HISTORY sections; from FreeBSD.Aaron Campbell
2000-01-22Add a couple of useful examples.Aaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-11-30cleanup; also note that ``0'' flag is ignored when used with a precisionAaron Campbell
specifier and any of the d, i, o, u, or x (X) formats, as per gcc warnings
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-08-25doc \e in printfTheo de Raadt
1998-06-12there is no %w formatDavid Leonard
1997-01-17r?index -> strr?chrTodd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt