CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/12 11:50:51
Modified files:
lib/libc/citrus: citrus_utf8.c
Log message:
Make wcrtomb() more readable by weeding out range errors up front,
doing ASCII handling once rather than twice, and using <= rather
than ((&~)==) obfuscation (which already caused a bug in the past).
No functional change.
Joint work with and OK stsp@ semarie@ bentley@
