]>
granicus.if.org Git - icu/log
Yoshito Umaoka [Thu, 11 Dec 2014 22:04:19 +0000 (22:04 +0000)]
ICU-11314 BRS - minor updates in readme.
X-SVN-Rev: 36863
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
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
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
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
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
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
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
Yoshito Umaoka [Thu, 11 Dec 2014 17:03:23 +0000 (17:03 +0000)]
ICU-11314 Fixed compiler/FindBugs warnings.
X-SVN-Rev: 36855
Yoshito Umaoka [Thu, 11 Dec 2014 16:42:53 +0000 (16:42 +0000)]
ICU-11314 BRS - organize imports
X-SVN-Rev: 36854
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
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
Steven R. Loomis [Wed, 10 Dec 2014 23:20:41 +0000 (23:20 +0000)]
ICU-10774 remove a stray logln
X-SVN-Rev: 36849
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
Michael Ow [Wed, 10 Dec 2014 21:41:07 +0000 (21:41 +0000)]
ICU-11313 Fix bom in FractionalUCA file
X-SVN-Rev: 36847
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
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
Michael Ow [Wed, 10 Dec 2014 21:21:57 +0000 (21:21 +0000)]
ICU-11313 Fix line endings for 55m1
X-SVN-Rev: 36844
Michael Ow [Wed, 10 Dec 2014 21:05:34 +0000 (21:05 +0000)]
ICU-11313 Update configure script for 55m1
X-SVN-Rev: 36843
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
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
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
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
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
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
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
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
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
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
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
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
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
Travis Keep [Tue, 9 Dec 2014 00:48:08 +0000 (00:48 +0000)]
ICU-11383 Attempt to fix broken build.
X-SVN-Rev: 36828
Markus Scherer [Mon, 8 Dec 2014 23:43:46 +0000 (23:43 +0000)]
ICU-10829 allow sec/ter weight 02
X-SVN-Rev: 36827
Travis Keep [Mon, 8 Dec 2014 23:25:27 +0000 (23:25 +0000)]
ICU-11383 Remove ScientificFormatHelper C++
X-SVN-Rev: 36826
Travis Keep [Mon, 8 Dec 2014 23:22:14 +0000 (23:22 +0000)]
ICU-11383 Remove ScientificFormatHelper JAVA
X-SVN-Rev: 36825
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
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
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
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
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
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
Travis Keep [Fri, 5 Dec 2014 19:23:22 +0000 (19:23 +0000)]
ICU-11401 Attempt to fix broken build.
X-SVN-Rev: 36812
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
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
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
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
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
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
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
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
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
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
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
Markus Scherer [Sun, 30 Nov 2014 19:56:32 +0000 (19:56 +0000)]
ICU-11388 regression test from Java
X-SVN-Rev: 36782
Markus Scherer [Sun, 30 Nov 2014 19:55:58 +0000 (19:55 +0000)]
ICU-11388 fix bug in CollationFastLatinBuilder
X-SVN-Rev: 36781
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
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
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
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
Steven R. Loomis [Thu, 20 Nov 2014 05:20:36 +0000 (05:20 +0000)]
ICU-11389 more reversion
X-SVN-Rev: 36766
Steven R. Loomis [Thu, 20 Nov 2014 02:49:35 +0000 (02:49 +0000)]
ICU-11389 revert bad commit
X-SVN-Rev: 36763
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
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
Steven R. Loomis [Thu, 20 Nov 2014 00:50:03 +0000 (00:50 +0000)]
ICU-11389 improve error checking (fix)
X-SVN-Rev: 36760
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
Steven R. Loomis [Thu, 20 Nov 2014 00:34:29 +0000 (00:34 +0000)]
ICU-11389 improve error checking
X-SVN-Rev: 36758
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
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
Markus Scherer [Wed, 19 Nov 2014 21:47:40 +0000 (21:47 +0000)]
ICU-8477 deprecate IDNA2003 API
X-SVN-Rev: 36755
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
Markus Scherer [Wed, 19 Nov 2014 00:53:11 +0000 (00:53 +0000)]
ICU-8477 deprecate IDNA2003 API
X-SVN-Rev: 36751
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
Travis Keep [Tue, 18 Nov 2014 19:22:33 +0000 (19:22 +0000)]
ICU-10952 Add JAVA ScientificNumberFormatter class.
X-SVN-Rev: 36749
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
Travis Keep [Tue, 18 Nov 2014 16:48:37 +0000 (16:48 +0000)]
ICU-10952 Attempt to fix broken build.
X-SVN-Rev: 36747
Travis Keep [Tue, 18 Nov 2014 00:55:15 +0000 (00:55 +0000)]
ICU-10952 Introduce ScientificNumberFormatter.
X-SVN-Rev: 36746
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
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
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
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
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
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
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
Yoshito Umaoka [Tue, 11 Nov 2014 19:08:49 +0000 (19:08 +0000)]
ICU-11315 tzdata2014j updates in ICU4J.
X-SVN-Rev: 36719
Yoshito Umaoka [Tue, 11 Nov 2014 19:08:28 +0000 (19:08 +0000)]
ICU-11315 tzdata2014j updates in ICU4C.
X-SVN-Rev: 36718
Yoshito Umaoka [Fri, 24 Oct 2014 05:17:44 +0000 (05:17 +0000)]
ICU-11315 tzdata2014i updates in ICU4C.
X-SVN-Rev: 36693
Yoshito Umaoka [Fri, 24 Oct 2014 05:17:30 +0000 (05:17 +0000)]
ICU-11315 tzdata2014i updates in ICU4J.
X-SVN-Rev: 36692
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
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
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
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
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
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
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
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
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
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
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
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