summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2010-12-26vsnprintf_ss does NOT handle floating point formatsjnemeth
2010-12-22Add punctuation.wiz
2010-12-22document vsnprintf_sschristos
2010-12-16Observe the following spelling:wiz
2010-12-08Don't redeclare __isthreaded.joerg
2010-11-19PR/44113: Nicolas Joly: printf(3) should ignore zero padding for nan/infchristos
2010-10-24Replace _FPOS_OVERFLOW() macro with a static inline function calledtron
2010-10-23tell lint to shut up.christos
2010-10-22not that it can happen, but make the test more robust.christos
2010-10-22implement EOVERFLOWchristos
2010-10-22Fix return value documentation. Add EOVERFLOW for ftell, but not for fseek.christos
2010-10-07The was is not an argument but simply a part of sentense.enami
2010-09-28Add missing period at the end of sentense.enami
2010-09-27validate flags/oflags from __sflag() befere call __sfp().tnozaki
2010-09-27fix off-by-one, pointed out by enami-san, thanks!tnozaki
2010-09-25Change last commit to Use "ptrdiff_t" instead of "intptr_t" because thetron
2010-09-25Add explicit cast to fix lint error on 32bit platforms.tron
2010-09-25Remove trailing whitespace, merge error sections for same error, nits.wiz
2010-09-25Make groff happy.uwe
2010-09-24add man page as promised.christos
2010-09-24add fmemopen(3) derrived from POSIX:2008.tnozaki
2010-09-10apply an 11 years old fix from FreeBSD:drochner
2010-09-06I assume "POSIX 200805" is IEEE Std 1003.1-2008 (POSIX.1), so usewiz
2010-09-06add dprintf and vdprintfchristos
2010-07-31initialize fake FILE, not fp.tnozaki
2010-07-31undo unrelated diff.christos
2010-07-31fix coredump vfwprintf(stderr) reported in current-user@tnozaki
2010-06-30Use .Fn instead of .Fa for functions. Also rearrange slightly.jruoho
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