aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,Tim J. Robbins2005-01-091-2/+3
* Remove the obsolete <rune.h> interface.Tim J. Robbins2004-10-171-9/+4
* Remove support for the obsolete UTF2 encoding.Tim J. Robbins2004-10-171-2/+2
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-2/+6
* Add a function to iterate over all characters in a particular characterTim J. Robbins2004-07-081-2/+2
* Add basic manual pages for isideogram(), isphonogram(), isrune()Tim J. Robbins2004-03-301-1/+2
* Remove duplicate MLINK.Tim J. Robbins2004-03-291-1/+1
* Split multibyte(3) into separate manual pages for each function.Tim J. Robbins2003-12-071-5/+4
* Split the documentation for localeconv() off into a separate manual page.Tim J. Robbins2003-12-071-2/+2
* Install the section 5 versions of EUC and UTF2 manual pages instead ofTim J. Robbins2003-11-151-2/+1
* Add a fairly simple manual page for the new GB2312 encoding.Tim J. Robbins2003-11-081-1/+1
* Add gb2312 encoding.David Xu2003-11-051-1/+1
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins2003-11-011-1/+2
* Add a fairly minimal manual page for the GBK encoding.Tim J. Robbins2003-08-101-1/+1
* Add manual pages for the BIG5, GB18030 and MSKanji encodings. These mayTim J. Robbins2003-08-101-1/+1
* Add support for gb18030 encodingAndrey A. Chernov2003-07-291-1/+1
* Add GBK encodingAndrey A. Chernov2003-06-011-1/+1
* MFp4: Implementations of the wcstof() and wcstold() functions.Tim J. Robbins2003-03-131-2/+3
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* Add a UTF-8 encoding method, which will eventually replace the antiqueTim J. Robbins2002-10-101-1/+3
* Document towlower() and towupper() in separate manual pages instead ofTim J. Robbins2002-10-031-2/+2
* Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins2002-09-221-3/+5
* Add wcstod() as a wrapper around strtod(). It does not handle any charactersTim J. Robbins2002-09-151-2/+3
* Add an implementation of wcsftime() (wide character version of strftime()).Tim J. Robbins2002-09-111-2/+4
* Add wcstol() and wcstoul(), based on strtol() and strtoul().Tim J. Robbins2002-09-081-4/+5
* Split ansi.c into a separate source file for each function.Tim J. Robbins2002-08-311-5/+6
* Add a manual page for wcwidth().Tim J. Robbins2002-08-201-1/+1
* Remove wcswidth.c from here (and move it to "string")Andrey A. Chernov2002-08-201-1/+1
* Remove space at the end of continuation line in prev. commitAndrey A. Chernov2002-08-201-1/+1
* Implement wcswidth()Andrey A. Chernov2002-08-191-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte characterTim J. Robbins2002-08-181-4/+10
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allAndrey A. Chernov2002-08-171-1/+1
* Build iswctype.c and manual pages for the functions it defines.Tim J. Robbins2002-08-061-3/+12
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.Tim J. Robbins2002-08-041-2/+3
* Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment toBruce Evans2002-08-041-3/+3
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.Tim J. Robbins2002-08-031-2/+4
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.Tim J. Robbins2002-08-031-2/+3
* Install digittoint.3 (forgotten in rev 1.21)Dag-Erling Smørgrav2002-04-131-1/+1
* Fixed unsorting of MLINKS in previous commit.Bruce Evans2002-01-111-3/+3
* From the PR:Nik Clayton2002-01-091-0/+2
* add nl_langinfo(3)Alexey Zelkin2001-05-031-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-101-1/+2
* add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.cAlexey Zelkin2001-02-081-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed tab lossage in previous commit.Bruce Evans1999-02-251-2/+2
* remove ctype.c - unused and confusingAndrey A. Chernov1999-02-231-2/+2
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-151-5/+5
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-2/+2
* Sorted lists.Bruce Evans1997-10-211-10/+13