Commit Graph

6213 Commits

Author SHA1 Message Date
John Emmons
02e32d2f86 ICU-9540 Last minute CLDR 22 data changes
X-SVN-Rev: 32349
2012-09-06 22:37:40 +00:00
Yoshito Umaoka
79d54ea4b9 ICU-9413 Updated readme for 50M2.
X-SVN-Rev: 32326
2012-09-04 14:21:45 +00:00
Yoshito Umaoka
3a39eb34aa ICU-9413 Fixed some issues in the Eclipse plug-in build script.
X-SVN-Rev: 32325
2012-09-04 04:44:50 +00:00
Yoshito Umaoka
bf7bb33bc4 ICU-9413 Updated the API change report for 50M2. Changed the new break engine implementation classes from public to package private.
X-SVN-Rev: 32324
2012-09-04 03:09:29 +00:00
Yoshito Umaoka
e4ee964593 ICU-9413 Fixed Javadoc warnings - mostly incomplete tag in non-API methods.
X-SVN-Rev: 32323
2012-09-04 02:52:12 +00:00
Yoshito Umaoka
063b48f66a ICU-9413 Compiler warning - Removed unused constant in ListFormetter.
X-SVN-Rev: 32322
2012-09-04 02:13:41 +00:00
John Emmons
9c28682259 ICU-9523 CLDR 22 data final
X-SVN-Rev: 32316
2012-08-31 23:42:54 +00:00
Yoshito Umaoka
d2bb385526 ICU-9413 BRS cleanup imports
X-SVN-Rev: 32312
2012-08-31 21:52:08 +00:00
Yoshito Umaoka
768b3383fd ICU-9413 ICU4J version to 50.0.2
X-SVN-Rev: 32311
2012-08-31 21:36:15 +00:00
Yoshito Umaoka
1488875053 ICU-9401 Use Integer.MAX_VALUE for FIELD_DIFF_MAX_INT - minor update by code review.
X-SVN-Rev: 32309
2012-08-31 19:39:45 +00:00
Debabrata Sengupta
c5abb42b6a ICU-9476 changed logic slightly to make it similar to C implementation
X-SVN-Rev: 32308
2012-08-31 19:34:31 +00:00
John Emmons
e3d804e289 ICU-9520 Fix Arabic RBNF rule - parsing problem
X-SVN-Rev: 32306
2012-08-30 23:20:58 +00:00
Yoshito Umaoka
720f588b90 ICU-9521 Quick patch for IntlTestNumberFormat/TestMonster exhaustive test failure.
X-SVN-Rev: 32304
2012-08-30 21:11:12 +00:00
Umesh Nair
4c5fe60f3e ICU-9524 Making Java ListFormatter behave correctly with any order of parameters
X-SVN-Rev: 32303
2012-08-30 20:35:58 +00:00
Debabrata Sengupta
f6ff5f1b9a ICU-9413 fixed text file line endings
X-SVN-Rev: 32302
2012-08-30 17:11:02 +00:00
Travis Keep
4153e49710 ICU-9174 Fix CompactDecimalFormat to correctly handle suffixes that don't start at 1. e.g for Serbian 9998, 9999, 10K.
X-SVN-Rev: 32294
2012-08-29 20:28:21 +00:00
John Emmons
1c6dfe6ce5 ICU-9518 Update jars for Breton plural rules fix in CLDR
X-SVN-Rev: 32292
2012-08-29 18:27:23 +00:00
Yoshito Umaoka
c836d292bc ICU-9119 Enabled JCite on Java 7. JCite repository reviewion 94161e3a1743 or later is required.
X-SVN-Rev: 32288
2012-08-29 14:02:39 +00:00
John Emmons
1913cca0aa ICU-9251 Update ICU4J data jars with fix from r32885 - fixes rbbitest failures
X-SVN-Rev: 32287
2012-08-29 12:32:59 +00:00
Markus Scherer
bf658c7d7b ICU-9437 update to Unicode 6.2; merge in branches/markus/uni62 r32109
X-SVN-Rev: 32283
2012-08-28 23:40:28 +00:00
John Emmons
4440b4bbca ICU-9251 First cut merge of CLDR 22 data
X-SVN-Rev: 32276
2012-08-28 22:06:04 +00:00
Peter Edberg
3ee27da7b7 ICU-9401 Fix Calendar.fieldDifference handling of large diffs
X-SVN-Rev: 32265
2012-08-28 08:15:21 +00:00
Peter Edberg
1f232fd772 ICU-9227 (J) add tests for fieldDifference fwd/backward on either side of era boundary and across era boundary, along with tests for #9243/#9401
X-SVN-Rev: 32264
2012-08-28 08:13:46 +00:00
Markus Scherer
437555d5bb ICU-8920 fix RuleBasedCollator.getRules() docs
X-SVN-Rev: 32258
2012-08-27 23:53:49 +00:00
Markus Scherer
1cc15ae197 ICU-6173 fix comments about type characters in CaseFolding.txt
X-SVN-Rev: 32256
2012-08-27 23:45:51 +00:00
Peter Edberg
0eb4f0a04d ICU-9392 (J) japanese calendar minimum era should be 0
X-SVN-Rev: 32255
2012-08-27 23:44:54 +00:00
Markus Scherer
6d5c99bb7e ICU-9264 document that PluralRules objects are immutable (caches are synchronized)
X-SVN-Rev: 32251
2012-08-27 22:50:44 +00:00
Yoshito Umaoka
23faa1c164 ICU-9471 Ant target 'release' to create non-versioned ICU4J release files. The new target 'releaseVer' is equivalent to the previous 'release' target.
X-SVN-Rev: 32250
2012-08-27 22:23:23 +00:00
Yoshito Umaoka
8217ed7916 ICU-9409 Collator.getInstance to ignore unknown collation keyword. Also changed the implementation not to print the statck trace.
X-SVN-Rev: 32248
2012-08-27 20:17:17 +00:00
Travis Keep
8131a32512 ICU-9506 re-integrate changes to ListFormatter from icu4j/branches/tkeep/cdf
X-SVN-Rev: 32246
2012-08-27 19:51:13 +00:00
Travis Keep
67e12fd328 ICU-9506 Re-integrated changes for CompactDecimalFormatter from icu4j/branches/tkeep/cdf into trunk.
X-SVN-Rev: 32241
2012-08-27 18:49:34 +00:00
Peter Edberg
50dd562ac8 ICU-9256 (J) For he@calendar=hebrew, offset the years within the current millenium down to 1-999
X-SVN-Rev: 32239
2012-08-27 18:29:50 +00:00
Debabrata Sengupta
525d85dd59 ICU-9476 fixed bug with numeric collation
X-SVN-Rev: 32223
2012-08-23 20:59:35 +00:00
Maxime Serrano
1a702c3755 ICU-9353 Do not generate surrogates in the Monkey test so as to avoid generating higher CJK characters; also, hand off to Unhandled if we do not have a breakengine of this type
X-SVN-Rev: 32195
2012-08-17 21:27:08 +00:00
Maxime Serrano
68f6a941a2 ICU-9353 exclude the entire Hangul script from monkey tests
X-SVN-Rev: 32192
2012-08-17 17:38:56 +00:00
Maxime Serrano
847faa3579 ICU-9353 use Collections.synchronizedSet() rather than Collections.newSetFromMap()
X-SVN-Rev: 32188
2012-08-17 00:12:45 +00:00
Maxime Serrano
ed2c14b425 ICU-9353 merge dbbi-tries work into the trunk
X-SVN-Rev: 32185
2012-08-16 23:16:04 +00:00
Markus Scherer
f30b743eff ICU-9420 move ListFormatter to the .text package, add getInstance(no locale)
X-SVN-Rev: 32178
2012-08-15 17:45:28 +00:00
Markus Scherer
527161ff5a ICU-9406 deprecate isHiraganaQuaternary(), setHiraganaQuaternary(boolean flag) and setHiraganaQuaternaryDefault(), disable the setters (merged from branches/markus/uni62 r32109, should not have been on that branch)
X-SVN-Rev: 32176
2012-08-15 17:09:39 +00:00
Michael Ow
8c27e6926a ICU-9241 Update tzdata in ICU4J to 2012e
X-SVN-Rev: 32173
2012-08-14 17:10:40 +00:00
Michael Ow
7f26c8961f ICU-9241 Update tzdata in ICU4J to 2012d
X-SVN-Rev: 32168
2012-08-14 05:00:42 +00:00
Yoshito Umaoka
091464430b ICU-9452 Fixed calendar addition issue with the Samoa Dec 2011 24 hour transition (ICU4J)
X-SVN-Rev: 32142
2012-08-09 21:37:41 +00:00
Steven R. Loomis
26255a3157 ICU-8822 commit fix from branch, include timebomb 50.0.2 against islamic/islamic-civil alias problem
X-SVN-Rev: 32132
2012-08-08 23:30:29 +00:00
Debabrata Sengupta
0c47bc5948 ICU-9427 fixed issues with icuperf2report.xsl
X-SVN-Rev: 32094
2012-08-03 18:21:33 +00:00
Debabrata Sengupta
059275b0f3 ICU-9427 fixed issues with some tests not running
X-SVN-Rev: 32092
2012-08-03 17:11:17 +00:00
Debabrata Sengupta
11b3f40e05 ICU-9427 made classpath platform independent
X-SVN-Rev: 32091
2012-08-02 23:05:47 +00:00
Debabrata Sengupta
b199f7fafa ICU-9427 added a README file
X-SVN-Rev: 32088
2012-08-02 21:51:13 +00:00
Debabrata Sengupta
8e49d91748 ICU-9427 minor changes to ensure perl is accessible
X-SVN-Rev: 32086
2012-08-02 21:17:08 +00:00
Debabrata Sengupta
46206b3ccf ICU-9427 shifted ant target to perf-tests/build.xml
X-SVN-Rev: 32084
2012-08-02 19:46:40 +00:00
Debabrata Sengupta
5ef4a3dc46 ICU-9427 added ant target for running performance tests
X-SVN-Rev: 32083
2012-08-02 17:23:37 +00:00
Debabrata Sengupta
a3ed885f29 ICU-9427 Added perl script for performance test as a part of continuous build
X-SVN-Rev: 32075
2012-07-31 18:19:15 +00:00
Markus Scherer
d1525fc93d ICU-9423 change the numeric value of static final Collator.ReorderCodes.DEFAULT from +1 to -1
X-SVN-Rev: 32066
2012-07-25 21:06:19 +00:00
Mark Davis
5a8800843a ICU-9422 fix remove problem
X-SVN-Rev: 32045
2012-07-19 21:23:41 +00:00
Mark Davis
6192163b9d ICU-9407 Fixed problems, added other necessary internal API
X-SVN-Rev: 32028
2012-07-07 00:51:16 +00:00
Yoshito Umaoka
64e43ff458 ICU-9389 Fixed available format data inheritance problem in DateTimePatternGenerator.
X-SVN-Rev: 32024
2012-07-05 21:18:14 +00:00
Michael Ow
d98bf1b052 ICU-9340 Fix potential out of bound error in ICU4J ISCII converter
X-SVN-Rev: 32022
2012-07-03 17:51:41 +00:00
Mark Davis
203710a8f5 ICU-9407 added @internals
X-SVN-Rev: 32014
2012-07-02 22:23:52 +00:00
Yoshito Umaoka
d081e339ff ICU-9233 Fixed a JavaDoc @link problem in PluralFormat
X-SVN-Rev: 31997
2012-06-26 19:06:41 +00:00
Yoshito Umaoka
ab29fc782e ICU-9233 Updated ICU4J readme for 50m1
X-SVN-Rev: 31987
2012-06-25 16:47:42 +00:00
Yoshito Umaoka
93ab318ce1 ICU-9233 Suppress compiler warning in Calendar.java (fallthrough)
X-SVN-Rev: 31981
2012-06-22 15:58:00 +00:00
Andy Heninger
f2e9f237f3 ICU-6954 remove unused CharsetRecognizer field from CharsetMatch
X-SVN-Rev: 31980
2012-06-21 22:42:12 +00:00
Yoshito Umaoka
1c3cb575f7 ICU-9233 API Change report for 50M1
X-SVN-Rev: 31976
2012-06-21 20:33:27 +00:00
Michael Ow
02a1c5ab50 ICU-9190 Update converter alias table in ICU4J
X-SVN-Rev: 31974
2012-06-21 16:56:18 +00:00
Michael Ow
a603e7a412 ICU-9235 Update test data in ICU4J
X-SVN-Rev: 31973
2012-06-21 16:55:36 +00:00
Peter Edberg
11cb54b951 ICU-9226 (J) Calendar add +year should always move forward in time; roll year should wrap for eras with real bounds, pin otherwise
X-SVN-Rev: 31968
2012-06-19 09:51:24 +00:00
Yoshito Umaoka
7fe5d0654f ICU-8918 Added a small section explaining ambiguous wall time resolution in the class doc.
X-SVN-Rev: 31962
2012-06-18 17:56:55 +00:00
Yoshito Umaoka
37d5ca4c7b ICU-9140 Fixed ChineseDateFormatSymbols initialization problem revealed by the recent change.
X-SVN-Rev: 31960
2012-06-15 19:46:41 +00:00
Yoshito Umaoka
ebde7cd6ab ICU-9140 Deprecate ChineseDateFormat/ChineseDateFormatSymbols. Changed DateFormat factory method to create a SimpleDateFormat instead of ChineseDateFormat even when calendar type is chinese.
X-SVN-Rev: 31953
2012-06-14 20:14:10 +00:00
Yoshito Umaoka
ba585f1f09 ICU-9363 Removing un-implemented draft API CharsetMatch#getMatchType() and constants defined for the return value of the method. These constants were accidentally marked as @stable before.
X-SVN-Rev: 31950
2012-06-14 16:18:07 +00:00
Xiaomei Ji
9aa2213d01 ICU-9042 in time unit format, ignore those plural counts that are not defined in the locale's plural rules
X-SVN-Rev: 31930
2012-06-08 23:53:58 +00:00
Markus Scherer
11a0f792f7 ICU-9369 rename ListFormat to ListFormatter, and make other agreed changes
X-SVN-Rev: 31921
2012-06-07 21:00:41 +00:00
Yoshito Umaoka
809a45bf27 ICU-9349 Update to the previous change. Removed isDateBeforeReferenceYear, which does not make sense much now.
X-SVN-Rev: 31919
2012-06-07 20:38:21 +00:00
Mark Davis
4ae4c69163 ICU-9370 fixed long lines (cmd-shift-f) and wording pointed out by Markus
X-SVN-Rev: 31918
2012-06-07 19:27:45 +00:00
Andy Heninger
a0903e626b ICU-9360 Update break iterator API docs.
X-SVN-Rev: 31917
2012-06-07 17:52:25 +00:00
Mark Davis
12277ee4aa ICU-9370 Changed parameter name and javadoc
X-SVN-Rev: 31915
2012-06-07 16:04:30 +00:00
Yoshito Umaoka
34e31825e5 ICU-9349 Updated previously disabled (just not reporting errors) test cases to match the latest tzdata. Use ICU version field to flag test failures or not, instead of using hardcoded tzdata version number.
X-SVN-Rev: 31910
2012-06-05 22:37:02 +00:00
Andy Heninger
694d6f2537 ICU-9366 improved message from Java TestFmwk.fail() function.
X-SVN-Rev: 31906
2012-06-05 19:45:00 +00:00
Andy Heninger
709b0884cc ICU-6889 Add test for CharsetDetector.detectAll() producing the same encoding multiple times.
X-SVN-Rev: 31905
2012-06-05 17:40:59 +00:00
Andy Heninger
cfb458d917 ICU-6954 Charset Detector, move haveC1Bytes state out of CharsetRecognizer objects, which fixes bug where multiple CharsetDetectors can overwrite eash others results.
X-SVN-Rev: 31904
2012-06-05 00:36:30 +00:00
Yoshito Umaoka
49ab350c8a ICU-9265 Synchronized forLanguageTag test cases with ICU4C trunk. Also fixed a bug for u extension typeless keyword mapping (use 'yes' in ICU instead of 'true').
X-SVN-Rev: 31817
2012-05-11 21:57:11 +00:00
Michael Ow
1aac48146c ICU-9242 Sync precedence table with ICU4C in the calendar code
X-SVN-Rev: 31806
2012-05-09 21:05:17 +00:00
Andy Heninger
f2a5abcf83 ICU-9309 multithreaded startup fix
X-SVN-Rev: 31804
2012-05-08 23:05:14 +00:00
Yoshito Umaoka
bca93b1993 ICU-9293 Fixed a problem in strict currency parsing.
X-SVN-Rev: 31797
2012-05-04 21:09:02 +00:00
Yoshito Umaoka
faba943de0 ICU-9240 Fixed a cloning problem in DecimalFormat which prevent formatToCharacterIterator to work properly in mulitple threads.
X-SVN-Rev: 31796
2012-05-03 23:20:12 +00:00
Yoshito Umaoka
78c726c30b ICU-9289 Corrected the product name, from Component to Components.
X-SVN-Rev: 31795
2012-05-03 22:02:05 +00:00
Yoshito Umaoka
1d6134d1aa ICU-9129 Improved error handling and message in the serialization coverage test.
X-SVN-Rev: 31794
2012-05-03 21:46:11 +00:00
Yoshito Umaoka
15f6dfa65f ICU-9289 Updated jar main to print out correct display name of ICU library with the new versioning scheme.
X-SVN-Rev: 31777
2012-04-26 18:12:00 +00:00
Markus Scherer
30b430f929 ICU-9249 deprecate PluralFormat.setLocale(locale)
X-SVN-Rev: 31743
2012-04-18 23:59:28 +00:00
Andy Heninger
0788d31075 ICU-9267 Fix incorrect charset name in comment in test.
X-SVN-Rev: 31741
2012-04-18 22:43:25 +00:00
Andy Heninger
24d35f5311 ICU-9267 Change buffer creation in unshapeLamAlef() function.
X-SVN-Rev: 31740
2012-04-18 21:38:54 +00:00
Michael Ow
8a6937498f ICU-9233 Update ICU4J to 50.0.1
X-SVN-Rev: 31732
2012-04-18 19:30:40 +00:00
Michael Ow
0bf73291c0 ICU-9262 Add updated IBM-eucJP to ICU4J
X-SVN-Rev: 31729
2012-04-18 17:41:38 +00:00
Michael Ow
aecfc06b46 ICU-9233 Update ICU4J DebugUtilitiesData to 50.0.1
X-SVN-Rev: 31727
2012-04-18 17:36:15 +00:00
Michael Ow
4310dd3e80 ICU-9233 Update ICU4j icudata.jar with 50.0.1
X-SVN-Rev: 31726
2012-04-18 17:33:19 +00:00
Andy Heninger
fdea410032 ICU-9267 ICU4J Charset Detector Crash Fix
X-SVN-Rev: 31724
2012-04-18 00:01:23 +00:00
Markus Scherer
613453f093 ICU-9132 no Locale.ROOT in Java 5
X-SVN-Rev: 31712
2012-04-16 17:52:42 +00:00
Michael Ow
6d6ac358a1 ICU-9259 Update alias table in ICU4J with IBM-5233
X-SVN-Rev: 31707
2012-04-13 21:21:06 +00:00
Markus Scherer
3e084c0f60 ICU-9132 Java support for MessageFormat selectordinal and PluralRules.PluralType.ORDINAL
X-SVN-Rev: 31705
2012-04-13 20:59:37 +00:00
Michael Ow
b21c6af309 ICU-8614 Update alias table in ICU4J
X-SVN-Rev: 31693
2012-04-09 17:13:41 +00:00
Michael Ow
230db005ae ICU-9205 Update max bytes per char calculation for EBCDIC DBCS types
X-SVN-Rev: 31675
2012-04-03 22:18:45 +00:00
Michael Ow
59a449036f ICU-9241 Update tzdata in ICU4J to 2012c
X-SVN-Rev: 31673
2012-04-03 18:09:02 +00:00
Yoshito Umaoka
e4b7b2ba92 ICU-9216 Excludes build-local.properties from source package archive.
X-SVN-Rev: 31665
2012-03-30 22:32:24 +00:00
Yoshito Umaoka
091d01873a ICU-9215 Updated 'release' target to generate MD5 checksum.
X-SVN-Rev: 31661
2012-03-29 22:27:52 +00:00
Yoshito Umaoka
e88e050aa2 ICU-9187 Fixed source package archive target issues. Also maven target to build all release files (so we can use the same file set for maven and icu public site download).
X-SVN-Rev: 31649
2012-03-21 04:21:37 +00:00
Yoshito Umaoka
c9b62db7ce ICU-9187 Added ICU4J 49.1 serialization test data.
X-SVN-Rev: 31641
2012-03-20 15:30:57 +00:00
Yoshito Umaoka
dcf6632ff6 ICU-9187 Added ICU4J 49 API signature file
X-SVN-Rev: 31639
2012-03-20 15:20:41 +00:00
Yoshito Umaoka
9533e2db9e ICU-7205 Replace '<'/'>' in the previous change with HTML entities '&lt;'/'&gt;'.
X-SVN-Rev: 31632
2012-03-19 14:12:30 +00:00
Peter Edberg
cfc253253f ICU-7205 Improve API documentation for relative date formatting (J)
X-SVN-Rev: 31630
2012-03-19 04:46:41 +00:00
Peter Edberg
1145af7a80 ICU-7847 Integrate cldrbug 4484: (in CLDR 21.0.1) to fix islamic-civil inheritance issues (J)
X-SVN-Rev: 31627
2012-03-16 22:41:10 +00:00
Yoshito Umaoka
8d77a0ead2 ICU-9187 Oops. Updated pom.xml version to 49.1
X-SVN-Rev: 31625
2012-03-16 07:03:23 +00:00
Yoshito Umaoka
6971587795 ICU-9187 Updated maven pom.xml for the release.
X-SVN-Rev: 31624
2012-03-16 07:01:51 +00:00
Yoshito Umaoka
dd4063d9f4 ICU-9187 Updated readme.html for the official release (49.1).
X-SVN-Rev: 31623
2012-03-16 06:59:46 +00:00
Yoshito Umaoka
2d39c18a49 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
2012-03-15 18:56:48 +00:00
Yoshito Umaoka
a1344472af ICU-9187 Ignore javac warning for setting an older source without bootclasspath introduced in JDK 7.
X-SVN-Rev: 31621
2012-03-15 18:21:48 +00:00
Yoshito Umaoka
c934336539 ICU-9187 Updated build.properties to use 49_1 as the release file version.
X-SVN-Rev: 31620
2012-03-15 17:56:30 +00:00
Yoshito Umaoka
61eb675e8d ICU-9125 Removed an import statement no longer used with the previous change.
X-SVN-Rev: 31618
2012-03-15 15:31:19 +00:00
Mark Davis
1b042dfe84 ICU-9125 addressed Markus's review comments.
X-SVN-Rev: 31617
2012-03-15 04:19:01 +00:00
Yoshito Umaoka
f2f2d6d104 ICU-9161 Excluded variant Cryl/Latn found in IBM Java 6 from the test case.
X-SVN-Rev: 31616
2012-03-14 21:21:31 +00:00
Peter Edberg
98931e7986 ICU-9186 Integrate post-ICU49rc updates from CLDR 21.0.1 (J)
X-SVN-Rev: 31613
2012-03-12 23:56:48 +00:00
Yoshito Umaoka
9cfb7a9330 ICU-9187 Removed debug code in secureCheck target accidentally committed before 49RC.
X-SVN-Rev: 31608
2012-03-09 17:14:38 +00:00
Yoshito Umaoka
0b1faa6ffa 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
2012-03-08 23:12:02 +00:00
Yoshito Umaoka
900f7354f2 ICU-9138 Updated readme.html
X-SVN-Rev: 31580
2012-03-02 21:48:37 +00:00
Yoshito Umaoka
200dc73502 ICU-8592 tzdata2012b to ICU4J trunk
X-SVN-Rev: 31572
2012-03-02 09:51:58 +00:00
Yoshito Umaoka
81fbc610de ICU-9138 Fixed 'format' module test failure - now format module needs BreakIterator stuff.
X-SVN-Rev: 31569
2012-03-02 05:55:25 +00:00
Mark Davis
4f9f1f602c ICU-8460 Fixed bug with formatting 0.
X-SVN-Rev: 31568
2012-03-02 05:12:50 +00:00
Yoshito Umaoka
2d515412de ICU-9118 Added a separte API doc target for Java 7+ to avoid JCite problem.
X-SVN-Rev: 31567
2012-03-02 05:12:11 +00:00
Yoshito Umaoka
f89701c4a0 ICU-8592 tzdata2012a to ICU4J trunk
X-SVN-Rev: 31566
2012-03-02 04:15:52 +00:00
Yoshito Umaoka
2b85bffdd4 ICU-9138 Updated license files in ICU4J.
X-SVN-Rev: 31555
2012-03-01 15:41:25 +00:00
Yoshito Umaoka
74fd94b4cf 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
2012-03-01 10:46:18 +00:00
Yoshito Umaoka
670109a1aa ICU-9138 Updated API change report for 49RC
X-SVN-Rev: 31551
2012-03-01 04:48:50 +00:00
Yoshito Umaoka
0978796e24 ICU-9138 Fixing API doc issues.
X-SVN-Rev: 31550
2012-03-01 04:40:13 +00:00
Yoshito Umaoka
440d4c84c7 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
2012-02-29 23:14:37 +00:00
Yoshito Umaoka
78d551fa5d ICU-9138 Fix svn properties
X-SVN-Rev: 31542
2012-02-29 17:22:09 +00:00
Yoshito Umaoka
58a11c2260 ICU-9150 Workaround for locale SPI tests on Java 7 environment.
X-SVN-Rev: 31537
2012-02-29 06:35:16 +00:00
Yoshito Umaoka
a0f1b89882 ICU-9138 Use 'rc' in release file names.
X-SVN-Rev: 31535
2012-02-28 21:37:01 +00:00
Yoshito Umaoka
f9c9e5b0d7 ICU-8309 Fixed arabic charset detection code problem which triggered unexpected input data change.
X-SVN-Rev: 31534
2012-02-28 21:23:57 +00:00
Mark Davis
3a4528f3cf ICU-8460 Fixes for Peter's comments
X-SVN-Rev: 31531
2012-02-28 01:54:47 +00:00
Peter Edberg
3221fe6a79 ICU-9134 J, Integrate CDLR 21.0.1 data from CLDR maint-21 branch r6616, improve NumberFormatTest err logs
X-SVN-Rev: 31530
2012-02-28 00:35:06 +00:00
Yoshito Umaoka
f813baec1b ICU-9138 Fixed compiler warnings - corrected invalid java doc tags, deleted unused local variable.
X-SVN-Rev: 31527
2012-02-27 23:18:44 +00:00
Yoshito Umaoka
5a43428ac6 ICU-9138 Cleaning up import statements.
X-SVN-Rev: 31526
2012-02-27 23:08:02 +00:00
Mark Davis
917fd32488 ICU-7149 Clean up the argument replacement, since it could have a bad hit if an argument contained {0}
X-SVN-Rev: 31525
2012-02-27 22:20:15 +00:00
Doug Felt
fe4bb98547 ICU-9072 modify CurrencyDisplayNames API - fix docs to reflect changed semantics of 'to' data
X-SVN-Rev: 31524
2012-02-27 19:18:40 +00:00
Doug Felt
9960ee3a3f ICU-9072 modify CurrencyDisplayNames API - update revision tags
X-SVN-Rev: 31521
2012-02-27 18:18:58 +00:00
Dragan Besevic
085ea5add7 ICU-9094 merge changes for eclipse38 into trunk
X-SVN-Rev: 31518
2012-02-27 14:44:28 +00:00
Mark Davis
01b36214be ICU-8460 Make draft, incorporate Markus's review notes.
X-SVN-Rev: 31515
2012-02-25 01:59:54 +00:00
Peter Edberg
e532ba9a51 ICU-9110 J review fixes: handle DateFormatSymbols capitalization==null; add @provisional tags
X-SVN-Rev: 31511
2012-02-24 23:17:44 +00:00
Peter Edberg
dea035e59d ICU-8697 Review comments J: Add @provisional, remove unnecessary casts
X-SVN-Rev: 31508
2012-02-24 18:31:32 +00:00
Mark Davis
123e26fe66 ICU-8460 Remove serialization, fix SerializationTest.
X-SVN-Rev: 31504
2012-02-24 05:23:24 +00:00
Yoshito Umaoka
f1bc7ea2bf ICU-9138 Updated ICU4J version to 49.1
X-SVN-Rev: 31497
2012-02-23 22:54:04 +00:00
Peter Edberg
4a17aa27fe ICU-7727 Complete for DateIntervalInfo.java (J)
X-SVN-Rev: 31496
2012-02-23 20:42:16 +00:00