head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.1.0.2 pkgsrc-2012Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2012.11.07.20.59.51; author adam; state dead; branches; next 1.1; 1.1 date 2012.07.06.04.54.25; author dholland; state Exp; branches; next ; desc @@ 1.2 log @Changes 50.1: * Unicode 6.2: Turkish Lira Sign, improved word & line segmentation (BreakIterator) for symbols * CLDR 22.1: Data coverage & quality improved across all major languages; new short width type for weekday names; new zhuyin (Bopomofo) collation for Chinese; improved data for CompactDecimalFormat & RBNF * Time zone data: 2012h * Ordinal-number support in MessageFormat & PluralRules * Deprecate setLocale(locale) in PluralFormat * Dictionary-based break iterators (word segmentation): * Support Chinese & Japanese, use more compact dictionary format, port all but Khmer support to Java * Update Khmer dictionary * Change Java util.ListFormat to text.ListFormatter and other updates, use CLDR data, port to C++ * Add updated IBM-eucJP and IBM-5233 converter * Improve number formatting performance * C++ GenderInfo: Effective combined gender of a list of people's genders (ported from Java) * Thread safety support cannot be removed (see the Readme) * Default compilers: Clang is now used if available (see the Readme) * C++ Collator API cleanup, subclassing-API-breaking changes (see the Readme) * Add option to genrb tool for writing java resource bundle files * Time zone format APIs @ text @$NetBSD: patch-common_unicode_uset_h,v 1.1 2012/07/06 04:54:25 dholland Exp $ Declare functions with prototypes. (Otherwise some client packages break.) --- common/unicode/uset.h.orig 2012-06-01 14:52:36.000000000 +0000 +++ common/unicode/uset.h @@@@ -251,7 +251,7 @@@@ typedef struct USerializedSet { * @@stable ICU 4.2 */ U_STABLE USet* U_EXPORT2 -uset_openEmpty(); +uset_openEmpty(void); /** * Creates a USet object that contains the range of characters @ 1.1 log @Functions with empty args should be declared (void), not (). Fixes build of lang/parrot. PKGREVISION -> 1. @ text @d1 1 a1 1 $NetBSD$ @