Commit Graph

4177 Commits

Author SHA1 Message Date
Yoshito Umaoka
42a49646a4 ICU-5888 Removed unnecessary //##header J2SE15, because this source does not require any conditional compilation.
X-SVN-Rev: 22606
2007-08-31 19:23:34 +00:00
Yoshito Umaoka
a516a115d0 ICU-5902 Disable warnings in DateFormat/DurationFormat serialization test for 3.8 release.
X-SVN-Rev: 22597
2007-08-31 06:38:27 +00:00
Yoshito Umaoka
d1a8c32ebf ICU-3870 Delete out of date RBBI demo from ICU4J source tree.
X-SVN-Rev: 22595
2007-08-31 05:30:24 +00:00
Yoshito Umaoka
67f7fdba7e ICU-5885 Set timebomb to actual limit tests for Buddhist/Taiwan calendar.
X-SVN-Rev: 22593
2007-08-31 05:02:01 +00:00
Yoshito Umaoka
465d0173b0 ICU-5801 Fixed a couple of module build test target to copy test data to resolve some warnings.
X-SVN-Rev: 22591
2007-08-31 04:45:13 +00:00
Steven R. Loomis
ac3e34cd94 ICU-5886 change exception
X-SVN-Rev: 22590
2007-08-31 02:36:34 +00:00
Steven R. Loomis
ac9322b84c ICU-5886 error msg improvement
X-SVN-Rev: 22589
2007-08-31 02:33:36 +00:00
Steven R. Loomis
0e5530bc47 ICU-5886 fix loading under security manager
X-SVN-Rev: 22588
2007-08-31 01:02:05 +00:00
Andy Heninger
b5fe986e6c ICU-4528 fix small error in RuleBasedCollator javadoc.
X-SVN-Rev: 22587
2007-08-31 00:30:00 +00:00
Yoshito Umaoka
b52aef453e ICU-5801 Revert work-in-progess version of SimpleDateFormat.java accidentally checked in by the previous code submission
X-SVN-Rev: 22585
2007-08-31 00:01:02 +00:00
Yoshito Umaoka
38287b8906 ICU-5801 Update readme.html for ICU4J 3.8 d02.
X-SVN-Rev: 22584
2007-08-30 23:51:41 +00:00
Mark Davis
4d90d4301b ICU-5888 change test based on ICU core meeting today
X-SVN-Rev: 22574
2007-08-30 00:49:17 +00:00
Yoshito Umaoka
b696e36f7b ICU-5895 Fix a timezone string parsing problem in SimpleDateFormat. When zone string is DateFormatSymbols.TIMEZONE_XXXX_STANDARD or TIMEZONE_XXXX_DAYLIGHT, parsed time zone was not set in the calendar by parse method.
X-SVN-Rev: 22572
2007-08-29 21:38:34 +00:00
Yoshito Umaoka
f348dd22ee ICU-5888 Fix compile error caused by the use of Java 5 syntax.
X-SVN-Rev: 22568
2007-08-29 19:07:17 +00:00
Yoshito Umaoka
42188d3e3d ICU-5892 Delete UnicodeChart demo from trunk. This demo code is not completed and we have no plan to finish it.
X-SVN-Rev: 22566
2007-08-29 18:45:17 +00:00
Mark Davis
70f1c626eb ICU-5888 added test of roundtrip failures
X-SVN-Rev: 22557
2007-08-28 23:16:50 +00:00
Yoshito Umaoka
7f56576bad ICU-5801 Escape non-ASCII character in the test code.
X-SVN-Rev: 22554
2007-08-28 19:21:21 +00:00
Yoshito Umaoka
b7ce82e4c3 ICU-5801 Disable ChineceCalendar TestLimits for now.
X-SVN-Rev: 22547
2007-08-27 21:35:36 +00:00
Yoshito Umaoka
ee3e82bc2c ICU-5464 Fixed eclipse icu4j plug-in fragment (icu-jse4.jar) build problems.
X-SVN-Rev: 22546
2007-08-27 19:11:51 +00:00
Steven R. Loomis
bfd46df766 ICU-3487 error checking on duration
X-SVN-Rev: 22544
2007-08-27 15:41:50 +00:00
Yoshito Umaoka
df2e2f7f9c ICU-5445 Workaround for double precision problem. Some platforms still reported test failure because of the precision problem.
X-SVN-Rev: 22543
2007-08-27 15:16:49 +00:00
Yoshito Umaoka
b24150a474 ICU-5801 Add 3.8 API report file and update the API change report for 3.8 release.
X-SVN-Rev: 22538
2007-08-27 03:23:55 +00:00
Yoshito Umaoka
8ed516328f ICU-5780 Resolve ICU javadoc warnings. Changed DateFormatSymbols#MetazoneInfo from protected to package private.
X-SVN-Rev: 22537
2007-08-27 03:10:46 +00:00
Yoshito Umaoka
ffeae6459e ICU-5445 Workaround for double precision problem introduced by the change set#21566.
X-SVN-Rev: 22536
2007-08-27 02:40:22 +00:00
Yoshito Umaoka
7c81953e5f ICU-5494 Avoid to create new Boolean objects.
X-SVN-Rev: 22535
2007-08-27 02:28:28 +00:00
Doug Felt
84e970b943 ICU-5873 Factor out references to data jar, fix IndexGenerator to deal with missing dirs
X-SVN-Rev: 22530
2007-08-25 01:15:23 +00:00
Doug Felt
6d09765c4f ICU-5872 make UResourceBundle static factories obey spec on null values
X-SVN-Rev: 22529
2007-08-25 01:03:39 +00:00
Yoshito Umaoka
aa77d09e89 ICU-5861 Disable localized GMT offset format, because the parser code is not ready. Updated the test cases.
X-SVN-Rev: 22527
2007-08-24 21:15:29 +00:00
Yoshito Umaoka
7994f9a169 ICU-5006 Fixed Java1.3 compile errors introduced by the previous change.
X-SVN-Rev: 22520
2007-08-24 18:49:56 +00:00
Yoshito Umaoka
5b7c009173 ICU-5160 Added synchronized block to protect buffer. Needs better fix later.
X-SVN-Rev: 22519
2007-08-24 18:47:22 +00:00
Steven R. Loomis
9257c557bd ICU-4659 remove a comment
X-SVN-Rev: 22518
2007-08-24 18:42:04 +00:00
Steven R. Loomis
68fe12cf76 ICU-3279 fix year jump when WOY is used.
X-SVN-Rev: 22517
2007-08-24 18:01:40 +00:00
Steven R. Loomis
ccceb4f4a8 ICU-3487 duration (handle milliseconds)
X-SVN-Rev: 22512
2007-08-24 16:34:29 +00:00
Yoshito Umaoka
34a9e2cad8 ICU-5861 Added temporary fix in ZoneMeta#displayFallback to avoid a problem in UResourceBundle loadingStatus.
X-SVN-Rev: 22505
2007-08-24 08:18:54 +00:00
Steven R. Loomis
281135ffbb ICU-5006 regresion test, getshortmonths
X-SVN-Rev: 22502
2007-08-24 03:58:01 +00:00
Yoshito Umaoka
21835d3da1 ICU-5862 Run the ant target resources after manual build. It looks 'cleanr after' is not sufficient for some reason.
X-SVN-Rev: 22501
2007-08-24 03:28:43 +00:00
Steven R. Loomis
0d1388172a ICU-3474 serialization fix for icu4j calendar
X-SVN-Rev: 22500
2007-08-24 00:17:00 +00:00
Yoshito Umaoka
d65632d32e ICU-2895 Fix Java 1.3/1.4 compile error introduced by the change set 22492
X-SVN-Rev: 22498
2007-08-23 23:03:39 +00:00
Yoshito Umaoka
bc24e7af5e ICU-5801 Do not print stack trace for handled exception.
X-SVN-Rev: 22497
2007-08-23 22:41:25 +00:00
Steven R. Loomis
be658a09ef ICU-3282 added regression test for japanese date parsing bug
X-SVN-Rev: 22495
2007-08-23 22:11:25 +00:00
John Emmons
2ab7469030 ICU-5861 Implement new timezone fields per tr35 and commonlyUsed
X-SVN-Rev: 22494
2007-08-23 20:48:02 +00:00
Steven R. Loomis
b0fa382730 ICU-2895 relative dates 4 j
X-SVN-Rev: 22492
2007-08-23 20:13:50 +00:00
Yoshito Umaoka
c8745e4164 ICU-5862 Added External Tool launchers for running intSrc/normSrc to the eclipse project. Also, stop running target 'resources' in the manual build event.
X-SVN-Rev: 22491
2007-08-23 19:53:48 +00:00
Yoshito Umaoka
83ca3fe277 ICU-5550 Fixed Accept-Language parser problem in GlobalizationPreferences. The improved parser is implemented as ULocale package local method and replaces existing implementation in ULocale/GlobalizationPrefrences. Also, removed conditional compilation code from GlobalizationPreferneces.
X-SVN-Rev: 22487
2007-08-23 06:59:30 +00:00
Andrew J Macheret
1920c48674 ICU-5859 inserted andy's code into TestConverter with slight modifications (with jdk5, you can only call encoder.flush once). Also fixed the bug in CharsetMBCS that was causing TestFromUnicode[67] to fail with the new test code.
X-SVN-Rev: 22478
2007-08-23 01:26:31 +00:00
Yoshito Umaoka
f62fc33cd7 ICU-5862 Changed the build script to combine JVM args for running tests. ANT jvmarg element with empty string did not work well on some platforms and caused an error on Java13 env.
X-SVN-Rev: 22474
2007-08-22 21:55:39 +00:00
Yoshito Umaoka
cb742a0986 ICU-5464 Merged Eclipse build targets from ICU4J 3.6.1 to 3.8 stream. Updated build targets for better preprocessor invocation.
X-SVN-Rev: 22470
2007-08-22 08:28:38 +00:00
Yoshito Umaoka
e6d880091f ICU-5769 Merge Olson 2007g data into ICU4J
X-SVN-Rev: 22465
2007-08-22 03:17:02 +00:00
Andrew J Macheret
e814cdd131 ICU-5445 reversed the changes of Changeset 22440 except for com/ibm/icu/dev/test/serializable/FormatTests.java ... everything should be as it was before Changeset 22440 except for that one file.
X-SVN-Rev: 22460
2007-08-21 21:59:48 +00:00
Doug Felt
f82449e027 ICU-5867 look up holiday data from right place
X-SVN-Rev: 22459
2007-08-21 21:54:52 +00:00