OpenGrok
Cross Reference: citrus_prop.h
xref
: /
src
/
lib
/
libc
/
citrus
/
citrus_prop.h
Home
|
History
|
Annotate
|
Download
|
only in
citrus
History log of
/src/lib/libc/citrus/citrus_prop.h
Revision
Date
Author
Comments
1.6
24-Jun-2014
spz
Fix our iconv version for the issues that apply to us from CVE-2014-3951
(which are the:
- Consistently pass around context information using a simple pointer.
This fixes some dereferencing bugs in Chinese character set conversions.
- Fix Simplified Chinese character set conversions by switching around the
fields of an internal struct so it corresponds with the way variables of
this type are initialised.
part)
Patch taken from FreeBSD and mutilated to fit.
FreeBSD credits: Manuel Mausz (reporter), Tijl Coosemans (report handler)
1.5
23-May-2011
joerg
branches: 1.5.10; 1.5.20;
Use C99-style init in _CITRUS_PROP_HINT_END to avoid warnings for
uninitialised type field.
1.4
30-Mar-2011
jruoho
From Henning Petersen in PR # 44641: C99 primitive type 'bool' used
as a variable name. Also small KNF, as in FreeBSD.
1.3
23-Nov-2006
tnozaki
c99 istyle initializer, pointed by uebayasi-san. thanks a lot!
1.2
22-Nov-2006
tnozaki
oops, forgot to remove unused enum.
1.1
22-Nov-2006
tnozaki
1. add iconv support for following encodings:
Chinese Simplefied
HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ)
zW - 7bit stateful encoding, see RFC1842. (libZW)
2. add citrus_prop.[ch] - parser for encoding module's init parameter strings.
1.5.20.1
10-Aug-2014
tls
Rebase.
1.5.10.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
Indexes created Mon Oct 20 20:10:13 GMT 2025