cvs commit: src/lib/libc/locale euc.c
Tim J. Robbins
tjr at FreeBSD.org
Thu May 27 03:55:22 PDT 2004
tjr 2004/05/27 03:54:34 PDT
FreeBSD src repository
Modified files:
lib/libc/locale euc.c
Log:
Buffer partial wide characters more efficiently: instead of storing the
multibyte representation in conversion state objects, store the
accumulated wide character, set number and number of bytes remaining
to avoid having to derive them every time mbrtowc() is called.
Revision Changes Path
1.19 +46 -31 src/lib/libc/locale/euc.c
More information about the cvs-src
mailing list