| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | libc: drop "All rights reserved" from Foundation copyrights | Ed Maste | 2022-08-04 | 1 | -1/+1 |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -0/+2 |
* | Make stdio deferred cancel-safe. | Konstantin Belousov | 2017-06-29 | 1 | -2/+2 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall | 2011-11-20 | 1 | -4/+17 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | John Baldwin | 2008-04-17 | 1 | -1/+1 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | Stefan Farfeleder | 2005-08-20 | 1 | -0/+1 |
* | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | Tim J. Robbins | 2004-07-20 | 1 | -1/+2 |
* | Associate a multibyte conversion state object with each stream. Reset it | Tim J. Robbins | 2004-05-22 | 1 | -5/+2 |
* | Prepare to handle trivial state-dependent encodings. Full support for | Tim J. Robbins | 2004-04-07 | 1 | -1/+4 |
* | Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed | Tim J. Robbins | 2003-11-04 | 1 | -3/+1 |
* | Set the error bit on the stream if an encoding error occurs. Improve | Tim J. Robbins | 2002-10-16 | 1 | -1/+3 |
* | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | Tim J. Robbins | 2002-09-22 | 1 | -9/+21 |
* | Lock and unlock the file once per call and use the unlocked version of | Tim J. Robbins | 2002-09-20 | 1 | -7/+11 |
* | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | Tim J. Robbins | 2002-09-18 | 1 | -2/+15 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | Tim J. Robbins | 2002-08-13 | 1 | -0/+46 |