2012-11-07 21:59:51 by Adam Ciarcinski | Files touched by this commit (11) | |
Log message:
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
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-07-10 21:14:48 by Benny Siegert | Files touched by this commit (3) |
Log message:
Add MirBSD support and unbreak build on MirOS. No-op on other platforms
so no PKGREVISION bump.
|
2012-07-06 06:54:25 by David A. Holland | Files touched by this commit (3) |
Log message:
Functions with empty args should be declared (void), not (). Fixes build
of lang/parrot. PKGREVISION -> 1.
|
2012-07-03 20:37:26 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 49.1.2:
* 9242 ICU4C fails to parse pattern containing EEE properly whilst ICU4J parses \
it successfully
* 9258 Number format performance
* 9283 uregex_open fails for look-behind assertion + case-insensitive
* 9284 Date format roundtrip test failure
* 9295 HPPA endianness detection
* 9313 Problem building ICU4C with Cygwin/MSVC
* 9332 Linux s390 endianness detection
* 9336 Problem building ICU4C 49.1.1 on zOS
|
2012-05-08 18:10:39 by Hans Rosenfeld | Files touched by this commit (3) |
Log message:
Avoid C99/XOPEN_SOURCE confusion. Fixes build on SunOS.
|
2012-04-27 14:32:08 by OBATA Akio | Files touched by this commit (302) |
Log message:
Recursive bump from icu shlib major bumped to 49.
|
2012-04-27 12:54:49 by OBATA Akio | Files touched by this commit (1) |
Log message:
expect builtin gcc atomic functions for gcc>=4.1.
|
2012-04-26 20:12:37 by Martin Husemann | Files touched by this commit (3) |
Log message:
On BSD use <sys/endian.h> to derive endianess, instead of defaulting
to little endian always.
|
2012-04-25 20:53:44 by Adam Ciarcinski | Files touched by this commit (8) |
Log message:
Changes 49.1.1:
* Unicode 6.1: New scripts & blocks; changes to grapheme break & line break
property values; some characters change from symbol to Po or No; etc.
* CLDR 21.0.1: Changes in segmentation data to match Unicode 6.1; new structures
for support of Chinese calendar, for context-dependent capitalization, for
gender of lists of people, for ordinal categories, and for multiple number
systems per locale; deprecation of "commonlyUsed" element in \
timezone names;
removal of "whole-locale" aliases; major cleanups of timezone names,
delimiter data, abbreviated number data.
* Normalizer2 API additions
* Easier-to-use getInstance() variants; e.g., getNFDInstance()
* Getter for the combining-class value for a code point
* Getter for the raw Decomposition_Mapping
* Pairwise composition
* TimeZone class: (C++) Getter for unknown time zone, (Java) fields for GMT &
unknown zone
* Support for deprecation of the "commonlyUsed" element for CLDR metazones
* DateTimePatternGenerator can now use separate patterns for skeletons that
differ only in MMM vs MMMM or EEE vs EEEE, etc.
* Support for custom DecimalFormatSymbols in RuleBasedNumberFormat
* Format and parse Chinese calendar dates including support for intercalary
months
* Context Transforms for context-dependent capitalization behavior
* APIs for TimeZoneNames and TimeZoneFormat
* Support for new date format pattern "ZZZZZ" for ISO 8601 zone format
* Options for ambiguous local time resolution in Calendar
* Support for ISO 4217 numeric currency code
|