| Commit message (Expand) | Author | Age | Files | Lines |
* | Add one more cross-reference to gb2312(5). | tjr | 2003-11-08 | 1 | -0/+1 |
* | Add cross-references to new gb2312(5) manual page. | tjr | 2003-11-08 | 2 | -0/+2 |
* | Add a fairly simple manual page for the new GB2312 encoding. | tjr | 2003-11-08 | 2 | -1/+58 |
* | Remove unused #includes. | tjr | 2003-11-08 | 5 | -11/+0 |
* | Use __inline instead of inline. | tjr | 2003-11-08 | 1 | -1/+1 |
* | Refer to wide characters instead of runes. Remove redundant example locale. | tjr | 2003-11-08 | 2 | -246/+36 |
* | Refer to wide characters instead of runes. | tjr | 2003-11-08 | 2 | -4/+6 |
* | Add gb2312 encoding. | davidxu | 2003-11-05 | 3 | -1/+120 |
* | Implement mbrtowc() and wcrtomb() directly (sync with big5.c). | tjr | 2003-11-05 | 1 | -53/+50 |
* | Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement | tjr | 2003-11-02 | 4 | -254/+233 |
* | Remove TODO comment about creating a macro version of towctrans(). | tjr | 2003-11-01 | 1 | -4/+0 |
* | Allow mbrtowc() and wcrtomb() to be implemented directly, instead of | tjr | 2003-11-01 | 7 | -50/+204 |
* | Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc. | tjr | 2003-10-31 | 4 | -75/+25 |
* | Implement fgetrune(), fungetrune() and fputrune() as wrappers around | tjr | 2003-10-31 | 1 | -36/+8 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 1 | -5/+1 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 3 | -3/+3 |
* | Remove an unused and incorrect prototype for _none_init(). | tjr | 2003-09-05 | 1 | -1/+0 |
* | Fix the case of the encoding name in the ENCODING line. Names are | tjr | 2003-08-10 | 1 | -1/+1 |
* | Cross-reference gbk(5). | tjr | 2003-08-10 | 1 | -0/+1 |
* | Cross-reference gbk(5) now that it exists. Fix a copy & paste error: | tjr | 2003-08-10 | 1 | -1/+2 |
* | Add a fairly minimal manual page for the GBK encoding. | tjr | 2003-08-10 | 2 | -1/+63 |
* | Add a cross reference to Unicode 3.0. | tjr | 2003-08-10 | 1 | -1/+6 |
* | Add cross references to the new character encoding manual pages, | tjr | 2003-08-10 | 1 | -1/+5 |
* | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may | tjr | 2003-08-10 | 4 | -1/+189 |
* | Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune() | tjr | 2003-08-07 | 1 | -26/+9 |
* | Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs() | tjr | 2003-08-07 | 2 | -115/+24 |
* | Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb(). | tjr | 2003-08-07 | 2 | -53/+42 |
* | Implement btowc() in terms of mbrtowc() instead of sgetrune(), and | tjr | 2003-08-07 | 2 | -10/+27 |
* | Restore including of "collate.h", for its own prototype (mis)match detection | ache | 2003-08-03 | 1 | -0/+1 |
* | Remove commented out and never used code | ache | 2003-08-03 | 1 | -34/+1 |
* | Remove __collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -10/+2 |
* | Add support for gb18030 encoding | ache | 2003-07-29 | 3 | -1/+170 |
* | Add const to __setrunelocale prototype | ache | 2003-07-06 | 1 | -4/+4 |
* | Reorganize wrapper around setrunelocale() to mark it as deprecated | ache | 2003-07-06 | 3 | -25/+41 |
* | . style(9) | phantom | 2003-06-26 | 7 | -19/+41 |
* | Reduce code duplication by separating _PathLocle detection code into | phantom | 2003-06-25 | 3 | -37/+37 |
* | Move _PathLocale declaration to more logical place (setlocale.c) | phantom | 2003-06-25 | 2 | -1/+5 |
* | Catch up with _PATH_LOCALE move from rune.h to paths.h | phantom | 2003-06-25 | 1 | -1/+1 |
* | Mark the following interfaces as OBSOLETE_IN_6: | tjr | 2003-06-13 | 4 | -4/+16 |
* | Fixes to locale code to properly use indirect pointers in order to prevent | jkh | 2003-06-13 | 5 | -10/+10 |
* | Remove transition period hack | ache | 2003-06-10 | 1 | -32/+3 |
* | Add GBK encoding | ache | 2003-06-01 | 3 | -2/+121 |
* | Assorted mdoc(7) fixes. | ru | 2003-05-22 | 2 | -5/+8 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -3/+1 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -1/+3 |
* | When called with s == NULL, behave as if wc == L'\0' as required by the | tjr | 2003-04-10 | 1 | -1/+3 |
* | According to C99 decimal_point can't be the empty string, mention it. | ache | 2003-03-20 | 1 | -1/+2 |
* | decimal_point can't be "" according to C99, so set it to standard "." | ache | 2003-03-20 | 1 | -1/+6 |
* | MFp4: Implementations of the wcstof() and wcstold() functions. | tjr | 2003-03-13 | 4 | -10/+195 |
* | Fix a bad free() call that would occur if some #if 0'd code was used. | tjr | 2003-02-22 | 1 | -4/+6 |