Commit Graph

4201 Commits

Author SHA1 Message Date
Yoshito Umaoka
40338469c8 ICU-5801 Retract the description for Bidi/TestCompatibility test failure on Java 1.4/1.4.1
X-SVN-Rev: 22663
2007-09-12 21:07:11 +00:00
Yoshito Umaoka
961536a548 ICU-5928 Skip Bidi/TestCompatibility on Java 1.4/1.4.1 runtime env, which is known to fail.
X-SVN-Rev: 22662
2007-09-12 20:21:42 +00:00
Yoshito Umaoka
c9d43a6db5 ICU-5801 Update readme to address the timezone format roundtrip problem and the know Bidi test failure on Java 1.4/1.4.1.
X-SVN-Rev: 22661
2007-09-12 19:12:00 +00:00
Yoshito Umaoka
4ef26b7d1a ICU-5926 Chanced debug arg name from U_RBBIDEBUG to rbbi
X-SVN-Rev: 22659
2007-09-12 17:41:41 +00:00
Yoshito Umaoka
6afc33010b ICU-5926 RBBI debug code to use ICUDebug rather than directly calling System.getProperty to avoid SecurityException under Java security manager enabled.
X-SVN-Rev: 22658
2007-09-12 17:30:35 +00:00
Yoshito Umaoka
c55353ce37 ICU-5801 Update readme.html for 3.8 GA
X-SVN-Rev: 22653
2007-09-10 21:13:27 +00:00
Yoshito Umaoka
2bdecbda7a ICU-5801 Use -Xdisableexcessivegc option for running the ICU unit test on IBM Java 5 or later versions. If excessivegc is enabled, the JVM may throw OOM even before the heap usage does not reach to the limit.
X-SVN-Rev: 22651
2007-09-10 20:30:58 +00:00
Yoshito Umaoka
0203947f88 ICU-5801 Update the previous fix. ICU build server actually use moduleCheck, not secureCheck. Set the JVM arguments required for testing in moduleCheck too.
X-SVN-Rev: 22649
2007-09-10 19:39:45 +00:00
Yoshito Umaoka
2db1af71bc ICU-5801 Set Java initial/max heap size in secureCheck target to prevent OOM error.
X-SVN-Rev: 22647
2007-09-10 18:27:48 +00:00
Yoshito Umaoka
67a4d353ab ICU-5910 Disable an invalid time zone name test case in DateFormatTest.
X-SVN-Rev: 22643
2007-09-07 21:40:16 +00:00
Yoshito Umaoka
be95ba0320 ICU-5921 Fix JavaDoc problem in Coptic/EhiopicCalendar.
X-SVN-Rev: 22642
2007-09-07 17:29:36 +00:00
Eric Mader
0de2ebba01 ICU-5376 changes for unsigned comparisons.
X-SVN-Rev: 22639
2007-09-07 00:22:19 +00:00
Michael Ow
94a0188571 ICU-5915 Initailize UConverterData objects in the constructor.
X-SVN-Rev: 22637
2007-09-06 20:41:13 +00:00
Michael Ow
17bca61824 ICU-5915 Initialize extraInfo after creating the object.
X-SVN-Rev: 22632
2007-09-06 16:47:35 +00:00
Michael Ow
15c6415f99 ICU-5915 Added a method to initialize the UConverterData object to implement an easier way to reset the converter.
X-SVN-Rev: 22631
2007-09-06 16:46:29 +00:00
Yoshito Umaoka
f7286f7ed6 ICU-5887 Workaround for Java 6 adaptive compiler bug on Solaris/Linux
X-SVN-Rev: 22628
2007-09-06 04:01:16 +00:00
Yoshito Umaoka
f8848054f4 ICU-5917 Fixed OlsonTimeZone#useDaylightTime implementation problem. The API may return true after setRawOffset is called, even the zone did not observe DST originally.
X-SVN-Rev: 22626
2007-09-05 22:52:35 +00:00
Yoshito Umaoka
f3bca244c8 ICU-5596 Revert the changes in CharsetRecog_mbcs.java. The changes were actually not related to the problem reported by the ticket.
X-SVN-Rev: 22625
2007-09-05 21:02:13 +00:00
Yoshito Umaoka
bf42965a08 ICU-5910 Skip creating SimpleTimeZone instance for getting LONG_GENERIC time zone name
X-SVN-Rev: 22624
2007-09-05 20:15:37 +00:00
Michael Ow
24c425e472 ICU-5915 Add line to set the isFirstBuffer variable to true when the implreset() is called for the encoder.
X-SVN-Rev: 22623
2007-09-05 18:56:40 +00:00
John Emmons
7813074e53 ICU-5910 Force use of standard string when DST not observed
X-SVN-Rev: 22621
2007-09-05 18:47:38 +00:00
Andy Heninger
7feae9ed00 ICU-5553 fix error in Javadoc for BreakIterator
X-SVN-Rev: 22619
2007-09-05 15:11:19 +00:00
Andy Heninger
0c009db85e ICU-5596 fix array index out of bounds crash in charset detection with very short input data.
X-SVN-Rev: 22615
2007-09-04 04:28:59 +00:00
George Rhoten
73d37b3412 ICU-5905 Fix svn:executable and svn newline properties
X-SVN-Rev: 22613
2007-09-01 21:32:23 +00:00
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