]>
granicus.if.org Git - icu/log
Peter Edberg [Fri, 16 Mar 2012 22:37:17 +0000 (22:37 +0000)]
ICU-7847 Integrate cldrbug 4484: (in CLDR 21.0.1) to fix islamic-civil inheritance issues (C)
X-SVN-Rev: 31626
Yoshito Umaoka [Fri, 16 Mar 2012 07:03:23 +0000 (07:03 +0000)]
ICU-9187 Oops. Updated pom.xml version to 49.1
X-SVN-Rev: 31625
Yoshito Umaoka [Fri, 16 Mar 2012 07:01:51 +0000 (07:01 +0000)]
ICU-9187 Updated maven pom.xml for the release.
X-SVN-Rev: 31624
Yoshito Umaoka [Fri, 16 Mar 2012 06:59:46 +0000 (06:59 +0000)]
ICU-9187 Updated readme.html for the official release (49.1).
X-SVN-Rev: 31623
Yoshito Umaoka [Thu, 15 Mar 2012 18:56:48 +0000 (18:56 +0000)]
ICU-9187 Resolve javac compiler warning with JDK 7. SuppressWarning annotation type 'rawtypes' is necessary instead of 'unchecked' with JDK 7. However, with Eclipse IDE using Java 1.5 env still requires 'unchecked'. Thus, kept 'unchecked', added 'rawtypes' and updated all ICU runtime library projects to ignore unused SuppressWarning types, instead of warning.
X-SVN-Rev: 31622
Yoshito Umaoka [Thu, 15 Mar 2012 18:21:48 +0000 (18:21 +0000)]
ICU-9187 Ignore javac warning for setting an older source without bootclasspath introduced in JDK 7.
X-SVN-Rev: 31621
Yoshito Umaoka [Thu, 15 Mar 2012 17:56:30 +0000 (17:56 +0000)]
ICU-9187 Updated build.properties to use 49_1 as the release file version.
X-SVN-Rev: 31620
Michael Ow [Thu, 15 Mar 2012 16:37:44 +0000 (16:37 +0000)]
ICU-9197 Fix BSD platform detection
X-SVN-Rev: 31619
Yoshito Umaoka [Thu, 15 Mar 2012 15:31:19 +0000 (15:31 +0000)]
ICU-9125 Removed an import statement no longer used with the previous change.
X-SVN-Rev: 31618
Mark Davis [Thu, 15 Mar 2012 04:19:01 +0000 (04:19 +0000)]
ICU-9125 addressed Markus's review comments.
X-SVN-Rev: 31617
Yoshito Umaoka [Wed, 14 Mar 2012 21:21:31 +0000 (21:21 +0000)]
ICU-9161 Excluded variant Cryl/Latn found in IBM Java 6 from the test case.
X-SVN-Rev: 31616
Dragan Besevic [Tue, 13 Mar 2012 20:18:59 +0000 (20:18 +0000)]
ICU-9022 fix build for data on zOS
X-SVN-Rev: 31615
Peter Edberg [Mon, 12 Mar 2012 23:56:48 +0000 (23:56 +0000)]
ICU-9186 Integrate post-ICU49rc updates from CLDR 21.0.1 (J)
X-SVN-Rev: 31613
Peter Edberg [Mon, 12 Mar 2012 23:54:03 +0000 (23:54 +0000)]
ICU-9186 Integrate post-ICU49rc updates from CLDR 21.0.1 (C)
X-SVN-Rev: 31612
Steven R. Loomis [Mon, 12 Mar 2012 15:45:57 +0000 (15:45 +0000)]
ICU-9196 add a semicolon
X-SVN-Rev: 31611
Michael Ow [Fri, 9 Mar 2012 19:40:54 +0000 (19:40 +0000)]
ICU-9178 Fix Cygwin MSVC static build failure
X-SVN-Rev: 31610
Michael Ow [Fri, 9 Mar 2012 17:23:11 +0000 (17:23 +0000)]
ICU-9176 Fix cross compilation failure
X-SVN-Rev: 31609
Yoshito Umaoka [Fri, 9 Mar 2012 17:14:38 +0000 (17:14 +0000)]
ICU-9187 Removed debug code in secureCheck target accidentally committed before 49RC.
X-SVN-Rev: 31608
Yoshito Umaoka [Thu, 8 Mar 2012 23:12:02 +0000 (23:12 +0000)]
ICU-9162 Implemented getDisplayScript(), provided actual implementation of getVariant() [#9161]. Also improved the implementation of localized name provider to directly access localized data container classes. Added test cases to verify the behavior with locale extension [#9154].
X-SVN-Rev: 31606
Steven R. Loomis [Thu, 8 Mar 2012 19:29:24 +0000 (19:29 +0000)]
ICU-9191 copy locale in cloned calendars
X-SVN-Rev: 31603
Steven R. Loomis [Wed, 7 Mar 2012 20:25:47 +0000 (20:25 +0000)]
ICU-9175 fix #ifdef location
X-SVN-Rev: 31600
Yoshito Umaoka [Fri, 2 Mar 2012 21:48:37 +0000 (21:48 +0000)]
ICU-9138 Updated readme.html
X-SVN-Rev: 31580
Peter Edberg [Fri, 2 Mar 2012 21:15:07 +0000 (21:15 +0000)]
ICU-9139 Slight readme update
X-SVN-Rev: 31579
Peter Edberg [Fri, 2 Mar 2012 20:22:04 +0000 (20:22 +0000)]
ICU-9139 Make some internal globals static, update urename.h accordingly
X-SVN-Rev: 31578
Michael Ow [Fri, 2 Mar 2012 20:18:40 +0000 (20:18 +0000)]
ICU-9168 Add some more fix for uconfig and header test failures
X-SVN-Rev: 31577
Steven R. Loomis [Fri, 2 Mar 2012 20:12:13 +0000 (20:12 +0000)]
ICU-9076 fix header, remove stray #define
X-SVN-Rev: 31576
Steven R. Loomis [Fri, 2 Mar 2012 18:04:43 +0000 (18:04 +0000)]
ICU-9139 update urename
X-SVN-Rev: 31575
Michael Ow [Fri, 2 Mar 2012 17:59:56 +0000 (17:59 +0000)]
ICU-9168 Fix some uconfig test errors
X-SVN-Rev: 31574
Yoshito Umaoka [Fri, 2 Mar 2012 09:51:58 +0000 (09:51 +0000)]
ICU-8592 tzdata2012b to ICU4J trunk
X-SVN-Rev: 31572
Yoshito Umaoka [Fri, 2 Mar 2012 09:51:25 +0000 (09:51 +0000)]
ICU-8592 tzdata2012b to ICU4C trunk
X-SVN-Rev: 31571
Yoshito Umaoka [Fri, 2 Mar 2012 05:55:25 +0000 (05:55 +0000)]
ICU-9138 Fixed 'format' module test failure - now format module needs BreakIterator stuff.
X-SVN-Rev: 31569
Mark Davis [Fri, 2 Mar 2012 05:12:50 +0000 (05:12 +0000)]
ICU-8460 Fixed bug with formatting 0.
X-SVN-Rev: 31568
Yoshito Umaoka [Fri, 2 Mar 2012 05:12:11 +0000 (05:12 +0000)]
ICU-9118 Added a separte API doc target for Java 7+ to avoid JCite problem.
X-SVN-Rev: 31567
Yoshito Umaoka [Fri, 2 Mar 2012 04:15:52 +0000 (04:15 +0000)]
ICU-8592 tzdata2012a to ICU4J trunk
X-SVN-Rev: 31566
Yoshito Umaoka [Fri, 2 Mar 2012 04:15:29 +0000 (04:15 +0000)]
ICU-8592 tzdata2012a to ICU4C trunk
X-SVN-Rev: 31565
Markus Scherer [Fri, 2 Mar 2012 00:26:11 +0000 (00:26 +0000)]
ICU-9139 update the pool bundles
X-SVN-Rev: 31563
Andy Heninger [Fri, 2 Mar 2012 00:04:30 +0000 (00:04 +0000)]
ICU-9139 compiler warning removed in rbbiscan.cpp
X-SVN-Rev: 31562
Markus Scherer [Thu, 1 Mar 2012 23:50:07 +0000 (23:50 +0000)]
ICU-9139 UCONFIG_NO_CONVERSION=1 bug fix
X-SVN-Rev: 31561
Markus Scherer [Thu, 1 Mar 2012 21:55:23 +0000 (21:55 +0000)]
ICU-9139 namespace bug fix
X-SVN-Rev: 31559
Markus Scherer [Thu, 1 Mar 2012 21:18:01 +0000 (21:18 +0000)]
ICU-9139 ICU4C 49 dependencies.txt update
X-SVN-Rev: 31558
Michael Ow [Thu, 1 Mar 2012 20:48:05 +0000 (20:48 +0000)]
ICU-9139 Fix typo in genrb usage message
X-SVN-Rev: 31557
Michael Ow [Thu, 1 Mar 2012 18:11:32 +0000 (18:11 +0000)]
ICU-8718 Close opened resource bundle in TimeZoneFormat
X-SVN-Rev: 31556
Yoshito Umaoka [Thu, 1 Mar 2012 15:41:25 +0000 (15:41 +0000)]
ICU-9138 Updated license files in ICU4J.
X-SVN-Rev: 31555
Yoshito Umaoka [Thu, 1 Mar 2012 10:46:18 +0000 (10:46 +0000)]
ICU-9155 Changed special ICU suffix for the locale provider from 'ICU' to 'ICU4J'. Removed some workaround code in locale SPI tests introduced by #9150. Fixed Java 7 env specific issues exposed by these changes.
X-SVN-Rev: 31554
Michael Ow [Thu, 1 Mar 2012 05:27:43 +0000 (05:27 +0000)]
ICU-8716 Fix errors in cintltst and intltest when data is missing
X-SVN-Rev: 31552
Yoshito Umaoka [Thu, 1 Mar 2012 04:48:50 +0000 (04:48 +0000)]
ICU-9138 Updated API change report for 49RC
X-SVN-Rev: 31551
Yoshito Umaoka [Thu, 1 Mar 2012 04:40:13 +0000 (04:40 +0000)]
ICU-9138 Fixing API doc issues.
X-SVN-Rev: 31550
Yoshito Umaoka [Wed, 29 Feb 2012 23:14:37 +0000 (23:14 +0000)]
ICU-9151 Implemented CurrencyNameProvider#getDisplayName in the locale SPI module. Also added corresponding test case. This change was agreed on ICU PMC 2012-02-29.
X-SVN-Rev: 31548
Michael Ow [Wed, 29 Feb 2012 19:20:21 +0000 (19:20 +0000)]
ICU-9144 Fix ifdef statement in icudataver.h
X-SVN-Rev: 31545
Yoshito Umaoka [Wed, 29 Feb 2012 18:32:28 +0000 (18:32 +0000)]
ICU-9139 Added UTF-8 bom to currencyNumericCodes.txt
X-SVN-Rev: 31544
Yoshito Umaoka [Wed, 29 Feb 2012 17:22:09 +0000 (17:22 +0000)]
ICU-9138 Fix svn properties
X-SVN-Rev: 31542
Yoshito Umaoka [Wed, 29 Feb 2012 17:00:30 +0000 (17:00 +0000)]
ICU-9139 Fix svn properties
X-SVN-Rev: 31541
Yoshito Umaoka [Wed, 29 Feb 2012 16:51:39 +0000 (16:51 +0000)]
ICU-9139 Fix non-ASCII characters in regextst.cpp
X-SVN-Rev: 31540
Yoshito Umaoka [Wed, 29 Feb 2012 06:35:16 +0000 (06:35 +0000)]
ICU-9150 Workaround for locale SPI tests on Java 7 environment.
X-SVN-Rev: 31537
Steven R. Loomis [Tue, 28 Feb 2012 23:49:44 +0000 (23:49 +0000)]
ICU-9076 updated with latest tags
X-SVN-Rev: 31536
Yoshito Umaoka [Tue, 28 Feb 2012 21:37:01 +0000 (21:37 +0000)]
ICU-9138 Use 'rc' in release file names.
X-SVN-Rev: 31535
Yoshito Umaoka [Tue, 28 Feb 2012 21:23:57 +0000 (21:23 +0000)]
ICU-8309 Fixed arabic charset detection code problem which triggered unexpected input data change.
X-SVN-Rev: 31534
Andy Heninger [Tue, 28 Feb 2012 18:45:57 +0000 (18:45 +0000)]
ICU-9149 document what ticket a time bomb is for.
X-SVN-Rev: 31533
Mark Davis [Tue, 28 Feb 2012 01:54:47 +0000 (01:54 +0000)]
ICU-8460 Fixes for Peter's comments
X-SVN-Rev: 31531
Peter Edberg [Tue, 28 Feb 2012 00:35:06 +0000 (00:35 +0000)]
ICU-9134 J, Integrate CDLR 21.0.1 data from CLDR maint-21 branch r6616, improve NumberFormatTest err logs
X-SVN-Rev: 31530
Peter Edberg [Tue, 28 Feb 2012 00:32:10 +0000 (00:32 +0000)]
ICU-9134 C, Integrate CDLR 21.0.1 data from CLDR maint-21 branch r6616
X-SVN-Rev: 31529
Peter Edberg [Tue, 28 Feb 2012 00:16:32 +0000 (00:16 +0000)]
ICU-9139 Update another timebomb (from exhaustive tests)
X-SVN-Rev: 31528
Yoshito Umaoka [Mon, 27 Feb 2012 23:18:44 +0000 (23:18 +0000)]
ICU-9138 Fixed compiler warnings - corrected invalid java doc tags, deleted unused local variable.
X-SVN-Rev: 31527
Yoshito Umaoka [Mon, 27 Feb 2012 23:08:02 +0000 (23:08 +0000)]
ICU-9138 Cleaning up import statements.
X-SVN-Rev: 31526
Mark Davis [Mon, 27 Feb 2012 22:20:15 +0000 (22:20 +0000)]
ICU-7149 Clean up the argument replacement, since it could have a bad hit if an argument contained {0}
X-SVN-Rev: 31525
Doug Felt [Mon, 27 Feb 2012 19:18:40 +0000 (19:18 +0000)]
ICU-9072 modify CurrencyDisplayNames API - fix docs to reflect changed semantics of 'to' data
X-SVN-Rev: 31524
Peter Edberg [Mon, 27 Feb 2012 18:38:36 +0000 (18:38 +0000)]
ICU-9139 Update unicode-license copyright, fix readme validation errs
X-SVN-Rev: 31523
Doug Felt [Mon, 27 Feb 2012 18:22:29 +0000 (18:22 +0000)]
ICU-8456 don't use converter when creating pattern string
X-SVN-Rev: 31522
Doug Felt [Mon, 27 Feb 2012 18:18:58 +0000 (18:18 +0000)]
ICU-9072 modify CurrencyDisplayNames API - update revision tags
X-SVN-Rev: 31521
Yoshito Umaoka [Mon, 27 Feb 2012 17:35:21 +0000 (17:35 +0000)]
ICU-8916 Enclosed draft APIs with #ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 31520
Yoshito Umaoka [Mon, 27 Feb 2012 15:19:54 +0000 (15:19 +0000)]
ICU-7964 Added #ifndef U_HIDE_DRAFT_API to the new draft API.
X-SVN-Rev: 31519
Dragan Besevic [Mon, 27 Feb 2012 14:44:28 +0000 (14:44 +0000)]
ICU-9094 merge changes for eclipse38 into trunk
X-SVN-Rev: 31518
Peter Edberg [Mon, 27 Feb 2012 05:33:06 +0000 (05:33 +0000)]
ICU-9139 Update ICU version, some copyright dates, readme boilerplate, timebombs
X-SVN-Rev: 31517
Mark Davis [Sat, 25 Feb 2012 01:59:54 +0000 (01:59 +0000)]
ICU-8460 Make draft, incorporate Markus's review notes.
X-SVN-Rev: 31515
Markus Scherer [Sat, 25 Feb 2012 01:36:17 +0000 (01:36 +0000)]
ICU-8779 add ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 31514
Markus Scherer [Sat, 25 Feb 2012 01:31:14 +0000 (01:31 +0000)]
ICU-8246 add ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 31513
Peter Edberg [Fri, 24 Feb 2012 23:17:44 +0000 (23:17 +0000)]
ICU-9110 J review fixes: handle DateFormatSymbols capitalization==null; add @provisional tags
X-SVN-Rev: 31511
Peter Edberg [Fri, 24 Feb 2012 22:54:57 +0000 (22:54 +0000)]
ICU-8697 C review fixes #2: less convoluted code
X-SVN-Rev: 31510
Peter Edberg [Fri, 24 Feb 2012 20:27:21 +0000 (20:27 +0000)]
ICU-8697 C review fixes: correct UnicodeString constructor, use LocalPointer, use ParsePosition.getIndex() to test errs
X-SVN-Rev: 31509
Peter Edberg [Fri, 24 Feb 2012 18:31:32 +0000 (18:31 +0000)]
ICU-8697 Review comments J: Add @provisional, remove unnecessary casts
X-SVN-Rev: 31508
Jungshik Shin [Fri, 24 Feb 2012 18:28:13 +0000 (18:28 +0000)]
ICU-8954 add pragma to slience clang/gcc 4.6 about array bound error
X-SVN-Rev: 31507
Michael Ow [Fri, 24 Feb 2012 15:50:41 +0000 (15:50 +0000)]
ICU-8513 Fix MSVC project and solution file errors
X-SVN-Rev: 31505
Mark Davis [Fri, 24 Feb 2012 05:23:24 +0000 (05:23 +0000)]
ICU-8460 Remove serialization, fix SerializationTest.
X-SVN-Rev: 31504
Steven R. Loomis [Fri, 24 Feb 2012 04:04:57 +0000 (04:04 +0000)]
ICU-8157 remove wrap of U_HIDE_INTERNAL_API for virtuals
X-SVN-Rev: 31503
Yoshito Umaoka [Thu, 23 Feb 2012 22:54:04 +0000 (22:54 +0000)]
ICU-9138 Updated ICU4J version to 49.1
X-SVN-Rev: 31497
Peter Edberg [Thu, 23 Feb 2012 20:42:16 +0000 (20:42 +0000)]
ICU-7727 Complete for DateIntervalInfo.java (J)
X-SVN-Rev: 31496
Peter Edberg [Thu, 23 Feb 2012 12:26:09 +0000 (12:26 +0000)]
ICU-7727 When collecting data, use real parent (per %%Parent if present) instead of just truncating name (J)
X-SVN-Rev: 31492
Peter Edberg [Thu, 23 Feb 2012 10:06:47 +0000 (10:06 +0000)]
ICU-7727 When collecting data, use real parent (per %%Parent if present) instead of just truncating name
X-SVN-Rev: 31491
Markus Scherer [Thu, 23 Feb 2012 02:08:37 +0000 (02:08 +0000)]
ICU-5929 optimize CharsetEncoderICU fallback test
X-SVN-Rev: 31489
Jungshik Shin [Thu, 23 Feb 2012 01:27:08 +0000 (01:27 +0000)]
ICU-9115 revert r31397
X-SVN-Rev: 31488
Steven R. Loomis [Wed, 22 Feb 2012 23:15:25 +0000 (23:15 +0000)]
ICU-9019 fix copyright date
X-SVN-Rev: 31487
Peter Edberg [Wed, 22 Feb 2012 22:55:52 +0000 (22:55 +0000)]
ICU-9091 Updates based on PMC discussion, also remove some inappropriate #ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 31486
Peter Edberg [Wed, 22 Feb 2012 09:37:06 +0000 (09:37 +0000)]
ICU-9110 J - Update internal method call in ChineseDateFormat (SimpleDateFormat subclass)
X-SVN-Rev: 31484
Peter Edberg [Wed, 22 Feb 2012 09:06:12 +0000 (09:06 +0000)]
ICU-9110 C - Name tweaks for consistency with some improvements in J
X-SVN-Rev: 31483
Peter Edberg [Wed, 22 Feb 2012 08:26:12 +0000 (08:26 +0000)]
ICU-9110 J -Add SimpleDateFormat methods for setting context, use context when formatting
X-SVN-Rev: 31482
Steven R. Loomis [Wed, 22 Feb 2012 03:50:56 +0000 (03:50 +0000)]
ICU-8157 bump U_COL_SAFECLONE_BUFFERSIZE to 528: reordering and delegate have pushed it over 512 on IBM i teraspace.
X-SVN-Rev: 31481
Steven R. Loomis [Wed, 22 Feb 2012 02:12:55 +0000 (02:12 +0000)]
ICU-9127 fix regression on iOS, introduced in r31009
X-SVN-Rev: 31480
Andy Heninger [Wed, 22 Feb 2012 01:51:25 +0000 (01:51 +0000)]
ICU-9099 Fix break iterarator problem that was causing Finnish line break tests to fail.
X-SVN-Rev: 31479
Steven R. Loomis [Tue, 21 Feb 2012 22:06:18 +0000 (22:06 +0000)]
ICU-8988 merge r31477 from 0.12
X-SVN-Rev: 31478
Unknown User [Tue, 21 Feb 2012 22:03:15 +0000 (22:03 +0000)]
ICU-8988 add javascript
X-SVN-Rev: 31477