Subject: CVS commit: src/lib/libc/locale
To: None <source-changes@NetBSD.org>
From: Takehiko NOZAKI <tnozaki@netbsd.org>
List: source-changes
Date: 02/10/2005 19:19:57
Module Name: src
Committed By: tnozaki
Date: Thu Feb 10 19:19:57 UTC 2005
Modified Files:
src/lib/libc/locale: ___runetype_mb.c _wctrans.c
Log Message:
considering huge character set(ucs, gb18030),
use not linear but binary search.
this change derrived from recent FreeBSD's rune.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libc/locale/___runetype_mb.c
cvs rdiff -r1.5 -r1.6 src/lib/libc/locale/_wctrans.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.