pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/icu



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  9 07:10:09 UTC 2013

Modified Files:
        pkgsrc/textproc/icu: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/textproc/icu/patches: patch-tools_genrb_derb.c

Log Message:
Changes 51.1:

Common Changes
==============
CLDR 23: Collation tailorings put native script first; non-Gregorian calendar 
formats are more consistent; much improved data for Armenian (hy), Georgian 
(ka), Mongolian (mn), and Welsh (cy); …
Time zone data: 2013b
Date format/parse now supports CLDR short weekday names ("EEEEEE", "cccccc").
Support DisplayContext for date formatting, locale display names.
DateTimePatternGenerator behavior is now much more consistent between C and J.
Support new timezone pattern characters in LDML spec: X+, x+, O, OOOO, V, VV, 
VVV.
Updated  SpoofChecker for v5 of UTS39.
AlphabeticIndex enhancements:
New thread-safe ImmutableIndex sub-API
Build an index for a custom Collator.
Make data-driven for Chinese collations.
New API for CLDR script metadata.

ICU4C Specific Changes
======================
Support for “dangi” Korean luni-solar calendar (already in ICU4J).
Add CompactDecimalFormat (already in ICU4J).
Add TerritoryContainment APIs (already in ICU4J).
UnicodeString default constructor and destructor now inline.
Layout engine now supports 'morx' tables.
Fixed some ICU 50 regressions:
Affixes set with e.g. DecimalFormat::setPositivePrefix were ignored for parse.
UNUM_PARSE_INT_ONLY no longer handled grouping separator.
Add ucal_getTimeZoneID.
The C++ AlphabeticIndex implementation is now on par with Java, including full 
support for all Chinese collation tailorings.
U8_NEXT() and similar low-level macros now support NUL-terminated UTF-8 strings.
New macros like U8_NEXT_OR_FFFD() return U+FFFD for an ill-formed sequence.
Conversion: New "good one-way" mapping type, for example for Variation Selector 
sequences.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/textproc/icu/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/icu/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/icu/buildlink3.mk
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/icu/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/icu/patches/patch-tools_genrb_derb.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