aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* xlocale(3): Link man pagesJose Luis Duran2022-12-191-2/+16
* Link localeconv(3) to localeconv_l(3)Enji Cooper2015-11-251-0/+1
* locales: Enforce US-ASCII encoding (limited to 7-bit)Baptiste Daroussin2015-11-091-1/+1
* Revamp CTYPE support (from Illumos & Dragonfly)Baptiste Daroussin2015-08-081-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* Add libiconv based versions of *c16*() and *c32*().Ed Schouten2013-06-031-3/+9
* Add <uchar.h>.Ed Schouten2013-05-211-3/+5
* Add more locale-specific functions to the relevant man pages and Makefile:Isabell Long2012-07-301-0/+5
* Add a new man page containing details of new locale-specific functions forIsabell Long2012-07-251-1/+14
* First set of xlocale man pages. More to follow...David Chisnall2012-03-131-0/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-3/+6
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-1/+1
* MFtbemd:Warner Losh2010-08-231-1/+1
* Introduce new encoding: "ASCII"Andrey A. Chernov2008-01-211-1/+1
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* 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