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 |
|
Yoshito Umaoka
|
b779b1125b
|
ICU-5445 Patched a problem which was revealed by the Andrew's bug fix in DateFormat CompatibilityTest
X-SVN-Rev: 22450
|
2007-08-21 07:54:36 +00:00 |
|
George Rhoten
|
032bf4b1f2
|
ICU-5739 Readd some important documentation and formatting.
Simplify some encoding methods.
X-SVN-Rev: 22449
|
2007-08-21 06:40:17 +00:00 |
|
George Rhoten
|
bf5ecff090
|
ICU-5854 Use standard ICU4J indentation, and fix some Eclipse warnings.
X-SVN-Rev: 22448
|
2007-08-21 05:41:14 +00:00 |
|
Steven R. Loomis
|
8532d3274e
|
ICU-5854 some random codepage -> ascii
X-SVN-Rev: 22447
|
2007-08-21 05:20:10 +00:00 |
|
Yoshito Umaoka
|
6071e89e36
|
ICU-5862 Fixed a TYPO - WARINNG
X-SVN-Rev: 22445
|
2007-08-21 03:11:38 +00:00 |
|
George Rhoten
|
bcf05ee225
|
ICU-5857 Fix ICU4J file properties in svn
X-SVN-Rev: 22444
|
2007-08-21 03:03:08 +00:00 |
|
Andrew J Macheret
|
044ccb368f
|
ICU-5445 set the header back
X-SVN-Rev: 22441
|
2007-08-21 01:46:28 +00:00 |
|
Andrew J Macheret
|
2bcce680c9
|
ICU-5445 Fixed ~20 unused variable compiler warnings
X-SVN-Rev: 22440
|
2007-08-21 01:05:50 +00:00 |
|
Andrew J Macheret
|
42b1079c7d
|
ICU-5849 Removed the reflection, replaced with preprocessor tags
X-SVN-Rev: 22438
|
2007-08-21 00:40:38 +00:00 |
|
Andrew J Macheret
|
e2d5b5d1be
|
ICU-5849 Oops wrong file
X-SVN-Rev: 22437
|
2007-08-21 00:40:13 +00:00 |
|
Andrew J Macheret
|
d47fe80f02
|
ICU-5849 Removed the reflection, replaced with preprocessor tags
X-SVN-Rev: 22436
|
2007-08-21 00:38:28 +00:00 |
|