cvs commit: src/lib/libc/citrus/modules citrus_utf7.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Mon Mar 14 06:47:02 PST 2005
joerg 2005/03/14 06:46:44 PST
DragonFly src repository
Modified files:
lib/libc/citrus/modules citrus_utf7.c
Log:
Merge r1.2 from NetBSD:
anonymous union between chlen and _UTF7StatePrive has
compilation problem with gcc295.
this union attempt to make mbsinit(3) handle multibyte state correctly,
but it's useless as far as we use utf-7 only iconv interface.
so i eliminate ctype feature.
patch contributed by Joerg Sonnenberg(who porting Citrus to DragonFlyBSD).
and yamt-san gave me advice, thanks a lot.
Revision Changes Path
1.2 +76 -90 src/lib/libc/citrus/modules/citrus_utf7.c
http://www.dragonflybsd.org/cvsweb/src/lib/libc/citrus/modules/citrus_utf7.c.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list