| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r331936, r331942, r331943, r331945, r331947, r331948 | cy | 2018-04-18 | 1 | -0/+8 |
* | Revert r330897: | eadler | 2018-03-29 | 1 | -2/+0 |
* | Partial merge of the SPDX changes | eadler | 2018-03-14 | 1 | -0/+2 |
* | MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955 | vangyzen | 2017-06-01 | 1 | -0/+3 |
* | MFC r312934: | pfg | 2017-03-14 | 1 | -8/+12 |
* | MFC r306568, r306569 | vangyzen | 2016-10-08 | 1 | -2/+2 |
* | stdio.h: Fix function-type typedef style and use _types.h __ssize_t | cem | 2016-05-12 | 1 | -4/+4 |
* | Pollute more places with off64_t and add __off64_t | cem | 2016-05-12 | 1 | -1/+1 |
* | libc: Add fopencookie(3) wrapper around funopen(3) | cem | 2016-05-11 | 1 | -0/+17 |
* | Add _flags2 per jhb@ suggestion since no room left in _flags. | ache | 2015-10-28 | 1 | -0/+3 |
* | Add fdclose(3) function. | oshogbo | 2015-07-04 | 1 | -0/+1 |
* | Correct and clarify comment for __SMBF. | bdrewery | 2015-02-11 | 1 | -1/+1 |
* | include: Don't expose L_cuserid in strict C standard compliance mode. | jilles | 2014-05-11 | 1 | -1/+1 |
* | include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE | jilles | 2014-05-11 | 1 | -4/+4 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | jhb | 2013-02-27 | 1 | -0/+1 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | gahr | 2013-01-30 | 1 | -0/+1 |
* | Correctly expose xlocale functions if people include the headers in the wrong | theraven | 2012-03-28 | 1 | -0/+3 |
* | In POSIX.1-2008: | delphij | 2011-12-28 | 1 | -1/+1 |
* | Restore __is_threaded in C++ mode. Some Google stuff needs it apparently. | theraven | 2011-12-25 | 1 | -1/+3 |
* | Replace __const by const in all non-contributed source code. | ed | 2011-12-13 | 1 | -2/+2 |
* | The spec says that FILE must be defined in wchar.h, but it wasn't. It | theraven | 2011-11-13 | 1 | -3/+8 |
* | Remove stale reference to UT_NAMESIZE from <stdio.h>. | ed | 2010-08-06 | 1 | -2/+1 |
* | 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 |