summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge fmtcheck() prototype change.delphij2009-06-231-1/+1
* Make programs that define a macro called `dprintf' more likely to work.das2009-03-251-1/+1
* Namespace: dprintf() and getline() are in P1003.1-2008.das2009-03-141-2/+2
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-041-4/+20
* Add renameat to the POSIX.1-2008 namespace.das2009-03-041-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-281-0/+39
* Tag FILE's _bf as being part of the public ABI as well due to the in-treejhb2008-05-071-1/+1
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsjhb2008-05-051-6/+0
* Note that FILE's __cookie is also part of the public ABI.jhb2008-05-051-1/+1
* Expose FILE's internals to the world again in all their glory. Restorejhb2008-05-051-4/+172
* Unbreak build: gnu sort has been configured to grope inside structmarcel2008-05-031-0/+3
* Unbreak build: libftpio gropes inside struct __sFILE. Implementmarcel2008-05-031-0/+3
* Axe now-empty __BSD_VISIBLE block that held renameat().jhb2008-05-021-2/+0
* - Move declaration of renameat() to the existing section of BSD_VISIBLEjhb2008-05-021-6/+6
* Next round of stdio changes: Remove all inlining of stdio operations andjhb2008-05-021-172/+4
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-4/+7
* Specifically mark the members of 'FILE' that are accessed via inlinejhb2008-04-171-6/+10
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+3
* Allow an application to define FOPEN_MAX (like we allow for OPEN_MAXjb2008-03-261-0/+2
* - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.pjd2007-04-071-6/+0
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-051-0/+6
* Add a prototype for fcloseall().deischen2006-04-221-0/+1
* Analogous to __printflike and __scanflike, add the macro __format_arg whichstefanf2006-01-261-6/+1
* Remove outdated comments.tjr2004-06-201-3/+1
* Bring back the macro versions of getwc(), getwchar(), putwc() andtjr2004-05-271-0/+3
* Parenthesize function names in masking macros for getc() etc. for thetjr2004-03-201-6/+6
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),tjr2004-03-171-0/+16
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-4/+1
* 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
OpenPOWER on IntegriCloud