]>
granicus.if.org Git - icu/log
Peter Edberg [Tue, 3 Oct 2017 23:20:18 +0000 (23:20 +0000)]
ICU-13366 spin off the remaining tz offset roundtrip and number roundtrip issues to #13390, 13391; update logKnownIssue
X-SVN-Rev: 40537
Peter Edberg [Tue, 3 Oct 2017 20:36:42 +0000 (20:36 +0000)]
ICU-13366 part 12, fix C SimpleDateFormat::subParse handling of 2-digit years for supplemental chars
X-SVN-Rev: 40536
Yoshito Umaoka [Tue, 3 Oct 2017 16:47:56 +0000 (16:47 +0000)]
ICU-13358 Merged the correction in LINCENSE under icu4c directory into the copy under icu4j directory.
X-SVN-Rev: 40535
Norbert Runge [Tue, 3 Oct 2017 16:08:43 +0000 (16:08 +0000)]
ICU-12986 parameterizes long running unit test to split it into shorter unit test runs.
X-SVN-Rev: 40534
Yoshito Umaoka [Tue, 3 Oct 2017 14:10:13 +0000 (14:10 +0000)]
ICU-13177 Changed NoUnit constructor from protected @internal to package local.
X-SVN-Rev: 40533
Yoshito Umaoka [Tue, 3 Oct 2017 04:56:54 +0000 (04:56 +0000)]
ICU-13358 Updated ICU4J API change report for 60.
X-SVN-Rev: 40532
Yoshito Umaoka [Tue, 3 Oct 2017 04:50:53 +0000 (04:50 +0000)]
ICU-13358 Added @SuppressWarnings(unused) to BreakIteratorTest.
X-SVN-Rev: 40531
Yoshito Umaoka [Tue, 3 Oct 2017 04:19:30 +0000 (04:19 +0000)]
ICU-13177 Fixed API doc issues. Missing explicit constructor for NumberFormatter.
X-SVN-Rev: 40530
Andy Heninger [Tue, 3 Oct 2017 04:11:26 +0000 (04:11 +0000)]
ICU-13380 Fixes for memory leaks & other problems found by Address Sanitizer.
X-SVN-Rev: 40529
Shane Carr [Tue, 3 Oct 2017 03:37:01 +0000 (03:37 +0000)]
ICU-13368 Hacking fix for en_GB currency parsing in ICU4C.
X-SVN-Rev: 40528
Yoshito Umaoka [Tue, 3 Oct 2017 02:32:50 +0000 (02:32 +0000)]
ICU-13358 Fixed cpyscan problems. Enhanced cpyscan.pl to use online version of cpyskip.txt by default. Added the new Unicode copyright comment in many tools files.
X-SVN-Rev: 40527
Shane Carr [Tue, 3 Oct 2017 01:38:52 +0000 (01:38 +0000)]
ICU-13177 Syncing icu4c numberformattestspecification.txt with icu4j
X-SVN-Rev: 40526
Felipe BalbontÃn [Tue, 3 Oct 2017 01:25:20 +0000 (01:25 +0000)]
ICU-13380 Fix memory leak in DateFormatSymbols when loading AmPmMarkers and AmPmMarkersAbbr from the resource bundle.
X-SVN-Rev: 40525
Shane Carr [Mon, 2 Oct 2017 22:55:16 +0000 (22:55 +0000)]
ICU-13383 Applying code review feedback for MSVC DLL interface warning.
X-SVN-Rev: 40524
Andy Heninger [Mon, 2 Oct 2017 21:21:14 +0000 (21:21 +0000)]
ICU-13358 Update urename.h. Also update script & instructions.
X-SVN-Rev: 40523
Peter Edberg [Mon, 2 Oct 2017 03:42:54 +0000 (03:42 +0000)]
ICU-13366 part 1, fix TextTrieMap::search supplemental handling; make tz displayName buffer size bigger & logKnownIssue tests more specific
X-SVN-Rev: 40522
Andy Heninger [Sun, 1 Oct 2017 20:56:01 +0000 (20:56 +0000)]
ICU-13358 Regenerate configure. Fix U_ICU_VERSION_MINOR_NUM.
X-SVN-Rev: 40521
Shane Carr [Sat, 30 Sep 2017 00:58:52 +0000 (00:58 +0000)]
ICU-11666 Integrating narrow currency symbol in ICU4J; follow-up to r40519.
X-SVN-Rev: 40520
Shane Carr [Sat, 30 Sep 2017 00:21:07 +0000 (00:21 +0000)]
ICU-13368 Overhauling currency data loading to resolve incorrect fallback bug. Adding back a test for the current number parser for behavior testing of the currency data loading change.
X-SVN-Rev: 40519
Shane Carr [Fri, 29 Sep 2017 23:04:34 +0000 (23:04 +0000)]
ICU-13380 Fixing memory overflow in MeasureFormat data loading.
X-SVN-Rev: 40516
Peter Edberg [Fri, 29 Sep 2017 20:05:13 +0000 (20:05 +0000)]
ICU-13359 Integrate updated CLDR 32 tags/release-32-beta; still have known issues #13366,#13368
X-SVN-Rev: 40515
Yoshito Umaoka [Fri, 29 Sep 2017 03:48:43 +0000 (03:48 +0000)]
ICU-13358 Clean up import stateents for ICU 60.
X-SVN-Rev: 40513
Shane Carr [Fri, 29 Sep 2017 00:16:08 +0000 (00:16 +0000)]
ICU-13383 Adding macro UPRV_SUPPRESS_DLL_INTERFACE_WARNING to suppress Visual C++ compiler warnings.
X-SVN-Rev: 40512
Shane Carr [Thu, 28 Sep 2017 23:26:57 +0000 (23:26 +0000)]
ICU-13177 Fixing ICU4J warnings in DecimalFormatProperties and CompactNotation. Reformatting DecimalFormatProperties.java.
X-SVN-Rev: 40511
Shane Carr [Thu, 28 Sep 2017 22:53:31 +0000 (22:53 +0000)]
ICU-13177 Fixing Visual Studio build warnings in number formatting code.
X-SVN-Rev: 40510
Yoshito Umaoka [Thu, 28 Sep 2017 22:30:12 +0000 (22:30 +0000)]
ICU-13358 Incorporated the latest currency numeric updates (ISO-4217 Amendment 164, Sep 22 2017)to currencyNumericCodes.txt.
X-SVN-Rev: 40509
Yoshito Umaoka [Thu, 28 Sep 2017 21:31:29 +0000 (21:31 +0000)]
ICU-13358 Updated ICU version for 60rc.
X-SVN-Rev: 40503
Andy Heninger [Thu, 28 Sep 2017 21:19:47 +0000 (21:19 +0000)]
ICU-23327 Fix uninitialized error code in test.
X-SVN-Rev: 40502
Yoshito Umaoka [Thu, 28 Sep 2017 21:11:51 +0000 (21:11 +0000)]
ICU-13177 Fixed a build problem (Java 7 java.util.Objects dependencies) a couple of classes.
X-SVN-Rev: 40501
Shane Carr [Thu, 28 Sep 2017 20:24:35 +0000 (20:24 +0000)]
ICU-13177 Adding additional static casts to reduce compiler warnings.
X-SVN-Rev: 40499
Yoshito Umaoka [Thu, 28 Sep 2017 19:20:54 +0000 (19:20 +0000)]
ICU-13374 Removed another logKnownIssue for this issue.
X-SVN-Rev: 40498
Yoshito Umaoka [Thu, 28 Sep 2017 13:15:15 +0000 (13:15 +0000)]
ICU-13377 Promoting ICU4J draft APIs to stable for ICU 60.
X-SVN-Rev: 40497
Shane Carr [Thu, 28 Sep 2017 01:12:37 +0000 (01:12 +0000)]
ICU-13177 Adding missing documentation for NoUnit
X-SVN-Rev: 40496
Shane Carr [Thu, 28 Sep 2017 01:09:24 +0000 (01:09 +0000)]
ICU-13177 Adding serialVersionUID for CustomSymbolCurrency and MeasureUnit
X-SVN-Rev: 40495
Shane Carr [Thu, 28 Sep 2017 01:00:43 +0000 (01:00 +0000)]
ICU-13327 Fixing buffer overflow in NumberingSystem constructor.
X-SVN-Rev: 40494
Yoshito Umaoka [Thu, 28 Sep 2017 00:53:39 +0000 (00:53 +0000)]
ICU-13374 Fixed localized GMT offset format roundtrip in Perisian locale.
X-SVN-Rev: 40493
Shane Carr [Wed, 27 Sep 2017 23:46:15 +0000 (23:46 +0000)]
ICU-13177 Merging NumberFormatter to trunk for ICU 60
X-SVN-Rev: 40492
Markus Scherer [Wed, 27 Sep 2017 23:28:43 +0000 (23:28 +0000)]
ICU-13210 remove unreachable code, improve pattern pointer check
X-SVN-Rev: 40491
Shane Carr [Wed, 27 Sep 2017 23:12:20 +0000 (23:12 +0000)]
ICU-13177 Fixing stack buffer overflow in decNumber conversion function.
X-SVN-Rev: 40490
Markus Scherer [Wed, 27 Sep 2017 22:59:32 +0000 (22:59 +0000)]
ICU-13335 make CacheValue.SoftValue.ref volatile
X-SVN-Rev: 40489
Markus Scherer [Wed, 27 Sep 2017 22:51:01 +0000 (22:51 +0000)]
ICU-13362 avoid memcmp(nullptr, nullptr, 0)
X-SVN-Rev: 40488
Markus Scherer [Wed, 27 Sep 2017 22:35:34 +0000 (22:35 +0000)]
ICU-13202 add U_PF_FUCHSIA
X-SVN-Rev: 40487
Shane Carr [Wed, 27 Sep 2017 22:31:07 +0000 (22:31 +0000)]
ICU-13177 Adding IntlTest DoubleToUnicodeString and improving DecimalQuantity test
X-SVN-Rev: 40486
Andy Heninger [Wed, 27 Sep 2017 21:43:09 +0000 (21:43 +0000)]
ICU-13177 add 'using namespace icu' where needed for build with -DU_USING_ICU_NAMESPACE=0
X-SVN-Rev: 40485
Norbert Runge [Wed, 27 Sep 2017 20:40:22 +0000 (20:40 +0000)]
ICU-13378 fixes clean-up of result files of target checkTest
X-SVN-Rev: 40484
Peter Edberg [Wed, 27 Sep 2017 19:19:19 +0000 (19:19 +0000)]
ICU-13359 Integrate updated CLDR 32 @13743; still have known issues #13366,#13368,#13374
X-SVN-Rev: 40483
Andy Heninger [Wed, 27 Sep 2017 18:50:44 +0000 (18:50 +0000)]
ICU-13177 Windows build, add U_I18N_API to exported classes. Builds, some warnings. Tests crash.
X-SVN-Rev: 40482
Yoshito Umaoka [Wed, 27 Sep 2017 15:49:01 +0000 (15:49 +0000)]
ICU-13377 Proposed API status changes for ICU4J 60.
X-SVN-Rev: 40481
Peter Edberg [Wed, 27 Sep 2017 14:10:33 +0000 (14:10 +0000)]
ICU-13359 Skip even more DateFormatRoundTripTest::TestDateFormatRoundTrip exhaustive cases for known issue #13366
X-SVN-Rev: 40479
Shane Carr [Wed, 27 Sep 2017 10:11:00 +0000 (10:11 +0000)]
ICU-13177 Fixing serialization test failures in ICU4J.
X-SVN-Rev: 40478
Shane Carr [Wed, 27 Sep 2017 09:07:45 +0000 (09:07 +0000)]
ICU-13177 Finishing documentation in Java and fixing a couple regression test failures.
X-SVN-Rev: 40477
Shane Carr [Wed, 27 Sep 2017 09:03:19 +0000 (09:03 +0000)]
ICU-13177 Adding more documentation.
X-SVN-Rev: 40476
Andy Heninger [Wed, 27 Sep 2017 06:44:13 +0000 (06:44 +0000)]
ICU-13177 NumberFormatter, Visual Studio fixes, work in progress.
X-SVN-Rev: 40475
Peter Edberg [Wed, 27 Sep 2017 06:15:31 +0000 (06:15 +0000)]
ICU-13343 ICU4J test for yue collation variants (the rest of this was done under #13359)
X-SVN-Rev: 40474
Peter Edberg [Wed, 27 Sep 2017 05:59:03 +0000 (05:59 +0000)]
ICU-13359 More logKnownIssues for exhaustive test failures: #13366,#13368,#13374
X-SVN-Rev: 40473
Yoshito Umaoka [Wed, 27 Sep 2017 05:52:30 +0000 (05:52 +0000)]
ICU-13372 Fixed some test issues on Java 9.
X-SVN-Rev: 40472
Shane Carr [Wed, 27 Sep 2017 05:31:57 +0000 (05:31 +0000)]
ICU-13177 Cleanup before merge to trunk.
X-SVN-Rev: 40471
Shane Carr [Wed, 27 Sep 2017 03:52:08 +0000 (03:52 +0000)]
ICU-13177 Cleaning up Valgrind errors in NumberFormatter unit test suite.
X-SVN-Rev: 40470
Shane Carr [Wed, 27 Sep 2017 03:21:29 +0000 (03:21 +0000)]
ICU-13177 Fixing minor NumberTest unit test failures.
X-SVN-Rev: 40469
Shane Carr [Wed, 27 Sep 2017 03:07:35 +0000 (03:07 +0000)]
ICU-13177 Removing unused file number_results.h.
X-SVN-Rev: 40468
Shane Carr [Wed, 27 Sep 2017 03:02:02 +0000 (03:02 +0000)]
ICU-13177 NumberFormatter tests are passing.
X-SVN-Rev: 40467
Shane Carr [Wed, 27 Sep 2017 02:16:44 +0000 (02:16 +0000)]
ICU-13177 NumberFormatter tests are building.
X-SVN-Rev: 40466
Shane Carr [Wed, 27 Sep 2017 00:25:20 +0000 (00:25 +0000)]
ICU-13177 Initial commit of ICU4C NumberFormatter
X-SVN-Rev: 40465
Markus Scherer [Tue, 26 Sep 2017 23:27:06 +0000 (23:27 +0000)]
ICU-13346 avoid range-based for loop
X-SVN-Rev: 40464
Peter Edberg [Tue, 26 Sep 2017 21:20:01 +0000 (21:20 +0000)]
ICU-13359 Integrate CLDR 32 alpha data into ICU for ICU 60rc; known issues #13366,#13368
X-SVN-Rev: 40463
Yoshito Umaoka [Tue, 26 Sep 2017 20:37:02 +0000 (20:37 +0000)]
ICU-13122 Updated build.xml to make secureCheck work as designed (although, it's failing because of security policy configuration issues)
X-SVN-Rev: 40462
Andy Heninger [Tue, 26 Sep 2017 20:16:03 +0000 (20:16 +0000)]
ICU-9954 rbbi forward iteration performance improvement. Ensure rules always make some progress; keep engine out of the fail-safe fall back path for rules that do not advance.
X-SVN-Rev: 40461
Shane Carr [Tue, 26 Sep 2017 09:33:44 +0000 (09:33 +0000)]
ICU-13177 Merging trunk to branch
X-SVN-Rev: 40460
Shane Carr [Tue, 26 Sep 2017 08:51:34 +0000 (08:51 +0000)]
ICU-13177 Renaming files and ICU4C syncing.
X-SVN-Rev: 40459
Shane Carr [Tue, 26 Sep 2017 07:59:00 +0000 (07:59 +0000)]
ICU-9300 Adding links to RoundingMode user guide to ICU4C documentation.
X-SVN-Rev: 40458
Andy Heninger [Mon, 25 Sep 2017 20:16:04 +0000 (20:16 +0000)]
ICU-13275 Remove some compiler warnings that were triggered by earlier fixes.
X-SVN-Rev: 40457
Yoshito Umaoka [Mon, 25 Sep 2017 15:19:02 +0000 (15:19 +0000)]
ICU-13209 Made Islamic calendar subtype detection code case insensitive.
X-SVN-Rev: 40456
Markus Scherer [Sat, 23 Sep 2017 06:34:53 +0000 (06:34 +0000)]
ICU-13311 change illegal-UTF-8 handling in converter code
X-SVN-Rev: 40455
Yoshito Umaoka [Sat, 23 Sep 2017 00:30:40 +0000 (00:30 +0000)]
ICU-13330 Removed debug code added by the previous commit.
X-SVN-Rev: 40454
Yoshito Umaoka [Sat, 23 Sep 2017 00:27:01 +0000 (00:27 +0000)]
ICU-13330 Fixed java version check for Java 9.
X-SVN-Rev: 40453
Yoshito Umaoka [Fri, 22 Sep 2017 23:06:49 +0000 (23:06 +0000)]
ICU-8241 Added new build target releaseFinal. Added new maven pom files for charset and locale SPI. API document build targets for each ICU4J maven artifacts.
X-SVN-Rev: 40447
William Zhao [Fri, 22 Sep 2017 18:00:51 +0000 (18:00 +0000)]
ICU-13275 Merge into some W3 warning fixes into trunk
X-SVN-Rev: 40446
Markus Scherer [Thu, 21 Sep 2017 23:45:08 +0000 (23:45 +0000)]
ICU-13311 change illegal-UTF-8 handling in non-converter code
X-SVN-Rev: 40445
Steven R. Loomis [Thu, 21 Sep 2017 22:38:34 +0000 (22:38 +0000)]
ICU-13001 additional warning cleanup
X-SVN-Rev: 40444
Andy Heninger [Thu, 21 Sep 2017 22:10:48 +0000 (22:10 +0000)]
ICU-12960 ubrk_open, clarify that NULL is allowed for text in ubrk_open()
X-SVN-Rev: 40443
Steven R. Loomis [Thu, 21 Sep 2017 19:43:28 +0000 (19:43 +0000)]
ICU-13001 warning cleanup
- remove some dead code
- fix some warnings that show up when services, regex are turned off
- change some macros into inline functions to quell parenthesis complaints (ucnv_u16.cpp)
X-SVN-Rev: 40442
Yoshito Umaoka [Thu, 21 Sep 2017 16:51:49 +0000 (16:51 +0000)]
ICU-13321 Added a new method TimeZone#setICUDefault(TimeZone), which only changes ICU default. Clean up TimeZone#setDefault(TimeZone) with the new method. Updated the API comments to explain the behavior precisely.
X-SVN-Rev: 40441
Steven R. Loomis [Thu, 21 Sep 2017 01:02:20 +0000 (01:02 +0000)]
ICU-13093 std::isinf and std::isnan fix - z/OS too
X-SVN-Rev: 40440
Andy Heninger [Thu, 21 Sep 2017 00:55:37 +0000 (00:55 +0000)]
ICU-9954 Fix coverity warnings.
X-SVN-Rev: 40439
Steven R. Loomis [Thu, 21 Sep 2017 00:25:49 +0000 (00:25 +0000)]
ICU-13093 std::isinf and std::isnan fix
X-SVN-Rev: 40438
Jeff Genovy [Wed, 20 Sep 2017 23:49:27 +0000 (23:49 +0000)]
ICU-9954 Fix UWP build.
X-SVN-Rev: 40437
Andy Heninger [Wed, 20 Sep 2017 22:58:39 +0000 (22:58 +0000)]
ICU-9954 Fix coverity warning.
X-SVN-Rev: 40436
Steven R. Loomis [Wed, 20 Sep 2017 20:04:10 +0000 (20:04 +0000)]
ICU-13093 override fix
X-SVN-Rev: 40435
Peter Edberg [Wed, 20 Sep 2017 00:39:40 +0000 (00:39 +0000)]
ICU-12380 Size reductions for transliterator registry (and some speedup)
X-SVN-Rev: 40434
Andy Heninger [Tue, 19 Sep 2017 18:17:22 +0000 (18:17 +0000)]
ICU-9954 Break Iteration, remove reverse rules, add boundary caching.
X-SVN-Rev: 40433
Peter Edberg [Tue, 19 Sep 2017 06:28:29 +0000 (06:28 +0000)]
ICU-12770 Fix comment about TZZONEINFO path on different systems
X-SVN-Rev: 40432
Peter Edberg [Mon, 18 Sep 2017 23:24:34 +0000 (23:24 +0000)]
ICU-12770 Just check for /zoneinfo/ instead of full platform-specific TZZONEINFO; also fixes #13291
X-SVN-Rev: 40427
Markus Scherer [Mon, 18 Sep 2017 22:59:48 +0000 (22:59 +0000)]
ICU-13346 add Edits.Iterator.previous() for mapping near-earlier indexes; compress some repeated m:n replacements even when m!=n
X-SVN-Rev: 40426
Markus Scherer [Mon, 18 Sep 2017 21:45:11 +0000 (21:45 +0000)]
ICU-13203 CaseMap UTF-8 add StringPiece->ByteSink overloads; change implementation to that and change array->array versions into wrappers
X-SVN-Rev: 40425
Shane Carr [Sat, 16 Sep 2017 06:57:08 +0000 (06:57 +0000)]
ICU-13177 Small Java changes relating to Compact and Padding.
X-SVN-Rev: 40423
Jeff Genovy [Fri, 15 Sep 2017 01:40:49 +0000 (01:40 +0000)]
ICU-13342 fix unintended whitespace change.
X-SVN-Rev: 40421
Norbert Runge [Thu, 14 Sep 2017 23:50:36 +0000 (23:50 +0000)]
ICU-13357 Remove misplaced JUnit @RunWIth annotation.
X-SVN-Rev: 40419
Shane Carr [Thu, 14 Sep 2017 23:02:22 +0000 (23:02 +0000)]
ICU-13177 Cleaning up Java compact and long names in preparation for C++.
X-SVN-Rev: 40418
Markus Scherer [Thu, 14 Sep 2017 22:26:13 +0000 (22:26 +0000)]
ICU-13247 Java: String CaseMap.apply(CharSequence); fix omitUnchangedText() without Edits
X-SVN-Rev: 40417
Yoshito Umaoka [Thu, 14 Sep 2017 19:57:27 +0000 (19:57 +0000)]
ICU-13312 Added tzdb metazone entry for Pyongyang, and generated ICU4J data with the change. Fixed one data issue in tzdbNames - metazone names CST/CDT for Taipei are not unique, and need to add parseRegions data to restrict that the parse mapping should be only used when locale's region is TW.
X-SVN-Rev: 40416