Commit Graph

28385 Commits

Author SHA1 Message Date
Stuart Gill
aeff22719e ICU-11621 Changes in response to code review
X-SVN-Rev: 38594
2016-03-31 21:06:49 +00:00
Stuart Gill
1e38653868 ICU-11621 Changes in response to code review
X-SVN-Rev: 38592
2016-03-29 22:21:43 +00:00
Andy Heninger
ff017c9924 ICU-12393 better error checking for udata_getHashTable().
X-SVN-Rev: 38585
2016-03-25 21:35:18 +00:00
Steven R. Loomis
691dc350e1 ICU-11822 Merge in fix for vc2015 failures
X-SVN-Rev: 38583
2016-03-25 00:18:05 +00:00
Yoshito Umaoka
7137a3b65a ICU-12415 tzdata2016c updates to ICU4J
X-SVN-Rev: 38567
2016-03-24 05:39:51 +00:00
Yoshito Umaoka
0ba9e8d694 ICU-12415 tzdata2016c updates to ICU4C
X-SVN-Rev: 38566
2016-03-24 05:39:16 +00:00
Jungshik Shin
2522113378 ICU-12408 static UnicodeString RANGE_MARKER_STRING is bad
X-SVN-Rev: 38564
2016-03-23 20:57:17 +00:00
Fredrik Roubert
bf1ec3b2cd ICU-12386 Search for an actual resource, not a directory.
X-SVN-Rev: 38563
2016-03-23 20:21:59 +00:00
Peter Edberg
2ecaf41472 ICU-12188 BRS task - Update ICU4C readme for GA; make its encoding utf-8
X-SVN-Rev: 38551
2016-03-21 19:42:07 +00:00
Craig Cornelius
16557dbe12 ICU-12351 Add missing field position data in DecimalFormat
X-SVN-Rev: 38544
2016-03-21 17:18:32 +00:00
Markus Scherer
34dc0a8069 ICU-12406 disable U_NOEXCEPT if !_HAS_EXCEPTIONS
X-SVN-Rev: 38542
2016-03-18 20:55:10 +00:00
Stuart Gill
d64e688fec ICU-11621 modify test data file to parallel changes in Java
X-SVN-Rev: 38541
2016-03-18 19:55:45 +00:00
Stuart Gill
b2a9d0cf9c ICU-11621 turn on existing data driven test and remove hand written test
X-SVN-Rev: 38539
2016-03-18 18:50:52 +00:00
Stuart Gill
21d60734f6 ICU-11621 Fix for decimal not showing when no fraction but always show decimal separator set
X-SVN-Rev: 38535
2016-03-17 23:22:32 +00:00
Peter Edberg
c8a1194dd2 ICU-12372 Add MeasureFormat test with nb,nn,sv; fix durationUnit data (J)
X-SVN-Rev: 38529
2016-03-17 02:03:08 +00:00
Yoshito Umaoka
4bbe886626 ICU-11962 tzdata2016b updates to ICU4J
X-SVN-Rev: 38528
2016-03-17 00:24:18 +00:00
Peter Edberg
efd414f576 ICU-12372 Add MeasureFormat test with nb,nn,sv; fix durationUnit data (C)
X-SVN-Rev: 38527
2016-03-16 23:53:21 +00:00
Yoshito Umaoka
33b6d8dfad ICU-11962 tzdata2016a updates to ICU4C
X-SVN-Rev: 38525
2016-03-16 23:00:15 +00:00
Andy Heninger
29e0435a01 ICU-12379 Add assertion check to internal function parameter value.
X-SVN-Rev: 38524
2016-03-16 22:55:08 +00:00
Andy Heninger
076db669c4 ICU-12373 Refresh ICU4J data from ICU4C to pick up GAZ fix in character break rules.
X-SVN-Rev: 38521
2016-03-16 20:29:17 +00:00
Andy Heninger
5184ca0bee ICU-12373 Fix definition grapheme break rules; update to latest LineBreakTest file.
X-SVN-Rev: 38520
2016-03-15 18:36:49 +00:00
Michael Ow
2fd13e97b3 ICU-12187 Update api change report to for 57rc
X-SVN-Rev: 38510
2016-03-09 05:28:23 +00:00
Steven R. Loomis
ab6b7f24fe ICU-12037 update license location
X-SVN-Rev: 38508
2016-03-08 23:50:05 +00:00
Steven R. Loomis
d1a3fe1a2d ICU-12037 copy license from icu4c
X-SVN-Rev: 38507
2016-03-08 23:45:22 +00:00
Steven R. Loomis
4f56bae466 ICU-12037 delete/read license
X-SVN-Rev: 38506
2016-03-08 23:44:26 +00:00
Yoshito Umaoka
f486f67188 ICU-12186 Changed SimpleDateFormat#matchDayPeriodString from @internal protected to private, so it won't show up in the API reference doc.
X-SVN-Rev: 38505
2016-03-08 18:24:17 +00:00
Steven R. Loomis
8ebfaedce1 ICU-12037 C: update license formatting
X-SVN-Rev: 38504
2016-03-08 15:25:46 +00:00
Yoshito Umaoka
799dff9226 ICU-12186 Added ICU4J 57 / deleted ICU4J 53 serialization test data.
X-SVN-Rev: 38503
2016-03-08 06:25:32 +00:00
Yoshito Umaoka
a0af6fe967 ICU-12186 Added ICU 57 API signature file.
X-SVN-Rev: 38502
2016-03-08 06:10:34 +00:00
Yoshito Umaoka
111a79ab31 ICU-12186 Fixed a couple of API status problems and regenerated API change report. Updated/corrected version and year strings in some files.
X-SVN-Rev: 38501
2016-03-08 00:16:56 +00:00
Markus Scherer
7db1c41417 ICU-12141 checking layout, layoutex, tools & tests now too; added some includes; renamed one of the two struct LookupTable in the layout engine
X-SVN-Rev: 38500
2016-03-07 20:26:37 +00:00
Mark Davis
c2b7ab12bc ICU-10565 Added warning, like in Java.
X-SVN-Rev: 38499
2016-03-07 17:08:37 +00:00
Peter Edberg
1ea7639da3 ICU-12187 BRS task - Update readme for release candidate
X-SVN-Rev: 38498
2016-03-05 20:01:24 +00:00
Peter Edberg
2d40cbbf01 ICU-12187 BRS task - Update conditionals for non-stable APIs (i18n)
X-SVN-Rev: 38497
2016-03-05 19:48:49 +00:00
Yoshito Umaoka
3af51fe196 ICU-12186 Fixed Eclipse compiler warnings - mostly javadoc warnings.
X-SVN-Rev: 38496
2016-03-05 01:31:16 +00:00
Peter Edberg
a7d264944d ICU-12187 BRS task - Update conditionals for non-stable APIs (common); fix clang warnings
X-SVN-Rev: 38495
2016-03-05 00:06:07 +00:00
Peter Edberg
bbf481e0c3 ICU-12072 J, tabs -> spaces
X-SVN-Rev: 38494
2016-03-04 22:39:03 +00:00
Peter Edberg
6d7f5f1810 ICU-12072 C, Restore use of aliasing UnicodeString constructor in ureldatefmt_combineDateAndTime()
X-SVN-Rev: 38493
2016-03-04 22:29:14 +00:00
Andy Heninger
6d4d768bf2 ICU-12081 Add emoji changes to line_normal_fi.txt.
X-SVN-Rev: 38492
2016-03-04 21:38:40 +00:00
Andy Heninger
5004ea783d ICU-12081 Add emoji changes to line_normal_fi.txt.
X-SVN-Rev: 38491
2016-03-04 21:38:20 +00:00
Markus Scherer
281c5fe86a ICU-12187 remove an unused variable
X-SVN-Rev: 38490
2016-03-04 20:54:13 +00:00
Craig Cornelius
6622efa42c ICU-11914 Refine tests, remove TODO comment.
X-SVN-Rev: 38489
2016-03-04 20:52:04 +00:00
kazède king
c5fba6be2b ICU-11872 suppress output of "midnight" in formatting (Java)
X-SVN-Rev: 38488
2016-03-04 18:35:26 +00:00
Markus Scherer
aaba97b6f9 ICU-12186 update the pool bundles, and the .res files that use them
X-SVN-Rev: 38487
2016-03-04 18:32:50 +00:00
Scott Russell
f4afeff820 ICU-12186 update readme for 57rc
X-SVN-Rev: 38486
2016-03-04 18:26:22 +00:00
kazède king
f6bdf2b1ac ICU-11872 suppress output of "midnight" in formatting (C++)
X-SVN-Rev: 38485
2016-03-04 18:13:25 +00:00
Peter Edberg
1d9a66cfb0 ICU-12187 BRS task, Update urename.h
X-SVN-Rev: 38484
2016-03-04 07:03:46 +00:00
Peter Edberg
b9759e7cce ICU-12072 J, Updates per review comments
X-SVN-Rev: 38483
2016-03-04 06:40:50 +00:00
Peter Edberg
b17967ca58 ICU-12072 C, oops, correctly disable the tests currently missing data
X-SVN-Rev: 38482
2016-03-04 06:28:56 +00:00
Peter Edberg
eddf3c7f4c ICU-12072 C, Updates per review comments
X-SVN-Rev: 38481
2016-03-04 05:54:01 +00:00