| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -2/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -0/+2 |
| * | MFC r320472,r320508,r320509: | Konstantin Belousov | 2017-07-13 | 1 | -6/+8 |
| * | MFC r305406,r305409,r305412 | Andrey A. Chernov | 2016-09-08 | 1 | -9/+25 |
| * | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall | 2011-11-20 | 1 | -3/+15 |
| * | Eliminate more dead stores. | Garrett Wollman | 2009-11-25 | 1 | -1/+1 |
| * | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | John Baldwin | 2008-04-17 | 1 | -2/+2 |
| * | Don't add integers to void pointers. | Stefan Farfeleder | 2004-10-03 | 1 | -1/+2 |
| * | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | Tim J. Robbins | 2004-07-21 | 1 | -14/+38 |
| * | Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. | Tim J. Robbins | 2002-09-20 | 1 | -6/+14 |
| * | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | Tim J. Robbins | 2002-09-18 | 1 | -8/+5 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -1/+1 |
| * | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | Tim J. Robbins | 2002-08-13 | 1 | -0/+70 |