| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Berkeley clause 3's. | imp | 2010-02-16 | 1 | -5/+1 |
* | Merge fmtcheck() prototype change. | delphij | 2009-06-23 | 1 | -1/+1 |
* | Make programs that define a macro called `dprintf' more likely to work. | das | 2009-03-25 | 1 | -1/+1 |
* | Namespace: dprintf() and getline() are in P1003.1-2008. | das | 2009-03-14 | 1 | -2/+2 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | das | 2009-03-04 | 1 | -4/+20 |
* | Add renameat to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -1/+1 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 1 | -0/+39 |
* | Tag FILE's _bf as being part of the public ABI as well due to the in-tree | jhb | 2008-05-07 | 1 | -1/+1 |
* | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | jhb | 2008-05-05 | 1 | -6/+0 |
* | Note that FILE's __cookie is also part of the public ABI. | jhb | 2008-05-05 | 1 | -1/+1 |
* | Expose FILE's internals to the world again in all their glory. Restore | jhb | 2008-05-05 | 1 | -4/+172 |
* | Unbreak build: gnu sort has been configured to grope inside struct | marcel | 2008-05-03 | 1 | -0/+3 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | marcel | 2008-05-03 | 1 | -0/+3 |
* | Axe now-empty __BSD_VISIBLE block that held renameat(). | jhb | 2008-05-02 | 1 | -2/+0 |
* | - Move declaration of renameat() to the existing section of BSD_VISIBLE | jhb | 2008-05-02 | 1 | -6/+6 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | jhb | 2008-05-02 | 1 | -172/+4 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -4/+7 |
* | Specifically mark the members of 'FILE' that are accessed via inline | jhb | 2008-04-17 | 1 | -6/+10 |
* | Add the libc glue and headers definitions for the *at() syscalls. | kib | 2008-03-31 | 1 | -0/+3 |
* | Allow an application to define FOPEN_MAX (like we allow for OPEN_MAX | jb | 2008-03-26 | 1 | -0/+2 |
* | - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here. | pjd | 2007-04-07 | 1 | -6/+0 |
* | Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in | pjd | 2007-04-05 | 1 | -0/+6 |
* | Add a prototype for fcloseall(). | deischen | 2006-04-22 | 1 | -0/+1 |
* | Analogous to __printflike and __scanflike, add the macro __format_arg which | stefanf | 2006-01-26 | 1 | -6/+1 |
* | Remove outdated comments. | tjr | 2004-06-20 | 1 | -3/+1 |
* | Bring back the macro versions of getwc(), getwchar(), putwc() and | tjr | 2004-05-27 | 1 | -0/+3 |
* | Parenthesize function names in masking macros for getc() etc. for the | tjr | 2004-03-20 | 1 | -6/+6 |
* | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | tjr | 2004-03-17 | 1 | -0/+16 |
* | Change the definition of NULL on ia64 (for LP64 compilations) from | marcel | 2003-12-07 | 1 | -4/+1 |
* | Add prototypes for the non-standard _unlocked functions. | tjr | 2003-01-13 | 1 | -0/+6 |
* | Use a weak reference instead of a macro to make vfscanf an alias | tjr | 2002-10-14 | 1 | -11/+2 |
* | Add restrict type-qualifier. | mike | 2002-10-12 | 1 | -16/+12 |
* | Zap the early-adopter transition aid before we get into serious | peter | 2002-10-11 | 1 | -8/+0 |
* | o Move location of the fpos_t typedef to be closer to other typedefs. | mike | 2002-10-06 | 1 | -14/+33 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -10/+10 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -20/+20 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 1 | -6/+9 |
* | - Introduce the 'restrict' qualifier to function prototypes and | robert | 2002-08-15 | 1 | -4/+4 |
* | - Add the 'restrict' qualifier to the function definitions and | robert | 2002-08-14 | 1 | -2/+2 |
* | Clean up some of the rather strange structure and ordering of this | wollman | 2002-07-15 | 1 | -52/+67 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -80/+80 |
* | An extra #ifdef crept in with rev 1.38. | obrien | 2001-12-05 | 1 | -1/+0 |
* | Turn back on fmtcheck's attribute checks, guarded for non-GCC compilers. | obrien | 2001-12-04 | 1 | -1/+7 |
* | Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype. | obrien | 2001-12-04 | 1 | -2/+1 |
* | Now that the compat4x libc.so.4 binary has been updated, we can finally | peter | 2001-09-20 | 1 | -1/+1 |
* | Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( | peter | 2001-08-13 | 1 | -0/+10 |
* | Style(9) fixes: | obrien | 2001-04-22 | 1 | -4/+4 |
* | I think this was supposed to be __const like in NetBSD: I have no idea | kris | 2001-04-17 | 1 | -1/+1 |
* | Add fmtcheck(), a function for checking consistency of format string | kris | 2001-04-17 | 1 | -0/+2 |
* | Hide the definition of struct __sFILEX and add the needed | deischen | 2001-03-01 | 1 | -6/+1 |