Commit Graph

3754 Commits

Author SHA1 Message Date
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
George Rhoten
be09d59ab1 ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21186
2007-03-08 00:47:48 +00:00
Yoshito Umaoka
40e849113c ICU-5639 Added copyright notice template and updated text encoding setting
X-SVN-Rev: 21185
2007-03-07 16:38:22 +00:00
Yoshito Umaoka
85c071efc1 ICU-5639 Adding eclipse project files for ICU4J
X-SVN-Rev: 21184
2007-03-07 16:02:05 +00:00
Andrew J Macheret
6a58de2522 ICU-5606 fixed a number of issues, revamped the command-line interface to look and act more like JTZU (particularly discovery mode), added some documentation
X-SVN-Rev: 21182
2007-03-07 03:11:32 +00:00
Yoshito Umaoka
d1383900ab ICU-5575 Change the source code back to Java5 compatible version
X-SVN-Rev: 21180
2007-03-06 23:13:00 +00:00
Yoshito Umaoka
6ffb7a339c ICU-5280 setRawOffset should set the finalYear one year before the current year. This change resolve test failures triggered by new Olson data 2007c
X-SVN-Rev: 21176
2007-03-06 15:50:47 +00:00
John Emmons
0e14025682 ICU-5566 Update ICU data from CLDR ; Fix tests
X-SVN-Rev: 21175
2007-03-06 15:00:26 +00:00
George Rhoten
6983382e8e ICU-5566 Fix test failures due to CLDR data update.
X-SVN-Rev: 21164
2007-03-06 00:46:00 +00:00
Andrew J Macheret
a1c052a359 ICU-5606 fixed most of the logger issues, modified logging messages, overhauled the batch file, added a status bar, added safeguards against many exceptions, added some documentation, still plenty left to do
X-SVN-Rev: 21153
2007-03-03 02:09:12 +00:00
John Emmons
3a4d4438f1 ICU-5566 Add metazone processing to ICU4J
X-SVN-Rev: 21151
2007-03-02 23:43:05 +00:00
Ram Viswanadha
04a3e5c0c7 ICU-5605 fix design issues and clean up source
X-SVN-Rev: 21150
2007-03-02 19:38:08 +00:00
George Rhoten
51bebc6c94 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21148
2007-03-02 17:58:20 +00:00
Andrew J Macheret
302edb731f ICU-5606 updated icutzu further, fixing logger issues, jar finding logic, and gui issues
X-SVN-Rev: 21140
2007-02-28 02:53:54 +00:00
Yoshito Umaoka
b93ee95ad8 ICU-5402 Include DateNumberFormat.java in eclipseCoreArgs.txt for excluding java BigDecimal for eclipse foundation support
X-SVN-Rev: 21129
2007-02-26 20:28:00 +00:00
Yoshito Umaoka
0cd4ac93e2 ICU-5615 Fixed break iterator resource lookup bug
X-SVN-Rev: 21124
2007-02-26 15:49:49 +00:00
Yoshito Umaoka
c77ccbbe0f ICU-5615 Added a test case for 5615 to make sure BreakIterator factory method work for all available locales
X-SVN-Rev: 21123
2007-02-26 15:48:11 +00:00
Andrew J Macheret
0645826dce ICU-5616 updated icutzu, added logger for icutzu
X-SVN-Rev: 21099
2007-02-24 04:02:58 +00:00
Yoshito Umaoka
afc87d7398 ICU-5280 Updated the test case for setRawOffset to check all available zones
X-SVN-Rev: 21098
2007-02-24 03:50:52 +00:00
Yoshito Umaoka
54a5ad7b06 ICU-5280 Revised the fix to avoid adding a new field
X-SVN-Rev: 21097
2007-02-24 03:50:03 +00:00
Eric Mader
741884abf9 ICU-5155 call System.exit(-1) rather than System.exit(0) when we get an SAXParseException.
X-SVN-Rev: 21096
2007-02-24 00:29:38 +00:00
Eric Mader
a23ab77a02 ICU-5555 handleGetMonthLength should check for out of range month.
X-SVN-Rev: 21093
2007-02-23 19:33:10 +00:00
Yoshito Umaoka
2bd5d6d8a8 ICU-5280 Added a test case for trac#5280 setRawOffset problem
X-SVN-Rev: 21091
2007-02-23 18:31:47 +00:00
Yoshito Umaoka
679c542026 ICU-5280 Fix for setRawOffset problem
X-SVN-Rev: 21090
2007-02-23 18:30:25 +00:00
Yoshito Umaoka
52d4dd5103 ICU-5597 Changed DateFormatSymbols.getLocalPatternChars to return non-localized pattern chars by default
X-SVN-Rev: 21089
2007-02-23 05:03:59 +00:00
Ram Viswanadha
8a10a2e6a6 ICU-5605 zoneinfo.res is already available in ICU4J .. no need to check it in
X-SVN-Rev: 21082
2007-02-22 17:40:39 +00:00
Andrew J Macheret
ee17829b7c ICU-5606 updated icutzu for demoing
X-SVN-Rev: 21071
2007-02-21 05:56:54 +00:00
Andrew J Macheret
71f2d49b40 ICU-5606 updated icutzu for demoing
X-SVN-Rev: 21070
2007-02-21 05:55:07 +00:00
Andrew J Macheret
d95dc40cd3 ICU-5605 added a new timezone updating utility for icu4j (icutzu)
X-SVN-Rev: 21063
2007-02-21 00:50:26 +00:00
Ram Viswanadha
9c20ed532c ICU-5575 update ICU4J version number to 3.7.1
X-SVN-Rev: 21037
2007-02-15 22:04:36 +00:00
Yoshito Umaoka
50ed24ede7 ICU-5135 Include sec offsets in the output
X-SVN-Rev: 21033
2007-02-13 16:12:54 +00:00
George Rhoten
dfd2a49eb8 ICU-5445 Fix some default Ecplise warnings.
X-SVN-Rev: 21031
2007-02-10 00:12:23 +00:00
Yoshito Umaoka
c419a71374 ICU-5135 Time zone transition dump tool
X-SVN-Rev: 21027
2007-02-09 19:47:21 +00:00
George Rhoten
04ebc231f9 ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21020
2007-02-08 18:55:11 +00:00
George Rhoten
086e09bf04 ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21019
2007-02-08 18:32:38 +00:00
George Rhoten
c083c7c04d ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21017
2007-02-08 01:11:19 +00:00
George Rhoten
97a888b0f0 ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21015
2007-02-07 01:03:37 +00:00
George Rhoten
464ae7d46f ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21008
2007-02-06 02:46:34 +00:00
George Rhoten
e1e8a7a138 ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21007
2007-02-06 01:51:36 +00:00
George Rhoten
bc7264ccee ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21006
2007-02-05 21:14:42 +00:00
Yoshito Umaoka
349ab8e040 ICU-5402 Fix a regression issue in get2DigitYearStart introduced by the optimization work
X-SVN-Rev: 21004
2007-02-05 18:31:14 +00:00
Yoshito Umaoka
27b249fa7d ICU-5402 Minor change based on Ram's code review
X-SVN-Rev: 20999
2007-02-02 15:41:24 +00:00
Yoshito Umaoka
1eb0713f37 ICU-5402 Improve DateFormat performance
X-SVN-Rev: 20983
2007-01-26 00:22:11 +00:00
Ram Viswanadha
31a9f8c37b ICU-5564 conform to java's spec for UTF-16 converter
X-SVN-Rev: 20917
2007-01-24 21:54:59 +00:00
Ram Viswanadha
57cee9284d ICU-5540 add domain name length check to ICU4J
X-SVN-Rev: 20878
2007-01-13 00:17:56 +00:00
Michael Ow
5ad273c016 ICU-123 remove file
X-SVN-Rev: 20873
2007-01-09 19:51:31 +00:00
Michael Ow
8adddf09b9 ICU-123 testing
X-SVN-Rev: 20872
2007-01-09 19:47:12 +00:00
Michael Ow
76a01b7396 ICU-12312 testing chin
X-SVN-Rev: 20871
2007-01-09 19:42:58 +00:00
Michael Ow
d05cd3dccd ICU-123 testing
X-SVN-Rev: 20870
2007-01-09 19:41:34 +00:00
Michael Ow
d4f313e50f ICU-123 testing add file for heading test;
X-SVN-Rev: 20869
2007-01-09 19:19:39 +00:00
Ram Viswanadha
d29191700d ICU-4251 Incorporate review comments and make sure that head builds under JDK 1.3
X-SVN-Rev: 20865
2007-01-06 02:32:49 +00:00
Ram Viswanadha
38d4426632 ICU-4251 promote API to UResourceBundle class. Fix problems and modularize and streamline the resource bundle objects.
X-SVN-Rev: 20851
2007-01-03 23:13:25 +00:00
Michael Ow
70bca54abe ICU-1234 testing delete
X-SVN-Rev: 20850
2007-01-03 23:12:19 +00:00
Michael Ow
3cfeb9268a ICU-1234 testing add
X-SVN-Rev: 20849
2007-01-03 23:11:43 +00:00
Michael Ow
f53c84d565 ICU-1234 test delete
X-SVN-Rev: 20848
2007-01-03 23:10:07 +00:00
Michael Ow
9bf4bb8f64 ICU-1234 test mod
X-SVN-Rev: 20847
2007-01-03 23:09:32 +00:00
Michael Ow
5cc965858d ICU-1234 test
X-SVN-Rev: 20845
2007-01-03 22:46:09 +00:00
Michael Ow
8774386810 ICU-1234 removing
X-SVN-Rev: 20844
2007-01-03 22:44:27 +00:00
Michael Ow
50adcb2fc2 ICU-1234 add
X-SVN-Rev: 20843
2007-01-03 22:26:51 +00:00
Michael Ow
6c56eb5a5a ICU-1234 delete
X-SVN-Rev: 20842
2007-01-03 22:25:18 +00:00
Michael Ow
854d7a3af3 ICU-1234 modified
X-SVN-Rev: 20841
2007-01-03 22:24:41 +00:00
Michael Ow
0ac81909b9 ICU-1234 modified
X-SVN-Rev: 20840
2007-01-03 22:04:16 +00:00
Michael Ow
70402611d3 ICU-1234 modification
X-SVN-Rev: 20839
2007-01-03 21:59:09 +00:00
Michael Ow
e7885dc93a ICU-1234 modification;
X-SVN-Rev: 20838
2007-01-03 21:57:42 +00:00
Michael Ow
795ea7c88c ICU-1234 test modification;
X-SVN-Rev: 20837
2007-01-03 21:52:54 +00:00
Michael Ow
ad451ac0bb ICU-1234 modification;
X-SVN-Rev: 20836
2007-01-03 21:38:00 +00:00
Michael Ow
3410ae9840 ICU-1234 testing add;
X-SVN-Rev: 20835
2007-01-03 21:33:27 +00:00
Michael Ow
796137837f X-SVN-Rev: 20834 2007-01-03 21:31:00 +00:00
Michael Ow
781981c4bb ICU-1234 update copyright date;
X-SVN-Rev: 20833
2007-01-03 21:16:33 +00:00
Michael Ow
73a28d3ac5 ICU-1234 bring back deleted file;
X-SVN-Rev: 20832
2007-01-03 20:59:37 +00:00
Michael Ow
d570b0c852 ICU-123 testing deletion;
X-SVN-Rev: 20831
2007-01-03 20:58:50 +00:00
Michael Ow
ee11e30bc9 ICU-123 add back deletion;
X-SVN-Rev: 20830
2007-01-03 20:43:40 +00:00
Michael Ow
97b610c5ef ICU-123 testing deletion;
X-SVN-Rev: 20829
2007-01-03 20:42:32 +00:00
George Rhoten
8715e69ef8 ICU-5463 Remove clearPattern pending any further discussion.
X-SVN-Rev: 20807
2006-12-18 22:36:12 +00:00
Ram Viswanadha
64e85b744e ICU-5536 Fix the thread dead lock
X-SVN-Rev: 20753
2006-12-05 22:54:34 +00:00
Steven R. Loomis
a8d91aa1f3 ICU-2401 remove .cvsignore - cvs2svn cleanup
X-SVN-Rev: 20715
2006-12-01 18:05:03 +00:00
Mark Davis
89d5004e8b ICU-5520 fix some minor problems, add test
X-SVN-Rev: 20683
2006-11-27 23:07:47 +00:00
Mark Davis
5d7deb743d ICU-5520 fix some minor problems.
X-SVN-Rev: 20682
2006-11-27 23:06:29 +00:00
Yoshito Umaoka
cb6460ca99 ICU-5509 Added a test case for JB#5509 - parse problem in strict mode
X-SVN-Rev: 20664
2006-11-15 21:57:17 +00:00
Yoshito Umaoka
cc0d123e94 ICU-5509 Fixed a bug in the condition used for checking number grouping size in subparse in strict mode
X-SVN-Rev: 20663
2006-11-15 21:51:28 +00:00
Markus Scherer
868c08ebc4 ICU-5470 fix time zone calculations for late February, taking leap years into account
X-SVN-Rev: 20630
2006-11-03 23:43:40 +00:00
Markus Scherer
fcd1805872 ICU-5490 add UDateTimeScale for Unix time with microseconds granularity
X-SVN-Rev: 20625
2006-11-02 17:33:51 +00:00
George Rhoten
afd294656e ICU-5460 Remove references to ibm.com
X-SVN-Rev: 20611
2006-10-29 18:13:56 +00:00
Ram Viswanadha
8934fb51f7 ICU-5486 update data with 1.4.1
X-SVN-Rev: 20605
2006-10-28 00:20:39 +00:00
Yoshito Umaoka
615bf48660 ICU-5480 added a test case for getEquivalentID problem reported by JB#5480 in TestEquivalencyGroups
X-SVN-Rev: 20599
2006-10-26 17:28:54 +00:00
Yoshito Umaoka
f6f17b4a8e ICU-5480 resolved alias array size check problem in getEquivalentID
X-SVN-Rev: 20598
2006-10-26 17:27:20 +00:00
Ram Viswanadha
f1e0d6b657 ICU-5407 remove UTF32.java and make the test depend on icu4j charsets
X-SVN-Rev: 20591
2006-10-24 21:50:24 +00:00
Ram Viswanadha
4eaf25fdb4 ICU-5407 remove UTF32.java and make the test depend on icu4j charsets
X-SVN-Rev: 20543
2006-10-20 23:09:43 +00:00
Ram Viswanadha
444fd811e9 ICU-5407 remove UTF32.java and make the test depend on icu4j charsets
X-SVN-Rev: 20542
2006-10-20 22:54:22 +00:00