Shane Carr
|
395463d7a7
|
ICU-13597 Adding support for field positions to the NumberFormatter C API.
X-SVN-Rev: 41159
|
2018-03-27 05:36:04 +00:00 |
|
Shane Carr
|
46c4709a94
|
ICU-13597 Bug fix: fraction digits were being marked as the INTEGER field in ICU4C.
X-SVN-Rev: 41158
|
2018-03-27 05:34:22 +00:00 |
|
Andy Heninger
|
e5ab76b130
|
ICU-13194 RBBI safe tables, added another test.
X-SVN-Rev: 41157
|
2018-03-27 05:03:10 +00:00 |
|
Shane Carr
|
3a55650b8c
|
ICU-13597 Adding initial C API for NumberFormatter. Not yet fully featured.
X-SVN-Rev: 41156
|
2018-03-27 01:58:26 +00:00 |
|
Andy Heninger
|
b1b0be93ea
|
ICU-13194 RBBI safe tables, all tests passing!
X-SVN-Rev: 41155
|
2018-03-26 23:01:16 +00:00 |
|
Shane Carr
|
3574a63853
|
ICU-8610 API test is passing with the skeletons in C++. :)
X-SVN-Rev: 41154
|
2018-03-24 08:06:34 +00:00 |
|
Shane Carr
|
fabc913f47
|
ICU-8610 Adding skeletons to NumberFormatterApiTest. The test currently runs with a handful of failures that need investigation.
X-SVN-Rev: 41153
|
2018-03-24 07:36:18 +00:00 |
|
Shane Carr
|
a8f2471248
|
ICU-8610 Adding tests for number skeletons in C++. Adding error code handling to the setToDecNumber setter on DecimalQuantity. Refactoring char-to-uchar conversion in skeleton implementation code.
X-SVN-Rev: 41152
|
2018-03-24 05:46:28 +00:00 |
|
Shane Carr
|
4c07b01a46
|
ICU-13661 Adding "scope" option to IcuTestErrorCode.
X-SVN-Rev: 41151
|
2018-03-24 05:41:10 +00:00 |
|
Andy Heninger
|
dc3a13b459
|
ICU-13660 add atomic_inc & dec tests.
X-SVN-Rev: 41148
|
2018-03-23 22:51:39 +00:00 |
|
Andy Heninger
|
5140fad4f6
|
ICU-13659 Remove problematic UnifiedCache assertion checks.
X-SVN-Rev: 41145
|
2018-03-23 20:43:21 +00:00 |
|
Shane Carr
|
7da9e75441
|
ICU-8610 C++ number skeleton code is building. Testing is next.
X-SVN-Rev: 41144
|
2018-03-23 10:07:38 +00:00 |
|
Shane Carr
|
52c665a2bd
|
ICU-8610 More general progress in C++; generation code is largely implemented. Probably not building yet.
X-SVN-Rev: 41143
|
2018-03-23 07:51:52 +00:00 |
|
Shane Carr
|
d8f2d8ce6e
|
ICU-8610 Dirty commit of C++ work so far. Probably does not build.
X-SVN-Rev: 41142
|
2018-03-23 06:46:19 +00:00 |
|
Shane Carr
|
23d76d8863
|
ICU-13634 Adding integer overflow logic to ICU4C number pipeline in places where it is in ICU4J.
X-SVN-Rev: 41136
|
2018-03-23 00:56:16 +00:00 |
|
Andy Heninger
|
62dd66a13d
|
ICU-13194 RBBI safe rules, work in progress.
X-SVN-Rev: 41135
|
2018-03-22 17:31:00 +00:00 |
|
Shane Carr
|
e3180662e2
|
ICU-13634 Parsing wrapper is working; data-driven file is updated and passing. The C++ and Java implementations have almost identical behavior according to the data-driven test file, with the only differences seeming to involve overflow and extremely large numbers.
X-SVN-Rev: 41134
|
2018-03-21 09:48:55 +00:00 |
|
Shane Carr
|
0b6e991bb0
|
ICU-13634 C and J, removing the obsolete "optimize" parameter for NumberParserImpl.
X-SVN-Rev: 41132
|
2018-03-21 06:33:37 +00:00 |
|
Shane Carr
|
01916cad11
|
ICU-13634 Changes NumberParseMatcher getLeadCodePoints() to smokeTest() in C++ and Java. The new method is more versatile and eliminates the requirement to maintain two code paths for "lead chars" and "no lead chars".
X-SVN-Rev: 41131
|
2018-03-21 06:30:29 +00:00 |
|
Shane Carr
|
8b4c367468
|
ICU-13644 Property mapper for parsing is building. Refactoring CurrencySymbols a bit.
X-SVN-Rev: 41130
|
2018-03-21 05:17:28 +00:00 |
|
Shane Carr
|
c940df09e7
|
ICU-13644 Adds move operators and related boilerplate to NumberFormatter classes. Includes a handful of other changes made to these files on my branch for ICU-13634 .
X-SVN-Rev: 41121
|
2018-03-17 07:24:02 +00:00 |
|
Shane Carr
|
2edb4ec82a
|
ICU-13634 Formatting section of data-driven test file is passing.
X-SVN-Rev: 41120
|
2018-03-17 07:23:08 +00:00 |
|
Shane Carr
|
4fad01c342
|
ICU-13634 Adding pipeline for custom currency symbols.
X-SVN-Rev: 41119
|
2018-03-17 01:31:52 +00:00 |
|
Andy Heninger
|
660d38bc7f
|
ICU-13194 rbbi safe rule synth, work in progress.
X-SVN-Rev: 41118
|
2018-03-17 00:34:48 +00:00 |
|
Shane Carr
|
3951517380
|
ICU-13648 Moving double_conversion into ICU namespace to fix name mangling.
X-SVN-Rev: 41116
|
2018-03-16 21:53:08 +00:00 |
|
Shane Carr
|
9828c56014
|
ICU-13634 Fixing remaining build warnings. In principle, formatting should work fully. Not yet tested.
X-SVN-Rev: 41109
|
2018-03-16 09:20:43 +00:00 |
|
Shane Carr
|
00a23a07f7
|
ICU-13634 The property mapper appears to be basically functional; data passes from the old API through the mapper into the new API and then back out through the old API again.
X-SVN-Rev: 41108
|
2018-03-15 10:08:26 +00:00 |
|
Shane Carr
|
1a95c170d2
|
ICU-13634 Number property mapper is building. Currently there is a linker error.
X-SVN-Rev: 41107
|
2018-03-15 07:46:56 +00:00 |
|
Steven R. Loomis
|
965d758dd7
|
ICU-13083 update escaper per feedback, remerge r41105
X-SVN-Rev: 41106
|
2018-03-14 20:45:39 +00:00 |
|
Shane Carr
|
f5d2257d34
|
ICU-13634 Implementing localized pattern converter and other pieces.
X-SVN-Rev: 41104
|
2018-03-14 10:41:27 +00:00 |
|
Shane Carr
|
73fddf50d0
|
ICU-13634 Filling in decimfmt.cpp with implementation ported from Java.
X-SVN-Rev: 41103
|
2018-03-14 09:15:27 +00:00 |
|
Shane Carr
|
e16361e686
|
ICU-13640 Updating license files.
X-SVN-Rev: 41101
|
2018-03-13 23:37:02 +00:00 |
|
Shane Carr
|
b30a6f0df1
|
ICU-13634 Filling in more methods in decimfmt.cpp
X-SVN-Rev: 41100
|
2018-03-13 10:11:36 +00:00 |
|
Shane Carr
|
8a50c335fa
|
ICU-13634 Adding new field structure to DecimalFormat and wiring up constructors.
X-SVN-Rev: 41099
|
2018-03-13 09:25:41 +00:00 |
|
Shane Carr
|
453788ddfd
|
ICU-13634 Temporarily deleting all old number formatting implementation code. Pieces will be restored as needed. ICU4C builds, including tests, but won't run. Changes in plurfmt.cpp and plurrule.cpp are not tested. numberformat2test.cpp is unlinked but not deleted.
X-SVN-Rev: 41098
|
2018-03-13 08:12:05 +00:00 |
|
Shane Carr
|
03e807ba6d
|
ICU-13402 Adding NumberFormatter pointers to compactdecimalformat.h
X-SVN-Rev: 41097
|
2018-03-13 02:19:25 +00:00 |
|
Shane Carr
|
24431ce7a9
|
ICU-13402 Tweaking NumberFormatter pointers and adding additional pointers on the factory methods in ICU4C and ICU4J.
X-SVN-Rev: 41096
|
2018-03-13 02:14:29 +00:00 |
|
Jeff Genovy
|
2a2741ff12
|
ICU-13636 The VS2017 optimizer has issues with this function. Disable optimizations for now as a work-around.
X-SVN-Rev: 41095
|
2018-03-13 01:10:11 +00:00 |
|
Markus Scherer
|
af6a771267
|
ICU-13630 implement, test, use emoji property Extended_Pictographic
X-SVN-Rev: 41094
|
2018-03-12 05:53:02 +00:00 |
|
Markus Scherer
|
b3aec18a3c
|
ICU-13630 ucase.icu formatVersion 4: more compressible exceptions, and more room for future exceptions growth
X-SVN-Rev: 41093
|
2018-03-12 00:15:40 +00:00 |
|
Markus Scherer
|
1752b5c8c9
|
ICU-13630 Unicode 11 beta data mar06, API constants for new property values
X-SVN-Rev: 41092
|
2018-03-09 23:53:02 +00:00 |
|
Markus Scherer
|
5b55224ac5
|
ICU-13581 roll back API change report r41087 -- misunderstanding
X-SVN-Rev: 41089
|
2018-03-09 19:02:32 +00:00 |
|
Andy Heninger
|
0d32dd8f05
|
ICU-13632 regex out-of-bounds memory reference fix.
X-SVN-Rev: 41088
|
2018-03-09 18:39:14 +00:00 |
|
Fredrik Roubert
|
8fe72cd82b
|
ICU-13581 ICU 61 BRS, update API change report for release-61-rc tag.
X-SVN-Rev: 41087
|
2018-03-09 13:22:01 +00:00 |
|
Andy Heninger
|
193aa17f08
|
ICU-13631 Regex Address Sanitizer fix.
X-SVN-Rev: 41086
|
2018-03-08 18:32:15 +00:00 |
|
Shane Carr
|
8da6ef1776
|
ICU-13574 Revising codePointZero loading based on feedback.
X-SVN-Rev: 41082
|
2018-03-08 00:20:31 +00:00 |
|
Peter Edberg
|
e9c948ff1f
|
ICU-13581 Update ICU4C 61 API change report for DecimalFormatSymbols::getConstSymbol status reversion in r41076
X-SVN-Rev: 41079
|
2018-03-07 19:48:51 +00:00 |
|
Shane Carr
|
e190706080
|
ICU-13574 Reverting change of DecimalFormatSymbols::getConstSymbol to @draft from @internal.
X-SVN-Rev: 41076
|
2018-03-07 18:24:34 +00:00 |
|
Peter Edberg
|
61e984c3cb
|
ICU-13581 ICU4C 61rc BRS, update U_HIDE_ conditionals
X-SVN-Rev: 41075
|
2018-03-06 23:41:20 +00:00 |
|
Norbert Runge
|
b5e8865ff2
|
ICU-13581 Make tests work, not crash, when run without ICU data
X-SVN-Rev: 41073
|
2018-03-06 23:13:49 +00:00 |
|
Norbert Runge
|
63d5dc895a
|
ICU-13624 Public header build failures
X-SVN-Rev: 41070
|
2018-03-06 18:40:12 +00:00 |
|
Yoshito Umaoka
|
05458c3610
|
ICU-13581 Updated currency/numeric code data.
X-SVN-Rev: 41069
|
2018-03-06 18:00:29 +00:00 |
|
Peter Edberg
|
84eaa9e08a
|
ICU-13581 ICU 61 BRS, update API change report to clarify some numberformatter.h draft status
X-SVN-Rev: 41065
|
2018-03-05 05:02:58 +00:00 |
|
Shane Carr
|
94427dc200
|
ICU-13574 Replacing DigitList with DecimalQuantity through most of the code base.
X-SVN-Rev: 41064
|
2018-03-03 10:53:01 +00:00 |
|
Shane Carr
|
3681a6803b
|
ICU-13574 Replacing decimfmt.cpp and compactdecimalformat.cpp with new, empty files. Removing most private and internal functions from decimfmt.h, and updating call sites to use newer API.
X-SVN-Rev: 41063
|
2018-03-03 08:26:58 +00:00 |
|
Shane Carr
|
ef04891b49
|
ICU-13574 Adding U_OVERRIDE to decimfmt.h and other assorted changes in that file.
X-SVN-Rev: 41062
|
2018-03-03 07:42:26 +00:00 |
|
Shane Carr
|
a33db79f8d
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 41061
|
2018-03-03 07:22:22 +00:00 |
|
Jeff Genovy
|
118f3ba5f5
|
ICU-13581 Update readme for Windows build instructions for VS2015.
X-SVN-Rev: 41053
|
2018-03-03 02:03:38 +00:00 |
|
Jeff Genovy
|
f35a17992f
|
ICU-13586 Fix build break for Windows.
X-SVN-Rev: 41051
|
2018-03-02 19:28:51 +00:00 |
|
Jeff Genovy
|
bb915931d0
|
ICU-13586 No actual code changes. This change cleans up redundancies in the VS project files, and pulls in common or shared settings from a shared 'props' file. This means that you can now change one single file to target either VS2015 or VS2017, instead of needing to change many files. It also allows the VS project files to share common defines as well, meaning that if you need to target something other than Windows 7, you can make one change in one file, instead of needing to make hundreds. Also included in this change are improvements to the VS Solution files in order to properly denote the dependencies of the projects, which might be needed in the future for possible parallel project builds.
X-SVN-Rev: 41049
|
2018-03-02 03:20:22 +00:00 |
|
Markus Scherer
|
cd91ef4293
|
ICU-13581 pool bundles update
X-SVN-Rev: 41045
|
2018-03-02 00:41:32 +00:00 |
|
Andy Heninger
|
28958a1f14
|
ICU-13581 Fix AIX porting problem w range for loop.
X-SVN-Rev: 41043
|
2018-03-01 23:11:18 +00:00 |
|
Andy Heninger
|
0a41842733
|
ICU-13541 rbbi.cpp, try again to fix xlC build problem.
X-SVN-Rev: 41042
|
2018-03-01 21:00:46 +00:00 |
|
Markus Scherer
|
4dd5b0f70a
|
ICU-13581 minor dependencies adjustments, add double-conversion files
X-SVN-Rev: 41041
|
2018-03-01 20:51:00 +00:00 |
|
Andy Heninger
|
627506cfb1
|
ICU-13541 RBBI object layout optimizations, revert failed AIX fix.
X-SVN-Rev: 41040
|
2018-03-01 19:33:46 +00:00 |
|
Peter Edberg
|
d0c1e8955c
|
ICU-13581 ICU 61 BRS, update ICU4C API change report
X-SVN-Rev: 41037
|
2018-03-01 07:29:50 +00:00 |
|
Peter Edberg
|
b69d78b0e8
|
ICU-12740 use private static const int32_t, not #define, for UDATPG_WIDTH_COUNT
X-SVN-Rev: 41035
|
2018-03-01 07:21:19 +00:00 |
|
Peter Edberg
|
ec9ee07ba5
|
ICU-13581 ICU 61 BRS, update ICU4C urename.h
X-SVN-Rev: 41033
|
2018-03-01 06:34:40 +00:00 |
|
Peter Edberg
|
c03a13dd21
|
ICU-13607 ICU4C 61 API promotion
X-SVN-Rev: 41032
|
2018-03-01 05:54:24 +00:00 |
|
Shane Carr
|
ef95ed1eab
|
ICU-13443 Changing number error test to use UErrorCode equality instead of UBool equality.
X-SVN-Rev: 41026
|
2018-03-01 01:02:44 +00:00 |
|
Shane Carr
|
33709da06a
|
ICU-13606 Fixing race condition in MeasureFormat.
X-SVN-Rev: 41025
|
2018-03-01 00:58:47 +00:00 |
|
Andy Heninger
|
c589ea8b5d
|
ICU-13447 RBBI: getRuleStatus() behavior, incorporate review comments, clarifying comments and API description.
X-SVN-Rev: 41024
|
2018-03-01 00:38:41 +00:00 |
|
Markus Scherer
|
c2bb9c7523
|
ICU-13036 guaranteed-large-enough UNewTrie index array
X-SVN-Rev: 41023
|
2018-03-01 00:37:34 +00:00 |
|
Markus Scherer
|
8f115b498e
|
ICU-13013 remove unnecessary casts that can yield warnings
X-SVN-Rev: 41022
|
2018-03-01 00:10:09 +00:00 |
|
Markus Scherer
|
da3bd4cfd9
|
ICU-9097 minor API docs fixes
X-SVN-Rev: 41021
|
2018-02-28 23:46:22 +00:00 |
|
Jeff Genovy
|
d1fb86d5f0
|
ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files.
X-SVN-Rev: 41016
|
2018-02-28 19:32:45 +00:00 |
|
Peter Edberg
|
3ca0f3beeb
|
ICU-12740 getFieldDisplayName C++ tests
X-SVN-Rev: 41012
|
2018-02-28 07:26:03 +00:00 |
|
Jeff Genovy
|
d762fd1197
|
ICU-13581 Revert accidental change to vcxproj file.
X-SVN-Rev: 41009
|
2018-02-28 06:03:31 +00:00 |
|
Jeff Genovy
|
ce1944a6f5
|
ICU-13581 Update SVN ignore list for ARM UWP project file detritus.
X-SVN-Rev: 41008
|
2018-02-28 06:02:05 +00:00 |
|
Jeff Genovy
|
26dc3c5e1b
|
ICU-11318 Fix Windows build break on ARM with UWP projects.
X-SVN-Rev: 41006
|
2018-02-28 05:51:54 +00:00 |
|
Shane Carr
|
1254850bf9
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 41004
|
2018-02-28 05:44:52 +00:00 |
|
Shane Carr
|
9ae7e8eba1
|
ICU-13084 Updating set of ignorable control characters to [:DI:].
X-SVN-Rev: 41002
|
2018-02-28 03:42:32 +00:00 |
|
Jeff Genovy
|
33156381b1
|
ICU-13581 Update the ICU4C readme sections for building ICU on Windows with Visual Studio.
X-SVN-Rev: 41001
|
2018-02-28 03:24:57 +00:00 |
|
Shane Carr
|
7f1a29ed4c
|
ICU-13402 Adding pointer to NumberFormatter from classes that it replaces.
X-SVN-Rev: 40999
|
2018-02-28 02:56:45 +00:00 |
|
Andy Heninger
|
87291e747a
|
ICU-13447 Add test for break iterator getRuleStatus() at end of iteration.
X-SVN-Rev: 40998
|
2018-02-27 22:53:26 +00:00 |
|
Markus Scherer
|
c875b3ed73
|
ICU-13515 improve API docs
X-SVN-Rev: 40995
|
2018-02-27 20:21:25 +00:00 |
|
Andy Heninger
|
887071e232
|
ICU-13399 Fix thread race in the Unified Cache.
X-SVN-Rev: 40994
|
2018-02-27 19:27:42 +00:00 |
|
Shane Carr
|
9759fc597f
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40993
|
2018-02-27 07:32:38 +00:00 |
|
Jeff Genovy
|
216c856d80
|
ICU-13258 Add work-around for char16_t as a typedef in older versions of Visual Studio (prior to VS 2015).
X-SVN-Rev: 40990
|
2018-02-27 01:17:08 +00:00 |
|
Jeff Genovy
|
9ab182f2fb
|
ICU-13581 Fix typos in Samples, and add .vs folder to SVN ignore list.
X-SVN-Rev: 40989
|
2018-02-27 00:04:14 +00:00 |
|
Markus Scherer
|
66eb21ec58
|
ICU-13567 make Arabic number formatting tests work with both native & ASCII digits
X-SVN-Rev: 40988
|
2018-02-26 23:32:05 +00:00 |
|
Andy Heninger
|
595e9e61c4
|
ICU-13541 RBBI object layout optimizations, try to fix AIX build.
X-SVN-Rev: 40987
|
2018-02-26 22:59:42 +00:00 |
|
Andy Heninger
|
a3837321f6
|
ICU-13569 rbbi.h, add missing U_HIDE_INTERNAL_API conditional.
X-SVN-Rev: 40986
|
2018-02-26 20:46:27 +00:00 |
|
Andy Heninger
|
52ce37b900
|
ICU-13581 Regenerate configure for ICU 61
X-SVN-Rev: 40985
|
2018-02-26 17:51:30 +00:00 |
|
Peter Edberg
|
c033aaaf41
|
ICU-13603 Integrate data from CLDR release-33-alpha for ICU 61rc
X-SVN-Rev: 40980
|
2018-02-25 01:19:24 +00:00 |
|
Markus Scherer
|
fdbe2f371b
|
ICU-13547 limit nesting depth of UnicodeSet pattern
X-SVN-Rev: 40979
|
2018-02-23 21:39:23 +00:00 |
|
Jeff Genovy
|
17e51eed71
|
ICU-13581 Fixing Samples. Add casts to quiet warnings, remove legacy sample from "all" VS Solution which does not build out of the box with ICU, ufortune only builds on Win32, and fix minor spelling/typo.
X-SVN-Rev: 40978
|
2018-02-23 03:01:30 +00:00 |
|
Jeff Genovy
|
fec3207394
|
ICU-13450 MSVC has the wrong value for U_CPLUSPLUS_VERSION, check the _MSVC_LANG define on MSVC compilers.
X-SVN-Rev: 40977
|
2018-02-22 21:33:48 +00:00 |
|
Jeff Genovy
|
9b21c4d010
|
ICU-13473 Add a new target to the VS project files called CopyUnicodeHeaderFiles, which will copy all of the project header files to the common output location. This is much cleaner and far less error prone than having each header file manually listed in the VS project file. Merge to trunk.
X-SVN-Rev: 40969
|
2018-02-22 02:59:34 +00:00 |
|
Andy Heninger
|
8640bee541
|
ICU-10688 Remove redundant break type logic from BreakIterators. Merge to trunk.
X-SVN-Rev: 40967
|
2018-02-21 23:10:10 +00:00 |
|
Yoshito Umaoka
|
44b2617d44
|
ICU-13548 Fixed a calendar calculation problem with setting week-of-year and year.
X-SVN-Rev: 40966
|
2018-02-21 21:09:33 +00:00 |
|
Steven R. Loomis
|
97f525fd5e
|
ICU-13595 Fix Segmentation Fault in Parallel Builds
Patch From @eli-nestlabs
X-SVN-Rev: 40962
|
2018-02-21 18:58:07 +00:00 |
|
Jeff Genovy
|
1b43bcc834
|
ICU-13581 Update version numbers in the readme files.
X-SVN-Rev: 40957
|
2018-02-21 01:43:49 +00:00 |
|
Yoshito Umaoka
|
15b2113603
|
ICU-13566 Support negative daylight savings in SimpleTimeZone.
X-SVN-Rev: 40954
|
2018-02-20 22:38:21 +00:00 |
|
Jeff Genovy
|
3c7a6e30ab
|
ICU-13171 Fix issues with ICU4C Samples, and various issues with vcxproj files.
The samples now all build on Win32, except for the layout sample (but the LE is deprecated).
X-SVN-Rev: 40951
|
2018-02-20 10:03:29 +00:00 |
|
Andy Heninger
|
1d9c8ee33d
|
ICU-13550 decNumber int overflow, switch to unsigned to avoid undefined behavior.
X-SVN-Rev: 40950
|
2018-02-19 03:13:08 +00:00 |
|
Andy Heninger
|
f6fbd54e92
|
ICU-13549 CjkBreakEngine::divideUpDictionaryRange, problems with supplemental character handling.
X-SVN-Rev: 40949
|
2018-02-18 22:44:18 +00:00 |
|
Jeff Genovy
|
e98aab020c
|
ICU-13581 Update ICU4C version number for 61.1 rc.
X-SVN-Rev: 40945
|
2018-02-17 01:09:03 +00:00 |
|
Markus Scherer
|
555c415e18
|
ICU-13529 minor test code cleanup
X-SVN-Rev: 40944
|
2018-02-17 00:19:25 +00:00 |
|
Markus Scherer
|
c9d3abe36f
|
ICU-11955 return nullptr without dereferencing when out-of-memory
X-SVN-Rev: 40943
|
2018-02-16 22:32:05 +00:00 |
|
Markus Scherer
|
ba64bead00
|
ICU-11954 return nullptr without dereferencing when out-of-memory
X-SVN-Rev: 40942
|
2018-02-16 21:24:57 +00:00 |
|
Markus Scherer
|
cf61e9823a
|
ICU-13331 fix Java AlphabeticIndex.addIndexExemplars() for missing index exemplars (test for empty, not just null)
X-SVN-Rev: 40941
|
2018-02-16 19:48:49 +00:00 |
|
George Rhoten
|
d06d12896c
|
ICU-13529 Make some changes based on review feedback.
X-SVN-Rev: 40939
|
2018-02-16 18:07:32 +00:00 |
|
Jeff Genovy
|
ef4ea3ab01
|
ICU-13171 Remove conflicting option (/Gm) with (/MP) from gennorm2, also clean up the vcxproj files somewhat.
X-SVN-Rev: 40938
|
2018-02-16 08:50:25 +00:00 |
|
Jeff Genovy
|
07d9b3b567
|
ICU-13171 Enable multi-processor compilation (/MP) for faster builds.
X-SVN-Rev: 40937
|
2018-02-16 07:21:34 +00:00 |
|
Jeff Genovy
|
23f0f86281
|
ICU-13468 Minor cleanup/comments in the make distrelease script.
X-SVN-Rev: 40936
|
2018-02-16 03:37:13 +00:00 |
|
Jeff Genovy
|
9f62b0dada
|
ICU-13171 Update the VS project files to use VS 2017, plus various fixes to get Samples compiling.
Also add explicit defines for WINVER and _WIN32_WINNT for Windows 7 targeting in non-UWP projects.
X-SVN-Rev: 40935
|
2018-02-16 03:16:03 +00:00 |
|
Jeff Genovy
|
7080b42539
|
ICU-11318 Fix build break for Windows.
X-SVN-Rev: 40934
|
2018-02-16 02:27:32 +00:00 |
|
Jeff Genovy
|
05b4908921
|
ICU-12647 Use inline string literals instead of renaming the variables.
X-SVN-Rev: 40932
|
2018-02-16 02:04:18 +00:00 |
|
Shane Carr
|
c76083dc09
|
ICU-11318 Removing extra U_I18N_API flags in double-conversion.h.
X-SVN-Rev: 40931
|
2018-02-16 01:46:00 +00:00 |
|
Shane Carr
|
17203a7a02
|
ICU-11318 Adding double-conversion *.h files to vcxproj files. Adding U_I18N_API for MSVC.
X-SVN-Rev: 40930
|
2018-02-16 01:37:20 +00:00 |
|
Shane Carr
|
23872cb601
|
ICU-11318 Integrating double-conversion into icu4c. Changing both old and new number formatting implementations to call it.
X-SVN-Rev: 40929
|
2018-02-16 01:25:43 +00:00 |
|
Jeff Genovy
|
4298f41e35
|
ICU-12647 Fix build break on Windows.
('IN' is already defined in a Windows header, so it conflicts with the variable IN.)
X-SVN-Rev: 40925
|
2018-02-15 22:37:22 +00:00 |
|
Markus Scherer
|
8ccca58d0c
|
ICU-12911 remove UBiDiProps except inside its .cpp file, and uprv_haveProperties()
X-SVN-Rev: 40923
|
2018-02-15 19:01:29 +00:00 |
|
Peter Edberg
|
7cf0adb29a
|
ICU-12740 getFieldDisplayName C/C++ initial implementation & C tests; TODO: C++ tests and Java imp
X-SVN-Rev: 40922
|
2018-02-15 08:38:20 +00:00 |
|
Markus Scherer
|
e8bb1bb9c2
|
ICU-12647 make string case mapping functions faster
X-SVN-Rev: 40921
|
2018-02-15 06:43:56 +00:00 |
|
Andy Heninger
|
c25708b4c3
|
ICU-13569 refresh dev branch from trunk.
X-SVN-Rev: 40917
|
2018-02-14 23:55:39 +00:00 |
|
Shane Carr
|
c9a3d6244d
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40908
|
2018-02-13 18:36:45 +00:00 |
|
Shane Carr
|
fb26c75df0
|
ICU-13585 Adding std::move operators to CharString and MaybeStackArray.
X-SVN-Rev: 40904
|
2018-02-13 02:28:00 +00:00 |
|
Shane Carr
|
1ed7deaa8c
|
ICU-13574 AffixMatcher is working. All simple parsing tests are passing.
X-SVN-Rev: 40903
|
2018-02-13 02:23:52 +00:00 |
|
Andy Heninger
|
acae049ee1
|
ICU-13569 rbbi table, remove duplicated states, working for C++.
X-SVN-Rev: 40902
|
2018-02-13 01:08:29 +00:00 |
|
William Zhao
|
f505457183
|
ICU-13546
X-SVN-Rev: 40896
|
2018-02-12 18:38:22 +00:00 |
|
Shane Carr
|
7b1857d0f3
|
ICU-13574 Trying to get std::move operator to work on AffixMatcherWarehouse. No luck yet.
X-SVN-Rev: 40895
|
2018-02-10 15:49:02 +00:00 |
|
Shane Carr
|
afbb37febd
|
ICU-13574 Checkpoint commit. AffixMatcher is mostly implemented.
X-SVN-Rev: 40894
|
2018-02-10 14:29:26 +00:00 |
|
Shane Carr
|
a335b723c7
|
ICU-13574 Fixing CurrencyAnyMatcher. Up-to-date with tests.
X-SVN-Rev: 40893
|
2018-02-10 11:32:18 +00:00 |
|
Shane Carr
|
59587ad9db
|
ICU-13574 Improving object lifecycle of AffixPatternMatcher and helper classes. Should be safe now.
X-SVN-Rev: 40892
|
2018-02-10 10:57:30 +00:00 |
|
Shane Carr
|
e7a42e17f6
|
ICU-13574 Adding initial AffixPatternMatcher to ICU4C. Not completely safe yet. Still needs work.
X-SVN-Rev: 40891
|
2018-02-10 10:01:46 +00:00 |
|
Shane Carr
|
513f123a8c
|
ICU-13574 Adding composition matchers (SeriesMatcher and AnyMatcher) to ICU4C in preparation for affix matchers. Also re-working memory management in getLeadCodePoints().
X-SVN-Rev: 40890
|
2018-02-10 06:36:07 +00:00 |
|
Shane Carr
|
852897ba2c
|
ICU-13574 Adding currency names matcher to ICU4C.
X-SVN-Rev: 40889
|
2018-02-10 02:59:49 +00:00 |
|
Andy Heninger
|
1036ed52e3
|
ICU-13569 rbbi, refresh from trunk, plus table state compaction, work in progress.
X-SVN-Rev: 40888
|
2018-02-10 01:31:35 +00:00 |
|
Shane Carr
|
ae263452f6
|
ICU-13400 Change name of Grouping strategy from WESTERN to THOUSANDS.
X-SVN-Rev: 40887
|
2018-02-09 22:55:36 +00:00 |
|
Shane Carr
|
c8d0e34905
|
ICU-13587 Changing NumberFormatter adoption methods to take non-const pointers, and updating documentation strings according to feedback.
X-SVN-Rev: 40886
|
2018-02-09 22:52:42 +00:00 |
|
Steven R. Loomis
|
cf95e1ec2e
|
ICU-13139 fix EOL in distrelease.ps1, fix dist.mk
.zip and .tgz file is now equivalent
X-SVN-Rev: 40885
|
2018-02-09 22:32:32 +00:00 |
|
Markus Scherer
|
d7482c9720
|
ICU-13519 set U_CHARSET_IS_UTF8 to 1 on Linux by default
X-SVN-Rev: 40884
|
2018-02-09 22:00:30 +00:00 |
|
Markus Scherer
|
19b494f953
|
ICU-13515 UTF-8 macro: reduce length of string if it ends with an incomplete sequence
X-SVN-Rev: 40883
|
2018-02-09 21:01:56 +00:00 |
|
Peter Edberg
|
64aa4beb28
|
ICU-13538 in ICU4C Islamic cal, use int64_t math for one operation to avoid overflow; add tests in C and J
X-SVN-Rev: 40882
|
2018-02-09 19:31:12 +00:00 |
|
Andy Heninger
|
0e3d103630
|
ICU-13569 rbbi char class merging now working, tests passing.
X-SVN-Rev: 40881
|
2018-02-09 18:53:28 +00:00 |
|
Shane Carr
|
e91ff603de
|
ICU-13574 Adding scientific matcher to ICU4C.
X-SVN-Rev: 40880
|
2018-02-09 06:57:37 +00:00 |
|
Peter Edberg
|
ba8b599ab5
|
ICU-12907 UReplaceableCallbacks* should have const in C transliterate API
X-SVN-Rev: 40879
|
2018-02-09 06:43:50 +00:00 |
|
Shane Carr
|
b8bab89cb5
|
ICU-13574 Implementing final two SymbolMatchers in ICU4C (infinity and padding).
X-SVN-Rev: 40878
|
2018-02-09 06:30:40 +00:00 |
|
Shane Carr
|
fb3ff21caf
|
ICU-13574 Switching memory strategy to allocate objects as fields in the main class instead of on the heap.
X-SVN-Rev: 40877
|
2018-02-09 05:47:49 +00:00 |
|
Shane Carr
|
12764fa082
|
ICU-13574 Adding more matchers derived from SymbolMatcher.
X-SVN-Rev: 40876
|
2018-02-09 02:35:02 +00:00 |
|
Shane Carr
|
e8e0cdf41d
|
ICU-13568 Fixing memory leak in test.
X-SVN-Rev: 40875
|
2018-02-09 00:57:30 +00:00 |
|
Shane Carr
|
7626d9e846
|
ICU-13551 Updating documentation of UNumberSignDisplay enum in ICU4C.
X-SVN-Rev: 40874
|
2018-02-09 00:05:24 +00:00 |
|
Andy Heninger
|
4959b9b3a3
|
ICU-13569 rbbi table compression, work in progress.
X-SVN-Rev: 40873
|
2018-02-08 21:17:18 +00:00 |
|
Shane Carr
|
8393405113
|
ICU-13574 Basic parsing tests are passing on the pieces of code written so far, DecimalMatcher and MinusSignMatcher.
X-SVN-Rev: 40872
|
2018-02-08 09:59:35 +00:00 |
|
Shane Carr
|
2ee42b9288
|
ICU-13574 Checkpoint commit. Basic NumberParseMatcher implementations in DecimalMatcher and SymbolMatcher. Cleanup in ICU4J.
X-SVN-Rev: 40869
|
2018-02-08 08:49:50 +00:00 |
|
Shane Carr
|
9337205a54
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40867
|
2018-02-08 06:07:18 +00:00 |
|
Shane Carr
|
ad348faca9
|
ICU-13443 Change digit width types to int16_t and change maximum setting to 999. Adds test for this behavior in ICU4C. Also adds the new error code for ICU-13577 .
X-SVN-Rev: 40866
|
2018-02-08 06:06:08 +00:00 |
|
Shane Carr
|
d5baa61bd2
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40863
|
2018-02-08 04:05:15 +00:00 |
|
Shane Carr
|
4eff55cc31
|
ICU-13574 Adding additional logic and tests for ICU4C codePointZero.
X-SVN-Rev: 40862
|
2018-02-08 04:04:50 +00:00 |
|
Shane Carr
|
93a83fbca2
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40861
|
2018-02-08 03:23:06 +00:00 |
|
Shane Carr
|
8c2576ee68
|
ICU-13574 Adding missing const qualified to getConstDigitSymbol().
X-SVN-Rev: 40860
|
2018-02-08 03:22:44 +00:00 |
|
Shane Carr
|
535d82cfc0
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40859
|
2018-02-08 03:18:29 +00:00 |
|
Shane Carr
|
f4a623e94b
|
ICU-13574 Adding getConstDigitSymbol to ICU4C, right now as @internal. Follow-up for promoting to @draft in ICU-13580
X-SVN-Rev: 40858
|
2018-02-08 03:18:00 +00:00 |
|
Shane Carr
|
e6c23b5d36
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40857
|
2018-02-08 01:52:56 +00:00 |
|
Shane Carr
|
b18e037531
|
ICU-13574 Adding codePointZero logic to ICU4C, added to ICU4J in r40091.
X-SVN-Rev: 40856
|
2018-02-08 01:51:09 +00:00 |
|
Andy Heninger
|
3d4a3fbaa8
|
ICU-13569 rbbi state table opt, work in progress.
X-SVN-Rev: 40855
|
2018-02-08 01:42:04 +00:00 |
|
Shane Carr
|
0d83273be9
|
ICU-13461 Removing doxygen comment that was obsoleted by ICU-7724 .
X-SVN-Rev: 40854
|
2018-02-08 01:07:57 +00:00 |
|
Steven R. Loomis
|
a16ecdad92
|
ICU-13083 cleanup unescaper, use portable calls
X-SVN-Rev: 40853
|
2018-02-07 23:31:40 +00:00 |
|
Shane Carr
|
61191ffda3
|
ICU-13568 Adding assertSuccess in test function.
X-SVN-Rev: 40852
|
2018-02-07 23:28:56 +00:00 |
|
Shane Carr
|
023af04592
|
ICU-13568 Fixing uninitialized memory in test code.
X-SVN-Rev: 40851
|
2018-02-07 22:56:38 +00:00 |
|
Steven R. Loomis
|
4b36c0ad9c
|
ICU-13568 Fix crasher introduced in r40839 (bad test code)
Root cause (why the construction failed) unknown.
X-SVN-Rev: 40850
|
2018-02-07 22:49:43 +00:00 |
|
Andy Heninger
|
be54542b86
|
ICU-12677 clean up extra trailing spaces.
X-SVN-Rev: 40844
|
2018-02-06 21:28:05 +00:00 |
|
Shane Carr
|
48a633f41f
|
ICU-13574 Defining more fundamental parsing types.
X-SVN-Rev: 40843
|
2018-02-06 09:43:37 +00:00 |
|
Shane Carr
|
bb862e217e
|
ICU-13574 Merging utility classes from old branch to new branch
X-SVN-Rev: 40842
|
2018-02-06 07:54:52 +00:00 |
|
Shane Carr
|
237acf183a
|
ICU-13574 Porting the parsing utility classes StringSegment and UnicodeSetStaticCache to C++.
X-SVN-Rev: 40841
|
2018-02-06 07:52:58 +00:00 |
|
Shane Carr
|
5315ad603e
|
ICU-13568 ICU-13400 ICU-13389 ICU-13075 Merging fixes from branch to trunk.
X-SVN-Rev: 40839
|
2018-02-06 03:15:37 +00:00 |
|
Shane Carr
|
e5cc630590
|
ICU-13568 ICU-13400 ICU-13389 ICU-13075 NumberFormatter assorted fixes: Adding custom pattern support for currencies. Upgrading grouping API. Adding narrow currency symbol support to ICU4C and API. Fixing behavior when pattern does not have a number placeholder.
X-SVN-Rev: 40838
|
2018-02-06 03:08:17 +00:00 |
|
Andy Heninger
|
aaebaf90a3
|
ICU-12677 RBBI, fix incorrect stripping of comments from saved rules.
X-SVN-Rev: 40837
|
2018-02-03 19:10:50 +00:00 |
|
Shane Carr
|
3dce9dcab9
|
ICU-13551 Adding EXCEPT_ZERO enum value to SignDisplay.
X-SVN-Rev: 40824
|
2018-01-30 02:49:07 +00:00 |
|
Andy Heninger
|
628ec44872
|
ICU-13541 RBBI patch #2 from grhoten. Optimize object layout.
X-SVN-Rev: 40812
|
2018-01-27 01:07:26 +00:00 |
|
Yoshito Umaoka
|
32ba591832
|
ICU-13552 tzdata2018c updates to ICU trunk. ICU override for Europe/Dublin was commented out in icuzones.
X-SVN-Rev: 40798
|
2018-01-24 03:20:50 +00:00 |
|
Yoshito Umaoka
|
a222a6fa25
|
ICU-13552 tzdata2018b updates to ICU trunk. Also fixed a few issues in the test code and script. tz2icu was also updated to support customized Links for ICU overide zones.
X-SVN-Rev: 40794
|
2018-01-24 01:37:07 +00:00 |
|
Markus Scherer
|
0dc85d2408
|
ICU-13560 make some toUnicode converter check toULength not toUnicodeStatus for continuing after partial sequences; ucnv.cpp framework code only resets toULength after an error
X-SVN-Rev: 40793
|
2018-01-23 21:32:36 +00:00 |
|
Andy Heninger
|
ac0972f12c
|
ICU-13541 Improve RuleBasedBreakIterator construction time, patch from grhoten.
X-SVN-Rev: 40789
|
2018-01-19 22:30:56 +00:00 |
|
Yoshito Umaoka
|
a3dca5a303
|
ICU-13552 tzdata2018a updates to ICU trunk. Zoneinfo data Europe/Dublin is modified to keep DST offset positive. The tz tool tz2icu was updated to replace zoneinfo imported from tz database with ICU local definition.
X-SVN-Rev: 40787
|
2018-01-19 05:13:00 +00:00 |
|
Fredrik Roubert
|
4fb629a23d
|
ICU-13542 Add using-statements to citer.cpp
X-SVN-Rev: 40779
|
2018-01-15 10:19:52 +00:00 |
|
Shane Carr
|
0344ea5118
|
ICU-13525 Fixing NumberFormatter behavior when unit pattern does not contain an argument.
X-SVN-Rev: 40770
|
2018-01-10 02:44:23 +00:00 |
|
Shane Carr
|
85d3cf4f2f
|
ICU-13516 Defining behavior when an invalid code point is passed to foldCase.
X-SVN-Rev: 40748
|
2017-12-22 23:44:35 +00:00 |
|
Shane Carr
|
4d10bf03f5
|
ICU-13520 Adds compound unit support to NumberFormatter.
X-SVN-Rev: 40747
|
2017-12-22 00:02:01 +00:00 |
|
Markus Scherer
|
76a9c82e1e
|
ICU-13461 remove register keyword from C++ code
X-SVN-Rev: 40744
|
2017-12-18 23:17:26 +00:00 |
|
Markus Scherer
|
be3f0fdaaa
|
ICU-13461 add switch break to avoid unannotated fall-through
X-SVN-Rev: 40737
|
2017-12-14 22:03:41 +00:00 |
|
Markus Scherer
|
27f8d70bcd
|
ICU-13503 declare variable-length array at end of struct with length 1 to disable bounds checkers
X-SVN-Rev: 40736
|
2017-12-14 21:25:46 +00:00 |
|
Shane Carr
|
3bbf68ff4e
|
ICU-13461 Adding break statement to silence Clang -Wimplicit-fallthrough warning
X-SVN-Rev: 40733
|
2017-12-14 01:01:19 +00:00 |
|
Shane Carr
|
5c054df085
|
ICU-13495 Optimizing chooseMultiplierAndApply method implementation.
X-SVN-Rev: 40732
|
2017-12-14 00:47:43 +00:00 |
|
Andy Heninger
|
6d9ed3698b
|
ICU-13457 Adjust Calendar buffer overrun fix for compatibility with AIX compiler, and with older versions of gcc. Also incorporate Jungshik's review comment.
X-SVN-Rev: 40723
|
2017-12-12 21:49:51 +00:00 |
|
Markus Scherer
|
90b7a6e4e8
|
ICU-13510 test & fix UTF-8->UTF-8 conversion overflow for supplementary characters
X-SVN-Rev: 40715
|
2017-12-08 21:47:21 +00:00 |
|
Markus Scherer
|
c1a8c3a771
|
ICU-13510 test & fix UTF-8->UTF-8 conversion overflow
X-SVN-Rev: 40714
|
2017-12-08 20:46:04 +00:00 |
|
Markus Scherer
|
d636fabe79
|
ICU-13506 fix U_ICU_VERSION_SHORT docs for ICU 4.8- vs 49+
X-SVN-Rev: 40707
|
2017-12-06 22:37:29 +00:00 |
|
Markus Scherer
|
9ba5fe8c77
|
ICU-13460 set U_USING_ICU_NAMESPACE to 0 by default
X-SVN-Rev: 40705
|
2017-12-06 18:20:48 +00:00 |
|
Andy Heninger
|
d4206fa2e5
|
ICU-13447 Document RBBI: getRuleStatus() behavior when going past the end of the input text.
X-SVN-Rev: 40700
|
2017-12-05 22:56:31 +00:00 |
|
Markus Scherer
|
cf4cb10c3d
|
ICU-13462 fix Script_Extensions for 5 characters: data generator needs to revert them from block scx to sc (merged from maint-60 r40667)
X-SVN-Rev: 40699
|
2017-12-05 20:53:14 +00:00 |
|
Markus Scherer
|
56fd8a74c5
|
ICU-13467 U8_NEXT() handles all in macro, no function call
X-SVN-Rev: 40698
|
2017-12-05 19:19:34 +00:00 |
|
Andy Heninger
|
9a542da329
|
ICU-13388 remove unused code in break iterator tests.
X-SVN-Rev: 40697
|
2017-12-05 18:45:53 +00:00 |
|
Andy Heninger
|
d7f2cd98d3
|
ICU-10688 Break Iterator type logic removal, a few minor cleanups.
X-SVN-Rev: 40689
|
2017-12-05 00:07:30 +00:00 |
|
Andy Heninger
|
023e8b289f
|
ICU-10688 Remove break iterator type logic. It's implicit from the rules.
X-SVN-Rev: 40687
|
2017-12-04 02:14:32 +00:00 |
|
Andy Heninger
|
ca7b62180e
|
ICU-10688 branch, work in progress.
X-SVN-Rev: 40686
|
2017-12-03 00:36:54 +00:00 |
|
Peter Edberg
|
6d58ccae2a
|
ICU-13474 Integrate cldr/tags/release-32-0-1.beta1 into ICU, update tests
X-SVN-Rev: 40685
|
2017-12-02 00:02:56 +00:00 |
|
Shane Carr
|
c67d9d0a4a
|
ICU-13496 Adds missing NumberFormatter test to ICU4C
X-SVN-Rev: 40682
|
2017-12-01 07:57:05 +00:00 |
|
Shane Carr
|
10ff53a889
|
ICU-13461 Fixing signed/unsigned operation that was causing runtime warnings in Clang.
X-SVN-Rev: 40681
|
2017-12-01 07:46:22 +00:00 |
|
Andy Heninger
|
2ec1aa972e
|
ICU-12711 Default U_USING_ICU_NAMESPACE to 0 when building ICU library code.
X-SVN-Rev: 40679
|
2017-11-30 23:19:14 +00:00 |
|
Andy Heninger
|
963b29f56f
|
ICU-13395 Remove uprv_checkValidMemory(). Was incompatible with memory and thread sanitizers.
X-SVN-Rev: 40678
|
2017-11-30 21:58:56 +00:00 |
|
Andy Heninger
|
254e5f9580
|
ICU-13420 svn properties check tool fix, and prop update of files match autoprops settings.
X-SVN-Rev: 40674
|
2017-11-29 19:32:58 +00:00 |
|
Fredrik Roubert
|
d6401ddcaa
|
ICU-13470 update config.guess and config.sub (again)
Updated files copied from the savannah.gnu.org Git repository.
X-SVN-Rev: 40671
|
2017-11-15 21:00:09 +00:00 |
|
Andy Heninger
|
d2cf99c677
|
ICU-13457 Fix initialization & copying of Calendar::validLocale & actualLocale.
X-SVN-Rev: 40670
|
2017-11-12 02:53:40 +00:00 |
|
Jeff Genovy
|
179510836d
|
ICU-13463 VS project file needs to copy stringoptions.h to the output include folder.
X-SVN-Rev: 40668
|
2017-11-10 03:41:30 +00:00 |
|
Yoshito Umaoka
|
edf744f31e
|
ICU-13458 Update logKnownIssue set by #12620 to ignore more test failures.
X-SVN-Rev: 40660
|
2017-10-31 07:04:33 +00:00 |
|
Peter Edberg
|
4727aef32b
|
ICU-12770 Update/fix comments about TZDEFAULT target on various systems
X-SVN-Rev: 40659
|
2017-10-31 03:36:22 +00:00 |
|
Peter Edberg
|
cf0ee6d0f0
|
ICU-13412 Update ICU4C readme for 60.1 GA
X-SVN-Rev: 40655
|
2017-10-30 04:09:34 +00:00 |
|
Peter Edberg
|
71dd84d4ff
|
ICU-12504 in ICU4C Persian cal, use int64_t math for one operation to avoid overflow; add tests in C and J
X-SVN-Rev: 40654
|
2017-10-29 03:38:05 +00:00 |
|
Yoshito Umaoka
|
4b67416113
|
ICU-13446 Fixed Chakma date format fractional seconds parsing problem. Removed logKnownIssue from TestTimeZoneFormat.
X-SVN-Rev: 40647
|
2017-10-26 22:13:13 +00:00 |
|
Jeff Genovy
|
16598e5468
|
ICU-13436 Fix various typos and spelling mistakes.
X-SVN-Rev: 40645
|
2017-10-26 21:33:43 +00:00 |
|
Andy Heninger
|
366ae1d5d0
|
ICU-13455 Add missing #include to rbbi_cache.cpp for RBBIDebugPrintf definition.
X-SVN-Rev: 40644
|
2017-10-26 21:12:42 +00:00 |
|
Jeff Genovy
|
a799b3d3ff
|
ICU-13448 Feedback from clang expert was that these should not be specific to MSVC, but rather they should be specific to the Windows platform.
X-SVN-Rev: 40643
|
2017-10-26 06:49:15 +00:00 |
|
Yoshito Umaoka
|
f6e3124e74
|
ICU-13445 Pattern space handling in localized GMT format parser. Applied a fix to ICU4J equivalent to the ICU4C fix done by #13374. Also made a small fix in the previous ICU4C change to prevent buffer overrun with unexpected input.
X-SVN-Rev: 40642
|
2017-10-25 23:41:57 +00:00 |
|
Steven R. Loomis
|
42a7565808
|
ICU-13415 disable std::move testing on AIX/z for now.
X-SVN-Rev: 40641
|
2017-10-25 22:11:18 +00:00 |
|
Markus Scherer
|
f86f114660
|
ICU-13428 char* result array was too small for UTF-8 version of 112-UChar Dzongkha (dz) date/time format string
X-SVN-Rev: 40640
|
2017-10-25 21:25:01 +00:00 |
|
Jeff Genovy
|
225365d30a
|
ICU-13411 Typo in fix.
X-SVN-Rev: 40636
|
2017-10-25 17:27:45 +00:00 |
|
Jeff Genovy
|
e83872364b
|
ICU-13411 Additional fix for template exports.
X-SVN-Rev: 40635
|
2017-10-25 17:11:37 +00:00 |
|
Yoshito Umaoka
|
46dd205917
|
ICU-13141 tzdata2017c updates. Some patches in Makefile to support the latest Makefile in tzcode2017c. Added logKnownIssue in some test cases. See the ticket for the details.
X-SVN-Rev: 40634
|
2017-10-25 15:43:29 +00:00 |
|
Shane Carr
|
1ba7875371
|
ICU-13415 Setting error code in terminal NumberFormatter methods when applicable. Renaming unproposed error codes for consistency with existing error codes in utypes.h.
X-SVN-Rev: 40632
|
2017-10-25 01:26:48 +00:00 |
|
Shane Carr
|
6921697be2
|
ICU-13415 Due to build issues, disabling new number formatting code on Solaris
X-SVN-Rev: 40631
|
2017-10-25 00:33:58 +00:00 |
|
Shane Carr
|
1ec3a8c6bb
|
ICU-13411 Making "using namespace" statements consistent across number formatting cpp files.
X-SVN-Rev: 40630
|
2017-10-25 00:25:04 +00:00 |
|
Steven R. Loomis
|
5e63d2297e
|
ICU-13415 porting: std::isinf/std::isnan back to uprv. also see ICU-13315
X-SVN-Rev: 40629
|
2017-10-24 22:39:03 +00:00 |
|
Jungshik Shin
|
811b30b9c2
|
ICU-13192 revert accidentally committed files
X-SVN-Rev: 40628
|
2017-10-23 23:06:43 +00:00 |
|
Jungshik Shin
|
050e62025a
|
ICU-13192 gCorrectedPOSIXLocaleis changed to const char*
X-SVN-Rev: 40627
|
2017-10-23 23:01:58 +00:00 |
|
Shane Carr
|
de3c990b0b
|
ICU-13415 Refactoring shadowed virtual method in IFixedDecimal.
X-SVN-Rev: 40626
|
2017-10-23 07:12:39 +00:00 |
|
Peter Edberg
|
a5e9be8dd6
|
ICU-13433 Integrate CLDR 32 tags/release-32-beta3
X-SVN-Rev: 40625
|
2017-10-20 03:29:11 +00:00 |
|
Shane Carr
|
df08682680
|
ICU-13415 Adding virtual destructor to internal Interface-like type SymbolProvider.
X-SVN-Rev: 40624
|
2017-10-19 23:47:20 +00:00 |
|
Norbert Runge
|
1e72170543
|
ICU-13405 prevents double-free-triggered segmentation fault by setting pointer to NULL after free.
X-SVN-Rev: 40619
|
2017-10-12 23:09:43 +00:00 |
|
Yoshito Umaoka
|
6873ed8e2c
|
ICU-13419 Imported the latest CLDR 32 locale data, updated some test cases.
X-SVN-Rev: 40616
|
2017-10-12 12:24:55 +00:00 |
|
Andy Heninger
|
1c794eb111
|
ICU-13394 nul-terminated buffer handling fixed from Chromium.
X-SVN-Rev: 40615
|
2017-10-11 22:22:45 +00:00 |
|
Shane Carr
|
3db8233029
|
ICU-13415 Fixing compiler warnings in GCC
X-SVN-Rev: 40614
|
2017-10-11 21:28:38 +00:00 |
|
Steven R. Loomis
|
8d917a5a26
|
ICU-13147 add a PowerShell script to build Windows release zips
X-SVN-Rev: 40613
|
2017-10-11 20:47:18 +00:00 |
|
Jeff Genovy
|
bb430ebdf1
|
ICU-13177 Fix some comments for the new NumberFormatter API.
X-SVN-Rev: 40606
|
2017-10-09 20:32:40 +00:00 |
|
Yoshito Umaoka
|
ddfc308603
|
ICU-13385 Fixed a build error with glibc 2.26. Checks xlocale.h availability by autoconf.
X-SVN-Rev: 40603
|
2017-10-09 14:18:53 +00:00 |
|
Peter Edberg
|
7604adc4b3
|
ICU-13352 Fix ordering of limit test and array ref in ufmt_utop
X-SVN-Rev: 40602
|
2017-10-09 06:57:17 +00:00 |
|
Peter Edberg
|
9ac09264c9
|
ICU-13313 Fix ucol_next/prev docs to use UCOL_NULLORDER, not NULLORDER
X-SVN-Rev: 40601
|
2017-10-09 06:40:55 +00:00 |
|
Shane Carr
|
aca96338b6
|
ICU-13177 Adding RTTI tests for MeasureUnit class hierarchy.
X-SVN-Rev: 40600
|
2017-10-07 02:46:49 +00:00 |
|