| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more locale-specific functions to the relevant man pages and Makefile: | issyl0 | 2012-07-30 | 1 | -0/+5 |
* | Add a new man page containing details of new locale-specific functions for | issyl0 | 2012-07-25 | 1 | -1/+14 |
* | First set of xlocale man pages. More to follow... | theraven | 2012-03-13 | 1 | -0/+1 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -3/+6 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 1 | -1/+1 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | Introduce new encoding: "ASCII" | ache | 2008-01-21 | 1 | -1/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | tjr | 2005-01-09 | 1 | -2/+3 |
* | Remove the obsolete <rune.h> interface. | tjr | 2004-10-17 | 1 | -9/+4 |
* | Remove support for the obsolete UTF2 encoding. | tjr | 2004-10-17 | 1 | -2/+2 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | tjr | 2004-07-21 | 1 | -2/+6 |
* | Add a function to iterate over all characters in a particular character | tjr | 2004-07-08 | 1 | -2/+2 |
* | Add basic manual pages for isideogram(), isphonogram(), isrune() | tjr | 2004-03-30 | 1 | -1/+2 |
* | Remove duplicate MLINK. | tjr | 2004-03-29 | 1 | -1/+1 |
* | Split multibyte(3) into separate manual pages for each function. | tjr | 2003-12-07 | 1 | -5/+4 |
* | Split the documentation for localeconv() off into a separate manual page. | tjr | 2003-12-07 | 1 | -2/+2 |
* | Install the section 5 versions of EUC and UTF2 manual pages instead of | tjr | 2003-11-15 | 1 | -2/+1 |
* | Add a fairly simple manual page for the new GB2312 encoding. | tjr | 2003-11-08 | 1 | -1/+1 |
* | Add gb2312 encoding. | davidxu | 2003-11-05 | 1 | -1/+1 |
* | Allow mbrtowc() and wcrtomb() to be implemented directly, instead of | tjr | 2003-11-01 | 1 | -1/+2 |
* | Add a fairly minimal manual page for the GBK encoding. | tjr | 2003-08-10 | 1 | -1/+1 |
* | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may | tjr | 2003-08-10 | 1 | -1/+1 |
* | Add support for gb18030 encoding | ache | 2003-07-29 | 1 | -1/+1 |
* | Add GBK encoding | ache | 2003-06-01 | 1 | -1/+1 |
* | MFp4: Implementations of the wcstof() and wcstold() functions. | tjr | 2003-03-13 | 1 | -2/+3 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -3/+1 |
* | Add a UTF-8 encoding method, which will eventually replace the antique | tjr | 2002-10-10 | 1 | -1/+3 |
* | Document towlower() and towupper() in separate manual pages instead of | tjr | 2002-10-03 | 1 | -2/+2 |
* | Add the remaining C99 wide character string to integer conversion functions. | tjr | 2002-09-22 | 1 | -3/+5 |
* | Add wcstod() as a wrapper around strtod(). It does not handle any characters | tjr | 2002-09-15 | 1 | -2/+3 |
* | Add an implementation of wcsftime() (wide character version of strftime()). | tjr | 2002-09-11 | 1 | -2/+4 |
* | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | tjr | 2002-09-08 | 1 | -4/+5 |
* | Split ansi.c into a separate source file for each function. | tjr | 2002-08-31 | 1 | -5/+6 |
* | Add a manual page for wcwidth(). | tjr | 2002-08-20 | 1 | -1/+1 |
* | Remove wcswidth.c from here (and move it to "string") | ache | 2002-08-20 | 1 | -1/+1 |
* | Remove space at the end of continuation line in prev. commit | ache | 2002-08-20 | 1 | -1/+1 |
* | Implement wcswidth() | ache | 2002-08-19 | 1 | -2/+2 |
* | Implement the ISO C90 Amd.1 restartable wide and multibyte character | tjr | 2002-08-18 | 1 | -4/+10 |
* | Move wcwidth() to separate file, it doesn't belong to iswctype.c at all | ache | 2002-08-17 | 1 | -1/+1 |
* | Build iswctype.c and manual pages for the functions it defines. | tjr | 2002-08-06 | 1 | -3/+12 |
* | Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions. | tjr | 2002-08-04 | 1 | -2/+3 |
* | Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to | bde | 2002-08-04 | 1 | -3/+3 |
* | Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. | tjr | 2002-08-03 | 1 | -2/+4 |
* | Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions. | tjr | 2002-08-03 | 1 | -2/+3 |
* | Install digittoint.3 (forgotten in rev 1.21) | des | 2002-04-13 | 1 | -1/+1 |
* | Fixed unsorting of MLINKS in previous commit. | bde | 2002-01-11 | 1 | -3/+3 |
* | From the PR: | nik | 2002-01-09 | 1 | -0/+2 |
* | add nl_langinfo(3) | phantom | 2001-05-03 | 1 | -2/+2 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |