| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -71/+71 |
* | mdoc: use macro for +- that is understood by mdocml | uqs | 2010-05-11 | 1 | -2/+2 |
* | I feel this wording of the history is more clear. | obrien | 2010-04-05 | 1 | -3/+3 |
* | %U was macroized in mdoc(7), escape. | ru | 2010-02-16 | 1 | -1/+1 |
* | Fix the dprintf() prototype. | brueffer | 2009-12-02 | 1 | -2/+2 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | das | 2009-03-04 | 1 | -27/+76 |
* | Update the manpage to reflect r145172. | das | 2009-01-28 | 1 | -2/+1 |
* | Updates for changes in the way printf() handles hex floating point | das | 2008-04-12 | 1 | -4/+5 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Remove references to nonexistent "FreeBSD Security Architecture" document. | tjr | 2005-09-05 | 1 | -5/+0 |
* | Document that the length modifier l is ignored for floating point | stefanf | 2004-10-16 | 1 | -1/+3 |
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 1 | -4/+3 |
* | Bring the *printf(3) documentation up to date with the code: | das | 2004-01-19 | 1 | -37/+24 |
* | Note that the printf(3) and scanf(3) family of functions don't deal with | tjr | 2003-01-06 | 1 | -1/+7 |
* | Document the fact that the printf() family of functions return negative | tjr | 2002-12-20 | 1 | -2/+14 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 1 | -4/+12 |
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 1 | -1/+1 |
* | Cross-reference fmtcheck(3). | tjr | 2002-10-20 | 1 | -0/+1 |
* | Indent code example with one tab, not two, for consistency with the rest. | tjr | 2002-10-19 | 1 | -8/+8 |
* | Add cross-references between wide character and single-byte character | tjr | 2002-09-24 | 1 | -1/+2 |
* | Implement the %ls and %lc conversions for printing wide character strings | tjr | 2002-09-19 | 1 | -8/+0 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -8/+8 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 1 | -4/+4 |
* | - Introduce the 'restrict' qualifier to function prototypes and | robert | 2002-08-15 | 1 | -4/+4 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -3/+3 |
* | mdoc(7) police: punctuation. | ru | 2002-08-09 | 1 | -1/+1 |
* | Don't claim to fully implement C99 in the STANDARDS section and then disclaim | wollman | 2002-07-15 | 1 | -2/+4 |
* | Fix style and wording bugs introduced in my last commit. | chris | 2002-06-18 | 1 | -11/+9 |
* | o Move more information from BUGS into SECURITY CONSIDERATIONS and | chris | 2002-06-15 | 1 | -50/+56 |
* | Include information on the dangers of passing a user-supplied string as | chris | 2002-06-13 | 1 | -0/+21 |
* | mdoc(7) police: | ru | 2002-01-09 | 1 | -1/+2 |
* | Add new "SECURITY CONSIDERATIONS" sections. | chris | 2002-01-06 | 1 | -0/+16 |
* | mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34. | ru | 2001-12-12 | 1 | -57/+67 |
* | Remove blank line. | fenner | 2001-12-07 | 1 | -1/+0 |
* | Implement several of the c99 updates to printf(3): | fenner | 2001-11-30 | 1 | -96/+225 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
* | mdoc(7) police: fixed/simplified formatting. | ru | 2001-07-04 | 1 | -130/+81 |
* | Add description for the 'll' modifier for long long. In essence a copy | schweikh | 2001-06-13 | 1 | -4/+24 |
* | Back out my changes describing how snprintf nul terminates. It | imp | 2001-06-05 | 1 | -9/+11 |
* | Minor improvements: | imp | 2001-06-05 | 1 | -15/+29 |
* | Correct the documentation for snprintf() and vsprintf() which actually | gshapiro | 2001-05-30 | 1 | -1/+12 |
* | Add warnings about trusting user-supplied data. | eric | 2001-05-25 | 1 | -0/+14 |
* | mdoc(7) police: fix markup. | ru | 2001-04-18 | 1 | -2/+6 |
* | .St -ansiC -> .St -isoC | ru | 2001-02-26 | 1 | -1/+1 |
* | mdoc(7) police: mark LC_NUMERIC with .Dv. | ru | 2001-02-10 | 1 | -1/+2 |
* | Note that decimal point taken from locale (SUSv2) | ache | 2001-02-10 | 1 | -0/+3 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
* | Make it a bit clearer that asprintf doesn't actually "return" a pointer in | ben | 2001-01-01 | 1 | -4/+3 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+1 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |