Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/citrus/modules
Module Name: src
Committed By: tnozaki
Date: Mon Mar 14 03:43:10 UTC 2005
Modified Files:
src/lib/libc/citrus/modules: citrus_utf7.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/citrus/modules/citrus_utf7.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index