Eric Mader
|
3dbd215bdb
|
ICU-5555 handleGetMonthLength needs to check for out of range months.
X-SVN-Rev: 21092
|
2007-02-23 19:27:50 +00:00 |
|
George Rhoten
|
b5781126c8
|
ICU-5349 Use UMTX_CHECK when it's helpful.
X-SVN-Rev: 20269
|
2006-09-08 04:02:23 +00:00 |
|
George Rhoten
|
5dee33ea3e
|
ICU-4707 Fix some compiler warnings about unused variables.
X-SVN-Rev: 19118
|
2006-02-09 08:59:20 +00:00 |
|
Andy Heninger
|
665e553354
|
ICU-4161 remove tabs from source code
X-SVN-Rev: 16829
|
2004-11-11 23:34:58 +00:00 |
|
George Rhoten
|
949c868bab
|
ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15746
|
2004-06-05 07:04:46 +00:00 |
|
Alan Liu
|
6006e12f05
|
ICU-3659 restore year limits
X-SVN-Rev: 15650
|
2004-06-01 17:13:49 +00:00 |
|
Alan Liu
|
76b0325a05
|
ICU-3659 update year limits
X-SVN-Rev: 15587
|
2004-05-27 20:39:56 +00:00 |
|
Alan Liu
|
a1b393c257
|
ICU-3659 limit UDate range to +/-7F000000 julian days; matches ICU4J
X-SVN-Rev: 15502
|
2004-05-24 20:32:59 +00:00 |
|
Alan Liu
|
efa0aef669
|
ICU-3659 compute as double to avoid overflow
X-SVN-Rev: 15494
|
2004-05-24 06:01:13 +00:00 |
|
Eric Mader
|
abefef5844
|
ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15411
|
2004-05-19 20:42:44 +00:00 |
|
Alan Liu
|
d8a9624dfe
|
ICU-3631 improve performance by avoiding unnecessary field computation
X-SVN-Rev: 14635
|
2004-03-04 23:24:43 +00:00 |
|
Steven R. Loomis
|
838ba76877
|
ICU-3016 fix Calendar::getActualMinimum
X-SVN-Rev: 14617
|
2004-03-01 16:03:52 +00:00 |
|
Steven R. Loomis
|
b93c3619d9
|
ICU-2424 fix compiler warnings
X-SVN-Rev: 14266
|
2004-01-08 21:49:54 +00:00 |
|
Steven R. Loomis
|
7864fab41d
|
ICU-2943 updates from the code review for calendar
X-SVN-Rev: 13758
|
2003-11-19 05:38:55 +00:00 |
|
Steven R. Loomis
|
9924fd34a7
|
ICU-2943 incorporate changes from the review meeting, clean up docs
X-SVN-Rev: 13681
|
2003-11-12 09:01:41 +00:00 |
|
Steven R. Loomis
|
af6e74535c
|
ICU-2943 adjust fields to account for 1582 rollover artifacts
X-SVN-Rev: 13552
|
2003-11-03 23:17:59 +00:00 |
|
Steven R. Loomis
|
1a48a8181b
|
ICU-2943 true => TRUE
X-SVN-Rev: 13515
|
2003-10-28 16:08:52 +00:00 |
|
Steven R. Loomis
|
55fdbdd6c5
|
ICU-2943 more fixes for MSVC
X-SVN-Rev: 13504
|
2003-10-28 02:30:49 +00:00 |
|
Steven R. Loomis
|
ebbf031deb
|
ICU-2943 fix compiler warnings - even more
X-SVN-Rev: 13502
|
2003-10-28 01:52:29 +00:00 |
|
Steven R. Loomis
|
4de3eb7b16
|
ICU-2943 fix compiler warnings
X-SVN-Rev: 13500
|
2003-10-28 00:04:00 +00:00 |
|
Steven R. Loomis
|
92fb1fead2
|
ICU-2943 calendar update (sync with Java, prepare for other calendars)
X-SVN-Rev: 13494
|
2003-10-26 10:24:58 +00:00 |
|
George Rhoten
|
85509909ea
|
ICU-3221 Fix the AIX linker warning about multiple definitions of virtual functions.
X-SVN-Rev: 13126
|
2003-09-18 00:35:47 +00:00 |
|
Alan Liu
|
d132cc43b3
|
ICU-2966 add EOL
X-SVN-Rev: 13009
|
2003-09-02 18:32:06 +00:00 |
|
Alan Liu
|
ac7056981f
|
ICU-2966 clean up
X-SVN-Rev: 13008
|
2003-09-02 18:31:23 +00:00 |
|
Alan Liu
|
61b5fddec2
|
ICU-2966 clean up and consolidate duplicated code
X-SVN-Rev: 13007
|
2003-09-02 17:46:43 +00:00 |
|
Alan Liu
|
b3ee4d570c
|
ICU-2966 historical Olson time zone support; use getOffset(UDate) rather than getOffset(<fields>)
X-SVN-Rev: 12837
|
2003-08-15 18:22:24 +00:00 |
|
Alan Liu
|
c885ccf673
|
ICU-2966 favor int& over int[1] in C++ (clean up Java port)
X-SVN-Rev: 12755
|
2003-08-04 21:29:32 +00:00 |
|
Steven R. Loomis
|
817b681f1b
|
ICU-2959 copyright
X-SVN-Rev: 12245
|
2003-06-03 01:58:48 +00:00 |
|
Steven R. Loomis
|
3c7d196f57
|
ICU-2436 More intl cal fixes. Now passes date format rt test
X-SVN-Rev: 12180
|
2003-05-29 23:01:03 +00:00 |
|
Steven R. Loomis
|
6fafcb3d65
|
ICU-2436 another fix to field validation..
X-SVN-Rev: 12165
|
2003-05-29 20:07:01 +00:00 |
|
Steven R. Loomis
|
c089bc7a68
|
ICU-2436 fix nonatomic double assignment in init
X-SVN-Rev: 12164
|
2003-05-29 19:16:35 +00:00 |
|
Steven R. Loomis
|
f2e4031b0c
|
ICU-2436 Japanese Calendar implementation, other fixes (multi calendar)
X-SVN-Rev: 12105
|
2003-05-25 07:12:19 +00:00 |
|
Steven R. Loomis
|
0dfe4a433d
|
ICU-2436 international calendars (Buddhist)
X-SVN-Rev: 11975
|
2003-05-16 22:05:41 +00:00 |
|
Steven R. Loomis
|
41204087aa
|
ICU-2436 multiple calendar support
X-SVN-Rev: 11957
|
2003-05-15 22:31:16 +00:00 |
|
Alan Liu
|
9b20bed1a3
|
ICU-2792 fix anomalous behavior when adding across a DST boundary
X-SVN-Rev: 11866
|
2003-05-09 19:13:59 +00:00 |
|
GCL Shanghai
|
79ee1a6a54
|
ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11186
|
2003-02-28 13:21:23 +00:00 |
|
GCL Shanghai
|
513a23fdae
|
ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11137
|
2003-02-21 08:32:22 +00:00 |
|
Markus Scherer
|
3d38617bdc
|
ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
|
2002-09-20 01:54:48 +00:00 |
|
Alan Liu
|
5c91a5339e
|
ICU-2060 add Calendar::isEquivalentTo() method
X-SVN-Rev: 9750
|
2002-08-21 18:33:38 +00:00 |
|
Ram Viswanadha
|
e4011b086e
|
ICU-1986 remove deprecated API
X-SVN-Rev: 9178
|
2002-07-16 00:15:23 +00:00 |
|
GCL Shanghai
|
2fab4a8cb7
|
ICU-1953 backout buffer overflow changes
X-SVN-Rev: 9070
|
2002-07-09 12:47:45 +00:00 |
|
GCL Shanghai
|
6348e12895
|
ICU-1953 test for buffer overflows
X-SVN-Rev: 9044
|
2002-07-06 10:58:51 +00:00 |
|
GCL Shanghai
|
b89c229c6e
|
ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
|
2002-07-02 15:10:30 +00:00 |
|
GCL Shanghai
|
1e188eca35
|
ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
|
2002-06-29 09:31:05 +00:00 |
|
Helena Chapman
|
d816eefc57
|
ICU-1264 added namspace support where possible.
X-SVN-Rev: 6124
|
2001-10-08 23:26:58 +00:00 |
|
George Rhoten
|
4526828ee2
|
ICU-1099 Make more data const in the libraries
X-SVN-Rev: 5964
|
2001-09-28 19:13:03 +00:00 |
|
George Rhoten
|
5c0d6d17c7
|
ICU-479 Don't export the private static const variables.
X-SVN-Rev: 5229
|
2001-07-11 21:55:23 +00:00 |
|
George Rhoten
|
f810918e28
|
ICU-1008 Do less static initialization
X-SVN-Rev: 5074
|
2001-06-25 22:00:52 +00:00 |
|
George Rhoten
|
becfd9f889
|
ICU-597 It's hard to convert a large double to an int32_t on as/400
X-SVN-Rev: 4658
|
2001-05-11 23:45:33 +00:00 |
|
George Rhoten
|
b83f002855
|
ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3027
|
2000-11-28 22:05:37 +00:00 |
|