Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/lib/libc/citrus
Module Name: src
Committed By: jmc
Date: Fri Oct 1 03:08:02 UTC 2004
Modified Files:
src/lib/libc/citrus [netbsd-2-0]: citrus_ctype_template.h
Log Message:
Pullup rev 1.26-1.31 (requested by soda in ticket #875)
Fix 3 bugs in cirtus:
1. The return values of wcrtomb(3) and wctomb(3) are wrong,
if second argument wc is L\0 and current locale is either
ja_JP.ISO2022-JP or ja_JP.ISO2022-JP2.
2. There is a case that _FUNCNAME(ctype_wcrtomb) return garbage values on the
stack
3. wctomb isnt supposed to set errno.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.25.2.1 src/lib/libc/citrus/citrus_ctype_template.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index