Commit Graph

3742 Commits

Author SHA1 Message Date
George Rhoten
5934d9d75d ICU-5445 Fix some Eclipse warnings.
X-SVN-Rev: 21346
2007-04-03 00:38:12 +00:00
Yoshito Umaoka
f0e5fbe96a ICU-5432 Set zone id in 13-arg SimpleTimeZone constructor. Also clean up obsolete/commented out lines
X-SVN-Rev: 21334
2007-03-29 21:14:00 +00:00
Andrew J Macheret
444114a864 ICU-5606 a few fixes
X-SVN-Rev: 21323
2007-03-28 01:39:45 +00:00
Andrew J Macheret
9795bd550d ICU-5606 a few fixes
X-SVN-Rev: 21322
2007-03-27 23:38:17 +00:00
Yoshito Umaoka
3688c7a745 ICU-5664 Remove javaarg -ea in eclipseRunCheck and revert ICUTaglet which was accidentally updated in the previous change
X-SVN-Rev: 21321
2007-03-27 18:34:40 +00:00
Yoshito Umaoka
94947773b1 ICU-5664 Set the initial heap size to 96MB when running TestAll to avoid Java heap fragmentation problem on Java1.4/AIX
X-SVN-Rev: 21319
2007-03-26 21:08:32 +00:00
Andrew J Macheret
d680f4f21f ICU-5605 ensured java 1.3 compatibility, removed reliance on UResourceBundle being in the classpath, various minor fixes
X-SVN-Rev: 21317
2007-03-24 02:03:02 +00:00
Yoshito Umaoka
f5f32c1594 ICU-5605 Use String#indexOf instead of String#contains for older JRE support
X-SVN-Rev: 21316
2007-03-23 00:23:05 +00:00
Andrew J Macheret
7db23c30bf ICU-5605 java 1.3 compatibility
X-SVN-Rev: 21315
2007-03-22 22:02:01 +00:00
Yoshito Umaoka
31613a4c30 ICU-5445 Revert the previous change to avoid the compilation error on jdk13, but for this time, add #ifdef FOUNDATION
X-SVN-Rev: 21314
2007-03-22 16:20:05 +00:00
Yoshito Umaoka
90a2475411 ICU-5566 Change replaceAll with replace for jdk1.3 compatibility
X-SVN-Rev: 21313
2007-03-22 15:16:07 +00:00
Ram Viswanadha
a8704e0a37 ICU-5658 add performance regression scripts
X-SVN-Rev: 21310
2007-03-21 22:47:41 +00:00
Yoshito Umaoka
922e244163 ICU-5575 The problem introduced by the previous change
X-SVN-Rev: 21308
2007-03-21 21:24:55 +00:00
Ram Viswanadha
caccd38b3b ICU-5661 comment out a charset
X-SVN-Rev: 21305
2007-03-21 18:43:57 +00:00
Ram Viswanadha
d732efd9ec ICU-5273 fix tests
X-SVN-Rev: 21304
2007-03-21 18:42:26 +00:00
Ram Viswanadha
4b32c513ce ICU-5661 timebomb a failing test
X-SVN-Rev: 21303
2007-03-21 18:38:51 +00:00
Andrew J Macheret
262c4db0c6 ICU-5605 Various updates to ICUTZU
X-SVN-Rev: 21301
2007-03-21 03:24:33 +00:00
Andrew J Macheret
6b908d5c0f ICU-5605 Added testing in build.xml (ant icutzucheck)
X-SVN-Rev: 21280
2007-03-17 02:21:19 +00:00
Andrew J Macheret
ee4c8a46ea ICU-5605 Added offline option
X-SVN-Rev: 21275
2007-03-16 21:58:42 +00:00
Andrew J Macheret
bdfb4c42c4 ICU-5605 Added .cmd and .sh files
X-SVN-Rev: 21271
2007-03-16 00:06:35 +00:00
Andrew J Macheret
c4e6d555ce ICU-5605 Added all remaining javadocs and renamed some variables.
X-SVN-Rev: 21269
2007-03-15 20:32:56 +00:00
Andrew J Macheret
bac18c287d ICU-5605 Added all remaining javadocs and renamed some variables.
X-SVN-Rev: 21268
2007-03-15 20:32:39 +00:00
Andrew J Macheret
fbcff8c066 ICU-5606 the icu icon
X-SVN-Rev: 21264
2007-03-15 18:32:07 +00:00
Yoshito Umaoka
f7287d2822 ICU-5649 Promote some internal APIs to public
X-SVN-Rev: 21250
2007-03-14 16:01:54 +00:00
Yoshito Umaoka
2a3649343f ICU-5649 Promote some internal APIs to public
X-SVN-Rev: 21249
2007-03-14 15:58:54 +00:00
Yoshito Umaoka
1bd4c2d5f1 ICU-5549 Changed @stable verson which were originally marked as @stable and change the status of some more methods based on ICU team's agreement
X-SVN-Rev: 21246
2007-03-14 15:28:09 +00:00
Yoshito Umaoka
4d45efe122 ICU-5445 Remove unnecessary @deprecated javadoc comments in impl package
X-SVN-Rev: 21245
2007-03-14 13:51:43 +00:00
Yoshito Umaoka
03963fc153 ICU-5547 Changed some methods from @internal/@deprecated to @draft/@provisional. Also clean up some javadoc comments
X-SVN-Rev: 21243
2007-03-14 03:39:39 +00:00
Yoshito Umaoka
6f5f5f4cdf ICU-5548 Change the API status for getType() from @internal/@deprecated to @draft/@provisional
X-SVN-Rev: 21242
2007-03-14 03:37:43 +00:00
Yoshito Umaoka
7caf4ede79 ICU-5549 Change the status of JDK equivalent methods from @internal/@deprecated to @stable
X-SVN-Rev: 21241
2007-03-14 03:35:49 +00:00
Andrew J Macheret
a6202291e5 ICU-5606 finished everything on the todo lists and then some.
X-SVN-Rev: 21240
2007-03-14 02:23:37 +00:00
Yoshito Umaoka
f777a2dd2b ICU-5646 Update OlsonTimeZone serialization test case to use past times, not current time
X-SVN-Rev: 21224
2007-03-12 16:08:03 +00:00
George Rhoten
c609d255e7 ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21218
2007-03-09 23:40:28 +00:00
George Rhoten
069bdb1efc ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21217
2007-03-09 23:23:31 +00:00
Andrew J Macheret
f051ecb8d1 ICU-5606 finished command-line code documention, fixed minor issues and warnings
X-SVN-Rev: 21216
2007-03-09 22:56:46 +00:00
George Rhoten
5017f8d909 ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21214
2007-03-09 21:23:30 +00:00
George Rhoten
15e36bd8fc ICU-5642 Remove out of date pre-CLDR locale conversion tools
X-SVN-Rev: 21213
2007-03-09 19:44:54 +00:00
George Rhoten
a97f0e602f ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21212
2007-03-09 19:07:06 +00:00
George Rhoten
2c9d5931b8 ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21211
2007-03-09 18:56:00 +00:00
Yoshito Umaoka
cddf18f38a ICU-5630 Change the semantics of 'available' in getFunctionalEquivalent. It checks if the request locale is available in 'InstalledLocales' as same as ICU4C.
X-SVN-Rev: 21210
2007-03-09 17:07:54 +00:00
Andrew J Macheret
e0f7b0ebfe ICU-5606 added most of the documentation, changed design of logger, fixed numerous minor problems
X-SVN-Rev: 21205
2007-03-09 04:13:18 +00:00
George Rhoten
f80ad9a9ab ICU-5566 CLDR1.5 changes. zh_TW_STROKE shouldn't be marked as available.
X-SVN-Rev: 21203
2007-03-09 01:39:45 +00:00
George Rhoten
4f4540cfae ICU-5566 CLDR1.5 changes. zh_TW_STROKE shouldn't be marked as available.
X-SVN-Rev: 21202
2007-03-09 01:34:54 +00:00
George Rhoten
f52918e76e ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21198
2007-03-09 00:15:23 +00:00
George Rhoten
59264850ac ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21197
2007-03-09 00:10:47 +00:00
George Rhoten
4d2d2d4897 ICU-5445 Fix some Eclipse warnings
X-SVN-Rev: 21195
2007-03-08 23:28:27 +00:00
Yoshito Umaoka
a5f41db15b ICU-5566 CLDR1.5 changes. zh_TW is now an alias of zh_Hant_TW.
X-SVN-Rev: 21194
2007-03-08 22:31:38 +00:00
George Rhoten
b77a136859 ICU-5639 Ignore the SVN directories
X-SVN-Rev: 21192
2007-03-08 18:37:49 +00:00
George Rhoten
372a4d7740 ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21191
2007-03-08 18:31:49 +00:00
John Emmons
3283e8ee8f ICU-5566 Fix tests broken by new ICU data from CLDR
X-SVN-Rev: 21187
2007-03-08 05:05:00 +00:00