summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Add fast paths for conversion of plain ASCII characters.tjr2004-07-091-0/+13
* Add a function to iterate over all characters in a particular charactertjr2004-07-083-2/+150
* Markup nits.ru2004-07-0513-70/+91
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-042-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-023-4/+8
* Removed trailing whitespace.ru2004-07-022-2/+2
* Markup, grammar, and spelling fixes.ru2004-06-302-23/+23
* Fixed a typo.ru2004-06-302-2/+2
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-236-87/+90
* Spelling fixes.mpp2004-06-211-1/+1
* Buffer partial wide characters more efficiently: instead of storing thetjr2004-05-271-31/+46
* Scan the source string for invalid wide characters in wcsrtombs()tjr2004-05-251-2/+9
* Grab all the information we need about a character with one call totjr2004-05-231-7/+5
* Use conversion state objects to store the accumulated wide character,tjr2004-05-171-63/+67
* Use a simpler and faster buffering scheme for partial multibyte characters.tjr2004-05-172-52/+80
* Use a simpler, faster buffering scheme for partial characters in mbrtowc().tjr2004-05-141-21/+27
* Allow encoding modules to override the default implementations oftjr2004-05-138-9/+113
* Fix braino in previous: check that the second byte in the charactertjr2004-05-132-2/+2
* Reduce overhead by calling internal versions of the multibyte conversiontjr2004-05-128-11/+19
* Move prototypes of various encoding-related functions into a new headertjr2004-05-1216-71/+72
* In the absence of proper validation, at least check that null bytestjr2004-05-114-1/+19
* Use a binary search to find the range containing a character intjr2004-05-093-20/+34
* Rewrite split_lines() to operate safelyache2004-04-251-3/+7
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-128-16/+116
* Remove a nonsensical remark about byte order markers in UTF-8 streams.tjr2004-04-121-6/+1
* Document the meaning of the zero return value.tjr2004-04-112-6/+11
* Fix a typo. I was locked out for two days from my machine.davidxu2004-04-101-1/+1
* Don't cast away const qualifiers.tjr2004-04-108-8/+8
* Update manual pages for change to C99 mbrtowc() semantics.tjr2004-04-0812-134/+143
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-0712-89/+350
* Begin conversions for sgetrune() and sputrune() in the initialtjr2004-04-071-3/+12
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-074-17/+26
* Begin in the initial shift state in mbstowcs() and wcstombs().tjr2004-04-072-2/+6
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-0612-71/+87
* 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
OpenPOWER on IntegriCloud