Tim J. Robbins a27a4b3690 Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed
mbstate_t object that they ignore. The zeroing is fairly expensive, and it
will never be necessary in these functions; when we support state-dependent
encodings, we will pass in a pointer to the file's mbstate_t object, and
only zero it at the time the file gets opened.
2003-11-04 11:05:55 +00:00
..
2003-10-12 22:04:24 +00:00
2003-10-26 12:00:27 +00:00
2003-10-05 13:39:28 +00:00
2003-10-09 23:06:06 +00:00
2003-10-29 10:55:56 +00:00
2003-08-30 13:57:31 +00:00