]>
granicus.if.org Git - icu/log
Markus Scherer [Thu, 12 Jan 2017 19:05:01 +0000 (19:05 +0000)]
ICU-12410 add C++ CaseMap, make UCaseMap an alias for that, move new functions with Edits into CaseMap, make case properties functions ignore UCaseProps pointer
X-SVN-Rev: 39554
Markus Scherer [Thu, 12 Jan 2017 18:35:18 +0000 (18:35 +0000)]
ICU-12410 include what you use
X-SVN-Rev: 39553
Markus Scherer [Mon, 9 Jan 2017 23:52:12 +0000 (23:52 +0000)]
ICU-12410 add ucasemap_toTitleWithEdits(const UCaseMap *csm, icu::BreakIterator *iter, ...), change UErrorCode pointer to reference internally and in new C++ API functions, add ucasemap_foldCaseWithEdits(), change UCaseMap.iter to C++ BreakIterator
X-SVN-Rev: 39551
Markus Scherer [Fri, 6 Jan 2017 00:20:31 +0000 (00:20 +0000)]
ICU-12410 Edits::Iterator getters not fields, tracks indexes, findSourceIndex(), skip-unchanged iterators, ucasemap_toLowerWithEdits() & ucasemap_toUpperWithEdits()
X-SVN-Rev: 39548
Markus Scherer [Wed, 4 Jan 2017 21:20:08 +0000 (21:20 +0000)]
ICU-12410 add Edits::Iterator and change UnicodeString case mappings to get & apply Edits for longer strings
X-SVN-Rev: 39547
Markus Scherer [Sat, 31 Dec 2016 00:23:31 +0000 (00:23 +0000)]
ICU-12410 low-level UTF-16 case mapping functions optionally write metadata to new class Edits
X-SVN-Rev: 39546
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
Jeff Genovy [Tue, 27 Sep 2016 23:38:21 +0000 (23:38 +0000)]
ICU-12738 Remove UTF-8 BOM from files and update copyright notice.
X-SVN-Rev: 39367
Markus Scherer [Tue, 27 Sep 2016 21:38:42 +0000 (21:38 +0000)]
ICU-5456 minor changes for review feedback
X-SVN-Rev: 39365
Markus Scherer [Tue, 27 Sep 2016 21:38:03 +0000 (21:38 +0000)]
ICU-5456 minor changes for review feedback
X-SVN-Rev: 39364
Shane Carr [Tue, 27 Sep 2016 20:10:47 +0000 (20:10 +0000)]
ICU-12646 Handling out-of-bounds confusable entries in icu4j; see r39360 for icu4c.
X-SVN-Rev: 39363
Shane Carr [Tue, 27 Sep 2016 17:52:29 +0000 (17:52 +0000)]
ICU-12646 Syncing spoof data binary file format description with icu4c.
X-SVN-Rev: 39361
Shane Carr [Tue, 27 Sep 2016 17:46:10 +0000 (17:46 +0000)]
ICU-12646 Error code for long confusable entries. Documenting spoof data binary file format changes.
X-SVN-Rev: 39360
Jeff Genovy [Tue, 27 Sep 2016 00:23:19 +0000 (00:23 +0000)]
ICU-12738 remove non-ASCII characters from ICU4C sources.
X-SVN-Rev: 39359
Steven R. Loomis [Tue, 27 Sep 2016 00:20:58 +0000 (00:20 +0000)]
ICU-12738 svn BOM fix
X-SVN-Rev: 39358
Jeff Genovy [Mon, 26 Sep 2016 22:56:36 +0000 (22:56 +0000)]
ICU-12738 svn property fix - ICU4C
X-SVN-Rev: 39357
Steven R. Loomis [Mon, 26 Sep 2016 22:09:14 +0000 (22:09 +0000)]
ICU-12745 string limit on Locale(char*)
X-SVN-Rev: 39356
Yoshito Umaoka [Mon, 26 Sep 2016 21:45:06 +0000 (21:45 +0000)]
ICU-12739 Fixed svn properties.
X-SVN-Rev: 39355
Yoshito Umaoka [Mon, 26 Sep 2016 20:37:51 +0000 (20:37 +0000)]
ICU-12739 BRS 58 - Updated currencyNumericCodes to include BNY/933, imported from ICU4C r39353.
X-SVN-Rev: 39354
Yoshito Umaoka [Mon, 26 Sep 2016 20:01:41 +0000 (20:01 +0000)]
ICU-12738 BRS 58 - Updated currencyNumericCodes.txt to include BNY/933.
X-SVN-Rev: 39353
Norbert Runge [Mon, 26 Sep 2016 20:00:56 +0000 (20:00 +0000)]
ICU-12706 Fixes test coverage exclusion list, broken by CS 39343.
X-SVN-Rev: 39352
Yoshito Umaoka [Mon, 26 Sep 2016 18:29:41 +0000 (18:29 +0000)]
ICU-12739 Currency/Numeric code - sync'ed with the latest ISO data. Also updated the copyright header in source files and output file.
X-SVN-Rev: 39351
Yoshito Umaoka [Mon, 26 Sep 2016 17:26:56 +0000 (17:26 +0000)]
ICU-12739 Added ICU4J 58.1 API signature file. Also added build-local.properties in svn ignore.
X-SVN-Rev: 39350
Yoshito Umaoka [Mon, 26 Sep 2016 16:41:39 +0000 (16:41 +0000)]
ICU-12739 JDK8 as the reference platform - use Java 8 version of ICUTaglet implementation by default.
X-SVN-Rev: 39349
Yoshito Umaoka [Mon, 26 Sep 2016 14:37:26 +0000 (14:37 +0000)]
ICU-12739 Fixed new compiler warnings introduced last week.
X-SVN-Rev: 39348
Yoshito Umaoka [Mon, 26 Sep 2016 14:21:59 +0000 (14:21 +0000)]
ICU-12748 Removed @Override from a couple of methods added after Java 6.
X-SVN-Rev: 39347