| Age | Commit message (Expand) | Author |
| 2010-12-26 | vsnprintf_ss does NOT handle floating point formats | jnemeth |
| 2010-12-22 | Add punctuation. | wiz |
| 2010-12-22 | document vsnprintf_ss | christos |
| 2010-12-16 | Observe the following spelling: | wiz |
| 2010-12-08 | Don't redeclare __isthreaded. | joerg |
| 2010-11-19 | PR/44113: Nicolas Joly: printf(3) should ignore zero padding for nan/inf | christos |
| 2010-10-24 | Replace _FPOS_OVERFLOW() macro with a static inline function called | tron |
| 2010-10-23 | tell lint to shut up. | christos |
| 2010-10-22 | not that it can happen, but make the test more robust. | christos |
| 2010-10-22 | implement EOVERFLOW | christos |
| 2010-10-22 | Fix return value documentation. Add EOVERFLOW for ftell, but not for fseek. | christos |
| 2010-10-07 | The was is not an argument but simply a part of sentense. | enami |
| 2010-09-28 | Add missing period at the end of sentense. | enami |
| 2010-09-27 | validate flags/oflags from __sflag() befere call __sfp(). | tnozaki |
| 2010-09-27 | fix off-by-one, pointed out by enami-san, thanks! | tnozaki |
| 2010-09-25 | Change last commit to Use "ptrdiff_t" instead of "intptr_t" because the | tron |
| 2010-09-25 | Add explicit cast to fix lint error on 32bit platforms. | tron |
| 2010-09-25 | Remove trailing whitespace, merge error sections for same error, nits. | wiz |
| 2010-09-25 | Make groff happy. | uwe |
| 2010-09-24 | add man page as promised. | christos |
| 2010-09-24 | add fmemopen(3) derrived from POSIX:2008. | tnozaki |
| 2010-09-10 | apply an 11 years old fix from FreeBSD: | drochner |
| 2010-09-06 | I assume "POSIX 200805" is IEEE Std 1003.1-2008 (POSIX.1), so use | wiz |
| 2010-09-06 | add dprintf and vdprintf | christos |
| 2010-07-31 | initialize fake FILE, not fp. | tnozaki |
| 2010-07-31 | undo unrelated diff. | christos |
| 2010-07-31 | fix coredump vfwprintf(stderr) reported in current-user@ | tnozaki |
| 2010-06-30 | Use .Fn instead of .Fa for functions. Also rearrange slightly. | jruoho |
| 2010-05-14 | Fix trailing whitespace | joerg |
| 2010-05-14 | Fix markup | joerg |
| 2010-05-13 | Use plain references and don't depend on multiple expansion runs. | joerg |
| 2010-05-13 | Mask %U, it is a macro nowadays. | joerg |
| 2010-05-13 | Remove the note about the standard recommending fgets(3); | jruoho |
| 2010-05-08 | Wording. | wiz |
| 2010-05-06 | Note that EBADF is optional for fileno() in POSIX. | jruoho |
| 2010-05-06 | Put the historical note to its own section. Note that also the other | jruoho |
| 2010-05-06 | Note POSIX compliance. | jruoho |
| 2010-05-06 | Correct the discussion about return values: fileno() may fail and return -1. | jruoho |
| 2010-05-05 | Upon lukem@'s request, put the list of functions back. | jruoho |
| 2010-05-04 | Remove the list of functions. | jruoho |
| 2010-04-30 | Wording. | wiz |
| 2010-04-30 | Put SECURITY CONSIDERATIONS as the last section. | jruoho |
| 2010-04-30 | Fix the mess in the sections; someone went to sleep in the middle of a | jruoho |
| 2010-04-30 | They've finally made gets(3) obsolete (in POSIX, at least). | jruoho |
| 2010-04-30 | Add HISTORY. | jruoho |
| 2010-04-30 | Also tmpnam(3) and tempnam(3) are now obsolete in POSIX. | jruoho |
| 2010-04-29 | Improve a sentence. | wiz |
| 2010-04-29 | Add some STANDARDS lingo, mainly to note the functions that have been | jruoho |
| 2010-04-05 | Fix escape sequences | joerg |
| 2010-04-05 | \\ -> \e | joerg |