| Commit message (Expand) | Author | Age | Files | Lines |
* | . Static'ize functions exported via function reference variables only. | phantom | 2005-02-27 | 11 | -117/+112 |
* | ANSI'fy prototypes | phantom | 2005-02-27 | 3 | -11/+5 |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 1 | -66/+156 |
* | Fix comparisons that test if an unsigned value is < 0. | stefanf | 2005-02-12 | 2 | -4/+4 |
* | Sort sections. | ru | 2005-01-20 | 3 | -18/+18 |
* | Markup style. | ru | 2005-01-15 | 2 | -6/+2 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -1/+1 |
* | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | tjr | 2005-01-09 | 3 | -2/+121 |
* | Remove setrunelocale() | ache | 2004-10-18 | 1 | -23/+0 |
* | Remove the obsolete <rune.h> interface. | tjr | 2004-10-17 | 11 | -846/+11 |
* | Remove support for the obsolete UTF2 encoding. | tjr | 2004-10-17 | 9 | -317/+3 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -3/+3 |
* | Re-word warning about the UTF2 encoding, taking care to use the word | tjr | 2004-08-21 | 1 | -3/+3 |
* | Bump document date for previous. | tjr | 2004-08-21 | 2 | -2/+2 |
* | Re-word warning about the rune interface, taking care to use the word | tjr | 2004-08-21 | 2 | -12/+10 |
* | Change "deprecated" in link-time warnings about various rune functions | tjr | 2004-08-21 | 4 | -8/+8 |
* | Re-word compatibility section, taking care to use the word "obsolete" to | tjr | 2004-08-21 | 14 | -54/+64 |
* | /me kicks cvs update | trhodes | 2004-08-17 | 1 | -7/+1 |
* | Fix incorrect code in an example. The previous example would produce | trhodes | 2004-08-17 | 1 | -2/+8 |
* | Fix example. | tjr | 2004-08-12 | 1 | -4/+5 |
* | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 1 | -11/+2 |
* | Re-word the COMPATIBILITY section, taking care to use the word "deprecated" | tjr | 2004-07-29 | 12 | -98/+74 |
* | Remove unnecessary #include directives. | tjr | 2004-07-29 | 3 | -8/+0 |
* | Prefer <runetype.h> to <rune.h>, since the latter is going away soon. | tjr | 2004-07-29 | 5 | -5/+5 |
* | Remove useless checks for characters longer than INT_MAX bytes. | tjr | 2004-07-29 | 3 | -12/+0 |
* | Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs(). | tjr | 2004-07-27 | 1 | -0/+163 |
* | Return the correct value when dst == NULL and conversion has stopped after | tjr | 2004-07-22 | 1 | -2/+2 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | tjr | 2004-07-21 | 13 | -164/+315 |
* | Add fast paths for conversion of plain ASCII characters. | tjr | 2004-07-09 | 1 | -0/+13 |
* | Add a function to iterate over all characters in a particular character | tjr | 2004-07-08 | 3 | -2/+150 |
* | Markup nits. | ru | 2004-07-05 | 13 | -70/+91 |
* | Sort SEE ALSO references (in dictionary order, ignoring case). | ru | 2004-07-04 | 2 | -2/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 3 | -4/+8 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 2 | -2/+2 |
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 2 | -23/+23 |
* | Fixed a typo. | ru | 2004-06-30 | 2 | -2/+2 |
* | Prefix the names of members of _RuneLocale and its sub-structures | tjr | 2004-06-23 | 6 | -87/+90 |
* | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | Buffer partial wide characters more efficiently: instead of storing the | tjr | 2004-05-27 | 1 | -31/+46 |
* | Scan the source string for invalid wide characters in wcsrtombs() | tjr | 2004-05-25 | 1 | -2/+9 |
* | Grab all the information we need about a character with one call to | tjr | 2004-05-23 | 1 | -7/+5 |
* | Use conversion state objects to store the accumulated wide character, | tjr | 2004-05-17 | 1 | -63/+67 |
* | Use a simpler and faster buffering scheme for partial multibyte characters. | tjr | 2004-05-17 | 2 | -52/+80 |
* | Use a simpler, faster buffering scheme for partial characters in mbrtowc(). | tjr | 2004-05-14 | 1 | -21/+27 |
* | Allow encoding modules to override the default implementations of | tjr | 2004-05-13 | 8 | -9/+113 |
* | Fix braino in previous: check that the second byte in the character | tjr | 2004-05-13 | 2 | -2/+2 |
* | Reduce overhead by calling internal versions of the multibyte conversion | tjr | 2004-05-12 | 8 | -11/+19 |
* | Move prototypes of various encoding-related functions into a new header | tjr | 2004-05-12 | 16 | -71/+72 |
* | In the absence of proper validation, at least check that null bytes | tjr | 2004-05-11 | 4 | -1/+19 |
* | Use a binary search to find the range containing a character in | tjr | 2004-05-09 | 3 | -20/+34 |