summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2018-02-22Remove extra "an"pgoyette
2018-02-20Markup "stdin".uwe
2018-02-20Make the list of STDBUF values and the list of mode values congruentuwe
2018-02-20Use semantic markup.uwe
2018-02-20Remove ineffective macros and arguments.wiz
2018-02-20Improve the setbuf(3) man-pagekamil
2018-02-04fixes for GCC 6:mrg
2018-01-17Revert to commits as they broke few rump testskamil
2018-01-05Include namespace.h in a few of libc source fileskamil
2017-12-31Fix plurals.dholland
2017-11-09Add O_REGULAR to enforce opening of only regular fileschristos
2017-11-04Be more consistent with how we refer to fopen() - pointed out by wiz@kre
2017-11-04Some (mostly minor) wording improvements (IMO)kre
2017-11-04Fix xref. Remove Tn.wiz
2017-11-04Avoid losing a fd (ie: close it) in the (ever so likely) case that thekre
2017-11-04Implement nofollow (l) for fopen(3).christos
2017-10-25Remove comma after last Nm entryabhinav
2017-07-30Bump date for previous.wiz
2017-07-30According to POSIX return value of fputs(3) should be a non-netagive value if...cheusov
2017-07-11A more correct fix for PR standards/52282.perseant
2017-07-10Do not use thousands grouping when none is specified by the locale.perseant
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-06-08Don't use "NULL" to talk about null-terminated strings.uwe
2017-02-22Add reference to flockfile(3) in SEE ALSO section.abhinav
2017-02-22Fix a sentence.abhinav
2017-02-21Insert comma between two Nm entries.abhinav
2017-01-12undo SSP damage from -Wsystem-headerschristos
2017-01-10include <sys/stat.h>christos
2017-01-10add linted commentchristos
2017-01-10Need <sys/stat.h>christos
2017-01-01Fix sentences at a couple of places.abhinav
2016-12-29Mention stdarg.h for va_list.wiz
2016-10-23PR/51572: calling funopen on each printw call is a tad excessive, but thischristos
2016-08-27Improvements to fgetwln(3) from Andrey Chernov:christos
2016-08-22missing _christos
2016-08-22From OpenBSD:christos
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