]>
granicus.if.org Git - icu/log
Andy Heninger [Mon, 23 Jan 2017 00:38:28 +0000 (00:38 +0000)]
ICU-12943 Cygwin/MSVC Windows build fixes.
X-SVN-Rev: 39598
Peter Edberg [Sun, 22 Jan 2017 09:23:49 +0000 (09:23 +0000)]
ICU-12948 Add new elements in structLocale
X-SVN-Rev: 39596
Peter Edberg [Sun, 22 Jan 2017 09:21:04 +0000 (09:21 +0000)]
ICU-12948 Handle new KeyType values, codes
X-SVN-Rev: 39595
Peter Edberg [Sat, 21 Jan 2017 01:03:32 +0000 (01:03 +0000)]
ICU-12763 Add uplrules_selectWithFormat and PluralRules::select that take & use [U]NumberFormat
X-SVN-Rev: 39591
Peter Edberg [Fri, 20 Jan 2017 20:07:27 +0000 (20:07 +0000)]
ICU-12940 Add "ars" as alias to "ar_SA" locale, to "ar" for coll/rbnf
X-SVN-Rev: 39587
Andy Heninger [Fri, 20 Jan 2017 00:20:31 +0000 (00:20 +0000)]
ICU-12764 icu4c utf-8 source files, update Copyright notices.
X-SVN-Rev: 39583
Peter Edberg [Thu, 19 Jan 2017 23:10:23 +0000 (23:10 +0000)]
ICU-12914 Add ubrk_openBinaryRules, ubrk_getBinaryRules, and simple test
X-SVN-Rev: 39582
Andy Heninger [Thu, 19 Jan 2017 18:12:50 +0000 (18:12 +0000)]
ICU-12943 Windows Build Fixes for UChar=char16_t and utf-8 source files.
X-SVN-Rev: 39581
Andy Heninger [Wed, 18 Jan 2017 23:51:57 +0000 (23:51 +0000)]
ICU-12643 C++11 trial. Use some features as a test case.
X-SVN-Rev: 39578
Andy Heninger [Wed, 18 Jan 2017 21:46:03 +0000 (21:46 +0000)]
ICU-12645 Make UChar type default char16_t. If all proceeds well, a future change will remove the conditional logic.
X-SVN-Rev: 39576
Andy Heninger [Wed, 18 Jan 2017 21:26:05 +0000 (21:26 +0000)]
ICU-12645 Make UChar type default char16_t. If all proceeds well, a future change will remove the conditional logic.
X-SVN-Rev: 39575
Andy Heninger [Wed, 18 Jan 2017 19:43:01 +0000 (19:43 +0000)]
ICU-12918 Dictionary Break Iterator Assertion Failure
X-SVN-Rev: 39574
Andy Heninger [Wed, 18 Jan 2017 19:42:33 +0000 (19:42 +0000)]
ICU-12918 Dictionary Break Iterator Assertion Failure
X-SVN-Rev: 39573
Andy Heninger [Tue, 17 Jan 2017 23:13:25 +0000 (23:13 +0000)]
ICU-12873 Race Conditions in RuleBasedBreakIterator.
X-SVN-Rev: 39572
Peter Edberg [Mon, 16 Jan 2017 19:48:33 +0000 (19:48 +0000)]
ICU-12684 Add unum_formatDoubleForFields and test
X-SVN-Rev: 39565
Peter Edberg [Mon, 16 Jan 2017 04:52:36 +0000 (04:52 +0000)]
ICU-12895 icu4c readme, preliminary update for 59m1
X-SVN-Rev: 39564
Peter Edberg [Mon, 16 Jan 2017 00:46:12 +0000 (00:46 +0000)]
ICU-12895 fix the header comment version in configure
X-SVN-Rev: 39563
Peter Edberg [Mon, 16 Jan 2017 00:42:22 +0000 (00:42 +0000)]
ICU-12895 update release version to 59.0.1 for m1
X-SVN-Rev: 39562
Peter Edberg [Mon, 16 Jan 2017 00:40:58 +0000 (00:40 +0000)]
ICU-12883 fix raw '&' in license files
X-SVN-Rev: 39561
George Rhoten [Sat, 14 Jan 2017 16:29:40 +0000 (16:29 +0000)]
ICU-12713 Port fix for handling large magnitude numbers from ICU4J to ICU4C
X-SVN-Rev: 39560
George Rhoten [Fri, 13 Jan 2017 19:06:54 +0000 (19:06 +0000)]
ICU-12874 Don't truncate small numbers with CompactDecimalFormat style rules represented in RBNF
X-SVN-Rev: 39557
Jeff Genovy [Fri, 13 Jan 2017 01:48:47 +0000 (01:48 +0000)]
ICU-12908 getTZKeyName in common/wintz.cpp leaks registry handle
We should only call RegCloseKey if we were actually able to open the key.
(The value of hkey isn't explicitly initialized, so we could possibly be calling RegCloseKey with random data.)
X-SVN-Rev: 39556
Jeff Genovy [Fri, 13 Jan 2017 01:28:50 +0000 (01:28 +0000)]
ICU-12908 getTZKeyName in common/wintz.cpp leaks registry handle
X-SVN-Rev: 39555
Yoshito Umaoka [Mon, 9 Jan 2017 21:24:46 +0000 (21:24 +0000)]
ICU-12826 Updated CLDR utilities jar build target to exclude test framework classes. Also added @internal CLDR to the API comment in those test utility classes actually refereneced by CLDR tooling.
X-SVN-Rev: 39550
Yoshito Umaoka [Mon, 9 Jan 2017 16:19:41 +0000 (16:19 +0000)]
ICU-12899 Corrected an error in repository URL in pom.xml.
X-SVN-Rev: 39549
Andy Heninger [Mon, 19 Dec 2016 22:40:54 +0000 (22:40 +0000)]
ICU-12860 U_DRAFT -> U_CAPI. U_DRAFT appeared on three stable functions. Also changed U_STABLE->U_CAPI for consistencey within file. See #9961
X-SVN-Rev: 39544
Andy Heninger [Fri, 16 Dec 2016 00:03:11 +0000 (00:03 +0000)]
ICU-12643 ICU4C, require C++11 to build.
X-SVN-Rev: 39543
Steven R. Loomis [Wed, 14 Dec 2016 18:41:04 +0000 (18:41 +0000)]
ICU-12852 Remove some unnecessary copy (merge from bug)
X-SVN-Rev: 39542
Yoshito Umaoka [Thu, 8 Dec 2016 21:49:18 +0000 (21:49 +0000)]
ICU-12887 Update ICU4J repository URLs. Not updating version for now.
X-SVN-Rev: 39532
Andy Heninger [Wed, 7 Dec 2016 21:14:27 +0000 (21:14 +0000)]
ICU-12809 only .cpp files no .c in ICU library code
X-SVN-Rev: 39527
Fredrik Roubert [Mon, 5 Dec 2016 20:49:33 +0000 (20:49 +0000)]
ICU-12869 Don't use ordinal() to define public constants.
Review URL: https://codereview.appspot.com/
317990043 .
X-SVN-Rev: 39525
Peter Edberg [Sat, 3 Dec 2016 00:42:01 +0000 (00:42 +0000)]
ICU-12876 integrate CLDR release-30-0-3 into icu trunk
X-SVN-Rev: 39524
Andy Heninger [Thu, 1 Dec 2016 01:41:40 +0000 (01:41 +0000)]
ICU-12849 Title Casing, incorrect length returned when preflighting with a NULL output buffer.
X-SVN-Rev: 39518
Yoshito Umaoka [Wed, 30 Nov 2016 20:33:41 +0000 (20:33 +0000)]
ICU-12868 Fixed invalid if condition in the recent fix in locmap.c
X-SVN-Rev: 39517
Yoshito Umaoka [Tue, 29 Nov 2016 08:30:52 +0000 (08:30 +0000)]
ICU-12816 tzdata2016j updates to ICU4C/ICU4J.
X-SVN-Rev: 39513
Steven R. Loomis [Mon, 28 Nov 2016 23:45:55 +0000 (23:45 +0000)]
ICU-12698 fix error in running performance test
X-SVN-Rev: 39510
Steven R. Loomis [Tue, 15 Nov 2016 21:02:48 +0000 (21:02 +0000)]
ICU-12023 merge from http://bugs.icu-project.org/trac/attachment/ticket/12023/libcxx_typeinfo.diff - CLA confirmed as @jbeich
X-SVN-Rev: 39507
Andy Heninger [Thu, 10 Nov 2016 22:32:56 +0000 (22:32 +0000)]
ICU-12723 Remove double-checked locking in ICUNotifier.
X-SVN-Rev: 39503
Fredrik Roubert [Wed, 9 Nov 2016 18:02:48 +0000 (18:02 +0000)]
ICU-12386 Search for an actual resource, not a directory.
R=markus.icu@gmail.com, yoshito_umaoka@us.ibm.com
BUG=
Review URL: https://codereview.appspot.com/
318730043 .
X-SVN-Rev: 39502
Markus Scherer [Mon, 7 Nov 2016 23:15:47 +0000 (23:15 +0000)]
ICU-12832 UTF-8 case mapping appendUChar() write a character even if it fills destCapacity exactly
X-SVN-Rev: 39500
Yoshito Umaoka [Thu, 3 Nov 2016 18:11:33 +0000 (18:11 +0000)]
ICU-12816 tzdata2016i to ICU4C/ICU4J.
X-SVN-Rev: 39499
Shane Carr [Fri, 28 Oct 2016 17:56:22 +0000 (17:56 +0000)]
ICU-12825 Fixing icu4c spoof checker issues #12825 and #12815.
X-SVN-Rev: 39493
Steven R. Loomis [Thu, 27 Oct 2016 01:35:55 +0000 (01:35 +0000)]
ICU-12822 digitlst.cpp depends on <string> to include <locale.h> on windows. Include it explicitly
X-SVN-Rev: 39486
Markus Scherer [Wed, 26 Oct 2016 22:05:50 +0000 (22:05 +0000)]
ICU-12827 ucol_getKeywordValuesForLocale() reset the keyword-list iterator, and a little UList cleanup
X-SVN-Rev: 39484
Yoshito Umaoka [Fri, 21 Oct 2016 02:58:26 +0000 (02:58 +0000)]
ICU-12816 tzdata2016h updates to ICU4J.
X-SVN-Rev: 39477
Yoshito Umaoka [Fri, 21 Oct 2016 02:57:50 +0000 (02:57 +0000)]
ICU-12816 tzdata2016h updates to ICU4C.
X-SVN-Rev: 39476
Steven R. Loomis [Thu, 20 Oct 2016 17:22:15 +0000 (17:22 +0000)]
ICU-11387 improve source tarball packaging (post 58.1)
X-SVN-Rev: 39473
Andy Heninger [Tue, 18 Oct 2016 17:34:00 +0000 (17:34 +0000)]
ICU-12798 Missing #ifdef in putil_cleanup(), broke AIX.
X-SVN-Rev: 39469
Andy Heninger [Tue, 18 Oct 2016 00:31:55 +0000 (00:31 +0000)]
ICU-12798 directory traversal code assumes that path length is less than PATH_MAX
X-SVN-Rev: 39468
Yoshito Umaoka [Mon, 17 Oct 2016 22:40:40 +0000 (22:40 +0000)]
ICU-12780 Unicode copyright and SVN property fixes.
X-SVN-Rev: 39463
Peter Edberg [Mon, 17 Oct 2016 22:26:18 +0000 (22:26 +0000)]
ICU-12779 integrate CLDR release-30-0-2 into icu4c trunk
X-SVN-Rev: 39462
Peter Edberg [Mon, 17 Oct 2016 22:25:05 +0000 (22:25 +0000)]
ICU-12780 integrate CLDR release-30-0-2 into icu4j trunk
X-SVN-Rev: 39461
Yoshito Umaoka [Mon, 17 Oct 2016 21:55:45 +0000 (21:55 +0000)]
ICU-12779 Added/fixed Unicode copyright comments, commiting changes on behalf of Norbert.
X-SVN-Rev: 39459
Markus Scherer [Fri, 14 Oct 2016 19:42:22 +0000 (19:42 +0000)]
ICU-12779 do not check U_PLATFORM macros before including ICU headers
X-SVN-Rev: 39457
Yoshito Umaoka [Fri, 14 Oct 2016 18:00:17 +0000 (18:00 +0000)]
ICU-12780 Updated readme.html for 58.1 GA.
X-SVN-Rev: 39455
Yoshito Umaoka [Fri, 14 Oct 2016 00:15:20 +0000 (00:15 +0000)]
ICU-12801 Regenerated ICU4J data using ICU4C trunk. Updated and cleaned up TestLocaleDisplayNames() to pass the test.
X-SVN-Rev: 39452
Peter Edberg [Thu, 13 Oct 2016 19:26:52 +0000 (19:26 +0000)]
ICU-12779 ICU4C BRS, update readme for GA
X-SVN-Rev: 39448
Yoshito Umaoka [Thu, 13 Oct 2016 18:57:12 +0000 (18:57 +0000)]
ICU-12801 Fixing TestLocaleStructure failure triggered by the new locale 'ckb'.
X-SVN-Rev: 39447
Peter Edberg [Thu, 13 Oct 2016 06:08:08 +0000 (06:08 +0000)]
ICU-12801 integrate CLDR release-30-0-1 into icu4c trunk
X-SVN-Rev: 39445
Peter Edberg [Thu, 13 Oct 2016 06:05:15 +0000 (06:05 +0000)]
ICU-12801 integrate CLDR release-30-0-1 into icu4j trunk
X-SVN-Rev: 39444
Yoshito Umaoka [Wed, 12 Oct 2016 22:40:28 +0000 (22:40 +0000)]
ICU-12802 ICU4J trunk's tzdata sync'ed with ICU4C, including region override for Europe/Simferopol.
X-SVN-Rev: 39440
Yoshito Umaoka [Wed, 12 Oct 2016 22:29:00 +0000 (22:29 +0000)]
ICU-12802 Regenerated zoneinfo64.txt with region override for Europe/Simferopol. Integrated windowsZones.txt including the region mapping update.
X-SVN-Rev: 39439
Norbert Runge [Wed, 12 Oct 2016 15:36:55 +0000 (15:36 +0000)]
ICU-12792 add 'Test' to name of unit test files for Junit to recognize them as such
X-SVN-Rev: 39435
Andy Heninger [Mon, 10 Oct 2016 21:49:01 +0000 (21:49 +0000)]
ICU-12797 RBBI rule compiler fix.
X-SVN-Rev: 39432
Andy Heninger [Mon, 10 Oct 2016 21:46:04 +0000 (21:46 +0000)]
ICU-12797 RBBI rule compiler fix.
X-SVN-Rev: 39431
Norbert Runge [Fri, 7 Oct 2016 15:25:20 +0000 (15:25 +0000)]
ICU-12759 DiagBigDecimal.java to DiagBigDecimalTest.java and modify class name
X-SVN-Rev: 39430
Stuart Gill [Wed, 5 Oct 2016 21:38:34 +0000 (21:38 +0000)]
ICU-11950 Turned on multi-threaded testing at the high level (charset, collate, translit, core)
X-SVN-Rev: 39429
Yoshito Umaoka [Tue, 4 Oct 2016 14:10:29 +0000 (14:10 +0000)]
ICU-12782 Merged TestwriteObject and TestReadObject to avoid test ordering issue. Changed the test case to use ByteArrayOutputStream so that the test case does not leave temporary test output file.
X-SVN-Rev: 39426
Steven R. Loomis [Tue, 4 Oct 2016 04:04:05 +0000 (04:04 +0000)]
ICU-12773 digitlist/strtod_l patch on cygwin, merge r39420
X-SVN-Rev: 39425
Steven R. Loomis [Tue, 4 Oct 2016 04:03:01 +0000 (04:03 +0000)]
ICU-12778 dirent patch on cygwin, merge 39419
X-SVN-Rev: 39424
Steven R. Loomis [Tue, 4 Oct 2016 04:02:29 +0000 (04:02 +0000)]
ICU-12781 dirent patch on cygwin, merge r39418
X-SVN-Rev: 39423
Steven R. Loomis [Tue, 4 Oct 2016 04:01:33 +0000 (04:01 +0000)]
ICU-12783 umutex patch for cygwin, merge r39417
X-SVN-Rev: 39422
Steven R. Loomis [Tue, 4 Oct 2016 04:00:46 +0000 (04:00 +0000)]
ICU-12774 tzname/timezone checks on cygwin, merge r39416
X-SVN-Rev: 39421
Yoshito Umaoka [Mon, 3 Oct 2016 15:19:01 +0000 (15:19 +0000)]
ICU-12769 Added modified javadoc8 stylesheet, and updated build.xml to switch stylesheets by JDK version.
X-SVN-Rev: 39413
Norbert Runge [Fri, 30 Sep 2016 23:18:16 +0000 (23:18 +0000)]
ICU-12768 updates regular expression in copyright scanning script; now scans for Unicoe copyright statement.
X-SVN-Rev: 39410
Norbert Runge [Fri, 30 Sep 2016 22:55:51 +0000 (22:55 +0000)]
ICU-12771 adds Unicode copyright statements for nine remaining files
X-SVN-Rev: 39408
Stuart Gill [Fri, 30 Sep 2016 21:10:28 +0000 (21:10 +0000)]
ICU-12759 fix BigDecimal tests to properly run under JUnit
X-SVN-Rev: 39407
Yoshito Umaoka [Thu, 29 Sep 2016 19:51:52 +0000 (19:51 +0000)]
ICU-12739 Updated readme.html. Removed platform support table and module support section, revised some descriptions, mentioned development hosting and licensing change and other minor updates.
X-SVN-Rev: 39400
Steven R. Loomis [Thu, 29 Sep 2016 17:29:41 +0000 (17:29 +0000)]
ICU-12738 exclude LICENSE from BOM check
X-SVN-Rev: 39397
Steven R. Loomis [Thu, 29 Sep 2016 17:29:08 +0000 (17:29 +0000)]
ICU-12738 final BOM fix for RC, excluded some files per ICU-12767
X-SVN-Rev: 39396
Yoshito Umaoka [Thu, 29 Sep 2016 10:50:23 +0000 (10:50 +0000)]
ICU-12716 Corrected API comment for newly added hashCode() methods, added a test case for VersionInfo#hashCode() and updated coverage-exclusion.txt. Also updated the API change report and API signature file.
X-SVN-Rev: 39394
Yoshito Umaoka [Thu, 29 Sep 2016 02:26:35 +0000 (02:26 +0000)]
ICU-12415 tzdata2016g updates to ICU4J.
X-SVN-Rev: 39393
Yoshito Umaoka [Thu, 29 Sep 2016 02:26:30 +0000 (02:26 +0000)]
ICU-12415 tzdata2016g updates to ICU4C.
X-SVN-Rev: 39392
Peter Edberg [Thu, 29 Sep 2016 01:42:55 +0000 (01:42 +0000)]
ICU-12738 ICU4C BRS, update readme (mention new license, additional changes, future requirement changes)
X-SVN-Rev: 39390
Norbert Runge [Wed, 28 Sep 2016 22:16:43 +0000 (22:16 +0000)]
ICU-12761 Adds Unicode copyright notice.
X-SVN-Rev: 39389
Norbert Runge [Wed, 28 Sep 2016 22:12:27 +0000 (22:12 +0000)]
ICU-12761 Adds Unicode copyright notice.
X-SVN-Rev: 39388
Steven R. Loomis [Wed, 28 Sep 2016 17:30:09 +0000 (17:30 +0000)]
ICU-12752 merge from branch; z porting changes
X-SVN-Rev: 39385
Steven R. Loomis [Wed, 28 Sep 2016 17:28:08 +0000 (17:28 +0000)]
ICU-12745 fix for review comments
X-SVN-Rev: 39384
Peter Edberg [Wed, 28 Sep 2016 10:52:45 +0000 (10:52 +0000)]
ICU-12729 integrate CLDR release-30-d04 into icu4c trunk (fix characterLabelPattern for strokes)
X-SVN-Rev: 39380
Peter Edberg [Wed, 28 Sep 2016 10:50:25 +0000 (10:50 +0000)]
ICU-12729 integrate CLDR release-30-d04 into icu4j trunk (fix characterLabelPattern for strokes)
X-SVN-Rev: 39379
Peter Edberg [Wed, 28 Sep 2016 07:37:19 +0000 (07:37 +0000)]
ICU-12738 ICU4C BRS, fixes from testing uconfig.h variations
X-SVN-Rev: 39378
Yoshito Umaoka [Wed, 28 Sep 2016 04:56:57 +0000 (04:56 +0000)]
ICU-12585 Merging Stuart's work branch changes for re-enabling serialization tests. The change set also contains ICU 58 serialization test data for future releases (BRS).
X-SVN-Rev: 39377
Peter Edberg [Wed, 28 Sep 2016 04:35:27 +0000 (04:35 +0000)]
ICU-12738 ICU4C BRS, basic readme update
X-SVN-Rev: 39376
Peter Edberg [Wed, 28 Sep 2016 04:17:24 +0000 (04:17 +0000)]
ICU-12738 ICU4C BRS, fixes to conditionals/includes/makefiles/scripts from testing public/private headers
X-SVN-Rev: 39375
Steven R. Loomis [Wed, 28 Sep 2016 02:26:02 +0000 (02:26 +0000)]
ICU-12752 fix breakage from r39368 on windows.
X-SVN-Rev: 39374
Craig Cornelius [Wed, 28 Sep 2016 01:13:19 +0000 (01:13 +0000)]
ICU-12716 Add hashCode to avoid compiler warnings
X-SVN-Rev: 39372
Craig Cornelius [Wed, 28 Sep 2016 00:39:19 +0000 (00:39 +0000)]
ICU-12716 Fixes to remove ReferenceEquality warnings on compile
X-SVN-Rev: 39371
Craig Cornelius [Tue, 27 Sep 2016 23:56:40 +0000 (23:56 +0000)]
ICU-12716 Fix formatting in tests to resolve ErrorProne warnings
X-SVN-Rev: 39370
Andy Heninger [Tue, 27 Sep 2016 23:44:26 +0000 (23:44 +0000)]
ICU-12738 Fix bad API doc generation for ubiditransform.h
X-SVN-Rev: 39369
Steven R. Loomis [Tue, 27 Sep 2016 23:39:01 +0000 (23:39 +0000)]
ICU-12752 commit some IBM z fixes. Library code building
X-SVN-Rev: 39368