Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -3/+15 |
* | Eliminate more dead stores. | wollman | 2009-11-25 | 1 | -1/+1 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -2/+2 |
* | Don't add integers to void pointers. | stefanf | 2004-10-03 | 1 | -1/+2 |
* | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | tjr | 2004-07-21 | 1 | -14/+38 |
* | Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. | tjr | 2002-09-20 | 1 | -6/+14 |
* | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | tjr | 2002-09-18 | 1 | -8/+5 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -1/+1 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+70 |