summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Add prototypes for the non-standard _unlocked functions.tjr2003-01-131-0/+6
* Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-141-11/+2
* Add restrict type-qualifier.mike2002-10-121-16/+12
* Zap the early-adopter transition aid before we get into seriouspeter2002-10-111-8/+0
* o Move location of the fpos_t typedef to be closer to other typedefs.mike2002-10-061-14/+33
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-10/+10
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-20/+20
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'robert2002-08-151-6/+9
* - Introduce the 'restrict' qualifier to function prototypes androbert2002-08-151-4/+4
* - Add the 'restrict' qualifier to the function definitions androbert2002-08-141-2/+2
* Clean up some of the rather strange structure and ordering of thiswollman2002-07-151-52/+67
* Breath deep and take __P out of the system include files.imp2002-03-231-80/+80
* An extra #ifdef crept in with rev 1.38.obrien2001-12-051-1/+0
* Turn back on fmtcheck's attribute checks, guarded for non-GCC compilers.obrien2001-12-041-1/+7
* Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.obrien2001-12-041-2/+1
* Now that the compat4x libc.so.4 binary has been updated, we can finallypeter2001-09-201-1/+1
* Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(peter2001-08-131-0/+10
* Style(9) fixes:obrien2001-04-221-4/+4
* I think this was supposed to be __const like in NetBSD: I have no ideakris2001-04-171-1/+1
* Add fmtcheck(), a function for checking consistency of format stringkris2001-04-171-0/+2
* Hide the definition of struct __sFILEX and add the neededdeischen2001-03-011-6/+1
* Fix the current libc breakage in current:imp2001-02-161-8/+11
* Commit a libc fix going by the current state of the version numberingpeter2001-02-141-4/+6
* It sounded like a good idea at the time. The previous change breakspeter2001-02-121-6/+3
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-121-3/+6
* libc MT-safety, part 2.deischen2001-02-111-0/+4
* Add a lock to DIR to make telldir and friends MT-safe.deischen2001-01-241-54/+4
* Fixed missing declaration of ctermid_r(3).bde1999-12-231-0/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Added functions fseeko() and ftello() (from susv2).dt1999-02-081-1/+3
* Make this protototype of mmap return void *, like two other copies.dt1998-12-141-2/+2
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.bde1998-07-131-7/+10
* New flag for internal stdio use to enable dynamic string allocation forpeter1998-07-081-1/+2
* Complete the switch to using gcc-2.4 features to declare fpos_t ,bde1998-06-141-18/+1
* I have a long list of issues to address here, mostly related tojb1998-05-051-6/+4
* Format changes in an attempt to address some of Bruce's commentsjb1998-04-121-18/+26
* Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case,jb1998-04-111-9/+59
* Added missing caddr_t --> void * conversions for sys/mman.h functions.alex1998-01-011-2/+2
* Removed nonstandard #include of <sys/types.h>.bde1997-04-131-8/+29
* Merge Lite2 changespeter1997-03-111-2/+2
* increase L_cuserid because UT_NAMESIZE increasedache1997-03-021-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* improve comments for UT_NAMESIZEwosch1996-10-271-2/+5
* remove zopen, zopen is not part of libc.wosch1996-07-021-1/+0
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arepeter1996-05-271-0/+2
* Fix incorrect parameter types for ftell and fgets.paul1996-03-241-2/+2
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-301-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* make sys_nerr __const.phk1995-03-041-1/+1
OpenPOWER on IntegriCloud