Use __in64 type for 64-bit YAZ on Windows
[yaz-moved-to-github.git] / src / icu_I18N.c
2009-01-20 Adam DickmeissAdded support for rule-based transliterator for ICU...
2009-01-20 Adam DickmeissRename normalize to transform
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-12-25 Adam DickmeissFunction icu_chain_xml_config allows certain obsolete...
2008-06-03 Adam DickmeissICU parse_error no longer an array.
2008-05-30 Adam DickmeissAdded a few comments. Source in ztest also analyzed...
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2007-12-17 Adam DickmeissFixed bug in icu_buf_utf8_to_cstr (wrong length).
2007-11-30 Adam DickmeissChanged return value of function icu_sortkey8_from_utf1...
2007-11-12 Adam DickmeissRenamed 'normalize' rule to 'transform'.
2007-11-08 Adam DickmeissReindent
2007-11-08 Adam DickmeissAllow any locale for icu_chain_create.
2007-11-08 Adam DickmeissUse xmalloc instead of malloc.
2007-11-08 Adam DickmeissAvoid locale member in icu_tokenizer.
2007-11-08 Adam DickmeissFunction icu_casemap_create no longer takes locale...
2007-11-08 Adam DickmeissRefactor ICU WRT locale.
2007-11-08 Adam DickmeissFor ICU enabled YAZ defined YAZ_HAVE_ICU instead of...
2007-11-07 Adam DickmeissFor ICU, set ICU status to OK for some public functions.
2007-11-06 Adam DickmeissFor ICU, locale, is a char ptr rather than uint8_t...
2007-10-29 Marc Crommechanged ICU chain to return all tokens, also those...
2007-10-29 Marc Crommerenamed ICU chain functions to the following names...
2007-10-25 Marc Crommeadded special case with an empty ICU chain for 'raw...
2007-10-25 Marc Crommeremoved dead code from ICU files
2007-10-25 Marc Crommeadded sortkey flag to icu_chain constructor
2007-10-24 Marc CrommeIsolated ICU locale out of XML config file. Locale...
2007-10-24 Marc Crommefixed wrong token count when tokens disappear with...
2007-10-24 Marc Crommefixed memory violation in ICU chain code, restructuring...
2007-10-22 Adam DickmeissMake ICU stuff compatible with old C comps. YAZ License.
2007-10-22 Adam DickmeissAdded ICU chain component - which used to be part of...