| Commit message (Expand) | Author | Age | Files | Lines |
* | - Include runetype.h for _RuneLocale_ | rafan | 2007-11-07 | 1 | -0/+2 |
* | Back out 2nd part of wrong iswascii() change in prev. commit. | ache | 2007-10-23 | 1 | -1/+1 |
* | Add comment explaining __mb_sb_limit trick here. | ache | 2007-10-15 | 1 | -0/+5 |
* | The problem is: currently our single byte ctype(3) functions are broken | ache | 2007-10-13 | 12 | -21/+57 |
* | - Fix typo | gabor | 2007-05-04 | 1 | -2/+2 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -2/+4 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 49 | -196/+0 |
* | Add missing comma. | ru | 2006-10-13 | 1 | -1/+1 |
* | Fix a bug where, for 6-byte sequences, the top 6 bits get compared to | trhodes | 2006-03-30 | 1 | -1/+1 |
* | Add __collate_load_error and __collate_range_cmp to the list of | deischen | 2006-03-30 | 1 | -0/+2 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+100 |
* | -mdoc sweep. | ru | 2005-11-17 | 14 | -14/+14 |
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 3 | -0/+3 |
* | Add HISTORY section. | tjr | 2005-07-21 | 1 | -1/+6 |
* | Add cross-reference to nextwctype(3). | tjr | 2005-07-21 | 1 | -1/+2 |
* | Add COMPATIBILITY and HISTORY sections. Fix typo. | tjr | 2005-07-21 | 1 | -2/+13 |
* | Remove confusing "single C char locales" phrase; arguments to these | tjr | 2005-07-17 | 12 | -106/+44 |
* | Remove confusing "single C char locales" phrase; arguments to tolower() | tjr | 2005-07-17 | 2 | -18/+6 |
* | Make <runefile.h> internal to libc. | ru | 2005-05-16 | 2 | -1/+63 |
* | Make the format of LC_COLLATE files architecture independent. | ru | 2005-02-27 | 2 | -3/+14 |
* | . 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 |