Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r288006,r288031,r288032,r288033: | ngie | 2015-11-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | r288006 (by rodrigc): Add declarations to eliminate -Wmissing-prototypes warnings r288031 (by rodrigc): Remove names from some prototypes r288032 (by rodrigc): Remove names from some prototypes r288033 (by rodrigc): Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | ||||
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -2/+14 |
| | | | | | | | | | | | | load of _l suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter. Also adds support for per-thread locales. This work was funded by the FreeBSD Foundation. Please test any code you have that uses the C standard locale functions! Reviewed by: das (gdtoa changes) Approved by: dim (mentor) | ||||
* | Fix an off-by-one bug that caused the first character of the buffer to | tjr | 2004-08-06 | 1 | -2/+1 |
| | | | | be uninitialized. | ||||
* | Add fgetwln(), a wide character version of fgetln(). | tjr | 2004-07-16 | 1 | -0/+68 |