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
Steven R. Loomis
85e9292e1a
ICU-6098 Update ICU4C to 3.9.2 and move translit timebombs
...
X-SVN-Rev: 23608
2008-03-17 21:58:50 +00:00
George Rhoten
d1551dee4e
ICU-5966 Fix some compiler warnings.
...
X-SVN-Rev: 23540
2008-03-07 19:40:46 +00:00
Yoshito Umaoka
2219f2dd70
ICU-6201 Initialize millisecond field in calendars used by test4096231 to avoid intermittent test failure on Windows.
...
X-SVN-Rev: 23519
2008-03-03 21:19:36 +00:00
George Rhoten
fe7e42eace
ICU-6149 Use traditional ICU C callback declarations.
...
X-SVN-Rev: 23481
2008-02-25 21:21:47 +00:00
Andy Heninger
5e550c04ac
ICU-6149 Merge regexp resource limit functions into the trunk
...
X-SVN-Rev: 23467
2008-02-20 03:08:44 +00:00
Claire Ho
f785553c68
ICU-6172 fixed the duplicate time pattern.
...
X-SVN-Rev: 23397
2008-02-08 07:10:28 +00:00
George Rhoten
01ad058ec8
ICU-5966 Fix some compiler warnings
...
X-SVN-Rev: 23365
2008-02-07 17:36:15 +00:00
George Rhoten
4be82b37e9
ICU-5966 Fix some Intel compiler warnings
...
X-SVN-Rev: 23364
2008-02-07 17:32:07 +00:00
George Rhoten
c72d3c93e8
ICU-5966 Remove the Visual C++ 2008 linker warning about Windows 98 optimization option. It wasn't needed that much anyway.
...
X-SVN-Rev: 23362
2008-02-07 10:05:26 +00:00
Yoshito Umaoka
ba7bd65b8f
ICU-5561 Added another version of getCanonicalID which tells you if the given ID is a system timezon in C++. Updated ucal_getCanonicalTimeZone to support the feature as well.
...
X-SVN-Rev: 23354
2008-02-05 19:14:43 +00:00
Andrew J Macheret
7a0b18985e
ICU-5491 fixed a problem with negative multipliers, added tests for it
...
X-SVN-Rev: 23351
2008-02-05 04:25:48 +00:00
Michael Ow
573400e72a
ICU-5684 Add test case for parsing 'Y' and 'e'.
...
X-SVN-Rev: 23305
2008-01-24 21:19:51 +00:00
Yoshito Umaoka
873d3f5b19
ICU-5561 Adding new C++ API TimeZone::getCanonicalID and its C corresponding. Added test cases for the new API. Cleaned up ZoneMeta class.
...
X-SVN-Rev: 23299
2008-01-23 23:47:13 +00:00
George Rhoten
5391e72e09
ICU-6153 Fix for Windows versus non-Windows differences.
...
X-SVN-Rev: 23285
2008-01-22 00:11:43 +00:00
George Rhoten
a74869abf6
ICU-5955 Fix a few crashes under error conditions.
...
X-SVN-Rev: 23277
2008-01-21 17:35:02 +00:00
George Rhoten
e8e7c73d8a
ICU-6153 Prevent crash for large ChoiceFormat values by using the correct printf specification.
...
X-SVN-Rev: 23276
2008-01-21 17:27:53 +00:00
Andrew J Macheret
6c2161e7bd
ICU-5491 put back functionality for negative multipliers, fixed up some code to handle them correctly, and added tests.
...
X-SVN-Rev: 23228
2008-01-14 20:10:54 +00:00
George Rhoten
31500a228b
ICU-6126 Handle STROKE and PINYIN variants more consistently.
...
X-SVN-Rev: 23179
2008-01-07 20:07:39 +00:00
Steven R. Loomis
2ea08731e3
ICU-6018 remove test verbosity
...
X-SVN-Rev: 23175
2008-01-04 20:11:50 +00:00
George Rhoten
c05bd41d42
ICU-6118 Export less internal API.
...
X-SVN-Rev: 23173
2008-01-04 08:45:10 +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
Claire Ho
307a3f8307
ICU-6104 fixed the inconsistent behavior of DateTimePatternGen between ICU4C and ICU4J.
...
X-SVN-Rev: 23156
2008-01-03 01:40:16 +00:00
George Rhoten
7490278152
ICU-6118 Export less internal API.
...
X-SVN-Rev: 23155
2008-01-02 23:53:26 +00:00
George Rhoten
8a5b6a411b
ICU-6116 Readd LocaleAliasTest
...
X-SVN-Rev: 23151
2008-01-02 20:39:11 +00:00
Yoshito Umaoka
d5307ba937
ICU-5970 Merging tzdata 2007k into ICU4C trunk, with one necessary test data update.
...
X-SVN-Rev: 23150
2008-01-02 20:37:12 +00:00
George Rhoten
8081ce1d2b
ICU-5794 Various fixes for the following items.
...
1) Pass the locale on for the PluralFormat constructor
2) Perform normal ICU error code handling so that parse errors aren't discarded.
3) Remove more C++ static initialization.
4) Remove spaces from test names so that they can be called from the command line.
5) Fix various compiler warnings.
X-SVN-Rev: 23141
2007-12-29 05:51:50 +00:00
Claire Ho
368dcc71a7
ICU-6110 1. Fixed the date/time order issue. 2. Added more test cases.
...
X-SVN-Rev: 23127
2007-12-22 05:30:33 +00:00
George Rhoten
7ecc972c39
ICU-6076 Prevent a double mutex lock when the following happens.
...
ucol_open -> u_cleanup -> ures_open same locale.
Notice that the collator leaked, which contained open resource bundles. The resource bundle API didn't recover very well from this experience, and a double mutex lock happens, which is hard to debug in the test framework.
This change will make it easier to test the -m option, reduce open resources while a collator is running and make it easier to segment the collator for static libraries.
X-SVN-Rev: 23107
2007-12-18 01:31:11 +00:00
George Rhoten
075829e0f3
ICU-5794 Fix for HP-UX, which didn't like objects declared in an array like
...
this.
X-SVN-Rev: 23101
2007-12-17 21:10:47 +00:00
Claire Ho
c11cd154da
ICU-5794 merge from feature branch.
...
X-SVN-Rev: 23095
2007-12-17 01:39:55 +00:00
George Rhoten
deda12eb38
ICU-5990 Fix a memory leak.
...
X-SVN-Rev: 23090
2007-12-15 04:16:47 +00:00
George Rhoten
6112b5685d
ICU-6076 Fix some realloc issues.
...
X-SVN-Rev: 23086
2007-12-14 09:23:07 +00:00
Yoshito Umaoka
4cd394b8da
ICU-5990 Fixed a bug in the test case enabled for 3.9.1. status was not initialized to U_ZERO_ERROR properly.
...
X-SVN-Rev: 23081
2007-12-13 23:56:02 +00:00
Yoshito Umaoka
2e87f7e798
ICU-5990 Remove an unreferenced variable used by the timebomb in the previous version.
...
X-SVN-Rev: 23080
2007-12-13 22:28:06 +00:00
Yoshito Umaoka
0219cb81d9
ICU-5990 Updated the timezone test case and removed timebomb. Localized GMT format is available for bg locale
...
X-SVN-Rev: 23079
2007-12-13 21:41:21 +00:00
George Rhoten
09759f76f5
ICU-6098 Update to ICU 3.9.1
...
X-SVN-Rev: 23078
2007-12-13 21:37:23 +00:00
Andy Heninger
67e296e813
ICU-5386 Regular Expressions update, improved Java 1.5 compatibility. svn merge -r 22747:23061 from branches/andy/regex
...
X-SVN-Rev: 23063
2007-12-11 21:30:10 +00:00
George Rhoten
278ac82268
ICU-5955 Fix a memory leak.
...
X-SVN-Rev: 23040
2007-12-07 02:15:17 +00:00
George Rhoten
6fa9a969b8
ICU-5955 Fix a memory leak
...
X-SVN-Rev: 23038
2007-12-07 01:19:38 +00:00
George Rhoten
8e5fa8c4d8
ICU-5955 Fix memory leak
...
X-SVN-Rev: 23035
2007-12-06 18:33:45 +00:00
George Rhoten
16606cd531
ICU-5955 Fix a memory leak and a compiler warning.
...
X-SVN-Rev: 23033
2007-12-06 17:12:29 +00:00
Yoshito Umaoka
18224fd078
ICU-5990 Fix memory leak issues
...
X-SVN-Rev: 23018
2007-12-05 16:00:18 +00:00
Yoshito Umaoka
9380f65f4a
ICU-5990 Updated DateFormatRoundTrip test to support zone string format before 1970 properly
...
X-SVN-Rev: 22982
2007-11-29 19:28:51 +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
George Rhoten
bc4a8b72c1
ICU-6001 Fix callback
...
X-SVN-Rev: 22906
2007-11-08 21:06:10 +00:00
George Rhoten
c4849a6107
ICU-6010 ISO-3166 update
...
X-SVN-Rev: 22884
2007-11-04 00:06:32 +00:00
Michael Ow
3b76a8e2fb
ICU-5950 Added test case and added internal breakiterator to hold the character breakiterator.
...
X-SVN-Rev: 22854
2007-10-25 22:02:54 +00:00
Markus Scherer
49868a5a68
ICU-6001 fix ucnv_getUnicodeSet(LMBCS)
...
X-SVN-Rev: 22850
2007-10-25 05:17:43 +00:00
Markus Scherer
b90b809ea1
ICU-6002 HZ: restrict byte values and fix various bugs
...
X-SVN-Rev: 22849
2007-10-25 05:03:34 +00:00
Markus Scherer
31b85e745d
ICU-6001 UCNV_ROUNDTRIP_AND_FALLBACK_SET for ucnv_getUnicodeSet(); improve set filtering; fix some bugs
...
X-SVN-Rev: 22847
2007-10-24 21:15:41 +00:00
Doug Felt
fb2431bbdd
ICU-6000 fix for RBNF in ICU4C
...
X-SVN-Rev: 22845
2007-10-24 00:38:03 +00:00
Michael Ow
f6ec12ee6c
ICU-5024 Add test case for diactric matching bug.
...
X-SVN-Rev: 22839
2007-10-23 19:09:59 +00:00
Claire Ho
ff81b45d21
ICU-5977 set the timezone to GMT to avoid the inconsisitent result.
...
X-SVN-Rev: 22764
2007-10-09 20:22:16 +00:00
Yoshito Umaoka
8a4005e165
ICU-5971 Fix a test failure in TestFebruary. The test for Olson time zone America/Sao_Paulo is no longer valid with tzdata 2007h
...
X-SVN-Rev: 22726
2007-10-01 20:22:47 +00:00
John Emmons
1f0933a1df
ICU-5965 Update metazone transition info to be GMT
...
X-SVN-Rev: 22723
2007-10-01 15:00:26 +00:00
Claire Ho
96ae8b8b0a
ICU-5939 Added C/C++ test cases of DateTimePatternGenerator.
...
X-SVN-Rev: 22697
2007-09-18 00:00:00 +00:00
John Emmons
5841b2c731
ICU-5910 Add test for TestTimeZoneDisplayName
...
X-SVN-Rev: 22638
2007-09-06 21:22:41 +00:00
George Rhoten
c8bb832ad8
ICU-5919 Fixes for old iostream usage on HP-UX
...
X-SVN-Rev: 22634
2007-09-06 18:00:08 +00:00
George Rhoten
a8e2903338
ICU-5905 Fix svn properties
...
X-SVN-Rev: 22612
2007-09-01 07:22:23 +00:00
Markus Scherer
7bb221a187
ICU-5869 revert changes (r22476); too risky and needs further discussion; see ticket reply
...
X-SVN-Rev: 22607
2007-08-31 19:39:14 +00:00
Markus Scherer
172c5af054
ICU-5882 revert changes: ticket 5869 needs to be either fixed or rolled back, and the original test code in csdetest.cpp helps expose 5869's problem
...
X-SVN-Rev: 22602
2007-08-31 18:06:46 +00:00
George Rhoten
f3084b1f1b
ICU-5889 Fix some logic errors uncovered by BEAM.
...
X-SVN-Rev: 22592
2007-08-31 04:58:52 +00:00
John Emmons
45f5c60bb7
ICU-5104 Reverting mistaken change to dtfmtrtts.cpp
...
X-SVN-Rev: 22570
2007-08-29 19:45:43 +00:00
John Emmons
2949a8fd76
ICU-5104 Add test for Portuguese number spellout
...
X-SVN-Rev: 22569
2007-08-29 19:42:49 +00:00
George Rhoten
a904086007
ICU-5343 Code formatting fixes.
...
X-SVN-Rev: 22563
2007-08-29 07:09:37 +00:00
Claire Ho
e48c68df67
ICU-5787 more code cleanup.
...
X-SVN-Rev: 22534
2007-08-26 20:10:45 +00:00
Eric Mader
4cc1a9181c
ICU-5882 forgot to call ucnv_close() on the converter...
...
X-SVN-Rev: 22523
2007-08-24 19:13:00 +00:00
Eric Mader
4d34e9654f
ICU-5882 use ucnv_getMinCharSize() to allocate space for trailing null character.
...
X-SVN-Rev: 22522
2007-08-24 19:04:53 +00:00
Steven R. Loomis
02f8bbd8b2
ICU-2895 relative date testing and fix
...
X-SVN-Rev: 22493
2007-08-23 20:14:07 +00:00
Eric Mader
6a6f3feb6b
ICU-5871 Fix crashes found running intltest w/o ICU data.
...
X-SVN-Rev: 22477
2007-08-23 01:19:39 +00:00
George Rhoten
8620a4a530
ICU-5869 Properly NULL terminate strings that are not byte based, like UTF-16 or UTF-32.
...
X-SVN-Rev: 22476
2007-08-22 23:39:11 +00:00
Michael Ow
c9e968fbba
ICU-5343 Port over TestRounding from ICU4J to ICU4C.
...
X-SVN-Rev: 22473
2007-08-22 19:58:25 +00:00
George Rhoten
ad98d31c53
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22461
2007-08-21 23:02:50 +00:00
John Emmons
96dbf4b17d
ICU-5861 Implement new date formatting symbols from tr35
...
X-SVN-Rev: 22451
2007-08-21 16:57:21 +00:00
George Rhoten
2aca9a194a
ICU-5852 Fix for Visual Studio 2003
...
X-SVN-Rev: 22425
2007-08-19 20:46:51 +00:00
George Rhoten
0d851cdb94
ICU-5852 Fix for Visual Studio 2003
...
X-SVN-Rev: 22424
2007-08-19 20:18:55 +00:00
George Rhoten
10b81c7930
ICU-4567 Fix last change so that it works on Windows.
...
X-SVN-Rev: 22421
2007-08-19 07:00:36 +00:00
George Rhoten
a0088597b1
ICU-5852 Improve ability to round denormalized IEEE754 numbers and improve debug output.
...
X-SVN-Rev: 22417
2007-08-17 05:27:19 +00:00
Andy Heninger
3c035f1d12
ICU-5766 Remove Extended Grapheme Cluster from Break Iteration
...
X-SVN-Rev: 22412
2007-08-16 23:14:06 +00:00
Steven R. Loomis
398b2aafc0
ICU-4567 taiwan calendar for C/C++
...
X-SVN-Rev: 22403
2007-08-16 18:40:18 +00:00
George Rhoten
6307379a95
ICU-5821 Fix some issues for i5/OS
...
X-SVN-Rev: 22385
2007-08-15 01:31:52 +00:00
George Rhoten
5978af8238
ICU-5821 Fix some issues for i5/OS
...
X-SVN-Rev: 22382
2007-08-14 20:36:38 +00:00
Steven R. Loomis
7951431096
ICU-4567 TW calendar data
...
X-SVN-Rev: 22376
2007-08-13 23:48:00 +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
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
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
John Emmons
3250ab24d7
ICU-4930 Fix number spellout for Italian
...
X-SVN-Rev: 22329
2007-08-09 20:29:32 +00:00
George Rhoten
0781890fa8
ICU-5821 Fix for i5/OS
...
X-SVN-Rev: 22325
2007-08-09 00:04:00 +00:00
Yoshito Umaoka
979a520c59
ICU-5454 Increase the code coverage for ICU4C. Fixed a bug in VTimeZone operator=.
...
X-SVN-Rev: 22318
2007-08-08 17:14:55 +00:00
George Rhoten
e7acc3369e
ICU-5454 Fix some new memory leaks.
...
X-SVN-Rev: 22317
2007-08-08 09:04:52 +00:00
Claire Ho
c9f5e38fb9
ICU-5787 Added operator!= .
...
X-SVN-Rev: 22313
2007-08-08 01:07:23 +00:00
Yoshito Umaoka
0de5cefde3
ICU-5454 Ported additional time zone test cases from ICU4J. Also fixed some bugs found by the new test cases.
...
X-SVN-Rev: 22311
2007-08-08 00:57:05 +00:00
Claire Ho
f6a2f2a082
ICU-5787 1. Added test cases. 2. Fixed bug in == operator.
...
X-SVN-Rev: 22306
2007-08-07 23:16:36 +00:00
George Rhoten
1c43d7eb86
ICU-5787 Make the error output more informational, and don't use C++ static
...
intialization.
X-SVN-Rev: 22298
2007-08-07 07:22:18 +00:00
Claire Ho
887eafb2c8
ICU-5787 1. Added test cases. 2. code clean up.
...
X-SVN-Rev: 22295
2007-08-07 03:14:19 +00:00
Yoshito Umaoka
33ab224bb2
ICU-5820 Merging the updated test case from ICU4J
...
X-SVN-Rev: 22290
2007-08-06 22:19:03 +00:00
John Emmons
f53516fb63
ICU-5787 Minor code cleanup
...
X-SVN-Rev: 22288
2007-08-06 21:30:03 +00:00
John Emmons
a2d03cc0fb
ICU-5708 Generic time zone support
...
X-SVN-Rev: 22283
2007-08-06 15:17:35 +00:00
George Rhoten
964217bd77
ICU-5787 Reenable failing test.
...
X-SVN-Rev: 22281
2007-08-04 05:00:56 +00:00
George Rhoten
e032fbca08
ICU-5787 Temporarily comment out failing test.
...
X-SVN-Rev: 22279
2007-08-04 04:57:36 +00:00
George Rhoten
3cf8f114a3
ICU-5787 Still trying to narrow down AIX failure and memory leaks.
...
X-SVN-Rev: 22276
2007-08-04 03:14:19 +00:00
George Rhoten
40bb1dfddb
ICU-5787 Check point check in to fix the following errors.
...
Memory leaks. Portability errors. Compiler warnings. etc.
Still trying to narrow down AIX failure.
X-SVN-Rev: 22274
2007-08-04 02:44:11 +00:00
George Rhoten
507e86ddc1
ICU-5787 Trying to debug failure on AIX. Make it easier to specify a test name by not using spaces in the test name.
...
X-SVN-Rev: 22270
2007-08-04 01:15:18 +00:00
Claire Ho
efe2014ed1
ICU-5787 merge from feature branch revision 22024:22252.
...
X-SVN-Rev: 22260
2007-08-03 18:43:04 +00:00
George Rhoten
ecc0887db3
ICU-5761 Fixes for CLDR 1.5 integration.
...
X-SVN-Rev: 22243
2007-08-01 22:29:35 +00:00
George Rhoten
57451916b9
ICU-5761 Fixes for CLDR 1.5 integration.
...
X-SVN-Rev: 22216
2007-07-31 07:10:14 +00:00
George Rhoten
fa57cb2544
ICU-5575 Update to version 3.8.
...
X-SVN-Rev: 22197
2007-07-28 03:41:30 +00:00
Yoshito Umaoka
d13bbadcae
ICU-5811 Update ICU time zone supplemental definitions for SystemV time zones synchronized with CLDR 1.5
...
X-SVN-Rev: 22196
2007-07-28 03:10:59 +00:00
Markus Scherer
c12f6712f9
ICU-4935 add U_TITLECASE_NO_LOWERCASE, U_TITLECASE_NO_BREAK_ADJUSTMENT, ucasemap_get/setBreakIterator, ucasemap_toTitle, ucasemap_utf8ToTitle, ucasemap_utf8FoldCase, UnicodeString::toTitle(...options)
...
X-SVN-Rev: 22170
2007-07-27 06:37:08 +00:00
Eric Mader
2531662042
ICU-5805 Update copyright notices for ICU 3.8
...
X-SVN-Rev: 22169
2007-07-27 03:25:38 +00:00
Eric Mader
bb4a371fdb
ICU-5805 Update copyright notices for ICU 3.8
...
X-SVN-Rev: 22167
2007-07-27 03:12:12 +00:00
John Emmons
e4726d7ed3
ICU-5761 CLDR 1.5 data integration
...
X-SVN-Rev: 22154
2007-07-26 17:24:12 +00:00
Yoshito Umaoka
fb68bb6add
ICU-5559 Normalize time zone ID using RFC822 format in the result TimeZone when it is created by TimeZone#createTimeZone with custom ID.
...
X-SVN-Rev: 22129
2007-07-24 21:37:19 +00:00
George Rhoten
2435b965b7
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22127
2007-07-24 21:21:49 +00:00
George Rhoten
8f18898777
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22122
2007-07-24 08:52:56 +00:00
George Rhoten
336a97e129
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22121
2007-07-24 08:45:50 +00:00
George Rhoten
ffa667e80f
ICU-3778 Fix uninitialized memory from new test.
...
X-SVN-Rev: 22096
2007-07-22 21:31:46 +00:00
George Rhoten
765302affd
ICU-5775 Remove parentheses on test name
...
X-SVN-Rev: 22095
2007-07-22 20:56:42 +00:00
Yoshito Umaoka
0651c49b65
ICU-3778 Added getTZDataVersion for C and C++
...
X-SVN-Rev: 22063
2007-07-19 22:29:51 +00:00
George Rhoten
c0598f5da9
ICU-5617 Revert encoding detection code for z/OS.
...
X-SVN-Rev: 22057
2007-07-19 16:41:48 +00:00
Markus Scherer
19446aeeba
ICU-5585 fast, freezable UnicodeSet with span() with string support; svn merge -r 21018:22033 http://source.icu-project.org/repos/icu/icu/branches/markus/fastset and revert source/test/perf/unisetperf/draft/* and source/common/utrie.* and source/allinone/allinone.sln (experimental code)
...
X-SVN-Rev: 22053
2007-07-19 04:33:20 +00:00
Eric Mader
997bd7afb7
ICU-4082 Initial checkin of Indian Calendar.
...
X-SVN-Rev: 22018
2007-07-17 21:17:35 +00:00
Steven R. Loomis
52f7ab97af
ICU-4567 merge in warning fixes, add calendar operations test
...
X-SVN-Rev: 22011
2007-07-17 14:54:46 +00:00
George Rhoten
d1f7d0ed12
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22008
2007-07-17 05:57:55 +00:00
George Rhoten
f7d42996e2
ICU-5617 Fix compiler error on Cygwin
...
X-SVN-Rev: 22001
2007-07-16 20:08:07 +00:00
George Rhoten
25c7eca3ab
ICU-5617 Fix compiler error on Windows.
...
X-SVN-Rev: 21998
2007-07-16 18:52:55 +00:00
George Rhoten
eb3f3bc9c0
ICU-5454 Fix some new memory leaks.
...
X-SVN-Rev: 21983
2007-07-14 07:04:17 +00:00
George Rhoten
57f9ad80e7
ICU-5454 Fix some new memory leaks.
...
X-SVN-Rev: 21981
2007-07-14 03:58:14 +00:00
Andy Heninger
2d8fa82c26
ICU-5617 Update set of characters that are ignored for the purposes of finding word boundaries, for simple (not UAX 29) \b boundaries.
...
X-SVN-Rev: 21973
2007-07-13 22:12:31 +00:00
Steven R. Loomis
ded9418a56
ICU-4567 build fixes
...
X-SVN-Rev: 21964
2007-07-13 17:34:22 +00:00
Steven R. Loomis
1e3c43e8e5
ICU-4567 Win32 fixes for Data Driven CalTest
...
X-SVN-Rev: 21956
2007-07-12 22:58:54 +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
Andy Heninger
0e19040557
ICU-5775 add test case for reported RBBI problem
...
X-SVN-Rev: 21934
2007-07-10 18:11:43 +00:00
Andy Heninger
ca5d005978
ICU-5766 Extended Grapheme Clusters for ICU4C
...
X-SVN-Rev: 21933
2007-07-10 01:25:26 +00:00
Yoshito Umaoka
da04d51d69
ICU-5454 Close resource bundle properly in VTimeZone::createVTimeZoneByID. Also resolve a strict compiler warning in tzrulets.cpp
...
X-SVN-Rev: 21915
2007-07-05 21:43:03 +00:00
Yoshito Umaoka
e0e1ccd5a4
ICU-5454 Fix some compiler warnings
...
X-SVN-Rev: 21912
2007-07-05 17:17:59 +00:00
Andy Heninger
3fc4373c3e
ICU-5389 add test for this regexp error
...
X-SVN-Rev: 21867
2007-06-29 23:40:04 +00:00
Steven R. Loomis
d1d8aedcb3
ICU-4567 taiwan calendar - improved test
...
X-SVN-Rev: 21855
2007-06-29 17:27:56 +00:00
Steven R. Loomis
9f4a4ce5e0
ICU-4567 initial taiwan calendar support
...
X-SVN-Rev: 21854
2007-06-29 16:56:34 +00:00
George Rhoten
a18ec71d3e
ICU-5454 Fix newline settings.
...
X-SVN-Rev: 21852
2007-06-29 16:28:04 +00:00
Yoshito Umaoka
b340ff12f6
ICU-5454 Merging ICU4C RuleBasedTimeZone/TimeZoneRule/VTimeZone implementation into trunk
...
X-SVN-Rev: 21845
2007-06-29 03:10:43 +00:00
John Emmons
7d837015e3
ICU-5486 CLDR 1.5 Integration run for 3.8M2
...
X-SVN-Rev: 21842
2007-06-28 20:59:10 +00:00
George Rhoten
649b133cd2
ICU-5416 Add configure option to weakly reference the threading library.
...
This can be helpful on ELF based systems.
X-SVN-Rev: 21825
2007-06-26 01:52:09 +00:00
George Rhoten
722157c4d9
ICU-5410 Improve code coverage.
...
X-SVN-Rev: 21824
2007-06-25 22:09:38 +00:00
George Rhoten
fdc039a8bd
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 21817
2007-06-24 04:15:38 +00:00
George Rhoten
fd263f86cf
ICU-5279 Hide DigitList
...
X-SVN-Rev: 21816
2007-06-24 03:19:59 +00:00