Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary #include directives. | tjr | 2004-07-29 | 1 | -2/+0 |
* | Remove useless checks for characters longer than INT_MAX bytes. | tjr | 2004-07-29 | 1 | -4/+0 |
* | Reduce overhead by calling internal versions of the multibyte conversion | tjr | 2004-05-12 | 1 | -1/+2 |
* | Prepare to handle state-dependent encodings. This mainly involves not | tjr | 2004-04-06 | 1 | -6/+20 |
* | Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune() | tjr | 2003-08-07 | 1 | -26/+9 |
* | Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0) | tjr | 2002-10-28 | 1 | -4/+3 |
* | Style sweep. | tjr | 2002-10-27 | 1 | -7/+6 |
* | Set errno to EILSEQ when invalid multibyte sequences are detected | tjr | 2002-09-03 | 1 | -1/+4 |
* | Split ansi.c into a separate source file for each function. | tjr | 2002-08-31 | 1 | -0/+57 |