Next | Query returned 210 messages, browsing 111 to 120 | Previous

History of commit frequency

CVS Commit History:


   2013-10-19 10:47:36 by Adam Ciarcinski | Files touched by this commit (9) | Package updated
Log message:
Changes 52.1:
Unicode 6.3: New bidi control codes, new Bidi_Class property values, two new \ 
bidi "bracket" properties; for other property value changes see the \ 
UAX 44 summary.
The bidi algorithm implementation has also been updated to support the new \ 
properties and to match the updated algorithm in the Unicode 6.3 version of UAX \ 
9.
Note: ICU 52 still uses collation root data based on Unicode Collation Algorithm \ 
6.2 (UCA 6.2). (However, ICU 52 does use CLDR 24 collation tailoring data.)
CLDR 24: Improved coverage for top 70+ languages, fractional plural rules and \ 
forms, many new measurement units, major simplification of collation rule \ 
syntax, preliminary version of European Ordering Rules, new relative fields such \ 
as “last Sunday” and “now”, and much more.
Time zone data: 2013g.
Support new variants of Islamic calendar:
"islamic-umalqura": Umm al-Qura.
"islamic-tbla": Tabular (fixed intercalary years), with astronomical epoch.
Made Calendar getDayOfWeekType behave as documented.
New API for converting between Windows time zone ID and IANA tz database ID.
Technology Preview: New API for more granular control of DateFormat parse leniency.
DateTimePatternGenerator:
Support recently-added time zone pattern characters O, X, x and updated support \ 
for V, Z.
Support newly-defined skeleton character ‘J’ to generate preferred \ 
hour cycle without any day period indicator (such as AM/PM for h).
Implement support for plurals that depend on displayed fractional values.
MessageFormat and currency formatting etc. select appropriate plural forms for \ 
values with decimal digits (after the decimal point).
Segmentation:
Add dictionary-based word & line break for Lao.
   2013-10-07 17:58:48 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Fix build on OpenBSD.
   2013-10-05 13:43:32 by Matthias Scheler | Files touched by this commit (2)
Log message:
Fix remaining build problem under Mac OS X:
As "DSO_LIBDIR" is now always set (and must be always set because of all
the changes that refer to it) we cannot use it to check for the Cygwin
case anymore. Instead check whether "OPSYS" is (not) equal to \ 
"Cygwin".
   2013-10-05 13:08:24 by Matthias Scheler | Files touched by this commit (2)
Log message:
Make sure that the target directory for shared libraries is always defined.
This fixes one of the build problems under NetBSD and Mac OS X introduced
by the Cygwin patches.
   2013-10-04 20:26:29 by Joerg Sonnenberger | Files touched by this commit (13)
Log message:
Correctly install DLLs for Cygwin. The dynamic data library build is
still a bit fishy, but this gets it to a mostly usable state at least.
   2013-08-07 12:19:04 by Jared D. McNeill | Files touched by this commit (1)
Log message:
apply arm-gcc-atomics hack to earm too
   2013-06-04 08:39:45 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 51.2:
Bug fixes:
* fix for enumset.h not being installed on Windows
* zOS pkgdata fix
* Test fixes
* Region enumeration fix
* make stable sort faster
* host failures for DateFormatTest
* LayoutEngine security patches (see above)
* ubrk fix for word_POSIX infinite loop
* fix memory leak/crash in LayoutEngine
* fix header guard typo in layout/TibetanReordering.h
   2013-05-09 09:59:26 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
This one should not be revbumped!
   2013-05-09 09:40:47 by Adam Ciarcinski | Files touched by this commit (620)
Log message:
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
   2013-05-09 09:10:09 by Adam Ciarcinski | Files touched by this commit (5)
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.

Next | Query returned 210 messages, browsing 111 to 120 | Previous