Yoshito Umaoka
|
537017f806
|
ICU-4408 Use a Gregorian year for EXTENDED_YEAR in BuddhistCalendar to make it consistent with ICU4J and other GregorianCalendar subclasses. As a results, monthLength and a couple of methods used by monthLength are no longer needed.
X-SVN-Rev: 22378
|
2007-08-14 18:25:52 +00:00 |
|
Yoshito Umaoka
|
6e071a5cc9
|
ICU-5466 Fix ChineseCalendar#toString() crash problem
X-SVN-Rev: 22377
|
2007-08-14 17:38:23 +00:00 |
|
Steven R. Loomis
|
7951431096
|
ICU-4567 TW calendar data
X-SVN-Rev: 22376
|
2007-08-13 23:48:00 +00:00 |
|
Andrew J Macheret
|
e0701bc89e
|
ICU-5844 Updated to work for icu4j 3.8 (and for those that compare versions, to compare 3.8 to 3.6)
X-SVN-Rev: 22375
|
2007-08-13 23:20:09 +00:00 |
|
Andrew J Macheret
|
b7c47a899f
|
ICU-5738 Renamed the converter performance test to be more like the other perf tests
X-SVN-Rev: 22374
|
2007-08-13 23:12:40 +00:00 |
|
Andrew J Macheret
|
1d44db6fb8
|
ICU-5843 Performance test for DecimalFormat
X-SVN-Rev: 22373
|
2007-08-13 23:11:25 +00:00 |
|
Andrew J Macheret
|
5f3f7eeea8
|
ICU-5842 Performance test for SimpleDateFormat
X-SVN-Rev: 22372
|
2007-08-13 23:10:47 +00:00 |
|
Steven R. Loomis
|
4fb6ee8521
|
ICU-5841 check in hindu calendar data into XML
X-SVN-Rev: 22371
|
2007-08-13 22:51:47 +00:00 |
|
Yoshito Umaoka
|
b2b7e4e1b9
|
ICU-3704 Fix some calendar limit issues in various calendars. Also added a new commont test case for testing theoretical limits and included limit test cases for all calendars (some are timebombed for now).
X-SVN-Rev: 22370
|
2007-08-13 21:49:13 +00:00 |
|
George Rhoten
|
6cbf6ab1d7
|
ICU-5821 Fix EBCDIC issue.
X-SVN-Rev: 22369
|
2007-08-13 21:21:16 +00:00 |
|
Yoshito Umaoka
|
a514749bb2
|
ICU-4408 Change EXTENDED_YEAR used by BuddhistCalendar to use Gregorian year, like other GregorianCalendar subclasses, so it can handle leap years properly.
X-SVN-Rev: 22368
|
2007-08-13 21:20:52 +00:00 |
|
Steven R. Loomis
|
cd4313d171
|
ICU-4567 updated test data
X-SVN-Rev: 22367
|
2007-08-13 20:54:48 +00:00 |
|
Steven R. Loomis
|
a5eaccdc66
|
ICU-5774 svn:ignore
X-SVN-Rev: 22366
|
2007-08-13 19:29:43 +00:00 |
|
Steven R. Loomis
|
8c862fa548
|
ICU-4567 data driven fmt test for J
X-SVN-Rev: 22365
|
2007-08-13 19:21:16 +00:00 |
|
Doug Felt
|
e1e81dcdd6
|
ICU-5838 fix typos in docs
X-SVN-Rev: 22364
|
2007-08-13 18:33:07 +00:00 |
|
John Emmons
|
fc4edcf11f
|
ICU-5708 Fix aliasing logic
X-SVN-Rev: 22363
|
2007-08-13 16:09:51 +00:00 |
|
Yoshito Umaoka
|
0bcad795c8
|
ICU-4567 Fix a compile error
X-SVN-Rev: 22362
|
2007-08-13 15:16:32 +00:00 |
|
Matitiahu Allouche
|
4d320b8e17
|
ICU-5732 fix some compiler warnings
X-SVN-Rev: 22359
|
2007-08-12 08:01:40 +00:00 |
|
George Rhoten
|
a45ce20a2b
|
ICU-5799 Add options to hide some library functions for future reference.
These options are commented out until U_CAPI can import and export as needed.
X-SVN-Rev: 22358
|
2007-08-12 05:41:18 +00:00 |
|
George Rhoten
|
07a0475c66
|
ICU-5799 Change HP-UX IA64 to use genccode assembly generation.
X-SVN-Rev: 22357
|
2007-08-12 03:41:19 +00:00 |
|
George Rhoten
|
116a585ab3
|
ICU-5445 Ignore some unnecessary warnings about casting between
undefined C types and real C++ types.
X-SVN-Rev: 22356
|
2007-08-12 00:35:41 +00:00 |
|
George Rhoten
|
5ba4307fc8
|
ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22355
|
2007-08-12 00:29:13 +00:00 |
|
George Rhoten
|
e137661259
|
ICU-4567 Record errors with it_errln instead of fprintf.
X-SVN-Rev: 22354
|
2007-08-11 23:38:25 +00:00 |
|
George Rhoten
|
883d7d0e07
|
ICU-5787 The char type is unsigned on AIX. Use the platform independent
type int8_t. Also fix some warnings.
X-SVN-Rev: 22353
|
2007-08-11 20:32:54 +00:00 |
|
Claire Ho
|
916b1d5ec4
|
ICU-5787 use static const string to read resource tag
X-SVN-Rev: 22352
|
2007-08-11 20:03:10 +00:00 |
|
Eric Mader
|
d207686dc4
|
ICU-5808 fixes for uconfigtest.
X-SVN-Rev: 22350
|
2007-08-11 00:57:49 +00:00 |
|
Eric Mader
|
a3b08a4e2b
|
ICU-5808 fixes for uconfigtest.
X-SVN-Rev: 22349
|
2007-08-10 23:31:48 +00:00 |
|
Steven R. Loomis
|
7849815922
|
ICU-4567 DataDrivenCalendarTest for J
X-SVN-Rev: 22348
|
2007-08-10 22:08:56 +00:00 |
|
George Rhoten
|
1df115616d
|
ICU-5656 This experimental data is stale and incomplete. Instead of regenerating this data for every ICU release, the CLDR tools should be used instead. At least that is what Steven and John say.
X-SVN-Rev: 22347
|
2007-08-10 20:15:40 +00:00 |
|
John Emmons
|
8f9581565f
|
ICU-4321 Fix German number spellout rules
X-SVN-Rev: 22346
|
2007-08-10 19:27:36 +00:00 |
|
John Emmons
|
7a6d23cb84
|
ICU-4321 Fix German number spellout rules
X-SVN-Rev: 22345
|
2007-08-10 19:20:48 +00:00 |
|
John Emmons
|
fd17626413
|
ICU-5104 Fix Portuguese number spellout rules
X-SVN-Rev: 22343
|
2007-08-10 16:53:39 +00:00 |
|
John Emmons
|
5bcb549e6d
|
ICU-5104 Fix Portuguese number spellout rules
X-SVN-Rev: 22342
|
2007-08-10 16:53:07 +00:00 |
|
Matitiahu Allouche
|
c89bdf6138
|
ICU-5732 fix some compiler warnings
X-SVN-Rev: 22341
|
2007-08-10 11:53:55 +00:00 |
|
Matitiahu Allouche
|
d8f87bd3cc
|
ICU-5732 fix some compiler warnings
X-SVN-Rev: 22340
|
2007-08-10 11:51:39 +00:00 |
|
Matitiahu Allouche
|
b39e860bf1
|
ICU-5732 fix some compiler warnings
X-SVN-Rev: 22339
|
2007-08-10 10:14:03 +00:00 |
|
Matitiahu Allouche
|
739c71fac0
|
ICU-5732 fix some compiler warnings
X-SVN-Rev: 22338
|
2007-08-10 10:10:58 +00:00 |
|
Steven R. Loomis
|
71a8f8e1ad
|
ICU-4567 win dadrfmt test and fix a compile warning
X-SVN-Rev: 22337
|
2007-08-10 02:21:27 +00:00 |
|
Steven R. Loomis
|
c1e3b68535
|
ICU-4567 data driven format test
X-SVN-Rev: 22335
|
2007-08-10 02:09:24 +00:00 |
|
Steven R. Loomis
|
f8780f4d57
|
ICU-5774 svn:ignore and makefile cleanup target cleanup
X-SVN-Rev: 22334
|
2007-08-10 02:07:24 +00:00 |
|
Eric Mader
|
473b9c23ed
|
ICU-5808 playout doesn't make much sense w/o BreakIterator.
X-SVN-Rev: 22333
|
2007-08-10 00:39:57 +00:00 |
|
John Emmons
|
3a66e3ebd8
|
ICU-4930 Fix number spellout for Italian
X-SVN-Rev: 22330
|
2007-08-09 20:30:02 +00:00 |
|
John Emmons
|
3250ab24d7
|
ICU-4930 Fix number spellout for Italian
X-SVN-Rev: 22329
|
2007-08-09 20:29:32 +00:00 |
|
George Rhoten
|
059d96e0e8
|
ICU-5575 Fix last change by making the static function a proper C callback.
X-SVN-Rev: 22328
|
2007-08-09 02:14:36 +00:00 |
|
Eric Mader
|
e24fdaf785
|
ICU-4758 Use tava.text.MessageFormat instead of com.ibm.icu.text.MessageFormat so the tool doesn't depend on all of ICU4J.
X-SVN-Rev: 22326
|
2007-08-09 00:58:32 +00:00 |
|
George Rhoten
|
0781890fa8
|
ICU-5821 Fix for i5/OS
X-SVN-Rev: 22325
|
2007-08-09 00:04:00 +00:00 |
|
George Rhoten
|
d1a120a97c
|
ICU-5575 Use ICU C++ namespace for ICU classes, and other updates.
X-SVN-Rev: 22324
|
2007-08-08 20:11:16 +00:00 |
|
George Rhoten
|
50b14d2beb
|
ICU-5575 Don't export static function for urename.h
X-SVN-Rev: 22323
|
2007-08-08 20:00:37 +00:00 |
|
George Rhoten
|
0213ca2e46
|
ICU-5575 Update to ICU 3.8
X-SVN-Rev: 22322
|
2007-08-08 19:31:32 +00:00 |
|
George Rhoten
|
489856aaf2
|
ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22321
|
2007-08-08 18:44:05 +00:00 |
|