aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
...
* Update manual pages for change to C99 mbrtowc() semantics.Tim J. Robbins2004-04-0812-134/+143
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-0712-89/+350
* Begin conversions for sgetrune() and sputrune() in the initialTim J. Robbins2004-04-071-3/+12
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-074-17/+26
* Begin in the initial shift state in mbstowcs() and wcstombs().Tim J. Robbins2004-04-072-2/+6
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-0612-71/+87
* Remove support for emulating mbrtowc() and wcrtomb() in terms of theTim J. Robbins2004-04-044-89/+4
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/Tim J. Robbins2004-04-041-123/+137
* Reimplement the deprecated UTF2 encoding method using the UTF-8 codeTim J. Robbins2004-04-041-104/+97
* Add cross-references to isideogram(3), isphonogram(3), isrune(3),Tim J. Robbins2004-03-301-1/+6
* Add basic manual pages for isideogram(), isphonogram(), isrune()Tim J. Robbins2004-03-305-1/+235
* Trim cross-references.Tim J. Robbins2004-03-301-15/+2
* Document the isnumber() and ishexnumber() functions, and explain how theyTim J. Robbins2004-03-302-13/+34
* Remove duplicate MLINK.Tim J. Robbins2004-03-291-1/+1
* Recognize the "rune" character class in wctype().Tim J. Robbins2004-03-272-6/+8
* Make consistent with the better written wcsrtombs function:Diomidis Spinellis2004-02-271-4/+5
* LC_ALL not always take priority over other LC_*Andrey A. Chernov2004-01-311-22/+35
* Add reference to environ(7)Andrey A. Chernov2004-01-291-1/+2
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-062-2/+3
* Properly advance "x/y/z" form slash-pointers in some rare casesAndrey A. Chernov2003-12-241-4/+4
* First byte of GBK-like sequences is 0x81, not 0x80Andrey A. Chernov2003-12-191-1/+1
* Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.Tim J. Robbins2003-12-081-0/+14
* Split multibyte(3) into separate manual pages for each function.Tim J. Robbins2003-12-077-145/+543
* Split the documentation for localeconv() off into a separate manual page.Tim J. Robbins2003-12-073-176/+232
* Update cross references after utf2/euc move.Tim J. Robbins2003-11-1510-18/+18
* Remove section 4 versions of these manual pages, they have beenTim J. Robbins2003-11-152-232/+0
* Install the section 5 versions of EUC and UTF2 manual pages instead ofTim J. Robbins2003-11-151-2/+1
* Update the EUC and UTF2 manual pages for their new home in section 5.Tim J. Robbins2003-11-152-2/+2
* Fix a typo that caused mbrtowc() to always return 0.Tim J. Robbins2003-11-111-1/+1
* Add one more cross-reference to gb2312(5).Tim J. Robbins2003-11-081-0/+1
* Add cross-references to new gb2312(5) manual page.Tim J. Robbins2003-11-082-0/+2
* Add a fairly simple manual page for the new GB2312 encoding.Tim J. Robbins2003-11-082-1/+58
* Remove unused #includes.Tim J. Robbins2003-11-085-11/+0
* Use __inline instead of inline.Tim J. Robbins2003-11-081-1/+1
* Refer to wide characters instead of runes. Remove redundant example locale.Tim J. Robbins2003-11-082-246/+36
* Refer to wide characters instead of runes.Tim J. Robbins2003-11-082-4/+6
* Add gb2312 encoding.David Xu2003-11-053-1/+120
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).Tim J. Robbins2003-11-051-53/+50
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementTim J. Robbins2003-11-024-254/+233
* Remove TODO comment about creating a macro version of towctrans().Tim J. Robbins2003-11-011-4/+0
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins2003-11-017-50/+204
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.Tim J. Robbins2003-10-314-75/+25
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundTim J. Robbins2003-10-311-36/+8
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelsTim J. Robbins2003-10-291-5/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-083-3/+3
* Remove an unused and incorrect prototype for _none_init().Tim J. Robbins2003-09-051-1/+0
* Fix the case of the encoding name in the ENCODING line. Names areTim J. Robbins2003-08-101-1/+1
* Cross-reference gbk(5).Tim J. Robbins2003-08-101-0/+1
* Cross-reference gbk(5) now that it exists. Fix a copy & paste error:Tim J. Robbins2003-08-101-1/+2
* Add a fairly minimal manual page for the GBK encoding.Tim J. Robbins2003-08-102-1/+63