summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/findfp.c
Commit message (Expand)AuthorAgeFilesLines
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-111-2/+3
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-051-1/+1
* Use C99-style initializers. No functional change.das2009-03-011-4/+9
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-45/+11
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Remove alpha left-overs.ru2006-08-221-1/+1
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-221-5/+1
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsimp2002-11-141-3/+6
* Restore Peter's version of static __sF. There's too much pain for itimp2002-11-101-1/+4
* Backout "compatibility hack" for __sF.alfred2002-11-041-5/+1
* Provide a hook to make __sF visible outside of libc for commercial appsalfred2002-11-021-1/+5
* Make __sF static. This can not be allowed to exist in 5.x.alfred2002-10-311-1/+1
* Give in on the __sF stuff. I have a better fix in mind that is futurepeter2002-10-191-1/+1
* Zap the early-adopter transition aid before we get into seriouspeter2002-10-111-4/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+6
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove __P() usage.obrien2002-03-211-1/+1
* Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(peter2001-08-131-15/+6
* Avoid any chance of being misunderstood as having libelled developerssheldonh2001-07-291-1/+1
* Place some hooks (__stdin, __stdout, __stderr) into libc for a futurepeter2001-02-201-0/+23
* Extra needs to be initialized for our usual pool of FILEs. This wasimp2001-02-161-3/+14
* Fix the current libc breakage in current:imp2001-02-161-14/+25
* Commit a libc fix going by the current state of the version numberingpeter2001-02-141-9/+10
* It sounded like a good idea at the time. The previous change breakspeter2001-02-121-4/+0
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-121-0/+4
* libc MT-safety, part 2.deischen2001-02-111-3/+3
* Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.sobomax2001-02-071-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-17/+40
* Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().dt1999-11-201-0/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-0/+6
* Minor cleanup, #include's and unused vars.phk1995-10-221-0/+4
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+165
OpenPOWER on IntegriCloud