summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.3
Commit message (Expand)AuthorAgeFilesLines
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti2014-06-021-0/+9
* mdoc: Remove EOL whitespace.Joel Dahl2013-02-091-1/+1
* - Remove underscores from the internal structure name, as it doesn't collidePietro Cerutti2013-01-311-5/+14
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti2013-01-301-5/+38
* libc: Allow setting close-on-exec in fopen/freopen/fdopen.Jilles Tjoelker2012-11-301-1/+18
* fopen(3): Mention that the "x" mode option is from C11.Jilles Tjoelker2012-11-011-1/+5
* Add support for the 'x' mode option in fopen() as specified in the C1XDavid Schultz2011-10-211-47/+39
* mdoc: fix parenthesisUlrich Spörlein2010-05-111-2/+2
* Make the description of `b' a little better.Ed Schouten2009-09-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* The correct description for mode "w" isDag-Erling Smørgrav2005-05-041-1/+1
* Initial implementation of the C99 feature whereby calling freopen() withTim J. Robbins2003-01-261-1/+36
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-3/+3
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-041-3/+2
* Add restrict type-qualifier.Mike Barcroft2002-10-121-1/+1
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-11-201-2/+2
* Cross-reference the fdopen and fileno manpages.Murray Stokely2001-11-141-1/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-2/+2
* Better documentation of append mode. This should have gone in -currentEivind Eklund2000-09-221-0/+8
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-061-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Add a note that when a stream opened via fdopen() is closed via fclose(),Archie Cobbs1999-05-171-0/+4
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-3/+3
* The w+ entry description was misformatted.Mike Pritchard1997-03-271-1/+1
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+237