]>
granicus.if.org Git - icu/log
kazède king [Sat, 27 Feb 2016 00:41:21 +0000 (00:41 +0000)]
ICU-11872 port date time pattern generator char 'C' from Java to C++
X-SVN-Rev: 38397
Craig Cornelius [Sat, 27 Feb 2016 00:24:52 +0000 (00:24 +0000)]
ICU-11914 Add more detail to check failing tests.
X-SVN-Rev: 38396
Andy Heninger [Sat, 27 Feb 2016 00:04:47 +0000 (00:04 +0000)]
ICU-12138 Fix RegexCompile::doParseActions uses uninitialized variable
X-SVN-Rev: 38395
Craig Cornelius [Fri, 26 Feb 2016 23:59:20 +0000 (23:59 +0000)]
ICU-11735 Add test to verify that ICU4C behaves correctly.
X-SVN-Rev: 38394
John Emmons [Fri, 26 Feb 2016 23:39:44 +0000 (23:39 +0000)]
ICU-12185 Fix intltest testcase for TestCurrencyUsage
X-SVN-Rev: 38393
Craig Cornelius [Fri, 26 Feb 2016 23:19:55 +0000 (23:19 +0000)]
ICU-11914 Add tests that verify correct behavior.
X-SVN-Rev: 38392
John Emmons [Fri, 26 Feb 2016 22:51:44 +0000 (22:51 +0000)]
ICU-12185 Fix LDML2ICUConversion of cashDigits/cashRounding
X-SVN-Rev: 38390
John Emmons [Fri, 26 Feb 2016 22:51:31 +0000 (22:51 +0000)]
ICU-12185 Fix LDML2ICUConversion of cashDigits/cashRounding
X-SVN-Rev: 38389
Andy Heninger [Fri, 26 Feb 2016 21:58:26 +0000 (21:58 +0000)]
ICU-12081 Initial implementation Emoji break rules and a new RBBI monkey test.
X-SVN-Rev: 38387
Andy Heninger [Fri, 26 Feb 2016 21:37:06 +0000 (21:37 +0000)]
ICU-12139 revert bad change to cstr.cpp. It is intended to use and depend on conversion. It is only intended for use from test and debug code, so the dependency is ok. It must be able to handle non-invariant characters.
X-SVN-Rev: 38386
Scott Russell [Fri, 26 Feb 2016 21:14:36 +0000 (21:14 +0000)]
ICU-12005 Fix numerous warnings / errors from Javadoc generation
X-SVN-Rev: 38385
Michael Ow [Fri, 26 Feb 2016 18:51:13 +0000 (18:51 +0000)]
ICU-12139 Fix uconfig test errors for 57
X-SVN-Rev: 38383
Craig Cornelius [Fri, 26 Feb 2016 18:45:46 +0000 (18:45 +0000)]
ICU-11735 Fix minor indent mistake.
X-SVN-Rev: 38382
Fredrik Roubert [Fri, 26 Feb 2016 11:25:33 +0000 (11:25 +0000)]
ICU-11941 Add LINKFLAGS to enable setting -rpath options.
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
283410043 .
X-SVN-Rev: 38380
Fredrik Roubert [Fri, 26 Feb 2016 11:24:23 +0000 (11:24 +0000)]
ICU-12164 Add using operator to all subclasses of LocalPointerBase.
This will add operator* and operator-> from LocalPointerBase to the
scope of each subclass.
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
286440043 .
X-SVN-Rev: 38379
Fredrik Roubert [Fri, 26 Feb 2016 11:21:55 +0000 (11:21 +0000)]
ICU-12012 Replace irregular sizeof expressions with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
286430043 .
X-SVN-Rev: 38378
kazède king [Fri, 26 Feb 2016 00:37:23 +0000 (00:37 +0000)]
ICU-11872 remove unicode characters from cpp source files
X-SVN-Rev: 38376
Craig Cornelius [Thu, 25 Feb 2016 23:22:08 +0000 (23:22 +0000)]
ICU-11735 Fix to return null in currency parsing when no currency symbol is present.
X-SVN-Rev: 38375
kazède king [Thu, 25 Feb 2016 21:42:52 +0000 (21:42 +0000)]
ICU-11872 fix build errors
X-SVN-Rev: 38374
kazède king [Thu, 25 Feb 2016 21:40:27 +0000 (21:40 +0000)]
ICU-11872 fix memory errors
X-SVN-Rev: 38373
kazède king [Thu, 25 Feb 2016 21:09:04 +0000 (21:09 +0000)]
ICU-11872 fix build errors
X-SVN-Rev: 38372
kazède king [Thu, 25 Feb 2016 19:53:49 +0000 (19:53 +0000)]
ICU-11872 new time formatting pattern chars b/B
Merging from the branch.
X-SVN-Rev: 38371
kazède king [Thu, 25 Feb 2016 19:51:53 +0000 (19:51 +0000)]
ICU-11872 new time formatting pattern chars b/B
Merging from the branch.
X-SVN-Rev: 38370
Craig Cornelius [Thu, 25 Feb 2016 18:25:24 +0000 (18:25 +0000)]
ICU-12018 Fix compile issue for some build targets.
X-SVN-Rev: 38366
Fredrik Roubert [Thu, 25 Feb 2016 16:23:36 +0000 (16:23 +0000)]
ICU-12018 Delete superfluous trailing semicolon [-Wpedantic].
X-SVN-Rev: 38364
Mark Davis [Thu, 25 Feb 2016 16:03:26 +0000 (16:03 +0000)]
ICU-11872 Added code to do the pattern generation part of the new day periods.
X-SVN-Rev: 38363
Jungshik Shin [Thu, 25 Feb 2016 01:49:48 +0000 (01:49 +0000)]
ICU-12129 fix C4138 warning from MSVC
X-SVN-Rev: 38362
Steven R. Loomis [Thu, 25 Feb 2016 01:39:48 +0000 (01:39 +0000)]
ICU-12055 remove NPE from FilteredBreakIteratorBuilder
X-SVN-Rev: 38361
Craig Cornelius [Thu, 25 Feb 2016 00:30:11 +0000 (00:30 +0000)]
ICU-12018 Update data loading to use ResourceTableSink and DateFormatSymbols to resolve missing data.
X-SVN-Rev: 38359
Felipe Balbontín [Wed, 24 Feb 2016 23:45:42 +0000 (23:45 +0000)]
ICU-12013 Refactor DateIntervalFormat resource data loading using the sink on ICU4J.
X-SVN-Rev: 38357
Fredrik Roubert [Wed, 24 Feb 2016 22:52:29 +0000 (22:52 +0000)]
ICU-12012 Replace all sizeof p / U_SIZEOF_... with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
291740043 .
X-SVN-Rev: 38349
Yoshito Umaoka [Wed, 24 Feb 2016 22:01:37 +0000 (22:01 +0000)]
ICU-12003 User more links to actual Java classes in ICU API doc.
X-SVN-Rev: 38348
Fredrik Roubert [Wed, 24 Feb 2016 21:48:56 +0000 (21:48 +0000)]
ICU-12012 Replace all sizeof p / sizeof T with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
288320043 .
X-SVN-Rev: 38347
Markus Scherer [Wed, 24 Feb 2016 00:49:51 +0000 (00:49 +0000)]
ICU-12141 make each internal header file compile by itself; add includes where necessary; add simple test script
X-SVN-Rev: 38341
Fredrik Roubert [Tue, 23 Feb 2016 10:40:09 +0000 (10:40 +0000)]
ICU-12012 Replace all sizeof p / sizeof *p with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
285520043 .
X-SVN-Rev: 38337
John Emmons [Tue, 23 Feb 2016 02:31:28 +0000 (02:31 +0000)]
ICU-12170 Merge data from CLDR release-29-beta1
X-SVN-Rev: 38333
John Emmons [Tue, 23 Feb 2016 02:26:57 +0000 (02:26 +0000)]
ICU-12170 Merge data from CLDR release-29-beta1
X-SVN-Rev: 38332
Mark Davis [Fri, 19 Feb 2016 15:55:00 +0000 (15:55 +0000)]
ICU-12053 fix UnicodeMap, and move in a couple of methods that were elsewhere. Did a bunch of cleanup on the tests as well.
X-SVN-Rev: 38327
Mark Davis [Thu, 18 Feb 2016 11:39:40 +0000 (11:39 +0000)]
ICU-4229 update to use new CLDR data, and to work with v28 data during transition.
X-SVN-Rev: 38321
Peter Edberg [Wed, 17 Feb 2016 07:29:48 +0000 (07:29 +0000)]
ICU-12072 RelativeDateTimeFormatter: improve J format API
X-SVN-Rev: 38320
Peter Edberg [Wed, 17 Feb 2016 05:50:57 +0000 (05:50 +0000)]
ICU-12072 Update C comments explaining future direction
X-SVN-Rev: 38319
Peter Edberg [Wed, 17 Feb 2016 00:04:32 +0000 (00:04 +0000)]
ICU-12072 Improve C header comments for enum per API review
X-SVN-Rev: 38318
Peter Edberg [Tue, 16 Feb 2016 19:51:26 +0000 (19:51 +0000)]
ICU-12085 Update C TestToUnicodeLocaleType/TestToLegacyType for "rg"
X-SVN-Rev: 38315
Peter Edberg [Tue, 16 Feb 2016 19:31:42 +0000 (19:31 +0000)]
ICU-12085 Update J TestToUnicodeLocaleType/TestToLegacyType for "rg"
X-SVN-Rev: 38314
Peter Edberg [Tue, 16 Feb 2016 07:11:10 +0000 (07:11 +0000)]
ICU-12085 Implement J support for new CLDR locale key "rg"
X-SVN-Rev: 38313
Peter Edberg [Mon, 15 Feb 2016 17:58:23 +0000 (17:58 +0000)]
ICU-12085 manually integrate branch > trunk (had network problems committing updated branch)
X-SVN-Rev: 38311
Yoshito Umaoka [Mon, 15 Feb 2016 17:28:47 +0000 (17:28 +0000)]
ICU-12170 Regenerated ICU4J data with ICU4C/r38309. Revereted the patch for transform extension x0 which was temporarily made for 57m1.
X-SVN-Rev: 38310
Yoshito Umaoka [Mon, 15 Feb 2016 17:26:43 +0000 (17:26 +0000)]
ICU-12170 Regenerated key-type data with CLDR trunk (including cldrbug:9264). Revereted the patch for transform extension x0 which was temporarily made for 57m1.
X-SVN-Rev: 38309
Jungshik Shin [Mon, 8 Feb 2016 19:37:17 +0000 (19:37 +0000)]
ICU-11937 cast Quantifier to UnicodeFunctor instead of UnicodeSet
X-SVN-Rev: 38299
Yoshito Umaoka [Fri, 5 Feb 2016 16:05:39 +0000 (16:05 +0000)]
ICU-12091 Fixed a memory leak introduced by the quick patch in transliterator initialization code.
X-SVN-Rev: 38290
Yoshito Umaoka [Fri, 5 Feb 2016 06:45:46 +0000 (06:45 +0000)]
ICU-12091 Ingnore absense of type map for transform private user type 'x0'.
X-SVN-Rev: 38289
John Emmons [Fri, 5 Feb 2016 04:18:17 +0000 (04:18 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38288
John Emmons [Fri, 5 Feb 2016 04:12:07 +0000 (04:12 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38287
John Emmons [Fri, 5 Feb 2016 04:11:14 +0000 (04:11 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38286
John Emmons [Fri, 5 Feb 2016 04:09:17 +0000 (04:09 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38285
John Emmons [Fri, 5 Feb 2016 04:04:17 +0000 (04:04 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38284
John Emmons [Fri, 5 Feb 2016 03:59:39 +0000 (03:59 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38283
John Emmons [Fri, 5 Feb 2016 03:52:07 +0000 (03:52 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38282
John Emmons [Fri, 5 Feb 2016 03:50:47 +0000 (03:50 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38281
John Emmons [Fri, 5 Feb 2016 03:46:03 +0000 (03:46 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38280
John Emmons [Fri, 5 Feb 2016 03:42:01 +0000 (03:42 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38279
John Emmons [Fri, 5 Feb 2016 03:37:50 +0000 (03:37 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38278
John Emmons [Fri, 5 Feb 2016 02:28:56 +0000 (02:28 +0000)]
ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38277
Peter Edberg [Thu, 4 Feb 2016 06:56:51 +0000 (06:56 +0000)]
ICU-12083 57m1 BRS, update readme for milestone status and copyright year, update license copyright year
X-SVN-Rev: 38268
Yoshito Umaoka [Thu, 4 Feb 2016 05:43:34 +0000 (05:43 +0000)]
ICU-12083 Fixed TestHost failures on Windows 10 by updating LCID mapping data including new Windows locales.
X-SVN-Rev: 38264
Peter Edberg [Thu, 4 Feb 2016 04:45:41 +0000 (04:45 +0000)]
ICU-12083 57m1 BRS task, update urename.h
X-SVN-Rev: 38263
Yoshito Umaoka [Wed, 3 Feb 2016 21:51:20 +0000 (21:51 +0000)]
ICU-12091 Update to the previous commit - Made UnicodeString -t- to constant to match the diff provided by Steven in #12077
X-SVN-Rev: 38256
Yoshito Umaoka [Wed, 3 Feb 2016 21:39:38 +0000 (21:39 +0000)]
ICU-12091 Ignore BCP 47 -t- style transliterator IDs. The support for such -t- IDs will be done by #12077 later.
X-SVN-Rev: 38255
Michael Ow [Tue, 2 Feb 2016 05:42:06 +0000 (05:42 +0000)]
ICU-12083 Update APIs for 57m1
X-SVN-Rev: 38251
Peter Edberg [Tue, 2 Feb 2016 00:38:16 +0000 (00:38 +0000)]
ICU-12133 (C) Change proportion-karat to concentr-karat, add 5 new units in CLDR 29
X-SVN-Rev: 38249
Peter Edberg [Tue, 2 Feb 2016 00:36:47 +0000 (00:36 +0000)]
ICU-12133 (J) Change proportion-karat to concentr-karat, add 5 new units in CLDR 29
X-SVN-Rev: 38248
Michael Ow [Mon, 1 Feb 2016 18:02:21 +0000 (18:02 +0000)]
ICU-12083 Fix no data test errors
X-SVN-Rev: 38247
Michael Ow [Mon, 1 Feb 2016 17:14:55 +0000 (17:14 +0000)]
ICU-12083 Fix bom in icu4c 57m1
X-SVN-Rev: 38246
Michael Ow [Mon, 1 Feb 2016 16:39:58 +0000 (16:39 +0000)]
ICU-12083 Update header test cxxfile
X-SVN-Rev: 38245
Yoshito Umaoka [Sat, 30 Jan 2016 07:05:03 +0000 (07:05 +0000)]
ICU-12084 Removed echo for java 5 bootclasspath.
X-SVN-Rev: 38241
Peter Edberg [Sat, 30 Jan 2016 06:53:47 +0000 (06:53 +0000)]
ICU-12133 (C) integrate CLDR data for new units
X-SVN-Rev: 38239
Yoshito Umaoka [Sat, 30 Jan 2016 06:42:15 +0000 (06:42 +0000)]
ICU-12084 Fixed javadoc warnings and updated API change report for 57m1.
X-SVN-Rev: 38238
Yoshito Umaoka [Sat, 30 Jan 2016 06:33:18 +0000 (06:33 +0000)]
ICU-12132 Regenerated ICU4J 56.1 API signature data file with JDK 7 javadoc.
X-SVN-Rev: 38237
Peter Edberg [Sat, 30 Jan 2016 02:49:25 +0000 (02:49 +0000)]
ICU-12085 (J) integrate CLDR keyTypeData for locale key "rg" (and some other new ones)
X-SVN-Rev: 38235
Peter Edberg [Sat, 30 Jan 2016 02:24:57 +0000 (02:24 +0000)]
ICU-12085 (C) integrate CLDR keyTypeData for locale key "rg" (and some other new ones)
X-SVN-Rev: 38234
Andy Heninger [Sat, 30 Jan 2016 02:12:01 +0000 (02:12 +0000)]
ICU-12130 fix utext_extract() incorrect position on return.
X-SVN-Rev: 38233
Yoshito Umaoka [Sat, 30 Jan 2016 01:11:30 +0000 (01:11 +0000)]
ICU-12084 Fixed Eclipse compiler warnings.
X-SVN-Rev: 38230
Yoshito Umaoka [Sat, 30 Jan 2016 01:01:17 +0000 (01:01 +0000)]
ICU-12084 Clean up import statements.
X-SVN-Rev: 38229
Yoshito Umaoka [Fri, 29 Jan 2016 00:01:16 +0000 (00:01 +0000)]
ICU-11962 tzdata2016a updates to ICU4J
X-SVN-Rev: 38223
Yoshito Umaoka [Thu, 28 Jan 2016 23:59:32 +0000 (23:59 +0000)]
ICU-11962 tzdata2016a updates to ICU4C
X-SVN-Rev: 38222
Fredrik Roubert [Thu, 28 Jan 2016 19:51:38 +0000 (19:51 +0000)]
ICU-12018 Add missing * in Javadoc syntax.
X-SVN-Rev: 38216
Craig Cornelius [Thu, 28 Jan 2016 19:45:33 +0000 (19:45 +0000)]
ICU-11989 API doc fix
X-SVN-Rev: 38214
Michael Ow [Wed, 27 Jan 2016 19:37:07 +0000 (19:37 +0000)]
ICU-12083 Fix text file line endings
X-SVN-Rev: 38207
Michael Ow [Wed, 27 Jan 2016 19:24:28 +0000 (19:24 +0000)]
ICU-12083 Fix non-ascii characters in comments
X-SVN-Rev: 38206
Markus Scherer [Wed, 27 Jan 2016 17:22:26 +0000 (17:22 +0000)]
ICU-7457 export ucurrimp.h functions from the common library
X-SVN-Rev: 38205
Peter Edberg [Wed, 27 Jan 2016 00:02:14 +0000 (00:02 +0000)]
ICU-12016 Correct author tags in some ICU4J files
X-SVN-Rev: 38201
Markus Scherer [Tue, 26 Jan 2016 22:56:59 +0000 (22:56 +0000)]
ICU-7457 replace MessageFormat with SimpleFormatter where easy; remove obsolete ChoiceFormat handling of currency names; move LocaleDisplayNames & ucurr from i18n to common
X-SVN-Rev: 38200
Markus Scherer [Tue, 26 Jan 2016 22:52:45 +0000 (22:52 +0000)]
ICU-7618 replace MessageFormat with SimpleFormatterImpl where easy; remove obsolete ChoiceFormat handling of currency names
X-SVN-Rev: 38199
Michael Ow [Mon, 25 Jan 2016 20:43:27 +0000 (20:43 +0000)]
ICU-9747 Fix build issues in MSVC 2015
X-SVN-Rev: 38198
Markus Scherer [Sat, 23 Jan 2016 05:20:23 +0000 (05:20 +0000)]
ICU-10896 turn SimplePatternFormatter into public SimpleFormatter
X-SVN-Rev: 38195
Markus Scherer [Sat, 23 Jan 2016 05:17:18 +0000 (05:17 +0000)]
ICU-10896 split SimplePatternFormatter into public SimpleFormatter and all-static SimpleFormatterImpl
X-SVN-Rev: 38194
Peter Edberg [Fri, 22 Jan 2016 21:37:44 +0000 (21:37 +0000)]
ICU-12072 Flesh out tests for ureldatefmt_ APIs
X-SVN-Rev: 38192
Michael Ow [Fri, 22 Jan 2016 18:47:55 +0000 (18:47 +0000)]
ICU-10401 Fix some warnings in MSVC build
X-SVN-Rev: 38191
Peter Edberg [Fri, 22 Jan 2016 17:39:30 +0000 (17:39 +0000)]
ICU-11802 Remove comma at end of enum that was breaking one autobuild
X-SVN-Rev: 38190
Peter Edberg [Fri, 22 Jan 2016 07:20:54 +0000 (07:20 +0000)]
ICU-12072 RelativeDateTimeFormatter: Improve C++ format API, add plain C API (part 1, structure)
X-SVN-Rev: 38189