Jeff Genovy
|
9a6b70fe57
|
ICU-13027 - Update svn:ignore to ignore the bin/lib/data directories for UWP.
X-SVN-Rev: 39948
|
2017-03-28 00:59:58 +00:00 |
|
Shane Carr
|
626ee51728
|
ICU-13060 Addressing comments from #11649 and #11816
X-SVN-Rev: 39947
|
2017-03-27 23:06:56 +00:00 |
|
Yoshito Umaoka
|
726591846a
|
ICU-13005 Refreshed ICU4J API change report.
X-SVN-Rev: 39946
|
2017-03-27 19:51:39 +00:00 |
|
Yoshito Umaoka
|
059c0d04e1
|
ICU-12812 Fixed a Javadoc syntax issue in the API comment for method distance(ULocale,ULocale).
X-SVN-Rev: 39945
|
2017-03-27 19:26:57 +00:00 |
|
Yoshito Umaoka
|
c0007833e1
|
ICU-7467 Added @internal NumberFormat#getPatternForStyle and reverted API signature of NumberFormat#getPattern, so we don't need to change API signature of existing @stable API.
X-SVN-Rev: 39944
|
2017-03-27 19:13:58 +00:00 |
|
Norbert Runge
|
cdcb7944b8
|
ICU-13053 Make UCONFIG_NO_BREAK_ITERATION flag work without errors or failures.
X-SVN-Rev: 39943
|
2017-03-27 18:22:11 +00:00 |
|
Norbert Runge
|
1cba8da735
|
ICU-13053 disable tests that where executed (but shouldn't) when
UCONFIG_NO_FILTERED_BREAK_ITERATION is set in uconfig.h.
X-SVN-Rev: 39942
|
2017-03-27 16:30:43 +00:00 |
|
Norbert Runge
|
28d3ddb66f
|
ICU-13053 fix compilation errors when UCONFIG_NO_FORMATTING is switched on
X-SVN-Rev: 39941
|
2017-03-27 16:14:45 +00:00 |
|
Norbert Runge
|
ac907110dd
|
ICU-13053 disable a test that is executed (when it shouldn't) when
UCONFIG_NO_LEGACY_CONVERSION is set.
X-SVN-Rev: 39940
|
2017-03-27 16:05:50 +00:00 |
|
Peter Edberg
|
aee8a94ec3
|
ICU-13005 ICU 59rc BRS, update urename.h
X-SVN-Rev: 39939
|
2017-03-27 04:36:44 +00:00 |
|
Shane Carr
|
320df6aa71
|
ICU-13060 Moving ShanesDataDrivenTestUtility.java into NumberFormatDataDrivenTest.java and fixing small parsing bug.
X-SVN-Rev: 39938
|
2017-03-25 08:06:48 +00:00 |
|
Shane Carr
|
7cfbb489bd
|
ICU-13060 Fixing hash code iteration order issues (#13065) and signAlwaysShown parsing.
X-SVN-Rev: 39937
|
2017-03-25 07:41:42 +00:00 |
|
Steven R. Loomis
|
b58e1721a1
|
ICU-12766 fix to escaper for z/OS - all compiles now!
X-SVN-Rev: 39936
|
2017-03-25 05:16:48 +00:00 |
|
Steven R. Loomis
|
e20856d499
|
ICU-12766 fix unescape on EBCDIC
* increment error
* need to do UTF-8 decode at the original location, not the modified one
X-SVN-Rev: 39935
|
2017-03-25 00:09:23 +00:00 |
|
Shane Carr
|
3802e8b81b
|
ICU-13060 Fixing string == in IntlTestDecimalFormatAPI*.java.
X-SVN-Rev: 39934
|
2017-03-24 22:21:04 +00:00 |
|
Shane Carr
|
3998c8780f
|
ICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMode from internal class to public DecimalFormat (as @internal tech preview).
X-SVN-Rev: 39933
|
2017-03-24 22:04:22 +00:00 |
|
Shane Carr
|
2e887df8b8
|
ICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMode from internal class to public DecimalFormat (as @internal tech preview).
X-SVN-Rev: 39932
|
2017-03-24 22:03:50 +00:00 |
|
Steven R. Loomis
|
1f441dcfd8
|
ICU-12766 z and AIX porting: C++11 issue and icu-config issue for escaping
X-SVN-Rev: 39931
|
2017-03-24 21:34:40 +00:00 |
|
Andy Heninger
|
da410e89ee
|
ICU-13060 Remove random 200B in a URL
X-SVN-Rev: 39930
|
2017-03-24 20:40:12 +00:00 |
|
Andy Heninger
|
164a35ca2e
|
ICU-13058 ICU4J data refresh to pick up RBBI rule updates, RBBI monkey test fixes.
X-SVN-Rev: 39929
|
2017-03-24 19:38:57 +00:00 |
|
Andy Heninger
|
cc7b36b266
|
ICU-13058 Remove use of lambda function from rbbitst.cpp
X-SVN-Rev: 39928
|
2017-03-24 17:39:02 +00:00 |
|
Peter Edberg
|
e116380639
|
ICU-12994 fix platform string encoding issue in TestChineseTradHK
X-SVN-Rev: 39927
|
2017-03-24 16:51:14 +00:00 |
|
Peter Edberg
|
9711357617
|
ICU-12994 Have C++ ListFormatter use ures_getAllItemsWithFallback to load resources; add tests for C and J
X-SVN-Rev: 39926
|
2017-03-24 08:13:10 +00:00 |
|
Andy Heninger
|
77416a6e7c
|
ICU-13058 Break iteration, propagate emoji rule updates into remaining unfixed rule tailorings.
X-SVN-Rev: 39925
|
2017-03-24 05:54:13 +00:00 |
|
Shane Carr
|
b8bd58ee7f
|
ICU-13060 Additional Coverity fixes for DecimalFormat.
X-SVN-Rev: 39924
|
2017-03-24 03:47:27 +00:00 |
|
Shane Carr
|
3d1d6e5103
|
ICU-13060 Assorted FindBugs fixes for DecimalFormat. Moving old implementation to core-tests project.
X-SVN-Rev: 39923
|
2017-03-24 02:43:54 +00:00 |
|
Andy Heninger
|
af55f69558
|
ICU-13058 Break iteration tests & rules update for new prop data. Tests are now passing, but changes are not yet propagated into all rule tailorings.
X-SVN-Rev: 39922
|
2017-03-24 01:31:00 +00:00 |
|
Markus Scherer
|
1982037316
|
ICU-12900 change ppucd.txt for copyright scanner patterns
X-SVN-Rev: 39921
|
2017-03-23 17:30:41 +00:00 |
|
Markus Scherer
|
e9ae3ff964
|
ICU-12900 copyright scanner has been fixed, remove the extra ICU-style copyright lines from Unicope data files
X-SVN-Rev: 39920
|
2017-03-23 17:01:58 +00:00 |
|
Steven R. Loomis
|
02d7708876
|
ICU-13058 copyright check
X-SVN-Rev: 39919
|
2017-03-23 15:49:17 +00:00 |
|
Mark Davis
|
82babe3c16
|
ICU-12812 clean up equals()
X-SVN-Rev: 39918
|
2017-03-23 15:16:26 +00:00 |
|
Yoshito Umaoka
|
f8add014b1
|
ICU-12812 Fixed javac compiler warnings, Eclipse complier warnings, javadoc warnings and issues found by FindBugs.
X-SVN-Rev: 39917
|
2017-03-23 06:50:00 +00:00 |
|
Peter Edberg
|
da11b86b82
|
ICU-12772 Add uprules_getKeywords wrapper and test
X-SVN-Rev: 39916
|
2017-03-23 05:16:24 +00:00 |
|
Markus Scherer
|
466a569c58
|
ICU-12900 mostly still Unicode 9.0 but Unicode 10 beta (20170322) segmentation & bidi data and draft emoji 5.0 (also 20170322)
X-SVN-Rev: 39915
|
2017-03-23 02:14:00 +00:00 |
|
Jeff Genovy
|
b869d1c5dd
|
ICU-13027 - Readme file should say that Windows XP is no longer supported.
X-SVN-Rev: 39914
|
2017-03-23 02:06:11 +00:00 |
|
Steven R. Loomis
|
877bdda9c1
|
ICU-12766 fix bad non-c++11 loop
X-SVN-Rev: 39913
|
2017-03-23 01:18:50 +00:00 |
|
Jeff Genovy
|
b207efc768
|
ICU-13027 - More in the readme.html file.
X-SVN-Rev: 39912
|
2017-03-23 01:07:59 +00:00 |
|
Jeff Genovy
|
c49f812b5b
|
ICU-13027 - Update readme.html with info on the Windows UWP VS projects.
X-SVN-Rev: 39911
|
2017-03-23 00:23:46 +00:00 |
|
Jeff Genovy
|
407bc4b118
|
ICU-12692 - Fix typo in number format test.
X-SVN-Rev: 39910
|
2017-03-23 00:20:46 +00:00 |
|
Andy Heninger
|
51e21b5242
|
ICU-13058 Add RBBI test of Unicode emoji-test.txt file, and partial update of break rules recent emoji changes.
X-SVN-Rev: 39909
|
2017-03-23 00:20:20 +00:00 |
|
Shane Carr
|
a47756d190
|
ICU-13060 Assorted test cases, @internal tags, and fixes for DecimalFormat.
X-SVN-Rev: 39908
|
2017-03-22 23:30:42 +00:00 |
|
Craig Cornelius
|
e5ea539acf
|
ICU-13002 Resolve ErrorProne warnings with MissingCasesInEnumSwitch
X-SVN-Rev: 39907
|
2017-03-22 23:13:23 +00:00 |
|
Craig Cornelius
|
8884844cab
|
ICU-13059 Resolve missing import in SignificantDigiesRounder.java, revealed by ErrorProne.
X-SVN-Rev: 39905
|
2017-03-22 22:16:29 +00:00 |
|
Yoshito Umaoka
|
74fa5c71cd
|
ICU-12922 Fixed javadoc warnings (empty <p> tags)
X-SVN-Rev: 39904
|
2017-03-22 21:28:35 +00:00 |
|
Yoshito Umaoka
|
c2ae4efe13
|
ICU-13052 Promoted previously draft APIs to stable for ICU4J 59.1 release.
X-SVN-Rev: 39903
|
2017-03-22 21:11:13 +00:00 |
|
Yoshito Umaoka
|
9f5338a6c0
|
ICU-13052 Updated the API status of Date format fields AM_PM_MIDNIGHT_NOON and FLEXIBLE_DAY_PERIOD.
X-SVN-Rev: 39902
|
2017-03-22 20:49:24 +00:00 |
|
Peter Edberg
|
5652a93338
|
ICU-13052 Merge ICU4C branch to trunk
X-SVN-Rev: 39901
|
2017-03-22 20:14:08 +00:00 |
|
Peter Edberg
|
1106009706
|
ICU-13052 Update ICU4C branch to current trunk, again
X-SVN-Rev: 39900
|
2017-03-22 20:10:43 +00:00 |
|
Peter Edberg
|
f458acca1b
|
ICU-13052 Update ICU4C branch to current trunk
X-SVN-Rev: 39899
|
2017-03-22 20:05:43 +00:00 |
|
Jeff Genovy
|
f18a0b6857
|
ICU-13017 - Typos in uloc.h comments
X-SVN-Rev: 39898
|
2017-03-22 20:05:29 +00:00 |
|