/gnu/usr.bin/groff/src/libs/libdriver/

id='cgit'>
summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.c
AgeCommit message (Expand)Author
2011-03-15support grouping format.christos
2009-10-13Avoid segv on "printf '%*********s' 666", from Maksymilian Arciemowiczchristos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-28detect more errors from printf/malloc.christos
2005-03-22Remember to consume input bytes when processing '\0nnn' for %b formatsdsl
2004-10-30- KNF, WARNS=3, pass lint.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-25Revert previous. 'None' means that the "Utility Syntax Guidlines" apply.dsl
2003-06-25Remove getopt() loop, IEEE 1003.1 doesn't say that printf(1) should conformdsl
2003-02-24Fix the output of NUL bytes within %b formats.dsl
2002-11-24Fixes from David Laight:christos
2002-06-14Complete declaration of progprintf() to fix build problem in csh(1).tron
2002-06-14Remove #ifdef __STDC__. De-__P() and ANSIfy. Fix a prototype mismatchwiz
2001-05-05Change to use {u,}intmax_t internally (was: (unsigned) long).kleink
1998-12-19brace pollution, and char -> unsigned charchristos
1998-10-14include unistdwsanchez
1998-02-03add <unistd.h> to fix compiler warningperry
1997-10-19s/index/strchrlukem
1997-10-18"merge" lite-2. our printf is already kinda different...minor changes only.mrg
1997-07-04Fix compiler warnings.christos
1997-01-14lint and KNF changes. (mostly casting returns to void to quiet lint.)cgd
1997-01-09RCS ID policetls