Commit Graph

28572 Commits

Author SHA1 Message Date
Yoshito Umaoka
e9300f76cf ICU-12739 Added ICU4J 58.1 API signature file. Also added build-local.properties in svn ignore.
X-SVN-Rev: 39350
2016-09-26 17:26:56 +00:00
Yoshito Umaoka
72dea1b93c ICU-12739 JDK8 as the reference platform - use Java 8 version of ICUTaglet implementation by default.
X-SVN-Rev: 39349
2016-09-26 16:41:39 +00:00
Yoshito Umaoka
4bbd8315bd ICU-12739 Fixed new compiler warnings introduced last week.
X-SVN-Rev: 39348
2016-09-26 14:37:26 +00:00
Yoshito Umaoka
bea0b2961d ICU-12748 Removed @Override from a couple of methods added after Java 6.
X-SVN-Rev: 39347
2016-09-26 14:21:59 +00:00
Peter Edberg
bf138d8a85 ICU-12738 ICU4C BRS, Some fixes to U_HIDE_XXX_API macros
X-SVN-Rev: 39346
2016-09-26 06:53:00 +00:00
Shane Carr
b0f66e314e ICU-12549 Minor revisions to SpoofChecker comments and documentation (C++).
X-SVN-Rev: 39345
2016-09-23 21:46:39 +00:00
Shane Carr
83bbd931ef ICU-12549 Minor revisions to SpoofChecker comments and documentation.
X-SVN-Rev: 39344
2016-09-23 21:44:06 +00:00
Norbert Runge
8e8676c652 ICU-12706 unit test coverage for CompactDecimalFormat, CurrencyMetaINfo, DigitList.
One unreachable method removed in DigitList.

X-SVN-Rev: 39343
2016-09-23 21:36:04 +00:00
Shane Carr
feb501f197 ICU-12549 Changing u_strCompare to u_strcmp in spoof documentation.
X-SVN-Rev: 39341
2016-09-23 01:14:42 +00:00
Markus Scherer
e5789c9c8a ICU-12739 update pool bundles, regenerate resource bundles that use them
X-SVN-Rev: 39340
2016-09-23 00:07:23 +00:00
Markus Scherer
666c70c68f ICU-12738 update pool bundles
X-SVN-Rev: 39339
2016-09-23 00:06:04 +00:00
Andy Heninger
6994b1a557 ICU-12734 Adjust ICUMemCheck.pl for deletion of the Layout Engine.
X-SVN-Rev: 39338
2016-09-22 23:41:00 +00:00
Craig Cornelius
a2e5325ea3 ICU-12748 Remove override that does not work with Java 1.6
X-SVN-Rev: 39337
2016-09-22 23:29:23 +00:00
Craig Cornelius
f7e4a8f205 ICU-12716 Resolved StringEquality issues reported by ErrorProne (Android)
X-SVN-Rev: 39334
2016-09-22 22:49:46 +00:00
Andy Heninger
6b3edc198e ICU-12734 ICU4C API, add missing U_HIDE_INTERNAL_API
X-SVN-Rev: 39333
2016-09-22 22:10:24 +00:00
Andy Heninger
260f921e89 ICU-12734 ICU4C API Change Report regenerated again; fixed some incorrect @stable tags.
X-SVN-Rev: 39332
2016-09-22 18:35:22 +00:00
Norbert Runge
01b69a0682 ICU-12706 inserts two methods into test coverage exclusion list for JaCoCo.
The two methods were incorrectly taken out in CS 39322.

X-SVN-Rev: 39331
2016-09-22 17:11:17 +00:00
Peter Edberg
52e4366ea0 ICU-12729 integrate CLDR release-30-d03 into icu4c trunk
X-SVN-Rev: 39330
2016-09-22 02:14:47 +00:00
Peter Edberg
2ea2ee0cef ICU-12729 integrate CLDR release-30-d03 into icu4j trunk
X-SVN-Rev: 39329
2016-09-22 02:13:43 +00:00
Shane Carr
576a124b1b ICU-12549 Small documentation and comment fixes in C++ SpoofChecker
X-SVN-Rev: 39328
2016-09-22 01:43:05 +00:00
Shane Carr
602c875b31 ICU-12549 Small documentation and comment fixes in Java SpoofChecker
X-SVN-Rev: 39327
2016-09-22 01:35:48 +00:00
Steven R. Loomis
d255867071 ICU-12752 IBM i now passes
X-SVN-Rev: 39326
2016-09-22 01:25:52 +00:00
Andy Heninger
6f4591b256 ICU-12734 ICU4C API change report tool, tweaks for ICU 58.
X-SVN-Rev: 39325
2016-09-22 01:15:51 +00:00
Andy Heninger
6626a14882 ICU-12734 ICU4C API Change Report regenerated. Has problems that need investigation.
X-SVN-Rev: 39324
2016-09-22 01:01:42 +00:00
Steven R. Loomis
f0156c183b ICU-12701 additional porting issues.
X-SVN-Rev: 39323
2016-09-21 23:52:53 +00:00
Norbert Runge
da8e954004 ICU-12706 Adjusts code coverage exclusion list after the unit tests from the
test coverage fix-it are in the trunk.

X-SVN-Rev: 39322
2016-09-21 23:21:27 +00:00
Peter Edberg
2328cbf9e9 ICU-12573 Remove no-longer-needed logKnownIssue
X-SVN-Rev: 39321
2016-09-21 23:19:44 +00:00
Steven R. Loomis
bdf4191819 ICU-11679 warning fix
X-SVN-Rev: 39320
2016-09-21 23:12:11 +00:00
Markus Scherer
f431934edf ICU-12738 update dependencies spec
X-SVN-Rev: 39319
2016-09-21 23:07:10 +00:00
Andy Heninger
0c77de936b ICU-12734 ICU4C 58 API Promotion.
X-SVN-Rev: 39318
2016-09-21 21:20:27 +00:00
Andy Heninger
9f925b0287 ICU-12751 CStr, add icu:: namespace.
X-SVN-Rev: 39317
2016-09-21 21:02:21 +00:00
Markus Scherer
588f393cec ICU-12746 avoid checking for possibly-interned String; instead store the no-inheritance-marker as itself, and check for that later
X-SVN-Rev: 39316
2016-09-21 20:21:09 +00:00
Craig Cornelius
c1425af28f ICU-12748 Add @Overrides and fix whitespace, thanks to Eclipse
X-SVN-Rev: 39313
2016-09-21 19:55:37 +00:00
Yoshito Umaoka
96df443f84 ICU-12735 Merged ICU4J API promotion draft from the work branch to trunk, and updated the API change report with them.
X-SVN-Rev: 39312
2016-09-21 19:44:11 +00:00
Steven R. Loomis
370abbf3b9 ICU-12751 use cstr instead of toUTF8String
X-SVN-Rev: 39311
2016-09-21 19:40:11 +00:00
Steven R. Loomis
4d580c2834 ICU-12701 additional cast for ibm i
X-SVN-Rev: 39309
2016-09-21 17:27:57 +00:00
Steven R. Loomis
6bccdda20d ICU-11679 warning fix (reviewed by Lina)
X-SVN-Rev: 39308
2016-09-21 17:22:05 +00:00
Peter Edberg
1cca956fcf ICU-12738 ICU4C BRS, update urename.h
X-SVN-Rev: 39307
2016-09-21 06:07:26 +00:00
Shane Carr
0004d39c91 ICU-12549 Changing deprecated SpoofChecker.getSkeleton API back to String instead of CharSequence
X-SVN-Rev: 39305
2016-09-21 00:24:05 +00:00
Steven R. Loomis
2bf1e2f0c1 ICU-12701 more IBM i test fixes.
* intltest now builds.
* fix for unpax-icu.sh to include the utf-16be file.
* added an emacs coding line to 'encoded.utf16be'

X-SVN-Rev: 39304
2016-09-21 00:07:32 +00:00
Markus Scherer
5e68fee567 ICU-12639 fix typo
X-SVN-Rev: 39303
2016-09-20 23:04:26 +00:00
Yoshito Umaoka
8ebcc0b6d9 ICU-12739 Fixed a compiler warning and issues reported by Find Bugs.
X-SVN-Rev: 39302
2016-09-20 23:02:20 +00:00
Markus Scherer
8b980000b1 ICU-12663 disable TestLongUpper() unless in exhaustive mode, because it takes a long time
X-SVN-Rev: 39301
2016-09-20 22:49:50 +00:00
Markus Scherer
5afeb0ae2f ICU-12663 TestLongUpper() exit early if out of memory
X-SVN-Rev: 39300
2016-09-20 21:42:28 +00:00
Peter Edberg
7827611586 ICU-12739 ICU4J BRS, update measurement unit constants & code
X-SVN-Rev: 39299
2016-09-20 21:17:41 +00:00
Peter Edberg
e6fdb36045 ICU-12738 ICU4C, update measurement unit constants & code
X-SVN-Rev: 39298
2016-09-20 21:15:22 +00:00
Shane Carr
d5d266654b ICU-12549 Revisions to uspoof.h documentation. Actually removing identifier_info.h and other obsolete files from r39218.
X-SVN-Rev: 39297
2016-09-20 21:06:55 +00:00
Steven R. Loomis
3a8a02cae1 ICU-11746 more warning cleanup
X-SVN-Rev: 39296
2016-09-20 21:03:19 +00:00
Markus Scherer
104b90bc3f ICU-12639 detect & handle malformed UTF-8, never call the low-level full case mapping functions with a negative value
X-SVN-Rev: 39295
2016-09-20 20:32:12 +00:00
Steven R. Loomis
bc0960b298 ICU-11746 more warning nits
X-SVN-Rev: 39294
2016-09-20 17:36:32 +00:00