]>
granicus.if.org Git - icu/log
Norbert Runge [Tue, 20 Jun 2017 23:12:14 +0000 (23:12 +0000)]
ICU-13242 fixed uppercase-comes-first collation test
X-SVN-Rev: 40184
Andy Heninger [Tue, 20 Jun 2017 03:41:20 +0000 (03:41 +0000)]
ICU-13159 Regenerate configure for 60m1.
X-SVN-Rev: 40182
Shane Carr [Mon, 19 Jun 2017 21:03:07 +0000 (21:03 +0000)]
ICU-13230 Fixing DecimalFormat parser to ignore grouping separators when there is no grouping separator in the pattern OR when setGroupingUsed(false) is explicitly called.
X-SVN-Rev: 40181
Andy Heninger [Mon, 19 Jun 2017 20:28:41 +0000 (20:28 +0000)]
ICU-12982 add BreakIterator.setText(CharSequence) overload
X-SVN-Rev: 40179
Norbert Runge [Mon, 19 Jun 2017 20:13:51 +0000 (20:13 +0000)]
ICU-13242 modifes collation test to work with an upper-case-first locale (da).
X-SVN-Rev: 40178
Shane Carr [Sat, 17 Jun 2017 01:22:41 +0000 (01:22 +0000)]
ICU-13229 Extending range for returning a Long from DecimalFormat#parse(), and changing API descriptions to be more informative when discussing return types.
X-SVN-Rev: 40175
Shane Carr [Sat, 17 Jun 2017 00:48:17 +0000 (00:48 +0000)]
ICU-13246 Changing util64_pow to work on uint64_t to fix signed integer overflow warning in Clang
X-SVN-Rev: 40174
Norbert Runge [Fri, 16 Jun 2017 23:02:41 +0000 (23:02 +0000)]
ICU-13241 removes obsolete test code that does not test anything from ICU.
X-SVN-Rev: 40173
Norbert Runge [Fri, 16 Jun 2017 22:10:50 +0000 (22:10 +0000)]
ICU-13245 moves code from tests to samples.
X-SVN-Rev: 40172
Norbert Runge [Thu, 15 Jun 2017 20:29:58 +0000 (20:29 +0000)]
ICU-12588 deletes obsolete test files as discussed in email conversation
X-SVN-Rev: 40171
Shane Carr [Thu, 15 Jun 2017 01:45:12 +0000 (01:45 +0000)]
ICU-13227 Throwing NullPointerException on string methods in DecimalFormat
X-SVN-Rev: 40170
Andy Heninger [Tue, 13 Jun 2017 18:33:59 +0000 (18:33 +0000)]
ICU-13207 Fix some resource leaks.
X-SVN-Rev: 40167
Markus Scherer [Fri, 9 Jun 2017 23:04:03 +0000 (23:04 +0000)]
ICU-9198 add titlecasing options: wholeString, sentences, adjustToCased
X-SVN-Rev: 40164
Markus Scherer [Thu, 8 Jun 2017 20:35:40 +0000 (20:35 +0000)]
ICU-13234 collect string & character options bits in new stringoptions.h
X-SVN-Rev: 40162
Markus Scherer [Thu, 8 Jun 2017 19:36:34 +0000 (19:36 +0000)]
ICU-13234 rename UCASEMAP_OMIT_UNCHANGED_TEXT to U_OMIT_UNCHANGED_TEXT
X-SVN-Rev: 40161
Norbert Runge [Thu, 8 Jun 2017 18:45:18 +0000 (18:45 +0000)]
ICU-12588 completed six TODO tasks flagged during JUnit migration.
X-SVN-Rev: 40160
Markus Scherer [Wed, 7 Jun 2017 18:22:44 +0000 (18:22 +0000)]
ICU-13197 fix indexesLength check while loading data, more readable duplicate elimination of noNo mappings
X-SVN-Rev: 40157
Markus Scherer [Wed, 7 Jun 2017 07:13:34 +0000 (07:13 +0000)]
ICU-13197 catch one more edge case where a mapping has no compose boundary after it
X-SVN-Rev: 40156
Markus Scherer [Wed, 7 Jun 2017 05:23:53 +0000 (05:23 +0000)]
ICU-13197 more gennorm2 cleanup, set smallFCD for some characters with algorithmic mappings
X-SVN-Rev: 40155
Norbert Runge [Tue, 6 Jun 2017 20:50:12 +0000 (20:50 +0000)]
ICU-13223 Update Jacoco exclusion list. No errors, no warnings with updated list.
X-SVN-Rev: 40154
Markus Scherer [Tue, 6 Jun 2017 02:46:10 +0000 (02:46 +0000)]
ICU-12985 final? Unicode 10 data from
20170605
X-SVN-Rev: 40153
Norbert Runge [Mon, 5 Jun 2017 16:17:11 +0000 (16:17 +0000)]
ICU-12586 Enables unit tests that were not included in the initial migration to JUnit.
X-SVN-Rev: 40151
Markus Scherer [Mon, 5 Jun 2017 03:53:14 +0000 (03:53 +0000)]
ICU-13197 split gennorm2/n2builder into 3 more manageable pieces; no output change
X-SVN-Rev: 40150
Markus Scherer [Fri, 2 Jun 2017 22:52:19 +0000 (22:52 +0000)]
ICU-13186 stop prepending UTF-8 BOM to some Unicode files
X-SVN-Rev: 40149
Markus Scherer [Fri, 2 Jun 2017 21:19:33 +0000 (21:19 +0000)]
ICU-13197 test Normalizer2::normalizeUTF8() with Edits
X-SVN-Rev: 40148
Markus Scherer [Wed, 31 May 2017 18:15:45 +0000 (18:15 +0000)]
ICU-13197 Normalizer2::normalizeUTF8(StringPiece->ByteSink/Edits) compose=direct UTF-8, else via UTF-16/no edits
X-SVN-Rev: 40147
Jeff Genovy [Wed, 31 May 2017 17:17:54 +0000 (17:17 +0000)]
ICU-13217 - UWP version ends up falling back to the 'en_US' locale. (Missing lines due to bad merge).
X-SVN-Rev: 40146
Yoshito Umaoka [Wed, 31 May 2017 16:50:38 +0000 (16:50 +0000)]
ICU-13159 Updating ICU version in trunk to 60.0.1 (60m1) - merging changes from my work branch.
X-SVN-Rev: 40145
Shane Carr [Fri, 26 May 2017 23:59:13 +0000 (23:59 +0000)]
ICU-13205 Prevent exception from being thrown when parsing numbers with very large exponents.
X-SVN-Rev: 40141
George Rhoten [Wed, 24 May 2017 18:20:04 +0000 (18:20 +0000)]
ICU-13206 Don't write multiple expressions onto a single line.
X-SVN-Rev: 40135
Peter Edberg [Wed, 24 May 2017 06:57:45 +0000 (06:57 +0000)]
ICU-13183 for compatibility, get(Base)Skeleton should not include 'a' added by DateTimeMatcher; add tests
X-SVN-Rev: 40133
Jugu Dannie Sundar [Tue, 23 May 2017 22:13:55 +0000 (22:13 +0000)]
ICU-13080 missing parameter added
X-SVN-Rev: 40131
Markus Scherer [Tue, 23 May 2017 04:44:58 +0000 (04:44 +0000)]
ICU-8130 UTS 46 conformance test using Unicode IdnaTest.txt
X-SVN-Rev: 40130
Peter Edberg [Tue, 23 May 2017 03:18:28 +0000 (03:18 +0000)]
ICU-13183 to trunk - Handle abB as normal fields (force add/remove per HhKk),\nhandle field lengths for skel metachars jC, add loc data with Bh skels, other fixes
X-SVN-Rev: 40129
Peter Edberg [Tue, 23 May 2017 02:37:37 +0000 (02:37 +0000)]
ICU-13183 on branch - Add more tests and sample data
X-SVN-Rev: 40127
Peter Edberg [Mon, 22 May 2017 22:24:39 +0000 (22:24 +0000)]
ICU-13183 on branch - Handle different field lengths for skeleton metachars j,C
X-SVN-Rev: 40126
Peter Edberg [Mon, 22 May 2017 16:37:07 +0000 (16:37 +0000)]
ICU-13183 on branch - add locale data with Bh skeletons
X-SVN-Rev: 40125
Peter Edberg [Mon, 22 May 2017 06:16:11 +0000 (06:16 +0000)]
ICU-13183 on branch - Handle abB as normal fields but force add/remove depending on hour field; other fixes
X-SVN-Rev: 40124
Peter Edberg [Sun, 21 May 2017 01:41:47 +0000 (01:41 +0000)]
ICU-13183 Update branch; merge in trunk r40122
X-SVN-Rev: 40123
Shane Carr [Thu, 18 May 2017 21:57:13 +0000 (21:57 +0000)]
ICU-13073 Exposing PluralRules as a setter on the number format property bag.
X-SVN-Rev: 40122
Shane Carr [Fri, 12 May 2017 21:50:31 +0000 (21:50 +0000)]
ICU-13073 Adding API for setting custom compact data, for CLDR Survey Tool.
X-SVN-Rev: 40117
Shane Carr [Sat, 6 May 2017 02:39:49 +0000 (02:39 +0000)]
ICU-12985 Bringing SpoofChecker documentation back in sync with unit test.
X-SVN-Rev: 40115
Markus Scherer [Fri, 5 May 2017 23:48:40 +0000 (23:48 +0000)]
ICU-13189 ucurr_forLocale() do not succeed without writing output; also make it more readable and fix other issues
X-SVN-Rev: 40114
Markus Scherer [Fri, 5 May 2017 19:36:48 +0000 (19:36 +0000)]
ICU-12635 fix ranges overrun in collation weight allocator
X-SVN-Rev: 40113
Markus Scherer [Thu, 4 May 2017 20:27:25 +0000 (20:27 +0000)]
ICU-12985 fix compiler warnings from now-unused ASPIRATIONAL script usage
X-SVN-Rev: 40111
Markus Scherer [Thu, 4 May 2017 20:13:29 +0000 (20:13 +0000)]
ICU-12985 Unicode 10 data from
20170503 ; new properties Emoji_Component, Regional_Indicator, Prepended_Concatenation_Mark; merged from ^/branches/markus/uni10@40107
X-SVN-Rev: 40109
Markus Scherer [Thu, 4 May 2017 18:30:23 +0000 (18:30 +0000)]
ICU-12333 full case mapping set output string to nullptr if length==0, and do not convert the empty string to UTF-8
X-SVN-Rev: 40108
Markus Scherer [Wed, 3 May 2017 23:50:36 +0000 (23:50 +0000)]
ICU-12985 nicer new spoof checker test strings
X-SVN-Rev: 40107
Markus Scherer [Wed, 3 May 2017 23:45:33 +0000 (23:45 +0000)]
ICU-12985 changes.txt section Unihan collators: cross-link with Unicode tools site
X-SVN-Rev: 40106
Markus Scherer [Wed, 3 May 2017 23:26:47 +0000 (23:26 +0000)]
ICU-12985 Unicode 10 minor data update
X-SVN-Rev: 40104
Markus Scherer [Wed, 3 May 2017 20:43:55 +0000 (20:43 +0000)]
ICU-12985 fix VersionInfo.UNICODE_10_0 @stable tag
X-SVN-Rev: 40103
Andy Heninger [Wed, 3 May 2017 20:18:41 +0000 (20:18 +0000)]
ICU-13178 remove back-slashes in #include paths.
X-SVN-Rev: 40102
Jeff Genovy [Wed, 3 May 2017 00:40:08 +0000 (00:40 +0000)]
ICU-13169 Issues retargeting VS project files due to missing WindowsTargetPlatformVersion elements. (tab to spaces)
X-SVN-Rev: 40099
Jeff Genovy [Wed, 3 May 2017 00:28:11 +0000 (00:28 +0000)]
ICU-13169 Issues retargeting VS project files due to missing WindowsTargetPlatformVersion elements.
X-SVN-Rev: 40098
Markus Scherer [Tue, 2 May 2017 22:53:28 +0000 (22:53 +0000)]
ICU-12985 ppucd.txt more readable unassigned ranges; block compaction by size savings not value plurality reduces clutter
X-SVN-Rev: 40096
Shane Carr [Tue, 2 May 2017 00:02:43 +0000 (00:02 +0000)]
ICU-13162 Tweaking ignorables handling to round-trip new fa percent pattern.
X-SVN-Rev: 40093
Markus Scherer [Fri, 28 Apr 2017 20:29:22 +0000 (20:29 +0000)]
ICU-12985 pre-parse VerticalOrientation.txt
X-SVN-Rev: 40086
Markus Scherer [Thu, 27 Apr 2017 21:11:01 +0000 (21:11 +0000)]
ICU-12985 implement the binary Prepended_Concatenation_Mark property
X-SVN-Rev: 40084
Markus Scherer [Thu, 27 Apr 2017 18:29:07 +0000 (18:29 +0000)]
ICU-12985 implement the binary Regional_Indicator property with a single hardcoded range
X-SVN-Rev: 40083
Markus Scherer [Wed, 26 Apr 2017 23:58:36 +0000 (23:58 +0000)]
ICU-12985 implement the binary Emoji_Component property for emoji 5
X-SVN-Rev: 40082
Markus Scherer [Wed, 26 Apr 2017 22:10:48 +0000 (22:10 +0000)]
ICU-12985 undo ICU 59 mix-version test hacks; 0860..086F now defaults to AL
X-SVN-Rev: 40081
Andy Heninger [Wed, 26 Apr 2017 21:56:37 +0000 (21:56 +0000)]
ICU-13103 drop old versions of U_IOSTREAM_SOURCE and __GNUC__
X-SVN-Rev: 40080
Markus Scherer [Wed, 26 Apr 2017 21:17:13 +0000 (21:17 +0000)]
ICU-12985 Unicode 10 data
20170418 , new property values, adjust tools & tests
X-SVN-Rev: 40079
Andy Heninger [Wed, 26 Apr 2017 20:55:10 +0000 (20:55 +0000)]
ICU-13173 Compile warning cleanup in escapesrc.cpp
X-SVN-Rev: 40078
Andy Heninger [Wed, 26 Apr 2017 20:23:44 +0000 (20:23 +0000)]
ICU-13104 remove U_HAVE_RVALUE_REFERENCES definition & conditions.
X-SVN-Rev: 40077
Fredrik Roubert [Wed, 26 Apr 2017 20:12:01 +0000 (20:12 +0000)]
ICU-13094 Handle empty language subtag in parseTagString().
X-SVN-Rev: 40076
Andy Heninger [Sun, 23 Apr 2017 19:35:52 +0000 (19:35 +0000)]
ICU-13028 Thread safe static init of default string for RuleBasedBreakIterator::getRules()
X-SVN-Rev: 40074
Shane Carr [Sat, 22 Apr 2017 05:42:39 +0000 (05:42 +0000)]
ICU-13162 Fixing test for #13088 to be independent of the locale data.
X-SVN-Rev: 40073
Fredrik Roubert [Fri, 21 Apr 2017 13:39:40 +0000 (13:39 +0000)]
ICU-12984 Halve the execution time of ThreadTest#TestThreads.
Halve the default number of iterations, leaving the number of iterations
in exhaustive mode unchanged.
X-SVN-Rev: 40072
Andy Heninger [Thu, 20 Apr 2017 21:43:58 +0000 (21:43 +0000)]
ICU-13031 revise BreakIterator JavaDoc example.
X-SVN-Rev: 40069
Shane Carr [Wed, 19 Apr 2017 23:42:18 +0000 (23:42 +0000)]
ICU-13115 Reject decimal format patterns that have a trailing ','
X-SVN-Rev: 40068
Shane Carr [Wed, 19 Apr 2017 22:29:28 +0000 (22:29 +0000)]
ICU-13117 Ignore trailing semicolon in decimal format patterns.
X-SVN-Rev: 40067
Shane Carr [Wed, 19 Apr 2017 21:26:44 +0000 (21:26 +0000)]
ICU-13156 Fixing ArithmeticException when formatting small numbers with CompactDecimalFormat.
X-SVN-Rev: 40066
George Rhoten [Wed, 19 Apr 2017 18:55:46 +0000 (18:55 +0000)]
ICU-13029 Mark unmodified static data as const
X-SVN-Rev: 40065
Shane Carr [Sat, 15 Apr 2017 08:09:15 +0000 (08:09 +0000)]
ICU-13149 Adding test cases for ICU 59 gray area bugs to numberformattestspecification.txt.
X-SVN-Rev: 40058
Shane Carr [Sat, 15 Apr 2017 06:30:05 +0000 (06:30 +0000)]
ICU-13149 Updating numberformattestspecification.txt with ICU4C behaviors and bringing the two copies of the file into sync.
X-SVN-Rev: 40057
Jeff Genovy [Thu, 13 Apr 2017 23:32:36 +0000 (23:32 +0000)]
ICU-13143 - Suppress unused variable warning on *nix platforms.
X-SVN-Rev: 40053
Yoshito Umaoka [Thu, 13 Apr 2017 13:42:25 +0000 (13:42 +0000)]
ICU-13120 Review feedback - always use 2016 as the starting year of Unicode copyright comment in build time generated files: jar manifest and API reference doc.
X-SVN-Rev: 40048
Steven R. Loomis [Thu, 13 Apr 2017 06:30:22 +0000 (06:30 +0000)]
ICU-13136 dont compile escapesrc on cygwin/msvc
* for now just explicitly skip escapesrc for cygwin/msvc
* revisit this.
X-SVN-Rev: 40043
Markus Scherer [Wed, 12 Apr 2017 22:39:37 +0000 (22:39 +0000)]
ICU-13128 optimize UnicodeString::toTitle() input string handling; test u_strToTitle(in-place)
X-SVN-Rev: 40042
Peter Edberg [Wed, 12 Apr 2017 20:58:06 +0000 (20:58 +0000)]
ICU-13099 ICU 59 BRS: Update C readme status for final release
X-SVN-Rev: 40041
Jeff Genovy [Wed, 12 Apr 2017 20:32:50 +0000 (20:32 +0000)]
ICU-13099 add links to readme to download VS and Win10 SDK.
X-SVN-Rev: 40040
Steven R. Loomis [Wed, 12 Apr 2017 18:18:41 +0000 (18:18 +0000)]
ICU-13099 update readme to fix broken platform links
X-SVN-Rev: 40039
Steven R. Loomis [Wed, 12 Apr 2017 17:53:50 +0000 (17:53 +0000)]
ICU-12785 (swapFileSepChar on Cygwin) - update for review comments
X-SVN-Rev: 40038
Andy Heninger [Wed, 12 Apr 2017 01:19:22 +0000 (01:19 +0000)]
ICU-13127 Fix crashing bug in UnicodeString::toTitle()
X-SVN-Rev: 40036
Steven R. Loomis [Tue, 11 Apr 2017 23:13:09 +0000 (23:13 +0000)]
ICU-13092 workaround: leave full data in the .zip file
X-SVN-Rev: 40035
Yoshito Umaoka [Tue, 11 Apr 2017 16:26:57 +0000 (16:26 +0000)]
ICU-13099 Updated ICU4J readme for 59.1.
X-SVN-Rev: 40033
Yoshito Umaoka [Tue, 11 Apr 2017 15:45:15 +0000 (15:45 +0000)]
ICU-13099 Updated about_icu html files used for eclipse plugin, with today's date and actual version (without build date version string).
X-SVN-Rev: 40031
Shane Carr [Tue, 11 Apr 2017 02:16:59 +0000 (02:16 +0000)]
ICU-13113 Fixing unintentional test failure from r40027
X-SVN-Rev: 40029
Shane Carr [Tue, 11 Apr 2017 00:05:26 +0000 (00:05 +0000)]
ICU-13113 Fixing unintentional test failure from r40027
X-SVN-Rev: 40028
Shane Carr [Mon, 10 Apr 2017 23:35:22 +0000 (23:35 +0000)]
ICU-13113 Changing decimal format exceptions to always contain the string "Malformed pattern" for better backwards and forwards compatibility.
X-SVN-Rev: 40027
Shane Carr [Mon, 10 Apr 2017 22:36:04 +0000 (22:36 +0000)]
ICU-13118 Fixing Out-Of-Memory error in scientific number formatter.
X-SVN-Rev: 40026
Yoshito Umaoka [Mon, 10 Apr 2017 18:39:10 +0000 (18:39 +0000)]
ICU-13120 Updated Specification/Implementation/Bundle vendor and copyright in manifest files from IBM to Unicode.
X-SVN-Rev: 40023
Yoshito Umaoka [Mon, 10 Apr 2017 14:50:16 +0000 (14:50 +0000)]
ICU-13109 Updated API change report and API signature file that need to be updated with the previous commit (r40018).
X-SVN-Rev: 40021
Fredrik Roubert [Mon, 10 Apr 2017 10:14:21 +0000 (10:14 +0000)]
ICU-13109 Public API: RelativeDateTimeUnit must be @stable ICU 57
X-SVN-Rev: 40018
Fredrik Roubert [Mon, 10 Apr 2017 10:14:01 +0000 (10:14 +0000)]
ICU-13108 Javadoc: Use @inheritDoc not @inheritDocs
X-SVN-Rev: 40017
Fredrik Roubert [Mon, 10 Apr 2017 10:13:42 +0000 (10:13 +0000)]
ICU-13107 Javadoc: @link must use curly brackets
X-SVN-Rev: 40016
Jeff Genovy [Sat, 8 Apr 2017 04:20:31 +0000 (04:20 +0000)]
ICU-13102 - Add logKnownIssue and skip problematic locales in format/NumberFormatTest/TestHost for now.
X-SVN-Rev: 40015
Jeff Genovy [Sat, 8 Apr 2017 02:22:19 +0000 (02:22 +0000)]
ICU-13102 - Add logKnownIssue and skip problematic locales in format/DateFormatTest/TestHost for now.
X-SVN-Rev: 40014
Andy Heninger [Fri, 7 Apr 2017 23:22:25 +0000 (23:22 +0000)]
ICU-13116 line endings & svn props fixes
X-SVN-Rev: 40013