Tim J. Robbins
|
a351559479
|
Remove unnecessary #include directives.
|
2004-07-29 06:18:40 +00:00 |
|
Tim J. Robbins
|
e214931fbf
|
Remove useless checks for characters longer than INT_MAX bytes.
|
2004-07-29 06:08:31 +00:00 |
|
Tim J. Robbins
|
6155c34adf
|
Reduce overhead by calling internal versions of the multibyte conversion
functions directly wherever possible.
|
2004-05-12 14:26:54 +00:00 |
|
Tim J. Robbins
|
74f90def09
|
Prepare to handle state-dependent encodings. This mainly involves not
taking shortcuts when it comes to storing and passing around conversion
states.
|
2004-04-06 13:14:03 +00:00 |
|
Tim J. Robbins
|
998e124837
|
Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().
|
2003-08-07 07:59:36 +00:00 |
|
Tim J. Robbins
|
b6f33850e0
|
Style sweep.
|
2002-10-27 10:41:21 +00:00 |
|
Tim J. Robbins
|
f0c6c306f9
|
Set errno to EILSEQ when invalid multibyte sequences are detected
(XSI extension to 1003.1-2001).
|
2002-09-03 01:09:47 +00:00 |
|
Tim J. Robbins
|
7438fc3aa8
|
Split ansi.c into a separate source file for each function.
|
2002-08-31 11:26:55 +00:00 |
|