summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2010-05-14Fix trailing whitespacejoerg
2010-05-14Fix markupjoerg
2010-05-13Use plain references and don't depend on multiple expansion runs.joerg
2010-05-13Mask %U, it is a macro nowadays.joerg
2010-05-13Remove the note about the standard recommending fgets(3);jruoho
2010-05-08Wording.wiz
2010-05-06Note that EBADF is optional for fileno() in POSIX.jruoho
2010-05-06Put the historical note to its own section. Note that also the otherjruoho
2010-05-06Note POSIX compliance.jruoho
2010-05-06Correct the discussion about return values: fileno() may fail and return -1.jruoho
2010-05-05Upon lukem@'s request, put the list of functions back.jruoho
2010-05-04Remove the list of functions.jruoho
2010-04-30Wording.wiz
2010-04-30Put SECURITY CONSIDERATIONS as the last section.jruoho
2010-04-30Fix the mess in the sections; someone went to sleep in the middle of ajruoho
2010-04-30They've finally made gets(3) obsolete (in POSIX, at least).jruoho
2010-04-30Add HISTORY.jruoho
2010-04-30Also tmpnam(3) and tempnam(3) are now obsolete in POSIX.jruoho
2010-04-29Improve a sentence.wiz
2010-04-29Add some STANDARDS lingo, mainly to note the functions that have beenjruoho
2010-04-05Fix escape sequencesjoerg
2010-04-05\\ -> \ejoerg
2010-03-22Use .In for header files instead of .Ar Pa and variations.joerg
2010-03-22Break the (too) big lead paragraph into three smaller ones.jruoho
2010-03-21Bump date for previous.jruoho
2010-03-21Note inttypes(3) also here.jruoho
2010-03-21Mention the recommended usage of inttypes(3) when applicable.jruoho
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