Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
ea4ac135 |
| 13-May-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Allow encoding modules to override the default implementations of mbsrtowcs() and wcsrtombs(). Provide a fast implementation for the trivial "NONE" encoding.
|
#
ed870c6a |
| 07-Apr-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Begin in the initial shift state in mbstowcs() and wcstombs(). (This change is non-functional since nothing uses states yet.)
|
#
74f90def |
| 06-Apr-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Prepare to handle state-dependent encodings. This mainly involves not taking shortcuts when it comes to storing and passing around conversion states.
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
b69a98d6 |
| 07-Aug-2003 |
Tim J. Robbins <tjr@FreeBSD.org> |
Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs() as a wrapper around wcsrtombs().
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
39df93ae |
| 09-Nov-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add a missing return statement for the pwcs == NULL case (XSI extension).
|
#
b6f33850 |
| 27-Oct-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Style sweep.
|
Revision tags: release/4.7.0_cvs |
|
#
58d38e25 |
| 06-Sep-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Style: One space between "restrict" qualifier and "*".
|
#
9771f1e2 |
| 01-Sep-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and wcstombs().
|
#
a5f76f19 |
| 31-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
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:
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
show more ...
|
#
7438fc3a |
| 31-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Split ansi.c into a separate source file for each function.
|