summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/freopen.c
Commit message (Expand)AuthorAgeFilesLines
* When reopening a stream backed by an open file descriptor, do not closejhb2010-12-091-12/+9
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-2/+2
* Add <limits.h> for SHRT_MAX.jhb2008-02-271-0/+1
* File descriptors are an int, but our stdio FILE object uses a short to holdjhb2008-02-271-0/+14
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* file == NULL:ache2006-10-161-9/+14
* Honor errno obtained from __sflagsache2006-10-161-1/+3
* Back out ftruncate error handling. There can some file tipesache2006-10-161-9/+2
* Do real seekache2006-10-151-3/+11
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-221-0/+1
* Remove part of my stateful locale patch that slipped into the previous rev.tjr2003-01-261-3/+0
* Initial implementation of the C99 feature whereby calling freopen() withtjr2003-01-261-1/+58
* Reset the stream orientation to 0 (unoriented) in freopen(), as requiredtjr2003-01-031-0/+1
* Add restrict type-qualifier.mike2002-10-121-1/+2
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* libc MT-safety, part 2.deischen2001-02-111-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-2/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+3
* Add (FILE *) locking.dt1999-11-201-0/+9
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+155
OpenPOWER on IntegriCloud