| Age | Commit message (Expand) | Author |
| 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 |
| 2010-03-22 | Use .In for header files instead of .Ar Pa and variations. | joerg |
| 2010-03-22 | Break the (too) big lead paragraph into three smaller ones. | jruoho |
| 2010-03-21 | Bump date for previous. | jruoho |
| 2010-03-21 | Note inttypes(3) also here. | jruoho |
| 2010-03-21 | Mention the recommended usage of inttypes(3) when applicable. | jruoho |
| 2010-01-11 | Use a proper char */size_t pair in __sfileext to keep track of the line | joerg |
| 2009-12-17 | PR/42466: Yasuoka Masahiko: vsnprintf_ss() causes infinite loop | christos |
| 2009-12-14 | Whitespace nit. | wiz |
| 2009-12-14 | whoops, bump date for previous. | dholland |
| 2009-12-14 | Document %ll. Closes PR 42283. | dholland |
| 2009-12-09 | Fix markup. | joerg |
| 2009-12-07 | Test against SSIZE_MAX as pointed out by enami tsugutomo. | roy |
| 2009-12-02 | Pass lint. | roy |
| 2009-12-02 | Reinstate __getdelim which does no locking. | roy |
| 2009-12-02 | Protect getline. | roy |
| 2009-12-01 | Make HTML-ready, use standard section headers, fix Xr. | wiz |
| 2009-12-01 | Protect getdelim when used internally. | roy |
| 2009-12-01 | Remove __getdelim and just use getdelim. | roy |
| 2009-11-30 | Note that callers should use feof(3) or ferror(3) to distinguish between | roy |
| 2009-11-30 | Note that EOF returns -1 when no characters are read. | roy |
| 2009-10-25 | revert some of dsl's changes to make things build on i386; he can undo what | christos |
| 2009-10-25 | Lint is differentially far too picky... | dsl |
| 2009-10-24 | Remove a load of pointless casts - one that even lint doesn't bleat about. | dsl |
| 2009-10-24 | Check for EOF before erroring fgets() with length <= 0. | dsl |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-10-15 | Reverse previous, committed by mistake. | dsl |
| 2009-10-15 | Handle errors from getdelim better. | roy |
| 2009-10-14 | Change a while () {} into a do {} while() so that fgets(buf, 1, file) | dsl |