| Age | Commit message (Expand) | Author |
| 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 |
| 2009-10-14 | Store the allocated buffer against FILE, plugging a memory leak. | roy |
| 2009-09-24 | __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF. | roy |
| 2009-08-25 | Note some restrictions for getdelim arguments noted by joerg. | wiz |
| 2009-08-05 | If the current locale doesn't define the 'thousands' grouping info | dsl |
| 2009-07-14 | Allow a buffer of SSIZE_MAX + 1 as the returned bytes do not include the NULL. | roy |
| 2009-07-14 | pass lint | christos |
| 2009-07-13 | Fix typo added in previous. | wiz |
| 2009-07-13 | The character is NUL, the pointer is NULL. | wiz |
| 2009-07-13 | Add implementations for getdelim(3) and getline(3). | roy |
| 2009-04-09 | No .br after .Sh. | joerg |
| 2009-03-15 | Fix markup. | joerg |
| 2009-02-21 | fix sign comparison warning in debug build. | christos |
| 2009-02-20 | printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386 | roy |
| 2009-02-11 | Fix sign-compare issues. | lukem |
| 2009-02-05 | sign-compare fix | lukem |
| 2009-01-31 | sign-compare fix | lukem |
| 2009-01-31 | sign-compare fix | lukem |
| 2009-01-30 | sign-compare fix | lukem |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-05 | 1. reworking PR lib/40317: | tnozaki |
| 2008-12-19 | PR/9359: Chris Demetriou: Document fread/fwrite mixing behavior. | christos |
| 2008-12-16 | fix return values for snprintf and vsnprintf. | christos |
| 2008-12-11 | Sort sections, sort SEE ALSO, remove trailing whitespace. | wiz |
| 2008-12-11 | move a description of return values into the RETURN VALUES section. | yamt |
| 2008-11-16 | PR/39347: floating and long double conversions were ifdef'ed out because | christos |
| 2008-11-16 | Nobody tested this? Initialize wcio for wide char i/o. | christos |
| 2008-10-20 | The tools/compat versions of mkstemp() and mkdtemp() need to call the | apb |