summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2010-01-11Use a proper char */size_t pair in __sfileext to keep track of the linejoerg
2009-12-17PR/42466: Yasuoka Masahiko: vsnprintf_ss() causes infinite loopchristos
2009-12-14Whitespace nit.wiz
2009-12-14whoops, bump date for previous.dholland
2009-12-14Document %ll. Closes PR 42283.dholland
2009-12-09Fix markup.joerg
2009-12-07Test against SSIZE_MAX as pointed out by enami tsugutomo.roy
2009-12-02Pass lint.roy
2009-12-02Reinstate __getdelim which does no locking.roy
2009-12-02Protect getline.roy
2009-12-01Make HTML-ready, use standard section headers, fix Xr.wiz
2009-12-01Protect getdelim when used internally.roy
2009-12-01Remove __getdelim and just use getdelim.roy
2009-11-30Note that callers should use feof(3) or ferror(3) to distinguish betweenroy
2009-11-30Note that EOF returns -1 when no characters are read.roy
2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos
2009-10-25Lint is differentially far too picky...dsl
2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl
2009-10-24Check for EOF before erroring fgets() with length <= 0.dsl
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-10-15Reverse previous, committed by mistake.dsl
2009-10-15Handle errors from getdelim better.roy
2009-10-14Change a while () {} into a do {} while() so that fgets(buf, 1, file)dsl
2009-10-14Store 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-25Note some restrictions for getdelim arguments noted by joerg.wiz
2009-08-05If the current locale doesn't define the 'thousands' grouping infodsl
2009-07-14Allow a buffer of SSIZE_MAX + 1 as the returned bytes do not include the NULL.roy
2009-07-14pass lintchristos
2009-07-13Fix typo added in previous.wiz
2009-07-13The character is NUL, the pointer is NULL.wiz
2009-07-13Add implementations for getdelim(3) and getline(3).roy
2009-04-09No .br after .Sh.joerg
2009-03-15Fix markup.joerg
2009-02-21fix sign comparison warning in debug build.christos
2009-02-20printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386roy
2009-02-11Fix sign-compare issues.lukem
2009-02-05sign-compare fixlukem
2009-01-31sign-compare fixlukem
2009-01-31sign-compare fixlukem
2009-01-30sign-compare fixlukem
2009-01-11merge christos-time_tchristos
2009-01-051. reworking PR lib/40317:tnozaki
2008-12-19PR/9359: Chris Demetriou: Document fread/fwrite mixing behavior.christos
2008-12-16fix return values for snprintf and vsnprintf.christos
2008-12-11Sort sections, sort SEE ALSO, remove trailing whitespace.wiz
2008-12-11move a description of return values into the RETURN VALUES section.yamt
2008-11-16PR/39347: floating and long double conversions were ifdef'ed out becausechristos
2008-11-16Nobody tested this? Initialize wcio for wide char i/o.christos
2008-10-20The tools/compat versions of mkstemp() and mkdtemp() need to call theapb