]>
granicus.if.org Git - icu/log
Shane Carr [Sat, 16 Dec 2017 04:13:43 +0000 (04:13 +0000)]
ICU-13513 The data-driven test is green :)
X-SVN-Rev: 40740
Shane Carr [Sat, 16 Dec 2017 02:54:58 +0000 (02:54 +0000)]
ICU-13513 More work on affix matchers. Refactoring code for grouping and decimal separators.
X-SVN-Rev: 40739
Shane Carr [Fri, 15 Dec 2017 00:13:12 +0000 (00:13 +0000)]
ICU-13513 Re-thinking affix matchers a bit. Affix matchers are to contain only regular characters, not symbols, and let the symbol matchers take care of all the symbols.
X-SVN-Rev: 40738
Shane Carr [Thu, 14 Dec 2017 10:24:35 +0000 (10:24 +0000)]
ICU-13513 Continuing down the data-driven test file. Mainly currency improvements.
X-SVN-Rev: 40735
Shane Carr [Thu, 14 Dec 2017 07:04:41 +0000 (07:04 +0000)]
ICU-13513 Down to line 916 in the data-driven test file.
X-SVN-Rev: 40734
Shane Carr [Wed, 13 Dec 2017 10:04:56 +0000 (10:04 +0000)]
ICU-13513 Starting to tie in with existing code. Working through the data-driven test file first.
X-SVN-Rev: 40726
Shane Carr [Wed, 13 Dec 2017 05:03:28 +0000 (05:03 +0000)]
ICU-13513 Initial modular framework for number parsing.
X-SVN-Rev: 40725
Andy Heninger [Tue, 12 Dec 2017 21:49:51 +0000 (21:49 +0000)]
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
Markus Scherer [Fri, 8 Dec 2017 21:47:21 +0000 (21:47 +0000)]
ICU-13510 test & fix UTF-8->UTF-8 conversion overflow for supplementary characters
X-SVN-Rev: 40715
Markus Scherer [Fri, 8 Dec 2017 20:46:04 +0000 (20:46 +0000)]
ICU-13510 test & fix UTF-8->UTF-8 conversion overflow
X-SVN-Rev: 40714
Markus Scherer [Wed, 6 Dec 2017 22:37:29 +0000 (22:37 +0000)]
ICU-13506 fix U_ICU_VERSION_SHORT docs for ICU 4.8- vs 49+
X-SVN-Rev: 40707
Markus Scherer [Wed, 6 Dec 2017 18:20:48 +0000 (18:20 +0000)]
ICU-13460 set U_USING_ICU_NAMESPACE to 0 by default
X-SVN-Rev: 40705
Fredrik Roubert [Wed, 6 Dec 2017 14:54:22 +0000 (14:54 +0000)]
ICU-13505 XLocaleDistanceTest.testTiming() should be @Ignore
X-SVN-Rev: 40703
Fredrik Roubert [Wed, 6 Dec 2017 14:54:09 +0000 (14:54 +0000)]
ICU-13504 LanguageTestFmwk.setUp() should be private
X-SVN-Rev: 40702
Andy Heninger [Tue, 5 Dec 2017 22:56:31 +0000 (22:56 +0000)]
ICU-13447 Document RBBI: getRuleStatus() behavior when going past the end of the input text.
X-SVN-Rev: 40700
Markus Scherer [Tue, 5 Dec 2017 20:53:14 +0000 (20:53 +0000)]
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
Markus Scherer [Tue, 5 Dec 2017 19:19:34 +0000 (19:19 +0000)]
ICU-13467 U8_NEXT() handles all in macro, no function call
X-SVN-Rev: 40698
Andy Heninger [Tue, 5 Dec 2017 18:45:53 +0000 (18:45 +0000)]
ICU-13388 remove unused code in break iterator tests.
X-SVN-Rev: 40697
Peter Edberg [Sat, 2 Dec 2017 00:02:56 +0000 (00:02 +0000)]
ICU-13474 Integrate cldr/tags/release-32-0-1.beta1 into ICU, update tests
X-SVN-Rev: 40685
Shane Carr [Fri, 1 Dec 2017 23:03:52 +0000 (23:03 +0000)]
ICU-13492 Fixing currency fraction length fallbacks in the DecimalFormat-to-NumberFormatter mapping function.
X-SVN-Rev: 40684
Shane Carr [Fri, 1 Dec 2017 07:57:05 +0000 (07:57 +0000)]
ICU-13496 Adds missing NumberFormatter test to ICU4C
X-SVN-Rev: 40682
Shane Carr [Fri, 1 Dec 2017 07:46:22 +0000 (07:46 +0000)]
ICU-13461 Fixing signed/unsigned operation that was causing runtime warnings in Clang.
X-SVN-Rev: 40681
Peter Edberg [Fri, 1 Dec 2017 00:21:53 +0000 (00:21 +0000)]
ICU-13478 Fix J SimpleDateFormat handling of pattern fields b,bb
X-SVN-Rev: 40680
Andy Heninger [Thu, 30 Nov 2017 23:19:14 +0000 (23:19 +0000)]
ICU-12711 Default U_USING_ICU_NAMESPACE to 0 when building ICU library code.
X-SVN-Rev: 40679
Andy Heninger [Thu, 30 Nov 2017 21:58:56 +0000 (21:58 +0000)]
ICU-13395 Remove uprv_checkValidMemory(). Was incompatible with memory and thread sanitizers.
X-SVN-Rev: 40678
Shane Carr [Wed, 29 Nov 2017 23:44:28 +0000 (23:44 +0000)]
ICU-13442 Fixing checks for whether or not grouping is enabled. A grouping size of zero means that grouping is disabled.
X-SVN-Rev: 40677
Andy Heninger [Wed, 29 Nov 2017 19:32:58 +0000 (19:32 +0000)]
ICU-13420 svn properties check tool fix, and prop update of files match autoprops settings.
X-SVN-Rev: 40674
Shane Carr [Fri, 17 Nov 2017 00:23:59 +0000 (00:23 +0000)]
ICU-13442 Set grouping sizes to 0 instead of -1 when disabling grouping.
X-SVN-Rev: 40673
Shane Carr [Thu, 16 Nov 2017 23:25:16 +0000 (23:25 +0000)]
ICU-13477 Tweak the DecimalFormat mapping function to correctly handle positive prefix and suffix overrides.
X-SVN-Rev: 40672
Fredrik Roubert [Wed, 15 Nov 2017 21:00:09 +0000 (21:00 +0000)]
ICU-13470 update config.guess and config.sub (again)
Updated files copied from the savannah.gnu.org Git repository.
X-SVN-Rev: 40671
Andy Heninger [Sun, 12 Nov 2017 02:53:40 +0000 (02:53 +0000)]
ICU-13457 Fix initialization & copying of Calendar::validLocale & actualLocale.
X-SVN-Rev: 40670
Jeff Genovy [Fri, 10 Nov 2017 03:41:30 +0000 (03:41 +0000)]
ICU-13463 VS project file needs to copy stringoptions.h to the output include folder.
X-SVN-Rev: 40668
Shane Carr [Thu, 2 Nov 2017 01:07:38 +0000 (01:07 +0000)]
ICU-13461 Making AffixUtilsTest independent of locale data changes.
X-SVN-Rev: 40666
Yoshito Umaoka [Tue, 31 Oct 2017 07:04:33 +0000 (07:04 +0000)]
ICU-13458 Update logKnownIssue set by #12620 to ignore more test failures.
X-SVN-Rev: 40660
Peter Edberg [Tue, 31 Oct 2017 03:36:22 +0000 (03:36 +0000)]
ICU-12770 Update/fix comments about TZDEFAULT target on various systems
X-SVN-Rev: 40659
Yoshito Umaoka [Mon, 30 Oct 2017 21:54:17 +0000 (21:54 +0000)]
ICU-13412 Updated ICU4J readme for 60.1 GA.
X-SVN-Rev: 40657
Peter Edberg [Mon, 30 Oct 2017 04:09:34 +0000 (04:09 +0000)]
ICU-13412 Update ICU4C readme for 60.1 GA
X-SVN-Rev: 40655
Peter Edberg [Sun, 29 Oct 2017 03:38:05 +0000 (03:38 +0000)]
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
Yoshito Umaoka [Thu, 26 Oct 2017 22:13:13 +0000 (22:13 +0000)]
ICU-13446 Fixed Chakma date format fractional seconds parsing problem. Removed logKnownIssue from TestTimeZoneFormat.
X-SVN-Rev: 40647
Shane Carr [Thu, 26 Oct 2017 21:53:50 +0000 (21:53 +0000)]
ICU-13309 Changing number parsing to accept only horizontal whitespace, not vertical whitespace or control characters.
X-SVN-Rev: 40646
Jeff Genovy [Thu, 26 Oct 2017 21:33:43 +0000 (21:33 +0000)]
ICU-13436 Fix various typos and spelling mistakes.
X-SVN-Rev: 40645
Andy Heninger [Thu, 26 Oct 2017 21:12:42 +0000 (21:12 +0000)]
ICU-13455 Add missing #include to rbbi_cache.cpp for RBBIDebugPrintf definition.
X-SVN-Rev: 40644
Jeff Genovy [Thu, 26 Oct 2017 06:49:15 +0000 (06:49 +0000)]
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
Yoshito Umaoka [Wed, 25 Oct 2017 23:41:57 +0000 (23:41 +0000)]
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
Steven R. Loomis [Wed, 25 Oct 2017 22:11:18 +0000 (22:11 +0000)]
ICU-13415 disable std::move testing on AIX/z for now.
X-SVN-Rev: 40641
Markus Scherer [Wed, 25 Oct 2017 21:25:01 +0000 (21:25 +0000)]
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
Jeff Genovy [Wed, 25 Oct 2017 17:27:45 +0000 (17:27 +0000)]
ICU-13411 Typo in fix.
X-SVN-Rev: 40636
Jeff Genovy [Wed, 25 Oct 2017 17:11:37 +0000 (17:11 +0000)]
ICU-13411 Additional fix for template exports.
X-SVN-Rev: 40635
Yoshito Umaoka [Wed, 25 Oct 2017 15:43:29 +0000 (15:43 +0000)]
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
Shane Carr [Wed, 25 Oct 2017 01:26:48 +0000 (01:26 +0000)]
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
Shane Carr [Wed, 25 Oct 2017 00:33:58 +0000 (00:33 +0000)]
ICU-13415 Due to build issues, disabling new number formatting code on Solaris
X-SVN-Rev: 40631
Shane Carr [Wed, 25 Oct 2017 00:25:04 +0000 (00:25 +0000)]
ICU-13411 Making "using namespace" statements consistent across number formatting cpp files.
X-SVN-Rev: 40630
Steven R. Loomis [Tue, 24 Oct 2017 22:39:03 +0000 (22:39 +0000)]
ICU-13415 porting: std::isinf/std::isnan back to uprv. also see ICU-13315
X-SVN-Rev: 40629
Jungshik Shin [Mon, 23 Oct 2017 23:06:43 +0000 (23:06 +0000)]
ICU-13192 revert accidentally committed files
X-SVN-Rev: 40628
Jungshik Shin [Mon, 23 Oct 2017 23:01:58 +0000 (23:01 +0000)]
ICU-13192 gCorrectedPOSIXLocaleis changed to const char*
X-SVN-Rev: 40627
Shane Carr [Mon, 23 Oct 2017 07:12:39 +0000 (07:12 +0000)]
ICU-13415 Refactoring shadowed virtual method in IFixedDecimal.
X-SVN-Rev: 40626
Peter Edberg [Fri, 20 Oct 2017 03:29:11 +0000 (03:29 +0000)]
ICU-13433 Integrate CLDR 32 tags/release-32-beta3
X-SVN-Rev: 40625
Shane Carr [Thu, 19 Oct 2017 23:47:20 +0000 (23:47 +0000)]
ICU-13415 Adding virtual destructor to internal Interface-like type SymbolProvider.
X-SVN-Rev: 40624
Norbert Runge [Thu, 12 Oct 2017 23:09:43 +0000 (23:09 +0000)]
ICU-13405 prevents double-free-triggered segmentation fault by setting pointer to NULL after free.
X-SVN-Rev: 40619
Markus Scherer [Thu, 12 Oct 2017 16:47:03 +0000 (16:47 +0000)]
ICU-13418 fix lowercase typo on UCharacter.toTitleCase() methods
X-SVN-Rev: 40617
Yoshito Umaoka [Thu, 12 Oct 2017 12:24:55 +0000 (12:24 +0000)]
ICU-13419 Imported the latest CLDR 32 locale data, updated some test cases.
X-SVN-Rev: 40616
Andy Heninger [Wed, 11 Oct 2017 22:22:45 +0000 (22:22 +0000)]
ICU-13394 nul-terminated buffer handling fixed from Chromium.
X-SVN-Rev: 40615
Shane Carr [Wed, 11 Oct 2017 21:28:38 +0000 (21:28 +0000)]
ICU-13415 Fixing compiler warnings in GCC
X-SVN-Rev: 40614
Steven R. Loomis [Wed, 11 Oct 2017 20:47:18 +0000 (20:47 +0000)]
ICU-13147 add a PowerShell script to build Windows release zips
X-SVN-Rev: 40613
Andy Heninger [Tue, 10 Oct 2017 21:39:12 +0000 (21:39 +0000)]
ICU-9954 review fixes, changes to comments only.
X-SVN-Rev: 40610
Fredrik Roubert [Tue, 10 Oct 2017 17:49:41 +0000 (17:49 +0000)]
ICU-13410 environmentTest.sh must be updated to use current paths
X-SVN-Rev: 40609
Jeff Genovy [Mon, 9 Oct 2017 20:32:40 +0000 (20:32 +0000)]
ICU-13177 Fix some comments for the new NumberFormatter API.
X-SVN-Rev: 40606
Yoshito Umaoka [Mon, 9 Oct 2017 15:02:52 +0000 (15:02 +0000)]
ICU-13358 Added ICU4J serialization compatibility test data generated by ICU4J 60. Deleted the ICU4J 55 test data.
X-SVN-Rev: 40605
Yoshito Umaoka [Mon, 9 Oct 2017 14:38:15 +0000 (14:38 +0000)]
ICU-13358 ICU4J 60 API signature file.
X-SVN-Rev: 40604
Yoshito Umaoka [Mon, 9 Oct 2017 14:18:53 +0000 (14:18 +0000)]
ICU-13385 Fixed a build error with glibc 2.26. Checks xlocale.h availability by autoconf.
X-SVN-Rev: 40603
Peter Edberg [Mon, 9 Oct 2017 06:57:17 +0000 (06:57 +0000)]
ICU-13352 Fix ordering of limit test and array ref in ufmt_utop
X-SVN-Rev: 40602
Peter Edberg [Mon, 9 Oct 2017 06:40:55 +0000 (06:40 +0000)]
ICU-13313 Fix ucol_next/prev docs to use UCOL_NULLORDER, not NULLORDER
X-SVN-Rev: 40601
Shane Carr [Sat, 7 Oct 2017 02:46:49 +0000 (02:46 +0000)]
ICU-13177 Adding RTTI tests for MeasureUnit class hierarchy.
X-SVN-Rev: 40600
Norbert Runge [Fri, 6 Oct 2017 23:11:11 +0000 (23:11 +0000)]
ICU-13358 No-data test fixes (cf. BRS task).
X-SVN-Rev: 40599
Markus Scherer [Fri, 6 Oct 2017 22:49:59 +0000 (22:49 +0000)]
ICU-13358 update pool bundles for ICU 60
X-SVN-Rev: 40598
Jeff Genovy [Fri, 6 Oct 2017 22:46:56 +0000 (22:46 +0000)]
ICU-13188 Merge patch for building reduced data file.
X-SVN-Rev: 40597
Jeff Genovy [Fri, 6 Oct 2017 22:44:25 +0000 (22:44 +0000)]
ICU-13177 Fix minor typos/spelling in comments.
X-SVN-Rev: 40596
Jeff Genovy [Fri, 6 Oct 2017 21:13:56 +0000 (21:13 +0000)]
ICU-13177 Check if the other NullableValue object is null before trying to use its value.
X-SVN-Rev: 40594
Jeff Genovy [Fri, 6 Oct 2017 20:32:13 +0000 (20:32 +0000)]
ICU-13177 Fix warnings reintroduced by the NumberFormatting work.
X-SVN-Rev: 40593
Norbert Runge [Fri, 6 Oct 2017 16:52:14 +0000 (16:52 +0000)]
ICU-13384 fixes issues found in public header checks and unconfig.h variation check.
X-SVN-Rev: 40592
Shane Carr [Fri, 6 Oct 2017 09:02:10 +0000 (09:02 +0000)]
ICU-13177 Moving FixedDecimal and IFixedDecimal destructors to cpp file.
X-SVN-Rev: 40591
Jeff Genovy [Fri, 6 Oct 2017 07:31:14 +0000 (07:31 +0000)]
ICU-13126 Allow UWP builds to reuse makedata by undoing the disabling of renaming.
X-SVN-Rev: 40590
Peter Edberg [Fri, 6 Oct 2017 07:26:01 +0000 (07:26 +0000)]
ICU-13358 ICU 60rc BRS, update U_HIDE_ conditionals
X-SVN-Rev: 40589
Markus Scherer [Fri, 6 Oct 2017 04:55:41 +0000 (04:55 +0000)]
ICU-13358 adjust dependencies graph for recently added code
X-SVN-Rev: 40588
Peter Edberg [Fri, 6 Oct 2017 02:46:28 +0000 (02:46 +0000)]
ICU-13358 One more ICU4C readme update
X-SVN-Rev: 40587
Shane Carr [Fri, 6 Oct 2017 02:03:16 +0000 (02:03 +0000)]
ICU-13177 Fixing dependency check errors in number formatting code.
X-SVN-Rev: 40586
Jeff Genovy [Fri, 6 Oct 2017 01:59:22 +0000 (01:59 +0000)]
ICU-13177 Fix empty include from NumberFormatting merge r40492.
X-SVN-Rev: 40585
Peter Edberg [Fri, 6 Oct 2017 01:38:19 +0000 (01:38 +0000)]
ICU-13358 Update ICU4C readme for 60rc
X-SVN-Rev: 40584
Shane Carr [Fri, 6 Oct 2017 01:37:59 +0000 (01:37 +0000)]
ICU-13177 Improving consistency of Unicode string literals in number formatting code.
X-SVN-Rev: 40583
Peter Edberg [Fri, 6 Oct 2017 00:46:48 +0000 (00:46 +0000)]
ICU-13359 Integrate updated CLDR 32 @13761 for 60rc. The previous issues #13366,#13368,#13374,#13390,#13391 are fixed.
X-SVN-Rev: 40582
Jeff Genovy [Fri, 6 Oct 2017 00:40:16 +0000 (00:40 +0000)]
ICU-13177 Add missing entries to i18n_uwp.vcxproj for NumberFormatting.
X-SVN-Rev: 40581
Andy Heninger [Fri, 6 Oct 2017 00:19:27 +0000 (00:19 +0000)]
ICU-9954 RBBI, conditionalize debug printfs.
X-SVN-Rev: 40580
Peter Edberg [Thu, 5 Oct 2017 23:37:56 +0000 (23:37 +0000)]
ICU-13377 update ICU4C 60 API change report after r40576, fix missing status tags in uspoof.h
X-SVN-Rev: 40579
Shane Carr [Thu, 5 Oct 2017 23:25:33 +0000 (23:25 +0000)]
ICU-13177 Removing some U_HIDE_INTERNAL_API blocks in numberformatter.h that were hiding declarations necessary for compiling client code.
X-SVN-Rev: 40578
Markus Scherer [Thu, 5 Oct 2017 23:07:36 +0000 (23:07 +0000)]
ICU-13390 include unicode/utf16.h when using U16_ macros
X-SVN-Rev: 40577
Shane Carr [Thu, 5 Oct 2017 23:03:19 +0000 (23:03 +0000)]
ICU-13177 Adding missing status tags in numberformatter.h
X-SVN-Rev: 40576
Shane Carr [Thu, 5 Oct 2017 22:33:45 +0000 (22:33 +0000)]
ICU-13310 Improving backwards compatibility of scientific notation formatting.
X-SVN-Rev: 40575
Shane Carr [Thu, 5 Oct 2017 22:32:41 +0000 (22:32 +0000)]
ICU-13368 Fixing serialization test failure caused by r40561.
X-SVN-Rev: 40574
Shane Carr [Thu, 5 Oct 2017 21:41:46 +0000 (21:41 +0000)]
ICU-13391 Change ICU4C parsing to count digits instead of UTF-16 code units for grouping sizes.
X-SVN-Rev: 40573
Peter Edberg [Thu, 5 Oct 2017 20:36:07 +0000 (20:36 +0000)]
ICU-13366 Changes per Shane codereview comments
X-SVN-Rev: 40572