summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Make the format of LC_COLLATE files architecture independent.ru2005-02-272-3/+14
* . Static'ize functions exported via function reference variables only.phantom2005-02-2711-117/+112
* ANSI'fy prototypesphantom2005-02-273-11/+5
* Make the format of LC_CTYPE files architecture independent byru2005-02-261-66/+156
* Fix comparisons that test if an unsigned value is < 0.stefanf2005-02-122-4/+4
* Sort sections.ru2005-01-203-18/+18
* Markup style.ru2005-01-152-6/+2
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+1
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,tjr2005-01-093-2/+121
* Remove setrunelocale()ache2004-10-181-23/+0
* Remove the obsolete <rune.h> interface.tjr2004-10-1711-846/+11
* Remove support for the obsolete UTF2 encoding.tjr2004-10-179-317/+3
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-3/+3
* Re-word warning about the UTF2 encoding, taking care to use the wordtjr2004-08-211-3/+3
* Bump document date for previous.tjr2004-08-212-2/+2
* Re-word warning about the rune interface, taking care to use the wordtjr2004-08-212-12/+10
* Change "deprecated" in link-time warnings about various rune functionstjr2004-08-214-8/+8
* Re-word compatibility section, taking care to use the word "obsolete" totjr2004-08-2114-54/+64
* /me kicks cvs updatetrhodes2004-08-171-7/+1
* Fix incorrect code in an example. The previous example would producetrhodes2004-08-171-2/+8
* Fix example.tjr2004-08-121-4/+5
* Implement wcwidth() as an inline function.tjr2004-08-121-11/+2
* Re-word the COMPATIBILITY section, taking care to use the word "deprecated"tjr2004-07-2912-98/+74
* Remove unnecessary #include directives.tjr2004-07-293-8/+0
* Prefer <runetype.h> to <rune.h>, since the latter is going away soon.tjr2004-07-295-5/+5
* Remove useless checks for characters longer than INT_MAX bytes.tjr2004-07-293-12/+0
* Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().tjr2004-07-271-0/+163
* Return the correct value when dst == NULL and conversion has stopped aftertjr2004-07-221-2/+2
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-2113-164/+315
* 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
OpenPOWER on IntegriCloud