summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2016-04-06improve usagedholland
2015-12-29Add printf/scanf man pages from FreeBSDchristos
2015-11-19Remove duplicated 'i' from list of numeric formatspgoyette
2015-09-06add a bunch of functions found in <stdio.h> that weren't listed here.mrg
2015-09-06English grammar nit: there's only one function described in this man pagepgoyette
2015-09-06Improve the short description.dholland
2015-09-06SEE ALSO fmemopen(3)dholland
2015-09-06Mention fmemopen().dholland
2015-07-15Allow changing the default buffering policy for a stdio stream duringchristos
2015-02-11Use Pq to avoid space before O_EXCL.riastradh
2015-02-05add a couple of casts.christos
2014-11-16Don't try to extend the offset range on 32 bit machines by treating negativechristos
2014-10-26PR/49317: Henning Petersen: Fix prototypes inman page.christos
2014-10-19Add negative offset checks to fseekojustin
2014-10-13Fix whitespace in Xr. Remove sbuf(3) Xr, we do not have that.wiz
2014-10-13PR/49279: Justin Cormack: add open_memstreamchristos
2014-09-29Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAXchristos
2014-09-16Remove trailing whitespace.wiz
2014-09-16Rephrase the NOTE about embedded NUL characters, using "apparent length"apb
2014-09-15mention what happens if the line contains NUL's.christos
2014-09-15fix markup.christos
2014-09-15Fix documentation to reflect what happens when EOF is found before delimiter,christos
2014-06-19Fix incorrect example (what happens when len == 0?)christos
2014-06-19Add all functions to NAME section. End sentences with dots.wiz
2014-06-19Fix "shadows a global declaration" compile error.msaitoh
2014-06-18more man pages linkschristos
2014-06-18add mkostemp, mkostemps, mkstemps from FreeBSD.christos
2014-06-12gcc cannot always work out initialization herejustin
2014-01-21Handle case where a 0 length template string or a templateseanb
2014-01-20vfwprintf: fix error propagationyamt
2014-01-16"soon" is "now". Remove all __indr_reference crap.christos
2014-01-07Kill unneeded paragraph macro.njoly
2013-10-04avoid linker warning for compat symbols that are used internally in libc,christos
2013-09-23Make compile with -DNO_FLOATING_POINTpooka
2013-05-19don't cast mallocchristos
2013-05-19from kre: Don't fail if we are seeking on a pipe, clear the append bitchristos
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-05-04Grammar.wiz
2013-05-04_ss improvementschristos
2013-04-22PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolutechristos
2013-04-22Add new line at the end.joerg
2013-04-19Add scanf_l and wscanf_l families.joerg
2013-04-19Add explicit locale versions for the printf family. Replace asprintf,joerg
2013-01-20Mark up occurence of printf() in text with .Fnuwe
2013-01-20In newfmt() example one level of indentation is enough.uwe
2013-01-19Fix typo.uwe
2012-11-15Add 'x' to the mode bits to specify O_EXCL, like glibc.christos
2012-10-08Kill some extra spaces in function arguments.njoly
2012-07-02Sort description of flags.wiz
2012-06-09Consistently use major/minor for NetBSD version.njoly