]>
granicus.if.org Git - icu/log
George Rhoten [Wed, 23 Aug 2017 17:38:00 +0000 (17:38 +0000)]
ICU-13306 Move rounding mode API to superclass as per technical committee review comments.
X-SVN-Rev: 40347
Norbert Runge [Fri, 18 Aug 2017 16:36:17 +0000 (16:36 +0000)]
ICU-13253 Parameterizes data driven test.
X-SVN-Rev: 40346
Shane Carr [Thu, 17 Aug 2017 23:49:00 +0000 (23:49 +0000)]
ICU-13285 Adding NumberingSystem constructor methods to DecimalFormatSymbols (J and C).
X-SVN-Rev: 40345
George Rhoten [Thu, 17 Aug 2017 23:25:38 +0000 (23:25 +0000)]
ICU-13293 RuleBasedNumberFormat should not throw an exception when mixing rounding and unreal numbers
X-SVN-Rev: 40344
George Rhoten [Thu, 17 Aug 2017 23:21:03 +0000 (23:21 +0000)]
ICU-13306 Can not get and set rounding attributes for RBNF with C API
X-SVN-Rev: 40343
Norbert Runge [Thu, 17 Aug 2017 21:58:32 +0000 (21:58 +0000)]
ICU-13236 Removes translit dependency from coreCheck in build.xml, @Ignore-s a test in TestIDNA.java that needs the dependency.
X-SVN-Rev: 40342
Markus Scherer [Thu, 17 Aug 2017 21:37:36 +0000 (21:37 +0000)]
ICU-13158 change range check to catch NaN
X-SVN-Rev: 40341
Markus Scherer [Thu, 17 Aug 2017 18:29:27 +0000 (18:29 +0000)]
ICU-13323 make U_TIMEZONE work on newlib when U_PLATFORM_IS_LINUX_BASED is not detected
X-SVN-Rev: 40340
Norbert Runge [Thu, 17 Aug 2017 17:52:01 +0000 (17:52 +0000)]
ICU-13255 Changes a TODO comment to refer to a different ticket.
X-SVN-Rev: 40339
Andy Heninger [Wed, 16 Aug 2017 23:29:02 +0000 (23:29 +0000)]
ICU-13274 Break Iterator test additions.
X-SVN-Rev: 40335
Andy Heninger [Wed, 16 Aug 2017 23:19:21 +0000 (23:19 +0000)]
ICU-13274 Break Iterator test additions.
X-SVN-Rev: 40334
Markus Scherer [Wed, 16 Aug 2017 19:19:30 +0000 (19:19 +0000)]
ICU-13307 C++ Edits::mergedAndAppend(ab, bc); map indexes only from inside spans not empty deletions/insertions; make Edits copyable and Edits::Iterator default-constructible
X-SVN-Rev: 40333
Fredrik Roubert [Wed, 16 Aug 2017 17:42:39 +0000 (17:42 +0000)]
ICU-13322 Skip the TestDataDrivenJDK test case when run in Android.
X-SVN-Rev: 40332
Markus Scherer [Fri, 11 Aug 2017 23:47:39 +0000 (23:47 +0000)]
ICU-6591 fix auto-format indentation bugs, fix a javadoc warning
X-SVN-Rev: 40329
Markus Scherer [Fri, 11 Aug 2017 23:42:02 +0000 (23:42 +0000)]
ICU-6591 make ccc=x work for all integers 0..255
X-SVN-Rev: 40328
Andy Heninger [Fri, 11 Aug 2017 21:38:54 +0000 (21:38 +0000)]
ICU-13288 changes for jumbo compilation.
X-SVN-Rev: 40327
Andy Heninger [Fri, 11 Aug 2017 20:54:22 +0000 (20:54 +0000)]
ICU-13261 remove gratuitous difference between line_normal_cj.txt and line_loose_cj.txt.
X-SVN-Rev: 40326
Markus Scherer [Fri, 11 Aug 2017 18:54:53 +0000 (18:54 +0000)]
ICU-13158 avoid undefined double->int cast for ccc=value, range check before cast
X-SVN-Rev: 40325
Yoshito Umaoka [Wed, 9 Aug 2017 19:13:30 +0000 (19:13 +0000)]
ICU-13301 Removed redundant UVector entry clean up function call.
X-SVN-Rev: 40324
Yoshito Umaoka [Wed, 9 Aug 2017 18:51:31 +0000 (18:51 +0000)]
ICU-13296 Added LHDT as short/daylight name for metazone Lord_Howe in tzdbNames.txt.
X-SVN-Rev: 40323
William Zhao [Tue, 8 Aug 2017 19:51:54 +0000 (19:51 +0000)]
ICU-13275 Merge some safe warning fixes to the trunk
X-SVN-Rev: 40322
Jugu Dannie Sundar [Mon, 7 Aug 2017 21:27:46 +0000 (21:27 +0000)]
ICU-10935 merging from branch
X-SVN-Rev: 40316
Andy Heninger [Fri, 4 Aug 2017 17:44:00 +0000 (17:44 +0000)]
ICU-13298 Fix signed int overflow in StringTrieBuilder hash functions.
X-SVN-Rev: 40312
Jeff Genovy [Thu, 3 Aug 2017 21:17:25 +0000 (21:17 +0000)]
ICU-13290 Clean up old #define for old version of MSVC.
X-SVN-Rev: 40311
Jeff Genovy [Thu, 3 Aug 2017 20:44:45 +0000 (20:44 +0000)]
ICU-13287 Add explicit casts for conversions between long/int64 and double.
X-SVN-Rev: 40310
Andy Heninger [Thu, 3 Aug 2017 20:31:06 +0000 (20:31 +0000)]
ICU-13274 rbbi, port updated TestExtended to Java.
X-SVN-Rev: 40309
William Zhao [Thu, 3 Aug 2017 00:13:43 +0000 (00:13 +0000)]
ICU-13292 Merge the changes for fixing C4251 warning into trunk
X-SVN-Rev: 40308
Norbert Runge [Wed, 2 Aug 2017 18:24:57 +0000 (18:24 +0000)]
ICU-13236 re-enable execution of monkey test in TestIDNA.java but keep test ignored because it is still failing.
X-SVN-Rev: 40307
Norbert Runge [Wed, 2 Aug 2017 18:23:55 +0000 (18:23 +0000)]
ICU-13236 re-enable execution of monkey test in TestIDNA.java but keep test ignored because it is still failing.
X-SVN-Rev: 40306
Andy Heninger [Tue, 1 Aug 2017 23:26:14 +0000 (23:26 +0000)]
ICU-13274 RBBI test updates, moved from #9954
X-SVN-Rev: 40305
Shane Carr [Tue, 1 Aug 2017 18:12:59 +0000 (18:12 +0000)]
ICU-13289 Fixing engineering notation discrepancy with the LDML spec.
X-SVN-Rev: 40304
Andy Heninger [Tue, 1 Aug 2017 01:03:09 +0000 (01:03 +0000)]
ICU-13196 RBBI Monkey Test, port to Java. Sync a few changes back to ICU4C.
X-SVN-Rev: 40302
Andy Heninger [Mon, 31 Jul 2017 20:20:37 +0000 (20:20 +0000)]
ICU-12519 Break Iterator assignment handles Locales.
X-SVN-Rev: 40301
Andy Heninger [Mon, 31 Jul 2017 17:41:42 +0000 (17:41 +0000)]
ICU-13275 clear a clang warning introduced with the other warning fixes.
X-SVN-Rev: 40300
Norbert Runge [Mon, 31 Jul 2017 17:08:25 +0000 (17:08 +0000)]
ICU-13254 Parameterizes data driven tests.
X-SVN-Rev: 40299
Markus Scherer [Fri, 28 Jul 2017 23:17:16 +0000 (23:17 +0000)]
ICU-13176 char16ptr: rename member variables to avoid shadow warnings
X-SVN-Rev: 40298
Shane Carr [Thu, 27 Jul 2017 03:08:22 +0000 (03:08 +0000)]
ICU-13286 Fixing ICU4J numbering systems with supplemental-range code point digits.
X-SVN-Rev: 40288
Jeff Genovy [Wed, 26 Jul 2017 21:13:50 +0000 (21:13 +0000)]
ICU-13051 Fix some compiler warnings when building with gcc.
X-SVN-Rev: 40287
Markus Scherer [Mon, 24 Jul 2017 22:43:53 +0000 (22:43 +0000)]
ICU-13270 icu::Edits add numberOfChanges(); Edits::Iterator add findDestinationIndex(), destinationIndexFromSourceIndex(), sourceIndexFromDestinationIndex()
X-SVN-Rev: 40286
Shane Carr [Mon, 24 Jul 2017 22:00:22 +0000 (22:00 +0000)]
ICU-13246 Save a few cycles by performing util64_pow multiply only when needed.
X-SVN-Rev: 40285
William Zhao [Sat, 22 Jul 2017 01:11:59 +0000 (01:11 +0000)]
ICU-13275 Merge warning cleanup fixes into trunk
X-SVN-Rev: 40283
Jeff Genovy [Fri, 21 Jul 2017 00:48:43 +0000 (00:48 +0000)]
ICU-13278 Fix ifdefs for U_ENABLE_DYLOAD for Windows and UWP.
X-SVN-Rev: 40281
Markus Scherer [Thu, 20 Jul 2017 22:08:30 +0000 (22:08 +0000)]
ICU-13271 add Normalizer2::isNormalizedUTF8()
X-SVN-Rev: 40280
Markus Scherer [Thu, 20 Jul 2017 19:56:45 +0000 (19:56 +0000)]
ICU-13269 add StringByteSink(dest, initialAppendCapacity) constructor
X-SVN-Rev: 40277
Fredrik Roubert [Thu, 20 Jul 2017 00:28:09 +0000 (00:28 +0000)]
ICU-13283 Skip DecimalFormat_ICU58 test code when run in Android.
X-SVN-Rev: 40271
Andy Heninger [Wed, 19 Jul 2017 22:31:12 +0000 (22:31 +0000)]
ICU-12507 rbbi, switch impl from UTrie to UTrie2.
X-SVN-Rev: 40270
Norbert Runge [Wed, 19 Jul 2017 17:13:03 +0000 (17:13 +0000)]
ICU-13243 enables and re-arranges a test case disabled during JUnit migration.
X-SVN-Rev: 40269
Andy Heninger [Mon, 17 Jul 2017 21:22:53 +0000 (21:22 +0000)]
ICU-12507 RBBI data loading, incorporate Markus's review comments.
X-SVN-Rev: 40268
Andy Heninger [Sat, 15 Jul 2017 00:22:20 +0000 (00:22 +0000)]
ICU-13277 Locale constructor buffer overflow.
X-SVN-Rev: 40267
Markus Scherer [Fri, 14 Jul 2017 22:38:40 +0000 (22:38 +0000)]
ICU-13197 improved normalization data structure and code; .nrm formatVersion 3; merged from branches/markus/normv3 except for cherry-picks from trunk to there
X-SVN-Rev: 40265
William Zhao [Thu, 13 Jul 2017 23:26:06 +0000 (23:26 +0000)]
ICU-13275 Revert the previous changes to the trunk.
X-SVN-Rev: 40262
William Zhao [Thu, 13 Jul 2017 22:49:57 +0000 (22:49 +0000)]
ICU-13275
This commit fixes compiler warnings when building at /W2.
1. Fix cast warnings for the two files.
2. Fix unreferenced variable warning for the two files.
X-SVN-Rev: 40261
Shane Carr [Wed, 12 Jul 2017 10:17:57 +0000 (10:17 +0000)]
ICU-11903 Always propagate zero digit in DecimalFormatSymbols#setZeroDigit().
X-SVN-Rev: 40255
Shane Carr [Tue, 11 Jul 2017 17:24:34 +0000 (17:24 +0000)]
ICU-12690 Adding convenience overloads for java.util.Currency.
X-SVN-Rev: 40253
Jeff Genovy [Wed, 5 Jul 2017 18:46:18 +0000 (18:46 +0000)]
ICU-13263 uprv_convertToPosix uses a local stack variable out of scope.
X-SVN-Rev: 40234
Jeff Genovy [Wed, 28 Jun 2017 20:14:16 +0000 (20:14 +0000)]
ICU-13260 Fix use of unintended variable in tools/toolutil/package.cpp
X-SVN-Rev: 40219
Peter Edberg [Wed, 28 Jun 2017 05:39:30 +0000 (05:39 +0000)]
ICU-13159 ICU 60m1 BRS, update ICU4C readme
X-SVN-Rev: 40217
Norbert Runge [Mon, 26 Jun 2017 16:30:38 +0000 (16:30 +0000)]
ICU-13239 moves to its own file a currently disabled test and re-enable test.
X-SVN-Rev: 40215
Yoshito Umaoka [Mon, 26 Jun 2017 05:09:39 +0000 (05:09 +0000)]
ICU-13159 Updated ICU4J readme for 60m1.
X-SVN-Rev: 40212
Yoshito Umaoka [Mon, 26 Jun 2017 04:58:00 +0000 (04:58 +0000)]
ICU-13159 Updated ICU4C API change report for 60m1.
X-SVN-Rev: 40211
Yoshito Umaoka [Mon, 26 Jun 2017 04:21:24 +0000 (04:21 +0000)]
ICU-13159 Update ICU4J API change report for 60m1.
X-SVN-Rev: 40210
Yoshito Umaoka [Mon, 26 Jun 2017 04:10:32 +0000 (04:10 +0000)]
ICU-13159 Suppress unused warnings.
X-SVN-Rev: 40209
Yoshito Umaoka [Mon, 26 Jun 2017 04:01:46 +0000 (04:01 +0000)]
ICU-13159 BRS 60m1 Clean up import statements.
X-SVN-Rev: 40208
Yoshito Umaoka [Mon, 26 Jun 2017 03:54:19 +0000 (03:54 +0000)]
ICU-13159 Fixed Java 6 compatibility issue in NumberFormatTest. Also fixed a test data loading problem in UTS46Test.
X-SVN-Rev: 40207
Jeff Genovy [Fri, 23 Jun 2017 23:28:11 +0000 (23:28 +0000)]
ICU-13164 Fixes for compilation and test errors when building for Windows/MinGW.
X-SVN-Rev: 40203
Peter Edberg [Fri, 23 Jun 2017 17:43:07 +0000 (17:43 +0000)]
ICU-13159 ICU 60m1 BRS, update urename.h
X-SVN-Rev: 40202
Shane Carr [Fri, 23 Jun 2017 06:51:04 +0000 (06:51 +0000)]
ICU-13151 Removing obsolete assertion from PluralFormat.java
X-SVN-Rev: 40199
Peter Edberg [Fri, 23 Jun 2017 06:26:30 +0000 (06:26 +0000)]
ICU-13006 DateFormat.setNumberFormat should clone the NumberFormat and also call setGroupingUsed(false)
X-SVN-Rev: 40198
Peter Edberg [Fri, 23 Jun 2017 05:28:30 +0000 (05:28 +0000)]
ICU-13157 Update CLDR version to 32 in testdata/root.txt
X-SVN-Rev: 40197
Peter Edberg [Fri, 23 Jun 2017 05:02:12 +0000 (05:02 +0000)]
ICU-13215 DayPeriodRules.getInstance should ignore keywords to get correct data and not hang
X-SVN-Rev: 40196
Shane Carr [Thu, 22 Jun 2017 23:26:48 +0000 (23:26 +0000)]
ICU-13129 Changing default Parse MathContext to 34 digits instead of 16 digits.
X-SVN-Rev: 40194
Peter Edberg [Thu, 22 Jun 2017 23:05:41 +0000 (23:05 +0000)]
ICU-13159 Integrate CLDR trunk@13513 (cldr/tags/icu-milestone-60-0-1)
X-SVN-Rev: 40193
Norbert Runge [Thu, 22 Jun 2017 18:32:20 +0000 (18:32 +0000)]
ICU-13240 Fixes and re-enables a test which was disabled since JUnit migration.
X-SVN-Rev: 40192
Markus Scherer [Thu, 22 Jun 2017 07:49:47 +0000 (07:49 +0000)]
ICU-13197 gennorm2 new .cpp files: add standard library includes
X-SVN-Rev: 40191
Andy Heninger [Wed, 21 Jun 2017 20:43:47 +0000 (20:43 +0000)]
ICU-13257 clear clang compile warning from use of 'override'
X-SVN-Rev: 40190
Norbert Runge [Wed, 21 Jun 2017 19:59:58 +0000 (19:59 +0000)]
ICU-13242 Rename test function to make it match the name of its equivalent function in Java.
X-SVN-Rev: 40189
Shane Carr [Wed, 21 Jun 2017 01:08:18 +0000 (01:08 +0000)]
ICU-13149 Minor review feedback for #13149
X-SVN-Rev: 40187
Shane Carr [Wed, 21 Jun 2017 00:44:47 +0000 (00:44 +0000)]
ICU-13231 Changing DecimalFormat min/max setters to use the most recent setting instead of always preferring the minimum for backwards compatibility.
X-SVN-Rev: 40186
Shane Carr [Wed, 21 Jun 2017 00:38:25 +0000 (00:38 +0000)]
ICU-13228 Adding more symbols to localized notation mapper function, including support for multi-char symbols.
X-SVN-Rev: 40185
Norbert Runge [Tue, 20 Jun 2017 23:12:14 +0000 (23:12 +0000)]
ICU-13242 fixed uppercase-comes-first collation test
X-SVN-Rev: 40184
Andy Heninger [Tue, 20 Jun 2017 22:11:08 +0000 (22:11 +0000)]
ICU-12507 bump rbbi data version for change to UTrie2; consolidate version checking.
X-SVN-Rev: 40183
Andy Heninger [Tue, 20 Jun 2017 03:41:20 +0000 (03:41 +0000)]
ICU-13159 Regenerate configure for 60m1.
X-SVN-Rev: 40182
Shane Carr [Mon, 19 Jun 2017 21:03:07 +0000 (21:03 +0000)]
ICU-13230 Fixing DecimalFormat parser to ignore grouping separators when there is no grouping separator in the pattern OR when setGroupingUsed(false) is explicitly called.
X-SVN-Rev: 40181
Andy Heninger [Mon, 19 Jun 2017 20:28:41 +0000 (20:28 +0000)]
ICU-12982 add BreakIterator.setText(CharSequence) overload
X-SVN-Rev: 40179
Norbert Runge [Mon, 19 Jun 2017 20:13:51 +0000 (20:13 +0000)]
ICU-13242 modifes collation test to work with an upper-case-first locale (da).
X-SVN-Rev: 40178
Shane Carr [Sat, 17 Jun 2017 01:22:41 +0000 (01:22 +0000)]
ICU-13229 Extending range for returning a Long from DecimalFormat#parse(), and changing API descriptions to be more informative when discussing return types.
X-SVN-Rev: 40175
Shane Carr [Sat, 17 Jun 2017 00:48:17 +0000 (00:48 +0000)]
ICU-13246 Changing util64_pow to work on uint64_t to fix signed integer overflow warning in Clang
X-SVN-Rev: 40174
Norbert Runge [Fri, 16 Jun 2017 23:02:41 +0000 (23:02 +0000)]
ICU-13241 removes obsolete test code that does not test anything from ICU.
X-SVN-Rev: 40173
Norbert Runge [Fri, 16 Jun 2017 22:10:50 +0000 (22:10 +0000)]
ICU-13245 moves code from tests to samples.
X-SVN-Rev: 40172
Norbert Runge [Thu, 15 Jun 2017 20:29:58 +0000 (20:29 +0000)]
ICU-12588 deletes obsolete test files as discussed in email conversation
X-SVN-Rev: 40171
Shane Carr [Thu, 15 Jun 2017 01:45:12 +0000 (01:45 +0000)]
ICU-13227 Throwing NullPointerException on string methods in DecimalFormat
X-SVN-Rev: 40170
Andy Heninger [Tue, 13 Jun 2017 18:33:59 +0000 (18:33 +0000)]
ICU-13207 Fix some resource leaks.
X-SVN-Rev: 40167
Markus Scherer [Fri, 9 Jun 2017 23:04:03 +0000 (23:04 +0000)]
ICU-9198 add titlecasing options: wholeString, sentences, adjustToCased
X-SVN-Rev: 40164
Markus Scherer [Thu, 8 Jun 2017 20:35:40 +0000 (20:35 +0000)]
ICU-13234 collect string & character options bits in new stringoptions.h
X-SVN-Rev: 40162
Markus Scherer [Thu, 8 Jun 2017 19:36:34 +0000 (19:36 +0000)]
ICU-13234 rename UCASEMAP_OMIT_UNCHANGED_TEXT to U_OMIT_UNCHANGED_TEXT
X-SVN-Rev: 40161
Norbert Runge [Thu, 8 Jun 2017 18:45:18 +0000 (18:45 +0000)]
ICU-12588 completed six TODO tasks flagged during JUnit migration.
X-SVN-Rev: 40160
Markus Scherer [Wed, 7 Jun 2017 18:22:44 +0000 (18:22 +0000)]
ICU-13197 fix indexesLength check while loading data, more readable duplicate elimination of noNo mappings
X-SVN-Rev: 40157
Markus Scherer [Wed, 7 Jun 2017 07:13:34 +0000 (07:13 +0000)]
ICU-13197 catch one more edge case where a mapping has no compose boundary after it
X-SVN-Rev: 40156
Markus Scherer [Wed, 7 Jun 2017 05:23:53 +0000 (05:23 +0000)]
ICU-13197 more gennorm2 cleanup, set smallFCD for some characters with algorithmic mappings
X-SVN-Rev: 40155
Norbert Runge [Tue, 6 Jun 2017 20:50:12 +0000 (20:50 +0000)]
ICU-13223 Update Jacoco exclusion list. No errors, no warnings with updated list.
X-SVN-Rev: 40154