]>
granicus.if.org Git - icu/log
Yoshito Umaoka [Fri, 2 Sep 2016 20:58:05 +0000 (20:58 +0000)]
ICU-10232 DigitList to use strtod_l instead of strtod with cached host decimal point on platforms supporting strtod_l. For other platforms, detect host decimal point instead of using cached host decimal point char.
X-SVN-Rev: 39124
Steven R. Loomis [Wed, 31 Aug 2016 23:37:29 +0000 (23:37 +0000)]
ICU-12652 better fix, see r39114
X-SVN-Rev: 39115
Steven R. Loomis [Wed, 31 Aug 2016 23:36:19 +0000 (23:36 +0000)]
ICU-12704 change dtptngen.cpp to use LocalMemory<int32_t> instead of LocalArray
LocalArray cannot be used with primitive types.
X-SVN-Rev: 39114
Steven R. Loomis [Wed, 31 Aug 2016 23:15:47 +0000 (23:15 +0000)]
ICU-12701 fix missing implicit casts
These are needed for IBM i.
X-SVN-Rev: 39113
Steven R. Loomis [Wed, 31 Aug 2016 14:53:53 +0000 (14:53 +0000)]
ICU-12652 fix for null termination in uloc_acceptLanguageFromHTTP
X-SVN-Rev: 39109
Craig Cornelius [Wed, 31 Aug 2016 01:25:05 +0000 (01:25 +0000)]
ICU-21666 Update coverage exclusion for RelativeDateTimeSink
X-SVN-Rev: 39104
Craig Cornelius [Wed, 31 Aug 2016 00:46:16 +0000 (00:46 +0000)]
ICU-12666 Update C++ RelativeDateTimeFormatter to new data loading scheme
X-SVN-Rev: 39102
Andy Heninger [Tue, 30 Aug 2016 23:59:23 +0000 (23:59 +0000)]
ICU-12664 ICU4J Break rules update for revised Emoji ZWJ sequences.
X-SVN-Rev: 39101
Andy Heninger [Tue, 30 Aug 2016 21:40:09 +0000 (21:40 +0000)]
ICU-12664 Break rules update for revised Emoji ZWJ sequences.
X-SVN-Rev: 39100
Markus Scherer [Tue, 30 Aug 2016 20:58:54 +0000 (20:58 +0000)]
ICU-12634 remove UResource.TableSink and ICUResourceBundle.getAllTableItems()
X-SVN-Rev: 39097
Felipe Balbontín [Mon, 29 Aug 2016 20:53:20 +0000 (20:53 +0000)]
ICU-12591 Remove CalendarData.java and all the remaining references to the CalendarData class.
X-SVN-Rev: 39094
Craig Cornelius [Mon, 29 Aug 2016 16:40:15 +0000 (16:40 +0000)]
ICU-12617 Revise loading of calendar data to consider arraytype and missing default
X-SVN-Rev: 39093
Craig Cornelius [Mon, 29 Aug 2016 16:19:07 +0000 (16:19 +0000)]
ICU-12666 Update to use new sink methods for data loading. Remove use of CalendarData class
X-SVN-Rev: 39092
Shawn Steele [Wed, 24 Aug 2016 20:52:23 +0000 (20:52 +0000)]
ICU-12087 - merge updates to use VS2015
X-SVN-Rev: 39085
Felipe Balbontín [Tue, 23 Aug 2016 00:58:29 +0000 (00:58 +0000)]
ICU-12591 Remove CalendarData references from:
- DateIntervalFormat.java
- Calendar.java
X-SVN-Rev: 39081
Yoshito Umaoka [Fri, 19 Aug 2016 23:30:22 +0000 (23:30 +0000)]
ICU-12671 Just updated the test cases to match the ICU4C changes r39076. ICU4J ULocale#toLanguageTag did not have the issue reported by #12671.
X-SVN-Rev: 39077
Yoshito Umaoka [Fri, 19 Aug 2016 23:29:17 +0000 (23:29 +0000)]
ICU-12671 Fixed a problem in uloc_toLanguageTag. When LDML attribute is used withtout LDML keywords, the function did not prodce -u- at the right place. This change fixed the LDML attribute handling. The test cases in the ticket were integrated to cintltst.
X-SVN-Rev: 39076
Craig Cornelius [Fri, 19 Aug 2016 01:18:44 +0000 (01:18 +0000)]
ICU-12617 Removed use of CalendarData class
X-SVN-Rev: 39072
Markus Scherer [Thu, 18 Aug 2016 21:08:40 +0000 (21:08 +0000)]
ICU-12669 draft Emoji 4.0 properties data
X-SVN-Rev: 39068
Markus Scherer [Thu, 18 Aug 2016 21:08:23 +0000 (21:08 +0000)]
ICU-12669 draft Emoji 4.0 properties data
X-SVN-Rev: 39067
Fredrik Roubert [Wed, 17 Aug 2016 19:07:15 +0000 (19:07 +0000)]
ICU-12140 Pass StringPiece by value, externally.
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
306850043 .
X-SVN-Rev: 39064
Craig Cornelius [Wed, 17 Aug 2016 17:43:05 +0000 (17:43 +0000)]
ICU-12617 Remove duplicate free. Memory check is clean
X-SVN-Rev: 39063
Craig Cornelius [Sat, 13 Aug 2016 00:30:06 +0000 (00:30 +0000)]
ICU-12617 Update data loading, and remove use of CalendarData
X-SVN-Rev: 39053
Craig Cornelius [Fri, 12 Aug 2016 23:28:51 +0000 (23:28 +0000)]
ICU-12419 Remove unused variable
X-SVN-Rev: 39050
Andy Heninger [Fri, 12 Aug 2016 00:27:46 +0000 (00:27 +0000)]
ICU-12570 remove undefined behaviors from cintltst. Mostly signed integer overflow.
X-SVN-Rev: 39042
Shane Carr [Thu, 11 Aug 2016 23:29:51 +0000 (23:29 +0000)]
ICU-11912 Adding more efficient implementation of getDisplayNames(), which was already present in Java
X-SVN-Rev: 39041
Peter Edberg [Thu, 11 Aug 2016 07:33:39 +0000 (07:33 +0000)]
ICU-12667 Add DateTimePatternGenerator.getAppendFormatNumber test for coverage
X-SVN-Rev: 39039
Shane Carr [Thu, 11 Aug 2016 01:19:30 +0000 (01:19 +0000)]
ICU-12665 Fixing out-of-scope temporary in ucurr.cpp
X-SVN-Rev: 39037
Peter Edberg [Tue, 9 Aug 2016 22:41:36 +0000 (22:41 +0000)]
ICU-12667 Resture version of DateTimePatternGenerator.getAppendFormatNumber that takes String (used by CLDR)
X-SVN-Rev: 39029
Craig Cornelius [Tue, 9 Aug 2016 22:03:14 +0000 (22:03 +0000)]
ICU-12149 Add new copyright notice.
X-SVN-Rev: 39028
Fredrik Roubert [Thu, 4 Aug 2016 17:40:53 +0000 (17:40 +0000)]
ICU-12140 Pass StringPiece by value, internally.
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/
305000043 .
X-SVN-Rev: 39024
Steven R. Loomis [Wed, 27 Jul 2016 23:35:04 +0000 (23:35 +0000)]
ICU-12452 update LICENSE to not have BOM (copy from r39020)
X-SVN-Rev: 39021
Steven R. Loomis [Wed, 27 Jul 2016 23:32:46 +0000 (23:32 +0000)]
ICU-12452 update LICENSE to not have BOM
X-SVN-Rev: 39020
Felipe Balbontín [Mon, 25 Jul 2016 22:53:35 +0000 (22:53 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading update. Remove unused variables.
X-SVN-Rev: 39019
Andy Heninger [Sat, 23 Jul 2016 04:42:29 +0000 (04:42 +0000)]
ICU-12061 FieldPosition::DONT_CARE API status and doc update. Fix incorrect usage of FieldPosition(0).
X-SVN-Rev: 39017
Andy Heninger [Fri, 22 Jul 2016 21:50:34 +0000 (21:50 +0000)]
ICU-12648 Remove several compiler warnings in RBBI code.
X-SVN-Rev: 39015
Shane Carr [Thu, 21 Jul 2016 23:01:53 +0000 (23:01 +0000)]
ICU-12646 Fixing Coverity code health issues on recently submitted code for TimeZoneNamesImpl and CompactDecimalDataCache
X-SVN-Rev: 39014
Shane Carr [Thu, 21 Jul 2016 21:37:32 +0000 (21:37 +0000)]
ICU-11912 Adding test coverage for TimeZoneNames.getAvailableMetaZoneIDs()
X-SVN-Rev: 39012
Craig Cornelius [Wed, 20 Jul 2016 15:44:15 +0000 (15:44 +0000)]
ICU-12149 Submit reviewed fix to remove hack
X-SVN-Rev: 39001
Craig Cornelius [Wed, 20 Jul 2016 01:35:01 +0000 (01:35 +0000)]
ICU-12149 Check in fixes, reviewed.
X-SVN-Rev: 39000
Felipe Balbontín [Tue, 19 Jul 2016 18:37:37 +0000 (18:37 +0000)]
ICU-12634 Remove ResourceArraySink and ResourceTableSink.enter(), leave() and getOrCreateArraySink().
X-SVN-Rev: 38983
Felipe Balbontín [Mon, 18 Jul 2016 22:16:40 +0000 (22:16 +0000)]
ICU-12623 Update DateIntervalInfo in ICU4C to new version of ResourceSink.
X-SVN-Rev: 38979
Yoshito Umaoka [Mon, 18 Jul 2016 18:19:11 +0000 (18:19 +0000)]
ICU-12047 Added a note in SimpleDateFormat::toLocalizedPattern() API doc in ICU4C.
X-SVN-Rev: 38976
Yoshito Umaoka [Mon, 18 Jul 2016 17:12:57 +0000 (17:12 +0000)]
ICU-12047 Added a note in SimpleDateForamt#toLocalizedPattern() API doc.
X-SVN-Rev: 38975
Yoshito Umaoka [Mon, 18 Jul 2016 16:41:47 +0000 (16:41 +0000)]
ICU-11934 Updated API information collection tool to generate same results with javadoc 8.
X-SVN-Rev: 38974
Felipe Balbontín [Fri, 15 Jul 2016 23:17:01 +0000 (23:17 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak in MessageFormat.
X-SVN-Rev: 38973
Felipe Balbontín [Thu, 14 Jul 2016 21:21:01 +0000 (21:21 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak.
X-SVN-Rev: 38971
Yoshito Umaoka [Thu, 14 Jul 2016 20:21:11 +0000 (20:21 +0000)]
ICU-12638 Set svn:ignore to lib/*.jar
X-SVN-Rev: 38970
Shane Carr [Wed, 13 Jul 2016 20:21:07 +0000 (20:21 +0000)]
ICU-11912 Removing unused method 'consumeNoFallback', which was detected in Java unit test coverage.
X-SVN-Rev: 38969
Shane Carr [Wed, 13 Jul 2016 20:20:20 +0000 (20:20 +0000)]
ICU-11912 Updating coverage-exclusion.txt for TimeZoneNames
X-SVN-Rev: 38968
Felipe Balbontín [Wed, 13 Jul 2016 18:38:15 +0000 (18:38 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
X-SVN-Rev: 38967
Shane Carr [Tue, 12 Jul 2016 22:37:06 +0000 (22:37 +0000)]
ICU-11912 Removing unused method in TimeZoneNamesImpl.
X-SVN-Rev: 38966
Felipe Balbontín [Fri, 8 Jul 2016 23:31:15 +0000 (23:31 +0000)]
ICU-12614 Rollback of: DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
X-SVN-Rev: 38963
Felipe Balbontín [Fri, 8 Jul 2016 22:19:26 +0000 (22:19 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink: fixed broken build.
X-SVN-Rev: 38962
Felipe Balbontín [Fri, 8 Jul 2016 21:17:15 +0000 (21:17 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
X-SVN-Rev: 38961
Shane Carr [Fri, 8 Jul 2016 18:16:21 +0000 (18:16 +0000)]
ICU-11912 TimeZoneNames data sink implementation in C++.
X-SVN-Rev: 38960
Shane Carr [Fri, 8 Jul 2016 18:15:36 +0000 (18:15 +0000)]
ICU-11912 Updating Java TimeZoneNames data loading to new data sink API and preparing for port to C++.
X-SVN-Rev: 38959
Markus Scherer [Thu, 7 Jul 2016 16:00:53 +0000 (16:00 +0000)]
ICU-12621 VersionInfo.UNICODE_VERSION add comment pointing to UCharacter.getUnicodeVersion()
X-SVN-Rev: 38957
George Rhoten [Thu, 7 Jul 2016 14:38:11 +0000 (14:38 +0000)]
ICU-12611 Remove dead code.
X-SVN-Rev: 38956
George Rhoten [Thu, 7 Jul 2016 14:10:09 +0000 (14:10 +0000)]
ICU-12611 Silence some issues found through static analysis.
X-SVN-Rev: 38955
George Rhoten [Thu, 7 Jul 2016 08:18:16 +0000 (08:18 +0000)]
ICU-12611 Remove dead code.
X-SVN-Rev: 38954
George Rhoten [Thu, 7 Jul 2016 04:28:08 +0000 (04:28 +0000)]
ICU-12611 Fix some issues found through static analysis.
X-SVN-Rev: 38953
Markus Scherer [Wed, 6 Jul 2016 23:25:53 +0000 (23:25 +0000)]
ICU-12634 remove UResource.TableSink.enter() & leave()
X-SVN-Rev: 38952
Markus Scherer [Wed, 6 Jul 2016 23:05:46 +0000 (23:05 +0000)]
ICU-12634 remove UResource.ArraySink
X-SVN-Rev: 38951
Markus Scherer [Wed, 6 Jul 2016 22:32:10 +0000 (22:32 +0000)]
ICU-12634 remove TableSink.getOrCreateArraySink()
X-SVN-Rev: 38950
Fredrik Roubert [Wed, 6 Jul 2016 18:52:59 +0000 (18:52 +0000)]
ICU-12632 Add executable bit to executable files
X-SVN-Rev: 38948
Fredrik Roubert [Wed, 6 Jul 2016 18:50:05 +0000 (18:50 +0000)]
ICU-12631 Remove executable bit from data files
X-SVN-Rev: 38947
Felipe Balbontín [Wed, 6 Jul 2016 15:53:03 +0000 (15:53 +0000)]
ICU-12616 Update DateIntervalInfo to new version of ResourceSink.
X-SVN-Rev: 38945
Yoshito Umaoka [Tue, 5 Jul 2016 22:48:07 +0000 (22:48 +0000)]
ICU-12415 tzdata2016f updates to ICU4J.
X-SVN-Rev: 38944
Yoshito Umaoka [Tue, 5 Jul 2016 22:47:38 +0000 (22:47 +0000)]
ICU-12415 tzdata2016f updates to ICU4C. Also updated tz2icu to include the Unicode copyright comments.
X-SVN-Rev: 38943
George Rhoten [Tue, 5 Jul 2016 13:10:46 +0000 (13:10 +0000)]
ICU-12611 Fix some issues found through static analysis.
X-SVN-Rev: 38939
George Rhoten [Sun, 3 Jul 2016 17:20:51 +0000 (17:20 +0000)]
ICU-12611 Fix some issues found through static analysis.
X-SVN-Rev: 38938
George Rhoten [Sun, 3 Jul 2016 07:56:36 +0000 (07:56 +0000)]
ICU-12611 Fix some issues found through static analysis.
X-SVN-Rev: 38937
George Rhoten [Sat, 2 Jul 2016 17:10:14 +0000 (17:10 +0000)]
ICU-12611 Improve code coverage
X-SVN-Rev: 38936
George Rhoten [Sat, 2 Jul 2016 14:47:35 +0000 (14:47 +0000)]
ICU-12611 Fix some issues found through static analysis.
X-SVN-Rev: 38935
Yoshito Umaoka [Fri, 1 Jul 2016 18:54:34 +0000 (18:54 +0000)]
ICU-12456 Updated eclipse plug-in build versions and license files.
X-SVN-Rev: 38921
Yoshito Umaoka [Fri, 1 Jul 2016 17:12:44 +0000 (17:12 +0000)]
ICU-12456 Updated readme.html, including version strings, license section, supported Java version and some others.
X-SVN-Rev: 38918
Steven R. Loomis [Fri, 1 Jul 2016 17:01:51 +0000 (17:01 +0000)]
ICU-12619 fix headers (BRS) merge from r38912
X-SVN-Rev: 38916
Steven R. Loomis [Fri, 1 Jul 2016 16:59:16 +0000 (16:59 +0000)]
ICU-12455 BRS - BOM fix
X-SVN-Rev: 38915
Steven R. Loomis [Fri, 1 Jul 2016 16:30:59 +0000 (16:30 +0000)]
ICU-12625 update bomfix.py to call 'svn' in a shell, not depend on py-subversion bindings
X-SVN-Rev: 38914
Yoshito Umaoka [Fri, 1 Jul 2016 16:02:00 +0000 (16:02 +0000)]
ICU-12456 Fixed localespiCheck target to exclude TestUtil
X-SVN-Rev: 38913
Peter Edberg [Fri, 1 Jul 2016 04:18:12 +0000 (04:18 +0000)]
ICU-12455 BRS - update readme.html
X-SVN-Rev: 38910
Peter Edberg [Fri, 1 Jul 2016 03:59:33 +0000 (03:59 +0000)]
ICU-12455 BRS - update urename.h
X-SVN-Rev: 38909
Peter Edberg [Thu, 30 Jun 2016 23:41:56 +0000 (23:41 +0000)]
ICU-12455 Integrate early CLDR 30 data for ICU4C 58m1
X-SVN-Rev: 38905
Yoshito Umaoka [Thu, 30 Jun 2016 21:15:54 +0000 (21:15 +0000)]
ICU-12456 Updated LICENSE in ICU4J.
X-SVN-Rev: 38900
Yoshito Umaoka [Thu, 30 Jun 2016 21:15:32 +0000 (21:15 +0000)]
ICU-12455 Updated LICENSE in ICU4C.
X-SVN-Rev: 38899
Peter Edberg [Thu, 30 Jun 2016 18:32:56 +0000 (18:32 +0000)]
ICU-12456 Integrate early CLDR 30 data for ICU4J 58m1
X-SVN-Rev: 38897
Yoshito Umaoka [Thu, 30 Jun 2016 07:14:16 +0000 (07:14 +0000)]
ICU-12456 Updated coverage exclusion file. There were many changes since JUnit migration.
X-SVN-Rev: 38896
Yoshito Umaoka [Wed, 29 Jun 2016 16:48:53 +0000 (16:48 +0000)]
ICU-12456 Updated the API report tool to use the Unicode copyright. Updated API change report for 58m1.
X-SVN-Rev: 38893
Yoshito Umaoka [Wed, 29 Jun 2016 16:18:32 +0000 (16:18 +0000)]
ICU-12456 Fixed incorrect assert condition which caused jdktzCheck test failure.
X-SVN-Rev: 38892
Yoshito Umaoka [Wed, 29 Jun 2016 15:19:27 +0000 (15:19 +0000)]
ICU-12456 Fixed compiler warnings.
X-SVN-Rev: 38891
Yoshito Umaoka [Wed, 29 Jun 2016 14:58:07 +0000 (14:58 +0000)]
ICU-12456 Organized imports. Updated save action to organize imports and remove trailing spaces. Updated copyright comment template.
X-SVN-Rev: 38890
Yoshito Umaoka [Wed, 29 Jun 2016 02:49:32 +0000 (02:49 +0000)]
ICU-10152 Fixed broken coverageJaCoCo target.
X-SVN-Rev: 38889
Yoshito Umaoka [Wed, 29 Jun 2016 01:48:44 +0000 (01:48 +0000)]
ICU-10152 Replaced tabs with spaces, removed blank lines in build.xml. Deleted unused testall directory.
X-SVN-Rev: 38888
Andy Heninger [Tue, 28 Jun 2016 05:26:59 +0000 (05:26 +0000)]
ICU-12455 API change report for ICU4C update for 58M1
X-SVN-Rev: 38887
Andy Heninger [Tue, 28 Jun 2016 05:01:21 +0000 (05:01 +0000)]
ICU-12455 Update ICU4C API change generation tool to produce Unicode Copyright.
X-SVN-Rev: 38886
Michael Ow [Sun, 26 Jun 2016 21:08:16 +0000 (21:08 +0000)]
ICU-12566 Fix null strlen check
X-SVN-Rev: 38885
Stuart Gill [Fri, 24 Jun 2016 20:46:38 +0000 (20:46 +0000)]
ICU-12580 turn off TrieMapTest that wasn't being run before the JUnit conversion
X-SVN-Rev: 38883
Michael Ow [Fri, 24 Jun 2016 20:38:24 +0000 (20:38 +0000)]
ICU-12566 Fix limitation of file name size longer than 300 characters
X-SVN-Rev: 38882
kazède king [Fri, 24 Jun 2016 19:50:12 +0000 (19:50 +0000)]
ICU-12605 add "struct" after "friend"
X-SVN-Rev: 38881