summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC r291296:ngie2015-12-051-0/+1
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-031-3/+9
* Add <uchar.h>.ed2013-05-211-3/+5
* Add more locale-specific functions to the relevant man pages and Makefile:issyl02012-07-301-0/+5
* Add a new man page containing details of new locale-specific functions forissyl02012-07-251-1/+14
* First set of xlocale man pages. More to follow...theraven2012-03-131-0/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-3/+6
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-1/+1
* MFtbemd:imp2010-08-231-1/+1
* Introduce new encoding: "ASCII"ache2008-01-211-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,tjr2005-01-091-2/+3
* Remove the obsolete <rune.h> interface.tjr2004-10-171-9/+4
* Remove support for the obsolete UTF2 encoding.tjr2004-10-171-2/+2
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-211-2/+6
* Add a function to iterate over all characters in a particular charactertjr2004-07-081-2/+2
* Add basic manual pages for isideogram(), isphonogram(), isrune()tjr2004-03-301-1/+2
* Remove duplicate MLINK.tjr2004-03-291-1/+1
* Split multibyte(3) into separate manual pages for each function.tjr2003-12-071-5/+4
* Split the documentation for localeconv() off into a separate manual page.tjr2003-12-071-2/+2
* Install the section 5 versions of EUC and UTF2 manual pages instead oftjr2003-11-151-2/+1
* Add a fairly simple manual page for the new GB2312 encoding.tjr2003-11-081-1/+1
* Add gb2312 encoding.davidxu2003-11-051-1/+1
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-011-1/+2
* Add a fairly minimal manual page for the GBK encoding.tjr2003-08-101-1/+1
* Add manual pages for the BIG5, GB18030 and MSKanji encodings. These maytjr2003-08-101-1/+1
* Add support for gb18030 encodingache2003-07-291-1/+1
* Add GBK encodingache2003-06-011-1/+1
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-131-2/+3
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+1
* Add a UTF-8 encoding method, which will eventually replace the antiquetjr2002-10-101-1/+3
* Document towlower() and towupper() in separate manual pages instead oftjr2002-10-031-2/+2
* Add the remaining C99 wide character string to integer conversion functions.tjr2002-09-221-3/+5
* Add wcstod() as a wrapper around strtod(). It does not handle any characterstjr2002-09-151-2/+3
* Add an implementation of wcsftime() (wide character version of strftime()).tjr2002-09-111-2/+4
* Add wcstol() and wcstoul(), based on strtol() and strtoul().tjr2002-09-081-4/+5
* Split ansi.c into a separate source file for each function.tjr2002-08-311-5/+6
* Add a manual page for wcwidth().tjr2002-08-201-1/+1
* Remove wcswidth.c from here (and move it to "string")ache2002-08-201-1/+1
* Remove space at the end of continuation line in prev. commitache2002-08-201-1/+1
* Implement wcswidth()ache2002-08-191-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte charactertjr2002-08-181-4/+10
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allache2002-08-171-1/+1
* Build iswctype.c and manual pages for the functions it defines.tjr2002-08-061-3/+12
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.tjr2002-08-041-2/+3
* Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment tobde2002-08-041-3/+3
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.tjr2002-08-031-2/+4
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.tjr2002-08-031-2/+3
* Install digittoint.3 (forgotten in rev 1.21)des2002-04-131-1/+1
* Fixed unsorting of MLINKS in previous commit.bde2002-01-111-3/+3
OpenPOWER on IntegriCloud