]> granicus.if.org Git - icu/log
icu
7 years agoICU-12410 bug fixes
Markus Scherer [Thu, 9 Feb 2017 23:09:08 +0000 (23:09 +0000)]
ICU-12410 bug fixes

X-SVN-Rev: 39657

7 years agoICU-12410 remove unused UCaseProps pointer from ucase_... functions
Markus Scherer [Thu, 9 Feb 2017 21:50:20 +0000 (21:50 +0000)]
ICU-12410 remove unused UCaseProps pointer from ucase_... functions

X-SVN-Rev: 39656

7 years agoICU-12410 move new code into new files, split ucasemap_imp.h from ustr_imp.h
Markus Scherer [Thu, 9 Feb 2017 21:15:34 +0000 (21:15 +0000)]
ICU-12410 move new code into new files, split ucasemap_imp.h from ustr_imp.h

X-SVN-Rev: 39655

7 years agoICU-12410 move/re-port case folding, support Edits
Markus Scherer [Thu, 9 Feb 2017 00:12:54 +0000 (00:12 +0000)]
ICU-12410 move/re-port case folding, support Edits

X-SVN-Rev: 39651

7 years agoICU-12410 move/re-port titlecasing, support Edits
Markus Scherer [Tue, 7 Feb 2017 00:58:52 +0000 (00:58 +0000)]
ICU-12410 move/re-port titlecasing, support Edits

X-SVN-Rev: 39647

7 years agoICU-12410 toUpper() with Edits
Markus Scherer [Mon, 6 Feb 2017 22:31:15 +0000 (22:31 +0000)]
ICU-12410 toUpper() with Edits

X-SVN-Rev: 39646

7 years agoICU-12410 rename impl.CaseMap to impl.CaseMapImpl, avoid name collision with new...
Markus Scherer [Mon, 6 Feb 2017 21:44:01 +0000 (21:44 +0000)]
ICU-12410 rename impl.CaseMap to impl.CaseMapImpl, avoid name collision with new text.CaseMap

X-SVN-Rev: 39645

7 years agoICU-12410 minor API docs fixes
Markus Scherer [Mon, 6 Feb 2017 21:21:52 +0000 (21:21 +0000)]
ICU-12410 minor API docs fixes

X-SVN-Rev: 39644

7 years agoICU-12410 back to non-static CaseMap with options but no locale; immutable class...
Markus Scherer [Thu, 2 Feb 2017 22:54:31 +0000 (22:54 +0000)]
ICU-12410 back to non-static CaseMap with options but no locale; immutable class with setters that return new/other objects

X-SVN-Rev: 39636

7 years agoICU-12410 switch CaseMap from ULocale to Locale (only)
Markus Scherer [Thu, 2 Feb 2017 19:38:50 +0000 (19:38 +0000)]
ICU-12410 switch CaseMap from ULocale to Locale (only)

X-SVN-Rev: 39634

8 years agoICU-12410 start to port class CaseMap to Java; make case mapping impl code work with...
Markus Scherer [Wed, 25 Jan 2017 23:52:55 +0000 (23:52 +0000)]
ICU-12410 start to port class CaseMap to Java; make case mapping impl code work with CharSequence & Appendable

X-SVN-Rev: 39603

8 years agoICU-12410 port class Edits to Java
Markus Scherer [Sat, 21 Jan 2017 00:53:52 +0000 (00:53 +0000)]
ICU-12410 port class Edits to Java

X-SVN-Rev: 39590

8 years agoICU-12410 remove locCache behavior from ucase_getCaseLocale() and functions that...
Markus Scherer [Fri, 20 Jan 2017 06:27:47 +0000 (06:27 +0000)]
ICU-12410 remove locCache behavior from ucase_getCaseLocale() and functions that call it, try to make it a little faster for common locale IDs

X-SVN-Rev: 39586

8 years agoICU-12410 make CaseMap functions static; change the function parameter order to ...
Markus Scherer [Fri, 20 Jan 2017 04:04:58 +0000 (04:04 +0000)]
ICU-12410 make CaseMap functions static; change the function parameter order to (config, input, output); remove Edits::setWriteUnchanged(), writeUnchanged(), omitUnchanged() and add UCASEMAP_OMIT_UNCHANGED_TEXT options bit; case mapping functions call edits->reset() at start

X-SVN-Rev: 39585

8 years agoICU-12410 add C++ CaseMap, make UCaseMap an alias for that, move new functions with...
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

8 years agoICU-12410 include what you use
Markus Scherer [Thu, 12 Jan 2017 18:35:18 +0000 (18:35 +0000)]
ICU-12410 include what you use

X-SVN-Rev: 39553

8 years agoICU-12410 add ucasemap_toTitleWithEdits(const UCaseMap *csm, icu::BreakIterator ...
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

8 years agoICU-12410 Edits::Iterator getters not fields, tracks indexes, findSourceIndex(),...
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

8 years agoICU-12410 add Edits::Iterator and change UnicodeString case mappings to get & apply...
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

8 years agoICU-12410 low-level UTF-16 case mapping functions optionally write metadata to new...
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

8 years agoICU-12860 U_DRAFT -> U_CAPI. U_DRAFT appeared on three stable functions. Also changed...
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

8 years agoICU-12643 ICU4C, require C++11 to build.
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

8 years agoICU-12852 Remove some unnecessary copy (merge from bug)
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

8 years agoICU-12887 Update ICU4J repository URLs. Not updating version for now.
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

8 years agoICU-12809 only .cpp files no .c in ICU library code
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

8 years agoICU-12869 Don't use ordinal() to define public constants.
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

8 years agoICU-12876 integrate CLDR release-30-0-3 into icu trunk
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

8 years agoICU-12849 Title Casing, incorrect length returned when preflighting with a NULL outpu...
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

8 years agoICU-12868 Fixed invalid if condition in the recent fix in locmap.c
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

8 years agoICU-12816 tzdata2016j updates to ICU4C/ICU4J.
Yoshito Umaoka [Tue, 29 Nov 2016 08:30:52 +0000 (08:30 +0000)]
ICU-12816 tzdata2016j updates to ICU4C/ICU4J.

X-SVN-Rev: 39513

8 years agoICU-12698 fix error in running performance test
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

8 years agoICU-12023 merge from http://bugs.icu-project.org/trac/attachment/ticket/12023/libcxx_...
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

8 years agoICU-12723 Remove double-checked locking in ICUNotifier.
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

8 years agoICU-12386 Search for an actual resource, not a directory.
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

8 years agoICU-12832 UTF-8 case mapping appendUChar() write a character even if it fills destCap...
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

8 years agoICU-12816 tzdata2016i to ICU4C/ICU4J.
Yoshito Umaoka [Thu, 3 Nov 2016 18:11:33 +0000 (18:11 +0000)]
ICU-12816 tzdata2016i to ICU4C/ICU4J.

X-SVN-Rev: 39499

8 years agoICU-12825 Fixing icu4c spoof checker issues #12825 and #12815.
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

8 years agoICU-12822 digitlst.cpp depends on <string> to include <locale.h> on windows. Include...
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

8 years agoICU-12827 ucol_getKeywordValuesForLocale() reset the keyword-list iterator, and a...
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

8 years agoICU-12816 tzdata2016h updates to ICU4J.
Yoshito Umaoka [Fri, 21 Oct 2016 02:58:26 +0000 (02:58 +0000)]
ICU-12816 tzdata2016h updates to ICU4J.

X-SVN-Rev: 39477

8 years agoICU-12816 tzdata2016h updates to ICU4C.
Yoshito Umaoka [Fri, 21 Oct 2016 02:57:50 +0000 (02:57 +0000)]
ICU-12816 tzdata2016h updates to ICU4C.

X-SVN-Rev: 39476

8 years agoICU-11387 improve source tarball packaging (post 58.1)
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

8 years agoICU-12798 Missing #ifdef in putil_cleanup(), broke AIX.
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

8 years agoICU-12798 directory traversal code assumes that path length is less than PATH_MAX
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

8 years agoICU-12780 Unicode copyright and SVN property fixes.
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

8 years agoICU-12779 integrate CLDR release-30-0-2 into icu4c trunk
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

8 years agoICU-12780 integrate CLDR release-30-0-2 into icu4j trunk
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

8 years agoICU-12779 Added/fixed Unicode copyright comments, commiting changes on behalf of...
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

8 years agoICU-12779 do not check U_PLATFORM macros before including ICU headers
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

8 years agoICU-12780 Updated readme.html for 58.1 GA.
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

8 years agoICU-12801 Regenerated ICU4J data using ICU4C trunk. Updated and cleaned up TestLocale...
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

8 years agoICU-12779 ICU4C BRS, update readme for GA
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

8 years agoICU-12801 Fixing TestLocaleStructure failure triggered by the new locale 'ckb'.
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

8 years agoICU-12801 integrate CLDR release-30-0-1 into icu4c trunk
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

8 years agoICU-12801 integrate CLDR release-30-0-1 into icu4j trunk
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

8 years agoICU-12802 ICU4J trunk's tzdata sync'ed with ICU4C, including region override for...
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

8 years agoICU-12802 Regenerated zoneinfo64.txt with region override for Europe/Simferopol....
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

8 years agoICU-12792 add 'Test' to name of unit test files for Junit to recognize them as such
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

8 years agoICU-12797 RBBI rule compiler fix.
Andy Heninger [Mon, 10 Oct 2016 21:49:01 +0000 (21:49 +0000)]
ICU-12797 RBBI rule compiler fix.

X-SVN-Rev: 39432

8 years agoICU-12797 RBBI rule compiler fix.
Andy Heninger [Mon, 10 Oct 2016 21:46:04 +0000 (21:46 +0000)]
ICU-12797 RBBI rule compiler fix.

X-SVN-Rev: 39431

8 years agoICU-12759 DiagBigDecimal.java to DiagBigDecimalTest.java and modify class name
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

8 years agoICU-11950 Turned on multi-threaded testing at the high level (charset, collate, trans...
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

8 years agoICU-12782 Merged TestwriteObject and TestReadObject to avoid test ordering issue...
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

8 years agoICU-12773 digitlist/strtod_l patch on cygwin, merge r39420
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

8 years agoICU-12778 dirent patch on cygwin, merge 39419
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

8 years agoICU-12781 dirent patch on cygwin, merge r39418
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

8 years agoICU-12783 umutex patch for cygwin, merge r39417
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

8 years agoICU-12774 tzname/timezone checks on cygwin, merge r39416
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

8 years agoICU-12769 Added modified javadoc8 stylesheet, and updated build.xml to switch stylesh...
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

8 years agoICU-12768 updates regular expression in copyright scanning script; now scans for...
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

8 years agoICU-12771 adds Unicode copyright statements for nine remaining files
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

8 years agoICU-12759 fix BigDecimal tests to properly run under JUnit
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

8 years agoICU-12739 Updated readme.html. Removed platform support table and module support...
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

8 years agoICU-12738 exclude LICENSE from BOM check
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

8 years agoICU-12738 final BOM fix for RC, excluded some files per ICU-12767
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

8 years agoICU-12716 Corrected API comment for newly added hashCode() methods, added a test...
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

8 years agoICU-12415 tzdata2016g updates to ICU4J.
Yoshito Umaoka [Thu, 29 Sep 2016 02:26:35 +0000 (02:26 +0000)]
ICU-12415 tzdata2016g updates to ICU4J.

X-SVN-Rev: 39393

8 years agoICU-12415 tzdata2016g updates to ICU4C.
Yoshito Umaoka [Thu, 29 Sep 2016 02:26:30 +0000 (02:26 +0000)]
ICU-12415 tzdata2016g updates to ICU4C.

X-SVN-Rev: 39392

8 years agoICU-12738 ICU4C BRS, update readme (mention new license, additional changes, future...
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

8 years agoICU-12761 Adds Unicode copyright notice.
Norbert Runge [Wed, 28 Sep 2016 22:16:43 +0000 (22:16 +0000)]
ICU-12761 Adds Unicode copyright notice.

X-SVN-Rev: 39389

8 years agoICU-12761 Adds Unicode copyright notice.
Norbert Runge [Wed, 28 Sep 2016 22:12:27 +0000 (22:12 +0000)]
ICU-12761 Adds Unicode copyright notice.

X-SVN-Rev: 39388

8 years agoICU-12752 merge from branch; z porting changes
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

8 years agoICU-12745 fix for review comments
Steven R. Loomis [Wed, 28 Sep 2016 17:28:08 +0000 (17:28 +0000)]
ICU-12745 fix for review comments

X-SVN-Rev: 39384

8 years agoICU-12729 integrate CLDR release-30-d04 into icu4c trunk (fix characterLabelPattern...
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

8 years agoICU-12729 integrate CLDR release-30-d04 into icu4j trunk (fix characterLabelPattern...
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

8 years agoICU-12738 ICU4C BRS, fixes from testing uconfig.h variations
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

8 years agoICU-12585 Merging Stuart's work branch changes for re-enabling serialization tests...
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

8 years agoICU-12738 ICU4C BRS, basic readme update
Peter Edberg [Wed, 28 Sep 2016 04:35:27 +0000 (04:35 +0000)]
ICU-12738 ICU4C BRS, basic readme update

X-SVN-Rev: 39376

8 years agoICU-12738 ICU4C BRS, fixes to conditionals/includes/makefiles/scripts from testing...
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

8 years agoICU-12752 fix breakage from r39368 on windows.
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

8 years agoICU-12716 Add hashCode to avoid compiler warnings
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

8 years agoICU-12716 Fixes to remove ReferenceEquality warnings on compile
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

8 years agoICU-12716 Fix formatting in tests to resolve ErrorProne warnings
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

8 years agoICU-12738 Fix bad API doc generation for ubiditransform.h
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

8 years agoICU-12752 commit some IBM z fixes. Library code building
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

8 years agoICU-12738 Remove UTF-8 BOM from files and update copyright notice.
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

8 years agoICU-5456 minor changes for review feedback
Markus Scherer [Tue, 27 Sep 2016 21:38:42 +0000 (21:38 +0000)]
ICU-5456 minor changes for review feedback

X-SVN-Rev: 39365

8 years agoICU-5456 minor changes for review feedback
Markus Scherer [Tue, 27 Sep 2016 21:38:03 +0000 (21:38 +0000)]
ICU-5456 minor changes for review feedback

X-SVN-Rev: 39364

8 years agoICU-12646 Handling out-of-bounds confusable entries in icu4j; see r39360 for icu4c.
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

8 years agoICU-12646 Syncing spoof data binary file format description with icu4c.
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