cvs commit: src/lib/libc/locale utf8.c

Andrey Chernov ache at nagual.pp.ru
Sun Oct 28 14:13:20 PDT 2007


On Sun, Oct 28, 2007 at 04:54:52PM +0800, Rong-en Fan wrote:
> > As a small improvement, we can skip __isctype() from this list too and
> > just hardcode 128 there, i.e.: return (_c < 0 || _c >= 128) ...
> > since default locale never define anything above 128.
> 
> Thank you. A new patch is available at
> 
> http://people.freebsd.org/~rafan/ctype-abi-fix-6-try2.diff

Looks OK. Please don't forget MFC __isctype changes to 7x too.

-- 
http://ache.pp.ru/


More information about the cvs-src mailing list