Peter Edberg
|
ed01311886
|
ICU-8753 Fix Calendar::add to handle change in UCAL_ZONE_OFFSET
X-SVN-Rev: 30657
|
2011-09-14 22:33:22 +00:00 |
|
Markus Scherer
|
2862296471
|
ICU-8454 virtual destructors should be explicit, and defined in a .cpp file, so that they can serve as key functions
X-SVN-Rev: 30423
|
2011-07-26 05:32:25 +00:00 |
|
Markus Scherer
|
1beb0f1e4f
|
ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE
X-SVN-Rev: 30281
|
2011-07-06 04:03:35 +00:00 |
|
Yoshito Umaoka
|
515788594c
|
ICU-8596 Fixed the actual maximum week problem.
X-SVN-Rev: 30276
|
2011-07-05 22:42:14 +00:00 |
|
Markus Scherer
|
9f7d74001c
|
ICU-8605 document & test ICU4C dependencies, remove cycles, reduce some deps; merged from branches/markus/depstest -r 30155:30193
X-SVN-Rev: 30194
|
2011-06-03 05:23:57 +00:00 |
|
Andy Heninger
|
ae8896de7f
|
ICU-8524 compiler warning cleanup.
X-SVN-Rev: 30026
|
2011-05-04 22:34:13 +00:00 |
|
Yoshito Umaoka
|
1d6d6c6354
|
ICU-8366 Fixed a compilation problem on some platforms - deleting extra comma at the end of enum list.
X-SVN-Rev: 29875
|
2011-04-24 04:04:33 +00:00 |
|
Yoshito Umaoka
|
56ef4e7f1a
|
ICU-8366 Added ISO8601 calendar type support.
X-SVN-Rev: 29868
|
2011-04-23 16:35:30 +00:00 |
|
Peter Edberg
|
24ad6686f7
|
ICU-8409 Calendar::fieldDifference perf improvment, better limit for binary search
X-SVN-Rev: 29735
|
2011-04-05 05:26:13 +00:00 |
|
Yoshito Umaoka
|
0d4c82b85a
|
ICU-8057 Skip validating fields internally set by add method in non-lenient mode. The same changes were done in ICU4J.
X-SVN-Rev: 29338
|
2011-01-19 23:31:36 +00:00 |
|
John Emmons
|
f979283776
|
ICU-7755 Data changes to support removal of hard fallbacks to Gregorian calendar
X-SVN-Rev: 29323
|
2011-01-17 15:27:25 +00:00 |
|
Michael Ow
|
3261e6d703
|
ICU-7089 Add test for Calendar class time stamp recalculation in ICU4C
X-SVN-Rev: 29164
|
2010-12-07 23:46:13 +00:00 |
|
Michael Ow
|
734b84401f
|
ICU-7089 Recalculate time stamp array if stamp value is going to exceed limit in ICU4C calendar class.
X-SVN-Rev: 29162
|
2010-12-07 17:27:42 +00:00 |
|
Michael Ow
|
f67997b725
|
ICU-7089 Ensure that the time stamp used by ICU4C Calendar class does not exceed the documented limit.
X-SVN-Rev: 29154
|
2010-12-03 19:31:10 +00:00 |
|
Michael Ow
|
742f501232
|
ICU-7983 Resolve valgrind error when calling Calendar::createInstance().
X-SVN-Rev: 28739
|
2010-09-30 05:44:33 +00:00 |
|
John Emmons
|
cd3f6237f9
|
ICU-7652 Get correct week data from territory based locale
X-SVN-Rev: 28658
|
2010-09-20 21:22:31 +00:00 |
|
Andy Heninger
|
74e297291f
|
ICU-7780 fix various compiler warnings
X-SVN-Rev: 28301
|
2010-07-12 18:03:29 +00:00 |
|
Markus Scherer
|
f6a04770ff
|
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
X-SVN-Rev: 28075
|
2010-05-19 17:29:33 +00:00 |
|
Jason Spieth
|
828ca4ece7
|
ICU-6691 Use most recently set year field in handleGetExtendedYear
X-SVN-Rev: 27738
|
2010-03-02 16:23:13 +00:00 |
|
Peter Edberg
|
93ecb35cb6
|
ICU-2223 Port weekend APIs from ICU4J to C,C++ (real implementation)
X-SVN-Rev: 27403
|
2010-01-25 20:12:19 +00:00 |
|
Peter Edberg
|
8e57ee7bac
|
ICU-2223 Port weekend APIs from ICU4J to C,C++ (dummy implementation for now)
X-SVN-Rev: 27292
|
2010-01-15 23:38:12 +00:00 |
|
Michael Ow
|
1cc5cd1a8b
|
ICU-6991 Improve coverage for calendar, bms, and msgfmt.
X-SVN-Rev: 26638
|
2009-09-16 20:55:05 +00:00 |
|
Steven R. Loomis
|
9eb9dd4c83
|
ICU-6799 fix many warnings, improve tests
X-SVN-Rev: 25772
|
2009-04-15 01:57:02 +00:00 |
|
Yoshito Umaoka
|
ded04eb47c
|
ICU-6482 Use calendarPreferenceData in supplementalData to decide the default calendar type instead of getFunctionalEquivalent. Also aligned the implementation more like ICU4J's.
X-SVN-Rev: 25671
|
2009-03-29 05:13:44 +00:00 |
|
Jason Spieth
|
fbc5170a41
|
ICU-6703 Fallback to default calendar when unknown specific calendar is requested.
X-SVN-Rev: 25637
|
2009-03-20 19:06:29 +00:00 |
|
Yoshito Umaoka
|
0d0f1dce49
|
ICU-3378 Checking in API headers for getKeywordValuesForLocale with empty implementation for 4.2M3.
X-SVN-Rev: 25407
|
2009-02-14 02:32:41 +00:00 |
|
Steven R. Loomis
|
0e7646b347
|
ICU-6552 reduce a lot of doxygen errs, improve output docs
X-SVN-Rev: 24668
|
2008-09-27 01:12:32 +00:00 |
|
Steven R. Loomis
|
2145eb11be
|
ICU-6551 reduce use of common words in rename.
X-SVN-Rev: 24652
|
2008-09-25 20:24:14 +00:00 |
|
Yoshito Umaoka
|
b3744287df
|
ICU-4611 Fix Japanese calendar calculation problem. Changed internal APIs to get default month/date of a calendar without updating calendar fields.
X-SVN-Rev: 24574
|
2008-09-15 21:24:11 +00:00 |
|
John Emmons
|
695f6fa9c3
|
ICU-6256 CLDR 1.6 integration - 1st snapshot
X-SVN-Rev: 23911
|
2008-05-16 15:01:02 +00:00 |
|
Yoshito Umaoka
|
32c3313145
|
ICU-5845 Calendar 'actual' limit test ported from J to C. Also ported bug fixes related to calendar limits implementation.
X-SVN-Rev: 23775
|
2008-04-09 18:26:42 +00:00 |
|
Yoshito Umaoka
|
9971f8f5f5
|
ICU-4571 Updated EthiopicCalendar's constructor to specify era mode. New calendar keyword ethiopic-amete-alem to create an instance of EthiopicCalendar with Amete Alem era only. Modified the test case to cover ethiopic-amete-alem.
X-SVN-Rev: 23665
|
2008-03-24 22:21:21 +00:00 |
|
Yoshito Umaoka
|
ac7d853b91
|
ICU-4571 Merging Coptic/Ethiopic calendar work from yoshito's work branch to the trunk.
X-SVN-Rev: 23657
|
2008-03-22 02:58:07 +00:00 |
|
George Rhoten
|
de6512a9c1
|
ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
X-SVN-Rev: 23479
|
2008-02-23 19:15:18 +00:00 |
|
Michael Ow
|
d97bd85518
|
ICU-6132 Check for dereferencing of null pointers in calendar code.
X-SVN-Rev: 23194
|
2008-01-09 20:25:21 +00:00 |
|
Steven R. Loomis
|
0921f9727a
|
ICU-6018 relative date and test failures
X-SVN-Rev: 23166
|
2008-01-04 01:21:37 +00:00 |
|
Yoshito Umaoka
|
7e51ed7330
|
ICU-5990 Merging time zone formatting/parsing changes from yoshito's working branch to the trunk.
X-SVN-Rev: 22978
|
2007-11-28 20:49:58 +00:00 |
|
Andrew J Macheret
|
f8339df718
|
ICU-4081 Ported Chinese calendar from icu4j. Mostly working.
X-SVN-Rev: 22853
|
2007-10-25 20:26:34 +00:00 |
|
Eric Mader
|
da2d29fbc1
|
ICU-4082 Initial checkin of Indian Calendar.
X-SVN-Rev: 22016
|
2007-07-17 21:15:22 +00:00 |
|
Steven R. Loomis
|
01a0744b62
|
ICU-4567 Taiwan calendar testing.. data driven calendar test.. enum generation and programmatic access
X-SVN-Rev: 21955
|
2007-07-12 21:53:20 +00:00 |
|
Steven R. Loomis
|
9f4a4ce5e0
|
ICU-4567 initial taiwan calendar support
X-SVN-Rev: 21854
|
2007-06-29 16:56:34 +00:00 |
|
Deborah Goldsmith
|
50126ab1cd
|
ICU-5666 Stop wrapping in month calculations
X-SVN-Rev: 21342
|
2007-04-02 20:57:34 +00:00 |
|
Steven R. Loomis
|
114486b002
|
ICU-5655 Integrate Mehran Mehr's Persian Calendar support
X-SVN-Rev: 21293
|
2007-03-19 17:33:20 +00:00 |
|
George Rhoten
|
2a4844cd2c
|
ICU-5411 Fix unitialized memory reference.
X-SVN-Rev: 20530
|
2006-10-12 04:42:02 +00:00 |
|
George Rhoten
|
ec2dd31072
|
ICU-5410 Don't put the deprecated internalSet function in a public header as inline.
Test that the deprecated enums aren't used.
This change makes it easier to view untested deprecated code.
X-SVN-Rev: 20375
|
2006-09-21 01:40:29 +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
|
4cc82b4180
|
ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20242
|
2006-09-04 16:36:21 +00:00 |
|
George Rhoten
|
34c5798a18
|
ICU-5333 Whitespace changes.
X-SVN-Rev: 20117
|
2006-08-19 21:27:08 +00:00 |
|
Steven R. Loomis
|
d0dbd4f761
|
ICU-5270 allow comipilation with UCAL_DEBUG
X-SVN-Rev: 19875
|
2006-07-21 21:59:06 +00:00 |
|
Steven R. Loomis
|
464a6d6a0c
|
ICU-5270 don't crash on no data
X-SVN-Rev: 19859
|
2006-07-19 20:24:02 +00:00 |
|