summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove support for emulating mbrtowc() and wcrtomb() in terms of thetjr2004-04-044-89/+4
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/tjr2004-04-041-123/+137
* Reimplement the deprecated UTF2 encoding method using the UTF-8 codetjr2004-04-041-104/+97
* Add cross-references to isideogram(3), isphonogram(3), isrune(3),tjr2004-03-301-1/+6
* Add basic manual pages for isideogram(), isphonogram(), isrune()tjr2004-03-305-1/+235
* Trim cross-references.tjr2004-03-301-15/+2
* Document the isnumber() and ishexnumber() functions, and explain how theytjr2004-03-302-13/+34
* Remove duplicate MLINK.tjr2004-03-291-1/+1
* Recognize the "rune" character class in wctype().tjr2004-03-272-6/+8
* Make consistent with the better written wcsrtombs function:dds2004-02-271-4/+5
* LC_ALL not always take priority over other LC_*ache2004-01-311-22/+35
* Add reference to environ(7)ache2004-01-291-1/+2
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-062-2/+3
* Properly advance "x/y/z" form slash-pointers in some rare casesache2003-12-241-4/+4
* First byte of GBK-like sequences is 0x81, not 0x80ache2003-12-191-1/+1
* Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.tjr2003-12-081-0/+14
* Split multibyte(3) into separate manual pages for each function.tjr2003-12-077-145/+543
* Split the documentation for localeconv() off into a separate manual page.tjr2003-12-073-176/+232
* Update cross references after utf2/euc move.tjr2003-11-1510-18/+18
* Remove section 4 versions of these manual pages, they have beentjr2003-11-152-232/+0
* Install the section 5 versions of EUC and UTF2 manual pages instead oftjr2003-11-151-2/+1
* Update the EUC and UTF2 manual pages for their new home in section 5.tjr2003-11-152-2/+2
* Fix a typo that caused mbrtowc() to always return 0.tjr2003-11-111-1/+1
* Add one more cross-reference to gb2312(5).tjr2003-11-081-0/+1
* Add cross-references to new gb2312(5) manual page.tjr2003-11-082-0/+2
* Add a fairly simple manual page for the new GB2312 encoding.tjr2003-11-082-1/+58
* Remove unused #includes.tjr2003-11-085-11/+0
* Use __inline instead of inline.tjr2003-11-081-1/+1
* Refer to wide characters instead of runes. Remove redundant example locale.tjr2003-11-082-246/+36
* Refer to wide characters instead of runes.tjr2003-11-082-4/+6
* Add gb2312 encoding.davidxu2003-11-053-1/+120
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).tjr2003-11-051-53/+50
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-024-254/+233
* Remove TODO comment about creating a macro version of towctrans().tjr2003-11-011-4/+0
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-017-50/+204
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-314-75/+25
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundtjr2003-10-311-36/+8
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-291-5/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-083-3/+3
* Remove an unused and incorrect prototype for _none_init().tjr2003-09-051-1/+0
* Fix the case of the encoding name in the ENCODING line. Names aretjr2003-08-101-1/+1
* Cross-reference gbk(5).tjr2003-08-101-0/+1
* Cross-reference gbk(5) now that it exists. Fix a copy & paste error:tjr2003-08-101-1/+2
* Add a fairly minimal manual page for the GBK encoding.tjr2003-08-102-1/+63
* Add a cross reference to Unicode 3.0.tjr2003-08-101-1/+6
* Add cross references to the new character encoding manual pages,tjr2003-08-101-1/+5
* Add manual pages for the BIG5, GB18030 and MSKanji encodings. These maytjr2003-08-104-1/+189
* Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune()tjr2003-08-071-26/+9
* Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()tjr2003-08-072-115/+24
* Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().tjr2003-08-072-53/+42
OpenPOWER on IntegriCloud