]> granicus.if.org Git - icu/log
icu
10 years agoICU-11314 BRS - minor updates in readme.
Yoshito Umaoka [Thu, 11 Dec 2014 22:04:19 +0000 (22:04 +0000)]
ICU-11314 BRS - minor updates in readme.

X-SVN-Rev: 36863

10 years agoICU-11424 Bugfix: RemoveTransliterator can cause NoClassDefFoundError
Fredrik Roubert [Thu, 11 Dec 2014 20:26:25 +0000 (20:26 +0000)]
ICU-11424 Bugfix: RemoveTransliterator can cause NoClassDefFoundError

Make RemoveTransliterator._ID final, to ensure that the compiler
inlines it, so that it won't be null when register() accesses it.

X-SVN-Rev: 36862

10 years agoICU-11314 Updated a test case for JDK TimeZone test. With JDK TimeZone, ignore the...
Yoshito Umaoka [Thu, 11 Dec 2014 18:58:07 +0000 (18:58 +0000)]
ICU-11314 Updated a test case for JDK TimeZone test. With JDK TimeZone, ignore the dicrepancy between setRawOffset and getRawOffset.

X-SVN-Rev: 36861

10 years agoICU-11389 (respond to review comments) fix low memory crasher in Region.
Steven R. Loomis [Thu, 11 Dec 2014 18:25:13 +0000 (18:25 +0000)]
ICU-11389 (respond to review comments) fix low memory crasher in Region.

Also add LocalUHashtablePointer.

X-SVN-Rev: 36860

10 years agoICU-11313 Remove compiler warnings from ICU C++ build.
Travis Keep [Thu, 11 Dec 2014 18:06:28 +0000 (18:06 +0000)]
ICU-11313 Remove compiler warnings from ICU C++ build.

X-SVN-Rev: 36859

10 years agoICU-10829 try to make some compilers happy
Markus Scherer [Thu, 11 Dec 2014 18:00:10 +0000 (18:00 +0000)]
ICU-10829 try to make some compilers happy

X-SVN-Rev: 36858

10 years agoICU-10829 simplify U+FFFE collation: U+FFFE use common non-primary weights, adjust...
Markus Scherer [Thu, 11 Dec 2014 17:17:03 +0000 (17:17 +0000)]
ICU-10829 simplify U+FFFE collation: U+FFFE use common non-primary weights, adjust code for that, test order of U+FFFE equivalent to CollationKey.merge() but not necessarily same sort keys, omit case level if lowerFirst and only common weights

X-SVN-Rev: 36857

10 years agoICU-10829 simplify U+FFFE collation: U+FFFE use common non-primary weights, adjust...
Markus Scherer [Thu, 11 Dec 2014 17:04:32 +0000 (17:04 +0000)]
ICU-10829 simplify U+FFFE collation: U+FFFE use common non-primary weights, adjust code for that, test order of U+FFFE equivalent to ucol_mergeSortkeys() but not necessarily same sort keys, omit case level if lowerFirst and only common weights

X-SVN-Rev: 36856

10 years agoICU-11314 Fixed compiler/FindBugs warnings.
Yoshito Umaoka [Thu, 11 Dec 2014 17:03:23 +0000 (17:03 +0000)]
ICU-11314 Fixed compiler/FindBugs warnings.

X-SVN-Rev: 36855

10 years agoICU-11314 BRS - organize imports
Yoshito Umaoka [Thu, 11 Dec 2014 16:42:53 +0000 (16:42 +0000)]
ICU-11314 BRS - organize imports

X-SVN-Rev: 36854

10 years agoICU-11417 CLDR 27 data integration for ICU55M1
John Emmons [Thu, 11 Dec 2014 16:16:10 +0000 (16:16 +0000)]
ICU-11417 CLDR 27 data integration for ICU55M1

X-SVN-Rev: 36851

10 years agoICU-11417 CLDR 27 data integration for ICU55M1
John Emmons [Thu, 11 Dec 2014 16:10:49 +0000 (16:10 +0000)]
ICU-11417 CLDR 27 data integration for ICU55M1

X-SVN-Rev: 36850

10 years agoICU-10774 remove a stray logln
Steven R. Loomis [Wed, 10 Dec 2014 23:20:41 +0000 (23:20 +0000)]
ICU-10774 remove a stray logln

X-SVN-Rev: 36849

10 years agoICU-11313 Fix for header test for 55m1
Michael Ow [Wed, 10 Dec 2014 22:21:21 +0000 (22:21 +0000)]
ICU-11313 Fix for header test for 55m1

X-SVN-Rev: 36848

10 years agoICU-11313 Fix bom in FractionalUCA file
Michael Ow [Wed, 10 Dec 2014 21:41:07 +0000 (21:41 +0000)]
ICU-11313 Fix bom in FractionalUCA file

X-SVN-Rev: 36847

10 years agoICU-11357 add constant for UK measurement system
Markus Scherer [Wed, 10 Dec 2014 21:32:48 +0000 (21:32 +0000)]
ICU-11357 add constant for UK measurement system

X-SVN-Rev: 36846

10 years agoICU-11357 add constant for UK measurement system
Markus Scherer [Wed, 10 Dec 2014 21:32:13 +0000 (21:32 +0000)]
ICU-11357 add constant for UK measurement system

X-SVN-Rev: 36845

10 years agoICU-11313 Fix line endings for 55m1
Michael Ow [Wed, 10 Dec 2014 21:21:57 +0000 (21:21 +0000)]
ICU-11313 Fix line endings for 55m1

X-SVN-Rev: 36844

10 years agoICU-11313 Update configure script for 55m1
Michael Ow [Wed, 10 Dec 2014 21:05:34 +0000 (21:05 +0000)]
ICU-11313 Update configure script for 55m1

X-SVN-Rev: 36843

10 years agoICU-11412 TimeZoneFormat copy constructor should initialize fTZDBTimeZoneNames to...
Peter Edberg [Wed, 10 Dec 2014 20:19:42 +0000 (20:19 +0000)]
ICU-11412 TimeZoneFormat copy constructor should initialize fTZDBTimeZoneNames to NULL

X-SVN-Rev: 36842

10 years agoICU-10638 Add factory method to create a UStringEnumeration from UEnumeration.
Travis Keep [Wed, 10 Dec 2014 17:02:02 +0000 (17:02 +0000)]
ICU-10638 Add factory method to create a UStringEnumeration from UEnumeration.

X-SVN-Rev: 36841

10 years agoICU-11415 Fixed a locale display name issue with a currency keyword.
Yoshito Umaoka [Wed, 10 Dec 2014 09:08:03 +0000 (09:08 +0000)]
ICU-11415 Fixed a locale display name issue with a currency keyword.

X-SVN-Rev: 36840

10 years agoICU-11415 Fixed a locale display name issue with a currency keyword.
Yoshito Umaoka [Wed, 10 Dec 2014 09:00:53 +0000 (09:00 +0000)]
ICU-11415 Fixed a locale display name issue with a currency keyword.

X-SVN-Rev: 36839

10 years agoICU-10569 Add test to verify that equals and hashCode on Measure work correctly.
Travis Keep [Wed, 10 Dec 2014 00:43:17 +0000 (00:43 +0000)]
ICU-10569 Add test to verify that equals and hashCode on Measure work correctly.

X-SVN-Rev: 36838

10 years agoICU-10438 Document that JAVA Duration RuleBasedNumberFormat always rounds down.
Travis Keep [Tue, 9 Dec 2014 23:58:32 +0000 (23:58 +0000)]
ICU-10438 Document that JAVA Duration RuleBasedNumberFormat always rounds down.

X-SVN-Rev: 36837

10 years agoICU-10774 fix a knownissue: Collator::getAvailableLocales calculation.
Steven R. Loomis [Tue, 9 Dec 2014 23:54:56 +0000 (23:54 +0000)]
ICU-10774 fix a knownissue: Collator::getAvailableLocales calculation.

Also, replace uhash_nextElement's parameter "-1" with UHASH_FIRST for clarity.
Also, improve service registration debugging code

X-SVN-Rev: 36836

10 years agoICU-10438 Document that C++ Duration RuleBasedNumberFormat always rounds down.
Travis Keep [Tue, 9 Dec 2014 23:53:19 +0000 (23:53 +0000)]
ICU-10438 Document that C++ Duration RuleBasedNumberFormat always rounds down.

X-SVN-Rev: 36835

10 years agoICU-10638 Fix collator:;getKeywordsXXX functions so that they never leak memory.
Travis Keep [Tue, 9 Dec 2014 23:08:31 +0000 (23:08 +0000)]
ICU-10638 Fix collator:;getKeywordsXXX functions so that they never leak memory.

X-SVN-Rev: 36834

10 years agoICU-11360 Remove statement to include platform config file in letest makefile
Michael Ow [Tue, 9 Dec 2014 22:10:45 +0000 (22:10 +0000)]
ICU-11360 Remove statement to include platform config file in letest makefile

X-SVN-Rev: 36833

10 years agoICU-10958 Update URL to instructions for updating generated code in MeasureUnit.java
Travis Keep [Tue, 9 Dec 2014 21:13:59 +0000 (21:13 +0000)]
ICU-10958 Update URL to instructions for updating generated code in MeasureUnit.java

X-SVN-Rev: 36832

10 years agoICU-11365 Fix INT32_MAX and INT32_MIN build error on HP-UX
Michael Ow [Tue, 9 Dec 2014 19:38:39 +0000 (19:38 +0000)]
ICU-11365 Fix INT32_MAX and INT32_MIN build error on HP-UX

X-SVN-Rev: 36831

10 years agoICU-11390 Remove static objects from intltest ThreadSafeFormat.
Andy Heninger [Tue, 9 Dec 2014 01:27:53 +0000 (01:27 +0000)]
ICU-11390 Remove static objects from intltest ThreadSafeFormat.

X-SVN-Rev: 36829

10 years agoICU-11383 Attempt to fix broken build.
Travis Keep [Tue, 9 Dec 2014 00:48:08 +0000 (00:48 +0000)]
ICU-11383 Attempt to fix broken build.

X-SVN-Rev: 36828

10 years agoICU-10829 allow sec/ter weight 02
Markus Scherer [Mon, 8 Dec 2014 23:43:46 +0000 (23:43 +0000)]
ICU-10829 allow sec/ter weight 02

X-SVN-Rev: 36827

10 years agoICU-11383 Remove ScientificFormatHelper C++
Travis Keep [Mon, 8 Dec 2014 23:25:27 +0000 (23:25 +0000)]
ICU-11383 Remove ScientificFormatHelper C++

X-SVN-Rev: 36826

10 years agoICU-11383 Remove ScientificFormatHelper JAVA
Travis Keep [Mon, 8 Dec 2014 23:22:14 +0000 (23:22 +0000)]
ICU-11383 Remove ScientificFormatHelper JAVA

X-SVN-Rev: 36825

10 years agoICU-11414 uspoof, fix Visual Studio compile problems.
Andy Heninger [Mon, 8 Dec 2014 22:40:31 +0000 (22:40 +0000)]
ICU-11414 uspoof, fix Visual Studio compile problems.

X-SVN-Rev: 36824

10 years agoICU-11414 uspoof, freeze the recommended and inclusion sets.
Andy Heninger [Mon, 8 Dec 2014 19:56:43 +0000 (19:56 +0000)]
ICU-11414 uspoof, freeze the recommended and inclusion sets.

X-SVN-Rev: 36823

10 years agoICU-11295 Fix getNumberFormatForField so that it returns either a valid pointer or...
Travis Keep [Mon, 8 Dec 2014 19:35:38 +0000 (19:35 +0000)]
ICU-11295 Fix getNumberFormatForField so that it returns either a valid pointer or NULL.

X-SVN-Rev: 36822

10 years agoICU-10823 ICUResourceBundle add & support enum OpenType, use OpenType.LOCALE_ROOT...
Markus Scherer [Mon, 8 Dec 2014 17:54:11 +0000 (17:54 +0000)]
ICU-10823 ICUResourceBundle add & support enum OpenType, use OpenType.LOCALE_ROOT for Collator & BreakIterator, also change default locale to root for those services

X-SVN-Rev: 36818

10 years agoICU-11411 Fixed problematic hardcoded JDK Locale mapping for ULocale Chinese constants.
Yoshito Umaoka [Fri, 5 Dec 2014 23:48:28 +0000 (23:48 +0000)]
ICU-11411 Fixed problematic hardcoded JDK Locale mapping for ULocale Chinese constants.

X-SVN-Rev: 36814

10 years agoICU-11303 Bring MeasureFormat per unit formatting out of tech preview.
Travis Keep [Fri, 5 Dec 2014 20:52:28 +0000 (20:52 +0000)]
ICU-11303 Bring MeasureFormat per unit formatting out of tech preview.

X-SVN-Rev: 36813

10 years agoICU-11401 Attempt to fix broken build.
Travis Keep [Fri, 5 Dec 2014 19:23:22 +0000 (19:23 +0000)]
ICU-11401 Attempt to fix broken build.

X-SVN-Rev: 36812

10 years agoICU-11401 Reduce cache keyspace by caching only the components of DateFormat by local...
Travis Keep [Fri, 5 Dec 2014 18:15:35 +0000 (18:15 +0000)]
ICU-11401 Reduce cache keyspace by caching only the components of DateFormat by locale rather than actual DateFormat objects.

X-SVN-Rev: 36811

10 years agoICU-11406 RBBITest/TestUnicodeFiles, remove inadvertant C++11-ism
Andy Heninger [Thu, 4 Dec 2014 21:46:01 +0000 (21:46 +0000)]
ICU-11406 RBBITest/TestUnicodeFiles, remove inadvertant C++11-ism

X-SVN-Rev: 36807

10 years agoICU-10823 add ures_openNoDefault() and use it from collation data loader and BreakIte...
Markus Scherer [Thu, 4 Dec 2014 21:11:26 +0000 (21:11 +0000)]
ICU-10823 add ures_openNoDefault() and use it from collation data loader and BreakIterator; refactor ures_openXyz() for code sharing

X-SVN-Rev: 36806

10 years agoICU-11408 Fix to put durationUnits with the other units
John Emmons [Thu, 4 Dec 2014 20:11:53 +0000 (20:11 +0000)]
ICU-11408 Fix to put durationUnits with the other units

X-SVN-Rev: 36805

10 years agoICU-11406 RBBITest/TestUnicodeFiles, improve known issue detection.
Andy Heninger [Wed, 3 Dec 2014 23:43:47 +0000 (23:43 +0000)]
ICU-11406 RBBITest/TestUnicodeFiles, improve known issue detection.

X-SVN-Rev: 36804

10 years agoICU-11363 Thread#join() to the main test thread after start.
Yoshito Umaoka [Tue, 2 Dec 2014 23:08:38 +0000 (23:08 +0000)]
ICU-11363 Thread#join() to the main test thread after start.

X-SVN-Rev: 36802

10 years agoICU-11371 Improved checking of regular expression pattern size limits.
Andy Heninger [Tue, 2 Dec 2014 21:58:18 +0000 (21:58 +0000)]
ICU-11371 Improved checking of regular expression pattern size limits.

X-SVN-Rev: 36801

10 years agoICU-11373 Regex, check for integer overflow in maxMatchLength computation.
Andy Heninger [Tue, 2 Dec 2014 19:24:31 +0000 (19:24 +0000)]
ICU-11373 Regex, check for integer overflow in maxMatchLength computation.

X-SVN-Rev: 36794

10 years agoICU-11373 disable prematurely checked in test case.
Andy Heninger [Tue, 2 Dec 2014 17:10:04 +0000 (17:10 +0000)]
ICU-11373 disable prematurely checked in test case.

X-SVN-Rev: 36793

10 years agoICU-11374 Regular Expression, improve checking of integer overflow.
Andy Heninger [Tue, 2 Dec 2014 17:05:27 +0000 (17:05 +0000)]
ICU-11374 Regular Expression, improve checking of integer overflow.

X-SVN-Rev: 36792

10 years agoICU-11374 Regular Expression, improve checking of integer overflow.
Andy Heninger [Tue, 2 Dec 2014 01:32:49 +0000 (01:32 +0000)]
ICU-11374 Regular Expression, improve checking of integer overflow.

X-SVN-Rev: 36790

10 years agoICU-11388 regression test from Java
Markus Scherer [Sun, 30 Nov 2014 19:56:32 +0000 (19:56 +0000)]
ICU-11388 regression test from Java

X-SVN-Rev: 36782

10 years agoICU-11388 fix bug in CollationFastLatinBuilder
Markus Scherer [Sun, 30 Nov 2014 19:55:58 +0000 (19:55 +0000)]
ICU-11388 fix bug in CollationFastLatinBuilder

X-SVN-Rev: 36781

10 years agoICU-11315 Merging metazone mapping data fix for Russian zones from cldrbug:8041.
Yoshito Umaoka [Tue, 25 Nov 2014 21:27:17 +0000 (21:27 +0000)]
ICU-11315 Merging metazone mapping data fix for Russian zones from cldrbug:8041.

X-SVN-Rev: 36780

10 years agoICU-11315 Merging metazone mapping data fix for Russian zones from cldrbug:8041.
Yoshito Umaoka [Tue, 25 Nov 2014 21:26:38 +0000 (21:26 +0000)]
ICU-11315 Merging metazone mapping data fix for Russian zones from cldrbug:8041.

X-SVN-Rev: 36779

10 years agoICU-11293 Added udat_formatCalendar allowing C API user to specify a calendar as...
Yoshito Umaoka [Tue, 25 Nov 2014 04:34:58 +0000 (04:34 +0000)]
ICU-11293 Added udat_formatCalendar allowing C API user to specify a calendar as a parameter.

X-SVN-Rev: 36777

10 years agoICU-11216 Removed language code 'wen' from the LCID mapping table. MS uses 'hsb'...
Yoshito Umaoka [Fri, 21 Nov 2014 23:53:20 +0000 (23:53 +0000)]
ICU-11216 Removed language code 'wen' from the LCID mapping table. MS uses 'hsb' (and 'dsb') in the latest LCID reference document, but 'wen' is not used.

X-SVN-Rev: 36770

10 years agoICU-11389 more reversion
Steven R. Loomis [Thu, 20 Nov 2014 05:20:36 +0000 (05:20 +0000)]
ICU-11389 more reversion

X-SVN-Rev: 36766

10 years agoICU-11389 revert bad commit
Steven R. Loomis [Thu, 20 Nov 2014 02:49:35 +0000 (02:49 +0000)]
ICU-11389 revert bad commit

X-SVN-Rev: 36763

10 years agoICU-11389 revert r36758 - re-checkin under r11139 once working?
Steven R. Loomis [Thu, 20 Nov 2014 01:28:18 +0000 (01:28 +0000)]
ICU-11389 revert r36758 - re-checkin under r11139 once working?

X-SVN-Rev: 36762

10 years agoICU-11389 revert r36758 - re-checkin under r11139 once working?
Steven R. Loomis [Thu, 20 Nov 2014 01:26:30 +0000 (01:26 +0000)]
ICU-11389 revert r36758 - re-checkin under r11139 once working?

X-SVN-Rev: 36761

10 years agoICU-11389 improve error checking (fix)
Steven R. Loomis [Thu, 20 Nov 2014 00:50:03 +0000 (00:50 +0000)]
ICU-11389 improve error checking (fix)

X-SVN-Rev: 36760

10 years agoICU-11139 A quick fix in the new DateFormat factory logic to use the current default...
Yoshito Umaoka [Thu, 20 Nov 2014 00:41:24 +0000 (00:41 +0000)]
ICU-11139 A quick fix in the new DateFormat factory logic to use the current default time zone in a new instance.

X-SVN-Rev: 36759

10 years agoICU-11389 improve error checking
Steven R. Loomis [Thu, 20 Nov 2014 00:34:29 +0000 (00:34 +0000)]
ICU-11389 improve error checking

X-SVN-Rev: 36758

10 years agoICU-11339 add & use LocalPointer(p, errorCode) and adoptInsteadAndCheckErrorCode...
Markus Scherer [Thu, 20 Nov 2014 00:27:17 +0000 (00:27 +0000)]
ICU-11339 add & use LocalPointer(p, errorCode) and adoptInsteadAndCheckErrorCode(p, errorCode)

X-SVN-Rev: 36757

10 years agoICU-11389 Fixed a problem in Win32DateFormat assignment operator which triggered...
Yoshito Umaoka [Thu, 20 Nov 2014 00:08:49 +0000 (00:08 +0000)]
ICU-11389 Fixed a problem in Win32DateFormat assignment operator which triggered intltest.exe crash in u_cleanup with the recent DateFormat caching change.

X-SVN-Rev: 36756

10 years agoICU-8477 deprecate IDNA2003 API
Markus Scherer [Wed, 19 Nov 2014 21:47:40 +0000 (21:47 +0000)]
ICU-8477 deprecate IDNA2003 API

X-SVN-Rev: 36755

10 years agoICU-11336 recombine stack buffer arrays; one int16_t for short length & flags
Markus Scherer [Wed, 19 Nov 2014 21:17:24 +0000 (21:17 +0000)]
ICU-11336 recombine stack buffer arrays; one int16_t for short length & flags

X-SVN-Rev: 36754

10 years agoICU-8477 deprecate IDNA2003 API
Markus Scherer [Wed, 19 Nov 2014 00:53:11 +0000 (00:53 +0000)]
ICU-8477 deprecate IDNA2003 API

X-SVN-Rev: 36751

10 years agoICU-10275 Remove hardcoded fallback logic in J ListFormatter
Travis Keep [Tue, 18 Nov 2014 22:12:41 +0000 (22:12 +0000)]
ICU-10275 Remove hardcoded fallback logic in J ListFormatter

X-SVN-Rev: 36750

10 years agoICU-10952 Add JAVA ScientificNumberFormatter class.
Travis Keep [Tue, 18 Nov 2014 19:22:33 +0000 (19:22 +0000)]
ICU-10952 Add JAVA ScientificNumberFormatter class.

X-SVN-Rev: 36749

10 years agoICU-10275 Remove fallback hack in C ListFormatter class.
Travis Keep [Tue, 18 Nov 2014 19:20:57 +0000 (19:20 +0000)]
ICU-10275 Remove fallback hack in C ListFormatter class.

X-SVN-Rev: 36748

10 years agoICU-10952 Attempt to fix broken build.
Travis Keep [Tue, 18 Nov 2014 16:48:37 +0000 (16:48 +0000)]
ICU-10952 Attempt to fix broken build.

X-SVN-Rev: 36747

10 years agoICU-10952 Introduce ScientificNumberFormatter.
Travis Keep [Tue, 18 Nov 2014 00:55:15 +0000 (00:55 +0000)]
ICU-10952 Introduce ScientificNumberFormatter.

X-SVN-Rev: 36746

10 years agoICU-11139 Add JAVA DateFormat factory methods to C++
Travis Keep [Tue, 18 Nov 2014 00:43:49 +0000 (00:43 +0000)]
ICU-11139 Add JAVA DateFormat factory methods to C++

X-SVN-Rev: 36745

10 years agoICU-11375 ICU root collation: remove Cyrillic contractions
Markus Scherer [Mon, 17 Nov 2014 00:42:16 +0000 (00:42 +0000)]
ICU-11375 ICU root collation: remove Cyrillic contractions

X-SVN-Rev: 36736

10 years agoICU-11375 ICU root collation: remove Cyrillic contractions
Markus Scherer [Mon, 17 Nov 2014 00:41:41 +0000 (00:41 +0000)]
ICU-11375 ICU root collation: remove Cyrillic contractions

X-SVN-Rev: 36735

10 years agoICU-11380 genuca tool changes for root radical-stroke order
Markus Scherer [Thu, 13 Nov 2014 21:19:37 +0000 (21:19 +0000)]
ICU-11380 genuca tool changes for root radical-stroke order

X-SVN-Rev: 36730

10 years agoICU-11363 Updated SimpleDateFormat clone implementation to create a copy of an array...
Yoshito Umaoka [Thu, 13 Nov 2014 18:50:44 +0000 (18:50 +0000)]
ICU-11363 Updated SimpleDateFormat clone implementation to create a copy of an array used for numeric field formatting.

X-SVN-Rev: 36729

10 years agoICU-11369 Regex, fix incorrect optimization of patterns with a zero length quantifier {0}
Andy Heninger [Wed, 12 Nov 2014 23:42:14 +0000 (23:42 +0000)]
ICU-11369 Regex, fix incorrect optimization of patterns with a zero length quantifier {0}

X-SVN-Rev: 36727

10 years agoICU-11370 Regex, add missing range check of length of a look-behind expression.
Andy Heninger [Wed, 12 Nov 2014 23:10:21 +0000 (23:10 +0000)]
ICU-11370 Regex, add missing range check of length of a look-behind expression.

X-SVN-Rev: 36724

10 years agoICU-11315 tzdata2014j updates in ICU4J.
Yoshito Umaoka [Tue, 11 Nov 2014 19:08:49 +0000 (19:08 +0000)]
ICU-11315 tzdata2014j updates in ICU4J.

X-SVN-Rev: 36719

10 years agoICU-11315 tzdata2014j updates in ICU4C.
Yoshito Umaoka [Tue, 11 Nov 2014 19:08:28 +0000 (19:08 +0000)]
ICU-11315 tzdata2014j updates in ICU4C.

X-SVN-Rev: 36718

10 years agoICU-11315 tzdata2014i updates in ICU4C.
Yoshito Umaoka [Fri, 24 Oct 2014 05:17:44 +0000 (05:17 +0000)]
ICU-11315 tzdata2014i updates in ICU4C.

X-SVN-Rev: 36693

10 years agoICU-11315 tzdata2014i updates in ICU4J.
Yoshito Umaoka [Fri, 24 Oct 2014 05:17:30 +0000 (05:17 +0000)]
ICU-11315 tzdata2014i updates in ICU4J.

X-SVN-Rev: 36692

10 years agoICU-11343 Fixed a deadlock problem in the TimeZone static initializer code.
Yoshito Umaoka [Thu, 23 Oct 2014 07:28:44 +0000 (07:28 +0000)]
ICU-11343 Fixed a deadlock problem in the TimeZone static initializer code.

X-SVN-Rev: 36688

10 years agoICU-11342 cast CharBuffer to CharSequence before calling .subSequence()
Markus Scherer [Mon, 20 Oct 2014 21:08:42 +0000 (21:08 +0000)]
ICU-11342 cast CharBuffer to CharSequence before calling .subSequence()

X-SVN-Rev: 36682

10 years agoICU-11341 better ICUBinary.getByteBufferFromInputStream(): minimize number of memory...
Markus Scherer [Mon, 20 Oct 2014 20:45:22 +0000 (20:45 +0000)]
ICU-11341 better ICUBinary.getByteBufferFromInputStream(): minimize number of memory allocations, allocate available() bytes on good JDK, do not rely on available() for finding the end of the stream

X-SVN-Rev: 36681

10 years agoICU-11337 Updated zoneinfo resource header comment. Not updating existing zoneinfo64...
Yoshito Umaoka [Wed, 15 Oct 2014 20:41:44 +0000 (20:41 +0000)]
ICU-11337 Updated zoneinfo resource header comment. Not updating existing zoneinfo64.txt in trunk for now.

X-SVN-Rev: 36675

10 years agoICU-11302 Proper error handling with utext_clone in regular expression implementation.
Yoshito Umaoka [Mon, 13 Oct 2014 17:46:34 +0000 (17:46 +0000)]
ICU-11302 Proper error handling with utext_clone in regular expression implementation.

X-SVN-Rev: 36673

10 years agoICU-11325 fix operator==. Also, re-enable French.
Steven R. Loomis [Sat, 11 Oct 2014 00:22:06 +0000 (00:22 +0000)]
ICU-11325 fix operator==. Also, re-enable French.

X-SVN-Rev: 36672

10 years agoICU-11323 remove signal handler from gendict, also fix makedata.mak "clean" phase
Steven R. Loomis [Fri, 10 Oct 2014 23:44:31 +0000 (23:44 +0000)]
ICU-11323 remove signal handler from gendict, also fix makedata.mak "clean" phase

X-SVN-Rev: 36671

10 years agoICU-11245 Minor cleanup of RBBI Line Monkey test.
Andy Heninger [Fri, 10 Oct 2014 18:18:31 +0000 (18:18 +0000)]
ICU-11245 Minor cleanup of RBBI Line Monkey test.

X-SVN-Rev: 36670

10 years agoICU-11314 Updated the maven repository location to use https.
Yoshito Umaoka [Thu, 9 Oct 2014 23:24:58 +0000 (23:24 +0000)]
ICU-11314 Updated the maven repository location to use https.

X-SVN-Rev: 36668

10 years agoICU-11245 RBBI Line monkey test, add dictionary character exclusion, renable excluded...
Andy Heninger [Thu, 9 Oct 2014 23:19:21 +0000 (23:19 +0000)]
ICU-11245 RBBI Line monkey test, add dictionary character exclusion, renable excluded test.

X-SVN-Rev: 36666

10 years agoICU-11314 Updated ICU4J trunk version to 55m1.
Yoshito Umaoka [Thu, 9 Oct 2014 15:25:12 +0000 (15:25 +0000)]
ICU-11314 Updated ICU4J trunk version to 55m1.

X-SVN-Rev: 36656

10 years agoICU-11326 Updated build scripts to use bootclasspath option when compiling ICU4J...
Yoshito Umaoka [Thu, 9 Oct 2014 07:28:33 +0000 (07:28 +0000)]
ICU-11326 Updated build scripts to use bootclasspath option when compiling ICU4J library classes. Also updated build.xml to print out warning message when build environment is not properly configured for release.

X-SVN-Rev: 36655