Tim J. Robbins
|
ea4ac135ff
|
Allow encoding modules to override the default implementations of
mbsrtowcs() and wcsrtombs(). Provide a fast implementation for the
trivial "NONE" encoding.
|
2004-05-13 11:20:27 +00:00 |
|
Tim J. Robbins
|
ed870c6a8e
|
Begin in the initial shift state in mbstowcs() and wcstombs().
(This change is non-functional since nothing uses states yet.)
|
2004-04-07 08:33:23 +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
|
b69a98d6d3
|
Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()
as a wrapper around wcsrtombs().
|
2003-08-07 08:04:01 +00:00 |
|
Tim J. Robbins
|
39df93ae41
|
Add a missing return statement for the pwcs == NULL case (XSI extension).
|
2002-11-09 04:13:26 +00:00 |
|
Tim J. Robbins
|
b6f33850e0
|
Style sweep.
|
2002-10-27 10:41:21 +00:00 |
|
Tim J. Robbins
|
58d38e2520
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
|
Tim J. Robbins
|
9771f1e24e
|
Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and
wcstombs().
|
2002-09-01 07:08:22 +00:00 |
|
Tim J. Robbins
|
a5f76f1911
|
Implement the XSI extension which allows the destination string to be
NULL, and returns the number of bytes that would be required to store
the result of the conversion without storing anything.
PR: 17694
|
2002-08-31 14:16:12 +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 |
|