| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fgetwln(), a wide character version of fgetln(). | tjr | 2004-07-16 | 1 | -0/+1 |
* | Fix typo in putwc(). | tjr | 2004-06-07 | 1 | -1/+1 |
* | Bring back the macro versions of getwc(), getwchar(), putwc() and | tjr | 2004-05-27 | 1 | -0/+12 |
* | Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out. | tjr | 2004-05-25 | 1 | -8/+0 |
* | Fix typo in previous: getwc() should call fgetwc(), not the function | tjr | 2004-05-25 | 1 | -1/+1 |
* | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | tjr | 2004-05-25 | 1 | -0/+8 |
* | Change the definition of NULL on ia64 (for LP64 compilations) from | marcel | 2003-12-07 | 1 | -4/+1 |
* | Add definitions for WCHAR_MIN and WCHAR_MAX. | kan | 2003-04-28 | 1 | -0/+6 |
* | MFp4: Implementations of the wcstof() and wcstold() functions. | tjr | 2003-03-13 | 1 | -0/+3 |
* | Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functions | tjr | 2002-10-27 | 1 | -9/+16 |
* | Add a placeholder implementation of wcscoll() and wcsxfrm() which gives | tjr | 2002-10-04 | 1 | -0/+2 |
* | Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). | tjr | 2002-09-28 | 1 | -5/+0 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 1 | -0/+8 |
* | Add the remaining C99 wide character string to integer conversion functions. | tjr | 2002-09-22 | 1 | -0/+4 |
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 1 | -0/+9 |
* | Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case. | tjr | 2002-09-21 | 1 | -2/+5 |
* | Add wcstod() as a wrapper around strtod(). It does not handle any characters | tjr | 2002-09-15 | 1 | -0/+1 |
* | Style: tab between #define and macro name. | tjr | 2002-09-12 | 1 | -4/+4 |
* | Protect arguments to the putwc and putwchar macros with parens. | tjr | 2002-09-12 | 1 | -2/+2 |
* | Add an implementation of wcsftime() (wide character version of strftime()). | tjr | 2002-09-11 | 1 | -0/+3 |
* | Replace FILE with struct __sFILE in the prototypes for the wide character | tjr | 2002-09-10 | 1 | -10/+10 |
* | Remove the typedef of wctype_t from this header; we don't support the | tjr | 2002-09-09 | 1 | -5/+0 |
* | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | tjr | 2002-09-08 | 1 | -0/+3 |
* | Add an implementation of wcstok(), based on strtok_r(). | tjr | 2002-09-07 | 1 | -0/+2 |
* | Add restrict qualifiers to wcsstr()'s arguments. | tjr | 2002-09-07 | 1 | -1/+1 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -2/+2 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -13/+13 |
* | Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions. | tjr | 2002-08-20 | 1 | -2/+5 |
* | Sort unsorted prototypes | ache | 2002-08-19 | 1 | -1/+1 |
* | Activate (uncomment) wcwidth() and wcswidth() now implemented | ache | 2002-08-19 | 1 | -3/+0 |
* | Implement the ISO C90 Amd.1 restartable wide and multibyte character | tjr | 2002-08-18 | 1 | -9/+0 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+22 |
* | Sort prototypes by function name. | tjr | 2002-08-06 | 1 | -10/+8 |
* | Whitespace formatting changes: line up macro bodies, function names, | tjr | 2002-08-06 | 1 | -13/+13 |
* | Change wctype_t to an unsigned type to avoid warnings. | tjr | 2002-08-04 | 1 | -1/+1 |
* | Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. | tjr | 2002-08-03 | 1 | -0/+3 |
* | Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions. | tjr | 2002-08-03 | 1 | -0/+5 |
* | Don't define wchar_t if we are a C++ compiler. | obrien | 2002-07-09 | 1 | -0/+2 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -34/+32 |
* | VCS ID fixup | obrien | 2001-07-10 | 1 | -2/+2 |
* | adapt to FreeBSD. | tshiozak | 2001-05-15 | 1 | -1/+12 |
* | initial import of wchar.h and wctype.h | tshiozak | 2001-05-15 | 1 | -0/+136 |