| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | Tim J. Robbins | 2005-01-09 | 1 | -2/+3 |
| * | Remove the obsolete <rune.h> interface. | Tim J. Robbins | 2004-10-17 | 1 | -9/+4 |
| * | Remove support for the obsolete UTF2 encoding. | Tim J. Robbins | 2004-10-17 | 1 | -2/+2 |
| * | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 1 | -2/+6 |
| * | Add a function to iterate over all characters in a particular character | Tim J. Robbins | 2004-07-08 | 1 | -2/+2 |
| * | Add basic manual pages for isideogram(), isphonogram(), isrune() | Tim J. Robbins | 2004-03-30 | 1 | -1/+2 |
| * | Remove duplicate MLINK. | Tim J. Robbins | 2004-03-29 | 1 | -1/+1 |
| * | Split multibyte(3) into separate manual pages for each function. | Tim J. Robbins | 2003-12-07 | 1 | -5/+4 |
| * | Split the documentation for localeconv() off into a separate manual page. | Tim J. Robbins | 2003-12-07 | 1 | -2/+2 |
| * | Install the section 5 versions of EUC and UTF2 manual pages instead of | Tim J. Robbins | 2003-11-15 | 1 | -2/+1 |
| * | Add a fairly simple manual page for the new GB2312 encoding. | Tim J. Robbins | 2003-11-08 | 1 | -1/+1 |
| * | Add gb2312 encoding. | David Xu | 2003-11-05 | 1 | -1/+1 |
| * | Allow mbrtowc() and wcrtomb() to be implemented directly, instead of | Tim J. Robbins | 2003-11-01 | 1 | -1/+2 |
| * | Add a fairly minimal manual page for the GBK encoding. | Tim J. Robbins | 2003-08-10 | 1 | -1/+1 |
| * | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may | Tim J. Robbins | 2003-08-10 | 1 | -1/+1 |
| * | Add support for gb18030 encoding | Andrey A. Chernov | 2003-07-29 | 1 | -1/+1 |
| * | Add GBK encoding | Andrey A. Chernov | 2003-06-01 | 1 | -1/+1 |
| * | MFp4: Implementations of the wcstof() and wcstold() functions. | Tim J. Robbins | 2003-03-13 | 1 | -2/+3 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -3/+1 |
| * | Add a UTF-8 encoding method, which will eventually replace the antique | Tim J. Robbins | 2002-10-10 | 1 | -1/+3 |
| * | Document towlower() and towupper() in separate manual pages instead of | Tim J. Robbins | 2002-10-03 | 1 | -2/+2 |
| * | Add the remaining C99 wide character string to integer conversion functions. | Tim J. Robbins | 2002-09-22 | 1 | -3/+5 |
| * | Add wcstod() as a wrapper around strtod(). It does not handle any characters | Tim J. Robbins | 2002-09-15 | 1 | -2/+3 |
| * | Add an implementation of wcsftime() (wide character version of strftime()). | Tim J. Robbins | 2002-09-11 | 1 | -2/+4 |
| * | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | Tim J. Robbins | 2002-09-08 | 1 | -4/+5 |
| * | Split ansi.c into a separate source file for each function. | Tim J. Robbins | 2002-08-31 | 1 | -5/+6 |
| * | Add a manual page for wcwidth(). | Tim J. Robbins | 2002-08-20 | 1 | -1/+1 |
| * | Remove wcswidth.c from here (and move it to "string") | Andrey A. Chernov | 2002-08-20 | 1 | -1/+1 |
| * | Remove space at the end of continuation line in prev. commit | Andrey A. Chernov | 2002-08-20 | 1 | -1/+1 |
| * | Implement wcswidth() | Andrey A. Chernov | 2002-08-19 | 1 | -2/+2 |
| * | Implement the ISO C90 Amd.1 restartable wide and multibyte character | Tim J. Robbins | 2002-08-18 | 1 | -4/+10 |
| * | Move wcwidth() to separate file, it doesn't belong to iswctype.c at all | Andrey A. Chernov | 2002-08-17 | 1 | -1/+1 |
| * | Build iswctype.c and manual pages for the functions it defines. | Tim J. Robbins | 2002-08-06 | 1 | -3/+12 |
| * | Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions. | Tim J. Robbins | 2002-08-04 | 1 | -2/+3 |
| * | Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to | Bruce Evans | 2002-08-04 | 1 | -3/+3 |
| * | Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. | Tim J. Robbins | 2002-08-03 | 1 | -2/+4 |
| * | Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions. | Tim J. Robbins | 2002-08-03 | 1 | -2/+3 |
| * | Install digittoint.3 (forgotten in rev 1.21) | Dag-Erling Smørgrav | 2002-04-13 | 1 | -1/+1 |
| * | Fixed unsorting of MLINKS in previous commit. | Bruce Evans | 2002-01-11 | 1 | -3/+3 |
| * | From the PR: | Nik Clayton | 2002-01-09 | 1 | -0/+2 |
| * | add nl_langinfo(3) | Alexey Zelkin | 2001-05-03 | 1 | -2/+2 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
| * | . Fix semantics of grouping (LC_MONETARY::mon_grouping, | Alexey Zelkin | 2001-02-10 | 1 | -1/+2 |
| * | add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c | Alexey Zelkin | 2001-02-08 | 1 | -1/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fixed tab lossage in previous commit. | Bruce Evans | 1999-02-25 | 1 | -2/+2 |
| * | remove ctype.c - unused and confusing | Andrey A. Chernov | 1999-02-23 | 1 | -2/+2 |
| * | I have added the support for BIG5 encoding into libc/libxpg4/mklocale. | Poul-Henning Kamp | 1998-08-15 | 1 | -5/+5 |
| * | Change MACHINE references to MACHINE_ARCH. | John Birrell | 1998-02-20 | 1 | -2/+2 |
| * | Sorted lists. | Bruce Evans | 1997-10-21 | 1 | -10/+13 |