Commit Graph

42 Commits

Author SHA1 Message Date
Yoshito Umaoka
f65edbb549 ICU-5135 Added TODO comments in the update test cases in the previous code submission
X-SVN-Rev: 21149
2007-03-02 19:33:07 +00:00
Yoshito Umaoka
6d39b91197 ICU-5135 Update zoneinfo.txt to 2007c generated by updated tzcode and corresponding test case fixes
X-SVN-Rev: 21146
2007-03-02 05:29:16 +00:00
George Rhoten
06ab467b86 ICU-5161 Fix some memory leaks.
X-SVN-Rev: 20026
2006-08-11 02:48:23 +00:00
Steven R. Loomis
83c6d252dc ICU-5270 don't crash when no data present
X-SVN-Rev: 19876
2006-07-21 22:01:55 +00:00
Eric Mader
e933e38b2d ICU-5267 DateFormatSymbols::getZoneType() needs to check for empty strings.
X-SVN-Rev: 19854
2006-07-18 22:14:29 +00:00
George Rhoten
c542aac188 ICU-5247 Fix exhaustive testing and the CLDR addition of v (generic timezone) to the pattern characters.
X-SVN-Rev: 19824
2006-07-11 20:12:31 +00:00
Ram Viswanadha
7aaebd3ab7 ICU-4051 verify locale aliases
X-SVN-Rev: 18430
2005-08-12 22:01:55 +00:00
Eric Mader
621ab38807 ICU-4665 DateFormatRoundTripTest should look for both "z" and "Z" to check for zone.
X-SVN-Rev: 18259
2005-07-15 21:28:19 +00:00
Eric Mader
43646aea15 ICU-4179 update copyright notices for ICU 3.2
X-SVN-Rev: 16693
2004-11-01 18:56:24 +00:00
George Rhoten
234d74b5a0 ICU-3837 Fix some white space issues
X-SVN-Rev: 16037
2004-07-18 02:02:38 +00:00
Steven R. Loomis
88e8322e08 ICU-2424 test hebrew locales
X-SVN-Rev: 14061
2003-12-09 20:52:52 +00:00
Steven R. Loomis
924f1c3d07 ICU-2424 add non-installed locale ID test, fix RT test to check actual date ranges of calendars
X-SVN-Rev: 14010
2003-12-04 23:16:57 +00:00
George Rhoten
71e6d1ff8e ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13903
2003-11-27 01:37:21 +00:00
Alan Liu
9f1c64cdee ICU-2966 make round trip test work when DST behavior CHANGES over time
X-SVN-Rev: 12840
2003-08-15 18:24:31 +00:00
Alan Liu
d3d2336908 ICU-2966 clean up errln output, add @v option
X-SVN-Rev: 12813
2003-08-12 19:22:32 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Steven R. Loomis
9bf32e7321 ICU-2436 test updates for int'l calendars
X-SVN-Rev: 12194
2003-05-30 00:52:43 +00:00
Steven R. Loomis
e1e5ae9358 ICU-2436 multiple calendars (Buddhist)
X-SVN-Rev: 11973
2003-05-16 21:58:37 +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
Vladimir Weinstein
2f79227b38 ICU-2135 more memory fixes
X-SVN-Rev: 10467
2002-12-04 00:28:06 +00:00
Markus Scherer
0eb9c506ec ICU-2248 modularize ICU
X-SVN-Rev: 9910
2002-09-21 00:43:14 +00:00
George Rhoten
56cbadb751 ICU-2085 Don't use deprecated code anymore
X-SVN-Rev: 9755
2002-08-21 19:09:33 +00:00
George Rhoten
8543ddb66b ICU-1847 Do proper roundtripping of dates when yy is specified for the year.
X-SVN-Rev: 8451
2002-04-12 19:05:31 +00:00
George Rhoten
339c7bde32 ICU-1847 Improve the testing coverage and error messages.
X-SVN-Rev: 8441
2002-04-11 02:44:53 +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
732922f538 ICU-66 Change "string" + int to "string %d", int because we don't need to convert to a UnicodeString here and we don't want to add an integer to a const char *.
X-SVN-Rev: 4814
2001-05-26 01:23:28 +00:00
Ram Viswanadha
7f6d7e256f ICU-903 update copyright notices
X-SVN-Rev: 4235
2001-03-21 20:09:56 +00:00
George Rhoten
326c9374e5 ICU-535 Prevent a warning message for an unused infinite
loop that is used for debugging purposes.

X-SVN-Rev: 3943
2001-03-07 20:56:15 +00:00
George Rhoten
c79246f2e4 ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3004
2000-11-23 00:14:39 +00:00
Steven R. Loomis
ccaa8c7bda ICU-652 better test output
X-SVN-Rev: 2650
2000-10-12 19:35:01 +00:00
George Rhoten
a15b66a53d ICU-535 fixed some compiler warnings
X-SVN-Rev: 2339
2000-08-23 19:11:16 +00:00
George Rhoten
2dbb8812ba ICU-535 fixed some compiler warnings
X-SVN-Rev: 2226
2000-08-14 21:42:36 +00:00
Vladimir Weinstein
cc42314029 ICU-432 various memory leaks
X-SVN-Rev: 1709
2000-06-29 19:42:17 +00:00
Helena Chapman
69ba12f77c ICU-351 Define UBool to be used in the APIs.
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Steven R. Loomis
a430140424 ICU-185 test fixes, don't call deprecated api
X-SVN-Rev: 1136
2000-04-15 21:28:17 +00:00
Helena Chapman
3aaa52af8d ICU-161 updated the copyright notices.
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00
Vladimir Weinstein
8b20f17f49 ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Markus Scherer
2d26f13d40 ICU-175 rename errorName() to u_errorName()
X-SVN-Rev: 343
1999-12-08 23:31:17 +00:00
Markus Scherer
54ba2e3819 ICU-170 use UnicodeString::length() instead of the deprecated size()
X-SVN-Rev: 339
1999-12-08 02:11:04 +00:00
Markus Scherer
07a2bc0937 ICU-6 more renaming of constant names
FAILURE -> U_FAILURE etc.

X-SVN-Rev: 76
1999-10-18 22:48:32 +00:00
Markus Scherer
b942cae860 ICU-6 change enum constants that do not conform to our naming conventions
X-SVN-Rev: 18
1999-10-07 00:07:53 +00:00
Unknown User
aa0b0a88e8 Initial revision
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00