George Rhoten
1d64a7d5b4
ICU-6125 Mark more data constant.
...
X-SVN-Rev: 23181
2008-01-08 03:46:30 +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
George Rhoten
627e666a35
ICU-6125 Reduce writable memory so that more of the data can be shared between processes.
...
X-SVN-Rev: 23178
2008-01-06 07:46:45 +00:00
George Rhoten
82b85fb45c
ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date).
...
Remove some references to unused internal header references.
Make some functions library private.
X-SVN-Rev: 23177
2008-01-05 01:27:56 +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
2318f11693
ICU-6123 On HP-UX, zh_HK.big5 uses a different charmap from zh_TW.big5
...
X-SVN-Rev: 23174
2008-01-04 17:34:02 +00:00
George Rhoten
c05bd41d42
ICU-6118 Export less internal API.
...
X-SVN-Rev: 23173
2008-01-04 08:45:10 +00:00
George Rhoten
49763cd5c8
ICU-5386 Rehide debugging functions
...
X-SVN-Rev: 23172
2008-01-04 08:42:53 +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
Steven R. Loomis
f5997fb476
ICU-6122 Fake Time support
...
X-SVN-Rev: 23165
2008-01-04 01:05:15 +00:00
George Rhoten
977716d034
ICU-5955 Move variable to bss section by initializing it to 0
...
X-SVN-Rev: 23160
2008-01-03 10:10:15 +00:00
George Rhoten
271c9f4f42
ICU-6112 Initialize variable properly when using performance tests
...
X-SVN-Rev: 23159
2008-01-03 10:09:12 +00:00
George Rhoten
dd845e9520
ICU-5955 Mark data const
...
X-SVN-Rev: 23158
2008-01-03 10:07:47 +00:00
George Rhoten
13c6adb8cb
ICU-6112 Eliminate the __common section in the __DATA segment on Mac OS X
...
X-SVN-Rev: 23157
2008-01-03 08:33:25 +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
35aa7a6339
ICU-5794 Prevent an infinite loop.
...
X-SVN-Rev: 23153
2008-01-02 21:00:31 +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
Michael Ow
3fb75dd27a
ICU-6101 Use hasNext to check for end of iterator.
...
X-SVN-Rev: 23144
2007-12-31 20:25:48 +00:00
George Rhoten
85832f0f2d
ICU-6112 Don't export private symbols, and bind the symbols locally on
...
Solaris.
X-SVN-Rev: 23142
2007-12-30 00:26:21 +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
George Rhoten
d89d165bfd
ICU-6112 Make ucol_contractionEndCP more like ucol_unsafeCP
...
X-SVN-Rev: 23139
2007-12-28 21:16:45 +00:00
George Rhoten
012debec5d
ICU-6112 Minor performance enhancement for strcoll with strings that have common prefixes. Turn a few constants into real constants. The more common switch cases should be checked sooner (surrogates aren't that common as shown by collperf). Move ucol_cloneBinary closer to the other clone methods for legibility reasons.
...
X-SVN-Rev: 23138
2007-12-28 20:08:41 +00:00
George Rhoten
da6bcd2c16
ICU-6112 Reset a converter about 20% faster. This is helpful when converting many small strings. In the overall scheme of things, it's not that significant since a reset is generally quick.
...
X-SVN-Rev: 23137
2007-12-28 19:59:17 +00:00
George Rhoten
10611e82fd
ICU-6004 More white space changes for easier code review. Unify indentation to the standard 4 spaces.
...
X-SVN-Rev: 23136
2007-12-26 21:45:18 +00:00
George Rhoten
ce9333ff8e
ICU-6004 More white space changes for easier code review. Unify indentation to the standard 4 spaces.
...
X-SVN-Rev: 23135
2007-12-26 21:44:39 +00:00
George Rhoten
3918c4f055
ICU-6004 More white space changes for easier code review. Unify indentation to the standard 4 spaces.
...
X-SVN-Rev: 23134
2007-12-26 21:37:40 +00:00
George Rhoten
95265fc6ec
ICU-6024 Handle memory failure a little better.
...
X-SVN-Rev: 23133
2007-12-26 19:55:00 +00:00
George Rhoten
28d188c581
ICU-6024 Update comments to reflect new implementation.
...
X-SVN-Rev: 23132
2007-12-26 19:38:01 +00:00
George Rhoten
e3b500cb29
ICU-6024 Update comments to reflect new implementation.
...
X-SVN-Rev: 23131
2007-12-26 19:34:45 +00:00
George Rhoten
021daf4b4a
ICU-6004 More white space changes for easier code review. Unify indentation to the standard 4 spaces.
...
X-SVN-Rev: 23130
2007-12-26 19:27:43 +00:00
George Rhoten
f53704dfc4
ICU-6004 Remove tabs from source code for easier code review.
...
X-SVN-Rev: 23129
2007-12-26 18:50:17 +00:00
Claire Ho
ff531c3e87
ICU-6110 renamed variables.
...
X-SVN-Rev: 23128
2007-12-22 06:29:24 +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
Michael Ow
326689f2cb
ICU-6101 Fix Lenient UTF8 issue and add test for new supplemental character checking code.
...
X-SVN-Rev: 23122
2007-12-21 00:08:12 +00:00
Michael Ow
f2a8d7dd61
ICU-6101 Move the setting of variable from inside a macro call to outside.
...
X-SVN-Rev: 23116
2007-12-20 19:22:58 +00:00
Michael Ow
20a3dfbb35
ICU-6101 Remove redundant character iterator position test.
...
X-SVN-Rev: 23115
2007-12-20 17:35:04 +00:00
Michael Ow
50269e4bb7
ICU-6101 Add check for surrogate pair during test for discontiguous contraction.
...
X-SVN-Rev: 23114
2007-12-19 23:37:23 +00:00
George Rhoten
cc84d97266
ICU-6103 Don't use C++ static initialization
...
X-SVN-Rev: 23113
2007-12-19 22:39:09 +00:00
Claire Ho
f6900ac943
ICU-5794 Fixed static initialization problem.
...
X-SVN-Rev: 23111
2007-12-19 05:25:09 +00:00
George Rhoten
bebc001574
ICU-6076 Fix a memory leak on really bad failures.
...
X-SVN-Rev: 23109
2007-12-18 19:07:36 +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
344e2283d7
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: 23104
2007-12-18 01:19:16 +00:00
George Rhoten
5bb343c749
ICU-5955 Better bit packing of the hash table as reported by Purify.
...
X-SVN-Rev: 23102
2007-12-17 22:12:44 +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
George Rhoten
1f17b06512
ICU-5794 Fixes for Windows, build configuration and other issues.
...
X-SVN-Rev: 23100
2007-12-17 20:07:37 +00:00
George Rhoten
682f94570c
ICU-5794 Fixes for HP-UX
...
X-SVN-Rev: 23099
2007-12-17 19:35:31 +00:00
George Rhoten
dc0166c6ae
ICU-5794 Fixes for Windows, build configuration and other issues.
...
X-SVN-Rev: 23098
2007-12-17 19:30:03 +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
2768704120
ICU-5955 Reduce test node size for easier valgrind heap analysis.
...
X-SVN-Rev: 23094
2007-12-16 01:20:13 +00:00
George Rhoten
c2d667f950
ICU-5990 Slightly reduce the cache further.
...
X-SVN-Rev: 23092
2007-12-15 11:21:16 +00:00
George Rhoten
04871ef43f
ICU-5955 valgrind's massif tool (heap profiler) shows this test using a lot of unnecesary heap.
...
Decrease amount of heap used, and allow future supplementary characters to be tested too.
X-SVN-Rev: 23091
2007-12-15 10:01:09 +00:00
George Rhoten
deda12eb38
ICU-5990 Fix a memory leak.
...
X-SVN-Rev: 23090
2007-12-15 04:16:47 +00:00
Michael Ow
d9958662e3
ICU-6024 Add dynamic buffer to collIterate to extend the size of CEs if needed to limit buffer overflow errors. CE buffer overflow cintltst test is changed to reflect this change.
...
X-SVN-Rev: 23089
2007-12-15 00:30:35 +00:00
George Rhoten
b29d3066db
ICU-6076 There is no need to use the internal malloc API.
...
X-SVN-Rev: 23088
2007-12-14 10:29:06 +00:00
George Rhoten
1725c5899a
ICU-6076 Fix some allocation issues.
...
X-SVN-Rev: 23087
2007-12-14 10:17:12 +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
b2d926052e
ICU-5386 Fix a compilation problem in the previous revision - changed int to int32_t.
...
X-SVN-Rev: 23084
2007-12-14 03:53:20 +00:00
George Rhoten
9e018fe33b
ICU-6098 Update to ICU 3.9.1
...
X-SVN-Rev: 23083
2007-12-14 02:13:33 +00:00
George Rhoten
dc72952350
ICU-6076 Fix memory leak from new code for -m option
...
X-SVN-Rev: 23082
2007-12-14 00:46:21 +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
George Rhoten
0e9dbb4a32
ICU-6093 Allow icupkg to check for %%DEPENDENCY items.
...
X-SVN-Rev: 23077
2007-12-13 03:00:29 +00:00
George Rhoten
84051fc883
ICU-5985 Make the gcc configuration build like xlC_r
...
X-SVN-Rev: 23073
2007-12-12 17:28:24 +00:00
George Rhoten
e87f0d6ca0
ICU-6088 The numeric keys are sorted last in structLocale on EBCDIC base machines. Account for those platforms too.
...
X-SVN-Rev: 23067
2007-12-11 22:54:43 +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
2659a41917
ICU-6076 Add -m test option for easier memory failure testing.
...
The number of allocations can now be determined so that people can be
notified of a memory leak sooner than later in a development cycle.
Only C based test frameworks are affected.
Some test fixes for when the memory is limited to 100K per allocation are also
added.
X-SVN-Rev: 23042
2007-12-07 10:49:34 +00:00
Markus Scherer
2c15ef3b5c
ICU-6071 test and fix BMP-SBCS 1:2 and 2:1 conversions
...
X-SVN-Rev: 23041
2007-12-07 05:34:26 +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
Yoshito Umaoka
a184afed39
ICU-5990 Fixed some bugs in code supporting old metazone mapping data.
...
X-SVN-Rev: 23034
2007-12-06 17:21:28 +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
George Rhoten
2297d8ce9c
ICU-5990 Allocate about 300K less and about 2,000 fewer allocations.
...
X-SVN-Rev: 23032
2007-12-06 06:02:02 +00:00
Yoshito Umaoka
40a1b853e2
ICU-5990 Use of a reference to a resource bundle string for tzid in meta-to-olson mapping table. Set NULL to the static global ZoneStringFormat cache. Added a code to prevent Purify to generate UMR warnings.
...
X-SVN-Rev: 23031
2007-12-06 03:28:08 +00:00
George Rhoten
15733e3e0e
ICU-5990 Convert fewer char * strings.
...
X-SVN-Rev: 23030
2007-12-06 01:14:09 +00:00
George Rhoten
9f5c0d840a
ICU-5990 Don't use charset conversion for invariant strings. Allocate less memory. Alias resource bundle string more frequently.
...
X-SVN-Rev: 23029
2007-12-06 00:46:41 +00:00
Steven R. Loomis
37a5cf7d49
ICU-6063 Really fix memory leak.
...
X-SVN-Rev: 23028
2007-12-05 23:57:11 +00:00
Steven R. Loomis
c6184cf96d
ICU-6063 fix memory leak. Also, rename a variable for clarity
...
X-SVN-Rev: 23025
2007-12-05 21:13:44 +00:00
Yoshito Umaoka
155de1eafe
ICU-5990 Fixed a memory leak problem in ZoneStringFormat cache.
...
X-SVN-Rev: 23024
2007-12-05 20:44:15 +00:00
Yoshito Umaoka
7ccc5b70ff
ICU-6051 Changed from Calendar.IS_LEAP_MONTH to ChineseCalendar.IS_LEAP_MONTH in the data drive test generation code.
...
X-SVN-Rev: 23023
2007-12-05 20:22:54 +00:00
Markus Scherer
efc935f2d3
ICU-6059 add test for u_strFromUTF8(E0 A5 9C)
...
X-SVN-Rev: 23020
2007-12-05 19:30:57 +00:00
George Rhoten
a8777a6f4e
ICU-5966 Fix some compiler warnings.
...
X-SVN-Rev: 23019
2007-12-05 16:44:08 +00:00
Yoshito Umaoka
18224fd078
ICU-5990 Fix memory leak issues
...
X-SVN-Rev: 23018
2007-12-05 16:00:18 +00:00
George Rhoten
0dda41de85
ICU-5966 Fix some compiler warnings.
...
X-SVN-Rev: 23017
2007-12-05 05:37:54 +00:00
John Emmons
d05a895ee1
ICU-6047 Integrate data change from CLDR 1566
...
X-SVN-Rev: 23014
2007-12-05 02:57:27 +00:00
George Rhoten
42b8c8fe7d
ICU-6054 Add comments on when remapPlatformDependentCodepage should be modified.
...
X-SVN-Rev: 23007
2007-12-04 16:44:36 +00:00
George Rhoten
1d1a2181e5
ICU-6054 Remap ambiguous EUC alias, and add sun_eu_greek alias.
...
X-SVN-Rev: 23006
2007-12-04 16:36:03 +00:00
Yoshito Umaoka
9521f5bc4c
ICU-5970 tzdata 2007j into ICU4C
...
X-SVN-Rev: 23003
2007-12-03 18:16:01 +00:00
George Rhoten
6fac6db1b4
ICU-5913 timebomb isn't needed
...
X-SVN-Rev: 22995
2007-11-30 20:24:58 +00:00
George Rhoten
b375764ea9
ICU-5913 Fix C++ comment in C code and fix timebomb
...
X-SVN-Rev: 22993
2007-11-30 20:02:21 +00:00
George Rhoten
1c53993fe7
ICU-5913 Use C comments instead of C++ comments.
...
X-SVN-Rev: 22992
2007-11-30 17:40:47 +00:00
Claire Ho
c6dab684b7
ICU-5913 FCD broken in vi/ro sorts.
...
X-SVN-Rev: 22988
2007-11-30 04:29:20 +00:00
John Emmons
9ec55174e8
ICU-6047 Integrate CLDR 1.5.1 data
...
X-SVN-Rev: 22987
2007-11-30 02:46:05 +00:00
Markus Scherer
2096b06370
ICU-5930 no U_NAMESPACE_BEGIN/END in C API headers
...
X-SVN-Rev: 22986
2007-11-29 23:23:51 +00:00
Yoshito Umaoka
6dbeb85bff
ICU-5970 Olson tzdata 2007i
...
X-SVN-Rev: 22985
2007-11-29 20:29:41 +00:00
Markus Scherer
b3db774efc
ICU-5930 make layout engine compile with -DU_USING_ICU_NAMESPACE=0
...
X-SVN-Rev: 22983
2007-11-29 19:52:22 +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
6490ed1ae8
ICU-6034 Prevent a mutex deadlock in case tzset really calls ICU under the covers.
...
X-SVN-Rev: 22960
2007-11-26 18:25:01 +00:00
Matitiahu Allouche
bd833a37f2
ICU-6032 fix the bug for ICU4C.
...
X-SVN-Rev: 22957
2007-11-22 15:52:32 +00:00
Michael Ow
ad499a6c4b
ICU-738 Eliminate extra space by offseting position argument by 1.
...
X-SVN-Rev: 22947
2007-11-16 21:03:01 +00:00
Eric Mader
b4afc1aece
ICU-6004 remove C++ comments.
...
X-SVN-Rev: 22943
2007-11-16 01:25:00 +00:00
Michael Ow
dd6609733d
ICU-738 Fix Linux malloc error.
...
X-SVN-Rev: 22942
2007-11-15 23:33:24 +00:00
Andrew J Macheret
b936324dea
ICU-6004 Tiny fix - Added end-lines to error messages
...
X-SVN-Rev: 22941
2007-11-15 23:19:14 +00:00
Andrew J Macheret
ec863e6f4e
ICU-6004 Added a test in cmsccoll.c
...
X-SVN-Rev: 22940
2007-11-15 23:09:40 +00:00
George Rhoten
af18df5289
ICU-5900 Fix logic issue with u_toSmallKana and u_toLargeKana
...
X-SVN-Rev: 22924
2007-11-14 18:06:11 +00:00
Andrew J Macheret
f23e13afaf
ICU-6004 Added a line so that the code that generates a partial key will ignore ignorables, just like the full key generator does
...
X-SVN-Rev: 22909
2007-11-09 20:32:16 +00:00
George Rhoten
bc4a8b72c1
ICU-6001 Fix callback
...
X-SVN-Rev: 22906
2007-11-08 21:06:10 +00:00
Michael Ow
a47509395b
ICU-738 Fix intialization warnings.
...
X-SVN-Rev: 22905
2007-11-08 18:16:15 +00:00
Michael Ow
3bab6dc25c
ICU-738 Add argument list to store va_list information when positional data is given.
...
X-SVN-Rev: 22904
2007-11-08 17:21:40 +00:00
Eric Mader
b97a0ed12e
ICU-5923 Remove stray C++ comment.
...
X-SVN-Rev: 22901
2007-11-08 00:20:57 +00:00
Eric Mader
f9c887d9a5
ICU-5923 Fix broken logical to physical mapping, improve test.
...
X-SVN-Rev: 22898
2007-11-07 00:37:48 +00:00
Michael Ow
f87c360920
ICU-738 Eliminate call to system sprintf in reordering test.
...
X-SVN-Rev: 22897
2007-11-07 00:30:22 +00:00
Andrew J Macheret
1f872827e3
ICU-4081 Ported more tests and fixed more problems revealed by tests
...
X-SVN-Rev: 22896
2007-11-07 00:07:35 +00:00
Michael Ow
ae68bce23b
ICU-738 Fix Windows error in strtst.c.
...
X-SVN-Rev: 22895
2007-11-06 23:30:23 +00:00
Andrew J Macheret
f018a43611
ICU-4081 Ported tests and fixed problems revealed by tests
...
X-SVN-Rev: 22894
2007-11-06 22:26:06 +00:00
Andrew J Macheret
4fc941c249
ICU-4081 Fixed warnings
...
X-SVN-Rev: 22892
2007-11-06 20:09:52 +00:00
Michael Ow
823b13cee5
ICU-5993 Eliminate infinite loop when search pattern is single combining diactrical.
...
X-SVN-Rev: 22891
2007-11-06 20:00:35 +00:00
Michael Ow
a135e7122c
ICU-738 Add reordering test for u_sprintf.
...
X-SVN-Rev: 22889
2007-11-06 18:23:29 +00:00
Michael Ow
4a66e7ca13
ICU-738 Add *printf reordering capabilities by parsing argument list.
...
X-SVN-Rev: 22888
2007-11-06 18:01:07 +00:00
Claire Ho
13ec3d524f
ICU-5913 Need to add the rules somewhere else. Withdraw the previous changes first.
...
X-SVN-Rev: 22886
2007-11-06 02:28:36 +00:00
George Rhoten
c4849a6107
ICU-6010 ISO-3166 update
...
X-SVN-Rev: 22884
2007-11-04 00:06:32 +00:00
Markus Scherer
52ef174f12
ICU-6017 support local alias files in reslocal.mk
...
X-SVN-Rev: 22880
2007-11-01 23:10:52 +00:00
Michael Ow
bd5dc8355d
ICU-4384 Make sure u_snprintf and similar functions conform to POSIX snprintf and change test to reflect this.
...
X-SVN-Rev: 22878
2007-10-31 23:17:15 +00:00
Claire Ho
88f2f061d7
ICU-5913 fixed bug in discontinuous contractions.
...
X-SVN-Rev: 22876
2007-10-31 05:32:26 +00:00
Michael Ow
feba867323
ICU-4279 Add test case for NFD and NFC string search.
...
X-SVN-Rev: 22873
2007-10-30 19:45:55 +00:00
David Bertoni
233ddab1bc
ICU-5891 Updates per code review. Also added new data-driven test case.
...
X-SVN-Rev: 22861
2007-10-26 20:57:56 +00:00
Eric Mader
313bc1e982
ICU-6007 Don't check for Thai presentation forms if the font doesn't contain Thai!
...
X-SVN-Rev: 22857
2007-10-26 02:27:04 +00:00
Eric Mader
4bab39d8e7
ICU-6006 Don't check for ZWNJ glyphs if the font doesn't have a ZWNJ glyph!
...
X-SVN-Rev: 22856
2007-10-26 02:26:26 +00:00
Michael Ow
c66829fdad
ICU-4081 Add chinese calender to Makefile.in.
...
X-SVN-Rev: 22855
2007-10-25 22:53:36 +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
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
Markus Scherer
295dc24d64
ICU-5987 merge small-conversion-file feature into trunk, from svn merge -r 22780:22805 .../branches/markus/smallcnv
...
X-SVN-Rev: 22852
2007-10-25 17:05:36 +00:00
Markus Scherer
b69ac49696
ICU-6002 fix constant expressions for c number parsing (see gcc Bugzilla bug 3885)
...
X-SVN-Rev: 22851
2007-10-25 16:36:50 +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
Michael Ow
56171edcdc
ICU-5024 Add null entry in DIACTRICMATCH test case.
...
X-SVN-Rev: 22846
2007-10-24 19:20:58 +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
3f617517e7
ICU-5024 Check for cases where getCE() should be used in hasAccentAfterMatch.
...
X-SVN-Rev: 22840
2007-10-23 19:13:33 +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
Markus Scherer
e2232741ed
ICU-5401 fix test, reenable check for existing file
...
X-SVN-Rev: 22831
2007-10-22 19:21:22 +00:00
Markus Scherer
c2b52dbe07
ICU-5999 add gsm-03.38 to ucnv_isAmbiguous()
...
X-SVN-Rev: 22830
2007-10-22 19:07:34 +00:00
Michael Ow
db658067b7
ICU-5024 Remove getCE call on the last collation element check in the function hasAccentsAfterMatch.
...
X-SVN-Rev: 22827
2007-10-19 22:14:46 +00:00
Michael Ow
90b5316a76
ICU-4038 Added the fix on ICU4C to ICU4J StringSearch.
...
X-SVN-Rev: 22826
2007-10-19 21:16:09 +00:00
Michael Ow
9831a64be7
ICU-4038 Restore the last found ce so that shifting forward or backward is done properly with the correct ce.
...
X-SVN-Rev: 22821
2007-10-19 19:04:25 +00:00
George Rhoten
05e65a675a
ICU-5994 Make sure that the public headers are copied to the include directory
...
X-SVN-Rev: 22819
2007-10-18 23:48:13 +00:00
Michael Ow
9ddca92223
ICU-5950 Added member to struct USearch to keep track of whether a breakiterator is given by the user.
...
X-SVN-Rev: 22818
2007-10-18 22:35:50 +00:00
Michael Ow
7c1d2e0b40
ICU-5950 Implement breakiterator to check for accents after character match when using primary strength searches. Also, accents in the pattern are ignored when using primary strength searches. TestIgnorable test cases has been altered to test for accent after character matches.
...
X-SVN-Rev: 22817
2007-10-18 22:29:39 +00:00
George Rhoten
dc5e7b7a29
ICU-5994 Make sure that the public headers are copied to the include directory
...
X-SVN-Rev: 22800
2007-10-16 05:29:03 +00:00
George Rhoten
8b713294c6
ICU-5797 Move JISX201 to the "not in ICU by default" section.
...
X-SVN-Rev: 22790
2007-10-13 16:34:26 +00:00
George Rhoten
52b70fb139
ICU-5992 Fix icu-config for Windows
...
X-SVN-Rev: 22789
2007-10-13 08:16:49 +00:00
Eric Mader
d09cfab8bd
ICU-5991 Use GWLP_USERDATA instead of 0 for the index to SetWindowLongPtr().
...
X-SVN-Rev: 22784
2007-10-12 20:10:20 +00:00
Jennifer Chye
65a89b4075
ICU-5797 fix gcc compile error with previous change
...
X-SVN-Rev: 22779
2007-10-11 23:43:02 +00:00
Markus Scherer
fb79757dfb
ICU-5797 delete separate JIS X 0201 and JIS X 0208 conversion tables
...
X-SVN-Rev: 22775
2007-10-11 22:18:43 +00:00
Markus Scherer
e314be31a5
ICU-5797 delete separate JIS X 0201 and JIS X 0208 conversion tables
...
X-SVN-Rev: 22774
2007-10-11 22:18:11 +00:00
Markus Scherer
a7fe8c6d9b
ICU-5797 fix tests
...
X-SVN-Rev: 22773
2007-10-11 21:52:29 +00:00
Markus Scherer
cc36611b2f
ICU-5797 use Shift-JIS table for ISO 2022-JP, and hardcode JIS X 0201 mappings
...
X-SVN-Rev: 22772
2007-10-11 21:31:32 +00:00
Eric Mader
e6ca6a5162
ICU-5906 Remove nbsp hack, which breaks fonts where space and NBS map to the same glyph and that glyph *isn't* 0x0003!
...
X-SVN-Rev: 22770
2007-10-11 00:55:38 +00:00
George Rhoten
414eef4c2f
ICU-5977 Fix for mainframes
...
X-SVN-Rev: 22769
2007-10-10 23:04:12 +00:00
John Emmons
f767a5630c
ICU-5970 Metazone updates for 2007h
...
X-SVN-Rev: 22767
2007-10-10 04:21:24 +00:00
Eric Mader
0886a557b1
ICU-5906 Restrict feature match to a single syllable for Tibetan, Khmer.
...
X-SVN-Rev: 22765
2007-10-10 00:00:34 +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
Eric Mader
bd40249b9b
ICU-5906 Restrict feature match to a single syllable for Indic.
...
X-SVN-Rev: 22762
2007-10-09 19:40:14 +00:00
George Rhoten
32b9300be7
ICU-5941 Fix out of date URLs
...
X-SVN-Rev: 22756
2007-10-09 08:44:58 +00:00
Markus Scherer
01a86e65e0
ICU-5962 add --no-iso-comments and --only-iso-comments options to gennames
...
X-SVN-Rev: 22746
2007-10-04 05:58:45 +00:00
Markus Scherer
acfe30c3c5
ICU-5968 apply --omitCollationRules to UCARules as well
...
X-SVN-Rev: 22743
2007-10-03 22:39:28 +00:00
Markus Scherer
a5ab4206d7
ICU-5835 add forward declaration before friend declaration, for standard-conformant C++ compilers
...
X-SVN-Rev: 22742
2007-10-03 20:59:45 +00:00
Markus Scherer
92992780d1
ICU-5835 add friend declaration for the union to see US_STACKBUF_SIZE, for standard-conformant C++ compilers
...
X-SVN-Rev: 22741
2007-10-03 19:18:52 +00:00
Claire Ho
27e64bcfac
ICU-5977 added log_err() to udatpg_test.
...
X-SVN-Rev: 22738
2007-10-03 00:33:12 +00:00
George Rhoten
9d21e44d93
ICU-5847 Fix copyright change.
...
X-SVN-Rev: 22737
2007-10-02 21:24:38 +00:00
Yoshito Umaoka
401d34f459
ICU-5970 Merging tzdata 2007h to ICU4C trunk
...
X-SVN-Rev: 22727
2007-10-01 22:08:04 +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
Eric Mader
b3e3615ca5
ICU-5923 remove C++ comment.
...
X-SVN-Rev: 22724
2007-10-01 17:25:28 +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
Eric Mader
6326fd83b3
ICU-5923 Add $(top_srcdir)/layoutex to -I list.
...
X-SVN-Rev: 22722
2007-09-29 01:11:38 +00:00
Eric Mader
48cc4bf0aa
ICU-5923 need to map from physical to logical when copying RTL char indices.
...
X-SVN-Rev: 22721
2007-09-29 00:55:19 +00:00
Markus Scherer
6221451d1a
ICU-5968 add genrb option for omitting collation tailoring rules string
...
X-SVN-Rev: 22720
2007-09-28 19:59:53 +00:00
Markus Scherer
13270fbe6f
ICU-5835 optimize UnicodeString: increase US_STACKBUF_SIZE from 7 to 13; optimize append() and unescape()
...
X-SVN-Rev: 22718
2007-09-28 04:50:25 +00:00
Deborah Goldsmith
a8649df443
ICU-5847 Add support for U_ICU_VERSION_BUILDLEVEL_NUM
...
X-SVN-Rev: 22716
2007-09-27 00:05:18 +00:00
John Emmons
3cd078fd3e
ICU-5934 Fix parsing problem found in J, keep C in sync
...
X-SVN-Rev: 22714
2007-09-25 20:46:03 +00:00
George Rhoten
a21a0d8f00
ICU-5955 Prevent a highly unlikely memory leak.
...
X-SVN-Rev: 22712
2007-09-24 16:05:53 +00:00
Steven R. Loomis
9770c58ec3
ICU-5951 install.sh not found for pkgdata on solaris in installed ICU
...
X-SVN-Rev: 22706
2007-09-20 16:19:52 +00:00
David Bertoni
65457ffe5b
ICU-5891 Implementation of CSS2 escaping.
...
X-SVN-Rev: 22703
2007-09-19 16:45:00 +00:00
Steven R. Loomis
d0072de1eb
ICU-5946 move cpysearch out of icu4c
...
X-SVN-Rev: 22701
2007-09-18 22:17:37 +00:00
Claire Ho
fd57e3862a
ICU-5939 minor fix of udatpg_test.c.
...
X-SVN-Rev: 22698
2007-09-18 02:58:09 +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
George Rhoten
ef610fe831
ICU-5821 Fix for i5/OS optimization. Use the standard RTTI macros in ICU.
...
X-SVN-Rev: 22671
2007-09-13 21:53:18 +00:00
George Rhoten
02deecc34f
ICU-5932 Fix a namespace issue.
...
X-SVN-Rev: 22670
2007-09-13 21:38:41 +00:00
George Rhoten
acda067574
ICU-5453 Run autoconf over configure (Just a whitespace change)
...
X-SVN-Rev: 22660
2007-09-12 18:11:17 +00:00
George Rhoten
c976c8916f
ICU-5695 Add TODO comment about using the global mutex.
...
X-SVN-Rev: 22656
2007-09-12 03:53:13 +00:00
George Rhoten
19015854f1
ICU-5350 Fix last commit. Don't use C++ comments in C code.
...
X-SVN-Rev: 22646
2007-09-10 18:15:10 +00:00
Andy Heninger
52cc4ee6bf
ICU-5350 more decimal format rounding mode fixes
...
X-SVN-Rev: 22645
2007-09-08 01:00:27 +00:00
David Bertoni
3cfc0a8b3f
ICU-5453 Updated the csdet sample to use a simple Makefile, rather than an autoconf-generated one.
...
X-SVN-Rev: 22640
2007-09-07 16:13:29 +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
b1fca97b2f
ICU-5919 Fixes for old iostream usage on an older HP-UX machine.
...
X-SVN-Rev: 22636
2007-09-06 19:21:55 +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
49f13eee28
ICU-5830 Make sure that the changes work on older versions of iostream.
...
X-SVN-Rev: 22633
2007-09-06 16:58:11 +00:00
George Rhoten
4976895e3b
ICU-5830 Better iostream error handling
...
X-SVN-Rev: 22629
2007-09-06 08:23:24 +00:00
George Rhoten
270b247475
ICU-5830 Mirror Windows behavior of iostream operator>>.
...
X-SVN-Rev: 22627
2007-09-05 23:13:02 +00:00
John Emmons
2b9ae318ed
ICU-5910 Force use of standard string when DST not observed
...
X-SVN-Rev: 22622
2007-09-05 18:47:57 +00:00
George Rhoten
93b3ad0a4f
ICU-5889 Change unusual looking code with more standard looking code that doesn't trigger warnings.
...
X-SVN-Rev: 22620
2007-09-05 15:24:21 +00:00
Eric Mader
84e6aefc9e
ICU-5907 Add test to make sure that ScriptCodes::scriptCodeCount == UScriptCode::USCRIPT_CODE_LIMIT.
...
X-SVN-Rev: 22618
2007-09-04 22:36:42 +00:00
Eric Mader
f9ddb7e7f4
ICU-5907 Regenerate LEScripts.h, ScriptAndLanguageTags.h, ScriptAndLanguageTags.cpp for ICU 3.8. Update per-script tables.
...
X-SVN-Rev: 22614
2007-09-03 20:26:38 +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
George Rhoten
8c086e2c98
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22604
2007-08-31 18:19:41 +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
42efe10c62
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22594
2007-08-31 05:20:56 +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
George Rhoten
cb9049cb25
ICU-5889 Fix some logic errors uncovered by BEAM.
...
X-SVN-Rev: 22583
2007-08-30 23:48:56 +00:00
Markus Scherer
aa5179f4bb
ICU-5483 add comments and named constants
...
X-SVN-Rev: 22581
2007-08-30 23:35:19 +00:00
George Rhoten
ca7379f1a3
ICU-5830 Improve reading of UnicodeStrings with operator>>
...
X-SVN-Rev: 22579
2007-08-30 23:13:07 +00:00
George Rhoten
ffc55edf36
ICU-4894 Improve U_MAX_PTR for i5/OS.
...
X-SVN-Rev: 22578
2007-08-30 22:17:58 +00:00
George Rhoten
e9f3e3e5e0
ICU-5522 Verified that GNU make 3.81 implements order only dependencies,
...
and also verified that data builds cleanly with -j4 with that version of make.
X-SVN-Rev: 22577
2007-08-30 09:35:31 +00:00
George Rhoten
bb7d638032
ICU-5445 Readd removed comment.
...
X-SVN-Rev: 22576
2007-08-30 08:57:44 +00:00
George Rhoten
74753784d1
ICU-5445 Fix some compiler warnings (remove duplicate enum values).
...
X-SVN-Rev: 22575
2007-08-30 08:56:24 +00:00
George Rhoten
47f2dfeece
ICU-5426 Remove unused fgClassID.
...
X-SVN-Rev: 22573
2007-08-30 00:27:53 +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
5ab7ce0aa5
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22565
2007-08-29 08:38:56 +00:00
George Rhoten
bee56b37b7
ICU-5808 Declare a UTF-16 string when available instead of converting a string.
...
X-SVN-Rev: 22564
2007-08-29 08:09:55 +00:00
George Rhoten
a904086007
ICU-5343 Code formatting fixes.
...
X-SVN-Rev: 22563
2007-08-29 07:09:37 +00:00
George Rhoten
b668dd2d7d
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22562
2007-08-29 06:49:58 +00:00
George Rhoten
e3e7425e43
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22561
2007-08-29 06:13:07 +00:00
George Rhoten
6a7d96026a
ICU-5766 Remove Extended Grapheme Cluster from Break Iteration.
...
X-SVN-Rev: 22560
2007-08-29 06:10:43 +00:00
Claire Ho
eedbe63b1b
ICU-5787 fixed Beam warnings
...
X-SVN-Rev: 22559
2007-08-29 05:44:57 +00:00
George Rhoten
967b65a458
ICU-5889 Fix some logic errors uncovered by BEAM.
...
X-SVN-Rev: 22558
2007-08-29 02:57:42 +00:00
Eric Mader
d2eca4bd63
ICU-5860 ParagraphLayout::Line::getWidth(() needs to check for empty line.
...
X-SVN-Rev: 22556
2007-08-28 20:42:41 +00:00
Eric Mader
4b742e1c2b
ICU-5826 Add new zone mappings from supplimentalData.txt.
...
X-SVN-Rev: 22552
2007-08-28 18:59:45 +00:00
Yoshito Umaoka
da2e965252
ICU-5454 Changed API status from @stable to @draft for hasSameRules in RuleBasedTimeZone and VTimeZone.
...
X-SVN-Rev: 22545
2007-08-27 17:32:46 +00:00
George Rhoten
f2f97e9baa
ICU-5447 Add some more information and charset aliases to new tables.
...
X-SVN-Rev: 22541
2007-08-27 10:03:21 +00:00
George Rhoten
bb5b47080c
ICU-5876 Undo last two changes. They don't work.
...
X-SVN-Rev: 22540
2007-08-27 08:16:06 +00:00
George Rhoten
21469d8e4e
ICU-5876 Try out making ISO-8859-1 the default for the C locale on Solaris.
...
X-SVN-Rev: 22539
2007-08-27 07:13:39 +00:00
Claire Ho
e48c68df67
ICU-5787 more code cleanup.
...
X-SVN-Rev: 22534
2007-08-26 20:10:45 +00:00
George Rhoten
c96a162c25
ICU-5447 Add some more information and aliases to new tables.
...
X-SVN-Rev: 22531
2007-08-26 06:51:40 +00:00
Michael Ow
c2f58bb5a5
ICU-5357 Added draft label for DateTimePatternGenerator destructor.
...
X-SVN-Rev: 22528
2007-08-24 23:36:45 +00:00
Markus Scherer
e6e3075392
ICU-5481 add details to ucnv_setFallback documentation
...
X-SVN-Rev: 22526
2007-08-24 19:49:03 +00:00
Markus Scherer
5c0d9c0174
ICU-5724 fix comments for return values from uidna_ transformation functions
...
X-SVN-Rev: 22525
2007-08-24 19:40:10 +00:00
Markus Scherer
3c79dc08b7
ICU-4613 fix minor UnicodeString's compareCodePointOrder doc glitch
...
X-SVN-Rev: 22524
2007-08-24 19:27:03 +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
George Rhoten
be37c4a5f1
ICU-5766 Remove Extended Grapheme Cluster from Break Iteration
...
X-SVN-Rev: 22521
2007-08-24 18:50:25 +00:00
Michael Ow
9beac7ae26
ICU-5357 Added header information for API change report.
...
X-SVN-Rev: 22516
2007-08-24 17:55:03 +00:00
George Rhoten
f25e7216cb
ICU-5876 Try out making ISO-8859-1 the default for the C locale on Solaris.
...
X-SVN-Rev: 22515
2007-08-24 16:51:17 +00:00
Markus Scherer
8047649893
ICU-5678 ULOCDATA_ES_COUNT=3 should be =2
...
X-SVN-Rev: 22514
2007-08-24 16:48:45 +00:00
Markus Scherer
a3a0e304bb
ICU-4494 fix ucnv_convertEx() doc sample, don't use sourceLimit=NULL
...
X-SVN-Rev: 22513
2007-08-24 16:39:15 +00:00
Markus Scherer
0edc6125a1
ICU-4274 document that source and result buffers must not overlap
...
X-SVN-Rev: 22511
2007-08-24 16:28:39 +00:00
Andy Heninger
50747fb60c
ICU-5766 removed comment referring to Extended Graphem Clusters, which should have been removed along with the rest of the XGC API.
...
X-SVN-Rev: 22510
2007-08-24 16:24:58 +00:00
George Rhoten
63a695293c
ICU-5447 Performance optimization change due to new unused tables listed in the alias table.
...
X-SVN-Rev: 22509
2007-08-24 09:44:10 +00:00
George Rhoten
76a99ee0e0
ICU-5447 Allow tests to pass with additional data.
...
X-SVN-Rev: 22508
2007-08-24 09:42:49 +00:00
George Rhoten
6c1eda86a2
ICU-5447 List tables and aliases for easy addition for the Data Library Customization tool.
...
X-SVN-Rev: 22506
2007-08-24 09:01:51 +00:00
Steven R. Loomis
25828bbf0e
ICU-5527 improve tzcode compilation
...
X-SVN-Rev: 22504
2007-08-24 05:22:45 +00:00
Markus Scherer
a5af7ed95a
ICU-5483 prevent a later fallback-from-PUA (which is not turned off via useFallback) to overwrite an earlier one
...
X-SVN-Rev: 22499
2007-08-23 23:43:03 +00:00
Markus Scherer
8feadc68d4
ICU-5585 set limit when reaching the end of the inversion list
...
X-SVN-Rev: 22496
2007-08-23 22:13:10 +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
George Rhoten
25dd02ffca
ICU-5821 Changes for i5/OS
...
X-SVN-Rev: 22490
2007-08-23 18:38:44 +00:00
Eric Mader
0a8eeb90c5
ICU-5871 Fix crashes found running cintltst w/o ICU data.
...
X-SVN-Rev: 22489
2007-08-23 18:07:45 +00:00
Claire Ho
12dd691583
ICU-5787 code cleanup.
...
X-SVN-Rev: 22485
2007-08-23 05:48:44 +00:00
Markus Scherer
a9d956e2d8
ICU-5483 fix ISO 2022 fromUnicode to consistently use roundtrip or else first fallback; fix output encoding schemes
...
X-SVN-Rev: 22484
2007-08-23 05:46:49 +00:00
Jason Spieth
2ab9a24b95
ICU-5821 Correct port of runConfigureICU for i5OS
...
X-SVN-Rev: 22483
2007-08-23 04:03:45 +00:00
Jason Spieth
8901b2d1b1
ICU-5821 Fix formating in runConfigureICU
...
X-SVN-Rev: 22482
2007-08-23 04:00:56 +00:00
Jason Spieth
eb294f8f60
ICU-5821 Restore the changes to runConfigureICU that were overwritten
...
X-SVN-Rev: 22481
2007-08-23 03:54:36 +00:00
Jason Spieth
9abe99787b
ICU-5821 Port of runConfigureICU script and overflow fix in unpax-icu.sh script for i5OS
...
X-SVN-Rev: 22479
2007-08-23 03:37:11 +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
Claire Ho
762a820053
ICU-5787 a crash in dtptngen.cpp :line 1526.
...
X-SVN-Rev: 22475
2007-08-22 21:57: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
David Bertoni
28f96c3eec
ICU-5868 Added new C++ header files.
...
X-SVN-Rev: 22472
2007-08-22 18:48:15 +00:00
Steven R. Loomis
e39acb98e0
ICU-5866 fix for cygwin
...
X-SVN-Rev: 22471
2007-08-22 17:45:12 +00:00
George Rhoten
b1cc901c93
ICU-5427 Prevent a crash when the locale is "hungarian".
...
X-SVN-Rev: 22467
2007-08-22 05:54:09 +00:00
Steven R. Loomis
5064859384
ICU-5866 remove requirement for version
...
X-SVN-Rev: 22466
2007-08-22 04:49:35 +00:00
George Rhoten
535d0ddc9d
ICU-5853 Use platform independent uint8_t.
...
X-SVN-Rev: 22464
2007-08-22 00:43:16 +00:00
David Bertoni
4103568566
ICU-5853 Cleaned up some GCC warnings.
...
X-SVN-Rev: 22462
2007-08-21 23:04:39 +00:00
George Rhoten
ad98d31c53
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22461
2007-08-21 23:02:50 +00:00
Eric Mader
f0029e5c11
ICU-5807 generate new udraft.h etc. for ICU 3.8
...
X-SVN-Rev: 22458
2007-08-21 20:53:15 +00:00
Eric Mader
c35c693136
ICU-5807 \internal used with \file confuses genheaders.pl
...
X-SVN-Rev: 22457
2007-08-21 20:50:06 +00:00
George Rhoten
b2ed1cbea5
ICU-5856 Promote @draft API to @stable for ICU 3.8 release, and make sure that the existing API is labeled correctly.
...
X-SVN-Rev: 22456
2007-08-21 20:45:05 +00:00
Eric Mader
1a50c65e3d
ICU-5807 generate new udraft.h etc. for ICU 3.8
...
X-SVN-Rev: 22455
2007-08-21 20:31:44 +00:00
Steven R. Loomis
8e169b593b
ICU-5769 2007g
...
X-SVN-Rev: 22454
2007-08-21 20:25:57 +00:00
Steven R. Loomis
0e0cd5f286
ICU-5866 simplify building of ICU4C data from ICU4J
...
X-SVN-Rev: 22453
2007-08-21 20:15:55 +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
2ea3749892
ICU-5857 Fix ICU4J file properties in svn
...
X-SVN-Rev: 22443
2007-08-21 03:00:43 +00:00
Steven R. Loomis
35daa80252
ICU-5135 tzcode update
...
X-SVN-Rev: 22428
2007-08-20 20:14:22 +00:00
George Rhoten
9754c268d3
ICU-5445 Fix some compiler warnings. Consulted with Eric for details.
...
X-SVN-Rev: 22426
2007-08-20 17:49:12 +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
9ce90e2c18
ICU-5856 Promote @draft API to @stable for ICU 3.8 release, and make sure that the existing API is labeled correctly.
...
X-SVN-Rev: 22422
2007-08-19 08:59:28 +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
f14c7caeb4
ICU-5848 Allow ICU to build on GNU Hurd.
...
X-SVN-Rev: 22419
2007-08-18 00:48:16 +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
Yoshito Umaoka
f4a7861584
ICU-4567 Removed unnecessary virtual method implementations in Taiwan/Buddhist calendar.
...
X-SVN-Rev: 22415
2007-08-17 03:38:53 +00:00
Eric Mader
2552d04edc
ICU-5808 use invariant UnicodeString constructors so that code compiles even if UCONFIG_NO_CONVERSION is set.
...
X-SVN-Rev: 22414
2007-08-17 01:41:57 +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
Yoshito Umaoka
f7f687e073
ICU-4567 Updated TaiwanCalendar to use a Gregorian year in EXTENDED_YEAR. As a result, some override methods are no longer required. Also, use 1970 as the default value of EXTENDED_YEAR in all GregorianCalendar subclasses
...
X-SVN-Rev: 22411
2007-08-16 22:10:16 +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
John Emmons
07f488201c
ICU-5761 Fix missing unihan aliases
...
X-SVN-Rev: 22402
2007-08-16 18:04:34 +00:00
Matitiahu Allouche
69d0c83e8c
ICU-5732 change a variable name for consistency with ICU4J
...
X-SVN-Rev: 22401
2007-08-16 14:24:28 +00:00
Matitiahu Allouche
d934ed30e8
ICU-5732 doc-only enhancements
...
X-SVN-Rev: 22400
2007-08-16 14:20:47 +00:00
Eric Mader
c771cb8f13
ICU-5808 fixes for uconfigtest.
...
X-SVN-Rev: 22398
2007-08-16 00:37:44 +00:00
Markus Scherer
36fdbd9322
ICU-5850 fix Bidi_Mirroring according to Unicode Corrigendum #6
...
X-SVN-Rev: 22394
2007-08-15 21:42:41 +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
babb54cb90
ICU-5454 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 22383
2007-08-14 20:45:46 +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
Michael Ow
fa8e493b41
ICU-5658 Move performace tests data folder to seperate repository.
...
X-SVN-Rev: 22380
2007-08-14 19:05:25 +00:00
Yoshito Umaoka
5619137130
ICU-3704 Fix DAY_OF_WEEK_IN_MONTH least maximum value in GregorianCalendar. Also merged field limit bug fixes from ICU4J to ICU4C.
...
X-SVN-Rev: 22379
2007-08-14 18:31:26 +00:00
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
Steven R. Loomis
7951431096
ICU-4567 TW calendar data
...
X-SVN-Rev: 22376
2007-08-13 23:48:00 +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
George Rhoten
6cbf6ab1d7
ICU-5821 Fix EBCDIC issue.
...
X-SVN-Rev: 22369
2007-08-13 21:21:16 +00:00
John Emmons
fc4edcf11f
ICU-5708 Fix aliasing logic
...
X-SVN-Rev: 22363
2007-08-13 16:09:51 +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
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
7a6d23cb84
ICU-4321 Fix German number spellout rules
...
X-SVN-Rev: 22345
2007-08-10 19:20:48 +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
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
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
George Rhoten
dd6812cfa0
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22320
2007-08-08 18:39:02 +00:00
George Rhoten
096748976d
ICU-3778 Use a codepage specific char * instead of UTF-8 for the version string.
...
X-SVN-Rev: 22319
2007-08-08 18:38:20 +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
George Rhoten
af41197335
ICU-5787 Fix memory leak.
...
X-SVN-Rev: 22316
2007-08-08 09:01:18 +00:00
George Rhoten
feabb3b0a6
ICU-5732 Fix a memory leak.
...
X-SVN-Rev: 22315
2007-08-08 04:52:33 +00:00
George Rhoten
0d715edd6f
ICU-5732 Clean up new code. Fix uninitialized memory errors, unused variables, unfriendly crashes and so forth.
...
X-SVN-Rev: 22314
2007-08-08 02:41:25 +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
John Emmons
d9f537dbcf
ICU-5828 Remove provisional data from ICU
...
X-SVN-Rev: 22307
2007-08-07 23:20:42 +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
9991e6a097
ICU-5708 Fix a memory leak
...
X-SVN-Rev: 22305
2007-08-07 20:23:09 +00:00
Matitiahu Allouche
f3ffdb5afc
ICU-5732 a few fixes to match those in ICU4J
...
X-SVN-Rev: 22304
2007-08-07 19:54:10 +00:00
Matitiahu Allouche
a7a26cd51d
ICU-5732 add tests to match those in ICU4J
...
X-SVN-Rev: 22303
2007-08-07 19:22:05 +00:00
George Rhoten
4bb6b2f380
ICU-5708 Fix a memory leak.
...
X-SVN-Rev: 22301
2007-08-07 09:23:46 +00:00
George Rhoten
0977182319
ICU-5708 Fix a memory leak.
...
X-SVN-Rev: 22300
2007-08-07 09:01:12 +00:00
George Rhoten
4337b47506
ICU-5787 Don't use C++ comments in C code.
...
X-SVN-Rev: 22299
2007-08-07 07:51:08 +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
George Rhoten
48c1c050e5
ICU-5791 Partially undo last change. We still need to check for target limits.
...
X-SVN-Rev: 22297
2007-08-07 06:53:10 +00:00
Claire Ho
3a6f874106
ICU-5787 fixed the warnings from VC++.
...
X-SVN-Rev: 22296
2007-08-07 06:13:19 +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
Andy Heninger
3d687c5e02
ICU-5791 2022 conversion work in progress
...
X-SVN-Rev: 22294
2007-08-07 01:38:29 +00:00
George Rhoten
790e49dca8
ICU-5787 Fix for i5/OS
...
X-SVN-Rev: 22292
2007-08-06 23:09:29 +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
ae617cbd3b
ICU-5787 Minor code cleanup
...
X-SVN-Rev: 22287
2007-08-06 21:25:31 +00:00
John Emmons
fc28f366f6
ICU-5708 Generic time zone support - clean up code
...
X-SVN-Rev: 22286
2007-08-06 21:12:34 +00:00
John Emmons
0dedfc6f40
ICU-5761 Last minute updates to CLDR 1.5 data
...
X-SVN-Rev: 22285
2007-08-06 20:43:51 +00:00
Yoshito Umaoka
4026738639
ICU-5761 Make gendtjar.pl work on Cygwin
...
X-SVN-Rev: 22284
2007-08-06 20:40:32 +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
3727ad903b
ICU-5787 Minor code cleanup.
...
X-SVN-Rev: 22282
2007-08-04 14:19:29 +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
5c98f3a1fc
ICU-5787 Allow UCONFIG_NO_CONVERSION=1 to work.
...
X-SVN-Rev: 22277
2007-08-04 04:13:16 +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
0035458602
ICU-5787 Internal API does not need to derive from UObject. UMemory should be used instead and the API not exported. This reduces the amount of required testing.
...
X-SVN-Rev: 22275
2007-08-04 02:53:37 +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
George Rhoten
9623bf94e7
ICU-5357 Fix doxygen warnings.
...
X-SVN-Rev: 22265
2007-08-03 23:52:19 +00:00
George Rhoten
0c42a3167e
ICU-5787 Don't pass char* results to a UChar * parameter.
...
X-SVN-Rev: 22264
2007-08-03 23:01:56 +00:00
George Rhoten
02ed088beb
ICU-5822 Fix undocumented TimeZoneTransition constructors
...
X-SVN-Rev: 22263
2007-08-03 22:43:10 +00:00
George Rhoten
f13d815410
ICU-5781 Fix Solaris x86_64 64-bit detection with the Sun compiler and gcc.
...
gcc 64-bit detection now done on all platforms.
Windows 64-bit detection is more accurate on Windows.
X-SVN-Rev: 22262
2007-08-03 20:44:41 +00:00
George Rhoten
4e7d2abfe5
ICU-5821 Try out a fix for i5/OS.
...
X-SVN-Rev: 22261
2007-08-03 20:18:37 +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
bb8aefc676
ICU-5764 Prevent ICU tools from using the new and delete operators that crash on purpose. Allow tools to use the C++ runtime new and delete operators instead. This only happens when --enable-debug --disable-release --enable-static --disable-shared options are used.
...
X-SVN-Rev: 22254
2007-08-03 05:32:38 +00:00
Michael Ow
c91a71bfad
ICU-4362 Configure make files for test/perf.Add data and results folder to test/perf.
...
X-SVN-Rev: 22251
2007-08-02 21:24:02 +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
John Emmons
018f3781d2
ICU-5708 Added -F option to date for easier spot-checking of date formatting
...
X-SVN-Rev: 22233
2007-08-01 16:44:34 +00:00
George Rhoten
cbb002c877
ICU-5682 Add TODO topic that should be revisited some day.
...
X-SVN-Rev: 22223
2007-07-31 21:22:45 +00:00
George Rhoten
7549b277d1
ICU-5682 Synchronize ICU4J and ICU4C error handling in IDNA
...
X-SVN-Rev: 22222
2007-07-31 21:13:31 +00:00
George Rhoten
84e3cd3b3e
ICU-5808 Fix for UCONFIG_NO_FORMATTING
...
X-SVN-Rev: 22217
2007-07-31 07:12:45 +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
Steven R. Loomis
8128cf9438
ICU-5761 more data updates..should be last from cldr 1.5
...
X-SVN-Rev: 22205
2007-07-29 01:51:42 +00:00
Steven R. Loomis
f574d41b01
ICU-5761 remove files not generated
...
X-SVN-Rev: 22201
2007-07-28 16:48:51 +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
George Rhoten
28ce35b674
ICU-4935 Consolidate conflicting definitions of UCaseMapFull
...
X-SVN-Rev: 22194
2007-07-27 23:59:25 +00:00
Steven R. Loomis
0ddb5cc650
ICU-5761 put exclusions into build rules
...
X-SVN-Rev: 22193
2007-07-27 23:37:41 +00:00
Eric Mader
eb99c76244
ICU-5807 generate new udraft.h etc. for ICU 3.8
...
X-SVN-Rev: 22191
2007-07-27 23:10:53 +00:00
Steven R. Loomis
86e3a4c01f
ICU-5761 fix cldr#1484
...
X-SVN-Rev: 22188
2007-07-27 22:37:09 +00:00
Steven R. Loomis
aeec0e7a3c
ICU-5761 update for CLDR bug 1480
...
X-SVN-Rev: 22185
2007-07-27 22:11:22 +00:00
Steven R. Loomis
ec96ec8a87
ICU-5761 update from CLDR 1.5d1 post
...
X-SVN-Rev: 22182
2007-07-27 19:43:34 +00:00
Eric Mader
06e6c8cb54
ICU-5805 Update copyright notices for ICU 3.8
...
X-SVN-Rev: 22180
2007-07-27 19:26:16 +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
474324a6e6
ICU-5805 Update copyright notices for ICU 3.8
...
X-SVN-Rev: 22168
2007-07-27 03:21:12 +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
Eric Mader
e671a1c6c8
ICU-5805 Update skip list with new files that don't need IBM copyright notices.
...
X-SVN-Rev: 22166
2007-07-27 00:57:19 +00:00
Andy Heninger
59ad3a2a13
ICU-5804 improve API description
...
X-SVN-Rev: 22164
2007-07-27 00:46:26 +00:00
Steven R. Loomis
bb333ab94e
ICU-5761 revert from r20604 (besides copyright) - until CLDR 1.5 fixes this data (broken)
...
X-SVN-Rev: 22157
2007-07-26 22:10:31 +00:00
George Rhoten
c0e0167814
ICU-5427 Fix a memory leak.
...
X-SVN-Rev: 22156
2007-07-26 21:05:44 +00:00
John Emmons
e4726d7ed3
ICU-5761 CLDR 1.5 data integration
...
X-SVN-Rev: 22154
2007-07-26 17:24:12 +00:00
George Rhoten
9833e48d70
ICU-5786 Revert back to the correct way to version library names on Mac OS X.
...
X-SVN-Rev: 22153
2007-07-26 17:08:57 +00:00
Steven R. Loomis
08f2cad504
ICU-5486 remove Canadian* for now, also
...
X-SVN-Rev: 22152
2007-07-26 17:04:34 +00:00
George Rhoten
bf533e1e89
ICU-5803 Prevent MinGW globbing.
...
X-SVN-Rev: 22151
2007-07-26 16:24:50 +00:00
George Rhoten
86bdf2deee
ICU-5803 Porting fixes for MinGW
...
X-SVN-Rev: 22149
2007-07-26 07:06:04 +00:00
George Rhoten
2a97497038
ICU-5803 Porting fixes for MinGW
...
X-SVN-Rev: 22148
2007-07-26 06:42:56 +00:00
Steven R. Loomis
1d44c52660
ICU-5486 updated translit files.
...
X-SVN-Rev: 22147
2007-07-26 01:38:26 +00:00
Steven R. Loomis
bfaf276ded
ICU-5486 translit build
...
X-SVN-Rev: 22146
2007-07-25 23:24:55 +00:00
Steven R. Loomis
83a5655ee8
ICU-5486 copyright change to 2007
...
X-SVN-Rev: 22145
2007-07-25 22:42:11 +00:00
Steven R. Loomis
9c841b5251
ICU-5486 build in CLDRVersion to ICU data file (backwards compatible w/ pre 1.5 data), and clarify some tests that might break on new data. This checkin doesn't include any new data or dependencies on new data.
...
X-SVN-Rev: 22144
2007-07-25 18:46:17 +00:00
George Rhoten
0e9fd2f00e
ICU-5764 Test Windows x64 builds with Visual Studio 2005 standard edition.
...
X-SVN-Rev: 22138
2007-07-25 06:39:18 +00:00
Steven R. Loomis
e189493581
ICU-5486 undraft (checked these)
...
X-SVN-Rev: 22137
2007-07-25 04:11:36 +00:00
George Rhoten
397ffe6f76
ICU-5445 operator= does not have a check for the source and destination
...
addresses being non-identical
X-SVN-Rev: 22136
2007-07-25 03:58:02 +00:00
George Rhoten
ab838a4310
ICU-5445 Consolidate RuleWhiteSpace implementations, and reduce casting between USet and UnicodeSet.
...
X-SVN-Rev: 22135
2007-07-25 02:51:25 +00:00
Andy Heninger
faab4a6efb
ICU-5766 fix type on UBRK_X_GRAPHEME_CLUSTER
...
X-SVN-Rev: 22134
2007-07-25 00:55:01 +00:00
George Rhoten
fa5fa5ec05
ICU-5445 Fix some compiler warnings about potential misaligned access
...
X-SVN-Rev: 22133
2007-07-24 23:27:14 +00:00
Eric Mader
37bd98199b
ICU-5594 set correct character classes for Gujarati chars U+0AE1, U+0AE2, U+0AE3.
...
X-SVN-Rev: 22131
2007-07-24 22:37:22 +00:00
George Rhoten
9cc45516bd
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22130
2007-07-24 22:25:48 +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
Eric Mader
31b9b945db
ICU-5753 compute binary search header values because they are incorrect in some old fonts .
...
X-SVN-Rev: 22126
2007-07-24 20:39:51 +00:00
George Rhoten
b025efb767
ICU-5445 Undo my last change.
...
X-SVN-Rev: 22125
2007-07-24 18:08:22 +00:00
Eric Mader
dedfa5a35d
ICU-5752 reference kern pair key as two shorts rather than a single long to avoid boundary problems on certain platforms.
...
X-SVN-Rev: 22124
2007-07-24 17:52:17 +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
b5e9f17cdd
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22120
2007-07-24 08:30:41 +00:00
Eric Mader
621fd73d0b
ICU-5376 use unsigned value for IternatedChar.charValue.
...
X-SVN-Rev: 22118
2007-07-23 23:53:34 +00:00
Steven R. Loomis
3ac77212a6
ICU-5486 parallelizing target 'pall'
...
X-SVN-Rev: 22110
2007-07-23 19:41:33 +00:00
John Emmons
748d53a99f
ICU-5761 Add specials for new CLDR collations
...
X-SVN-Rev: 22104
2007-07-23 16:01:01 +00:00
George Rhoten
04f79f5d29
ICU-5799 HP aC++/ANSI C B3910B A.06.10 doesn't support +Olibcalls any more.
...
This is on by default in the new compiler. It's off by default in the old
compiler.
X-SVN-Rev: 22099
2007-07-23 07:27:44 +00:00
George Rhoten
f1b9a527b7
ICU-5715 Use supplementalData instead of CurrencyData
...
X-SVN-Rev: 22098
2007-07-22 22:19:10 +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
George Rhoten
53690b8af8
ICU-4797 icu.sf.net has moved to a different repository.
...
X-SVN-Rev: 22087
2007-07-20 21:14:32 +00:00
Andrew J Macheret
8bea4e9949
ICU-5738 Adding data to the icu4j charset conversion performance tests
...
X-SVN-Rev: 22085
2007-07-20 20:42:26 +00:00
Andrew J Macheret
2d57659ef8
ICU-5738 Adding data to the icu4j charset conversion performance tests
...
X-SVN-Rev: 22083
2007-07-20 20:37:07 +00:00
Yoshito Umaoka
23e6471728
ICU-3778 Changed not to cache the status code which is set when accessing tzdata version string
...
X-SVN-Rev: 22069
2007-07-20 02:46:47 +00:00
John Emmons
687be68872
ICU-5766 Use cldr 1.5 dtd
...
X-SVN-Rev: 22066
2007-07-20 00:11:37 +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
95463f427c
ICU-5585 Properly label @draft API.
...
X-SVN-Rev: 22060
2007-07-19 18:22:09 +00:00
Eric Mader
5e9a529239
ICU-5585 Fix compilation problems on Linux.
...
X-SVN-Rev: 22059
2007-07-19 18:18:12 +00:00
George Rhoten
abb34c82eb
ICU-5585 Fix for gcc
...
X-SVN-Rev: 22058
2007-07-19 17:36:38 +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
Steven R. Loomis
9099a7ef4b
ICU-5486 fix crashing error in test (on failure)
...
X-SVN-Rev: 22056
2007-07-19 16:31:04 +00:00
George Rhoten
625c68b62d
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22055
2007-07-19 06:01:57 +00:00
George Rhoten
05d56b407d
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22054
2007-07-19 05:56:38 +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
George Rhoten
4d282a7e02
ICU-5766 Reinsert UTF-8 BOM.
...
X-SVN-Rev: 22052
2007-07-19 04:20:54 +00:00
George Rhoten
398a4c58ed
ICU-5617 Reinsert UTF-8 BOM.
...
X-SVN-Rev: 22051
2007-07-19 04:18:37 +00:00
George Rhoten
cb440cbec2
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22048
2007-07-19 01:51:03 +00:00
George Rhoten
211578fa68
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22043
2007-07-19 00:19:21 +00:00
Deborah Goldsmith
41c0301502
ICU-5733 deprecate misspelled name, add replacement
...
X-SVN-Rev: 22034
2007-07-18 18:51:32 +00:00
Eric Mader
8739b03c65
ICU-5581 replace // comments with /* */ comments.
...
X-SVN-Rev: 22026
2007-07-18 02:44:16 +00:00
George Rhoten
f449df5df0
ICU-5130 Add an example on how to use a UnicodeString with the icuio API.
...
X-SVN-Rev: 22025
2007-07-17 23:14:45 +00:00
George Rhoten
3ea75f4cae
ICU-5545 Synchronize DecimalFormat::setMultiplier with ICU4J.
...
X-SVN-Rev: 22023
2007-07-17 22:39:44 +00:00
George Rhoten
6347a90f93
ICU-5576 Use the C compiler for compiling C code.
...
X-SVN-Rev: 22021
2007-07-17 22:23:08 +00:00
George Rhoten
dbb58ee5cb
ICU-5581 Fix formatting crash after setting a prefix or suffix of a currency format.
...
X-SVN-Rev: 22019
2007-07-17 21:46:59 +00:00
Eric Mader
997bd7afb7
ICU-4082 Initial checkin of Indian Calendar.
...
X-SVN-Rev: 22018
2007-07-17 21:17:35 +00:00
Eric Mader
6dac77f733
ICU-4082 Initial checkin of Indian Calendar.
...
X-SVN-Rev: 22017
2007-07-17 21:16:03 +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
3bb6d90678
ICU-4567 update for code coverage
...
X-SVN-Rev: 22012
2007-07-17 17:48:27 +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
Yoshito Umaoka
b7957f5521
ICU-5454 Resolve the HP compiler warning
...
X-SVN-Rev: 22010
2007-07-17 14:41:03 +00:00
George Rhoten
ff75f65af6
ICU-5445 code formatting fix
...
X-SVN-Rev: 22009
2007-07-17 05:59:37 +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
0abc6413d3
ICU-5764 Undo fix for 64-bit Windows detection. Implement real fix later.
...
X-SVN-Rev: 22006
2007-07-17 02:51:31 +00:00
Steven R. Loomis
db71bd3ffe
ICU-4567 DebugUtilitiesData generation from C
...
X-SVN-Rev: 22004
2007-07-16 22:07:35 +00:00
Yoshito Umaoka
5a13e65149
ICU-5454 Use the AnnualTimeZoneRule constructor which adopts DateTimeRule
...
X-SVN-Rev: 22002
2007-07-16 21:40:40 +00:00
George Rhoten
f7d42996e2
ICU-5617 Fix compiler error on Cygwin
...
X-SVN-Rev: 22001
2007-07-16 20:08:07 +00:00
Steven R. Loomis
c7aa864773
ICU-4567 Cleanup for udbg functions
...
X-SVN-Rev: 22000
2007-07-16 19:23:26 +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
6fd0c4676b
ICU-5764 Fix 64-bit Windows detection
...
X-SVN-Rev: 21993
2007-07-16 17:10:02 +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
Eric Mader
0399dc31cf
ICU-5410 remove copy of TestFont1.otf checked in from the wrong dir.
...
X-SVN-Rev: 21971
2007-07-13 21:00:53 +00:00
Eric Mader
76289f4338
ICU-5410 Add Hangul test case, TestFont1.otf. (w/ Tim Band's permission)
...
X-SVN-Rev: 21970
2007-07-13 20:57:14 +00:00
Steven R. Loomis
f01d6bed60
ICU-4567 yet another fix
...
X-SVN-Rev: 21969
2007-07-13 19:46:27 +00:00
Steven R. Loomis
b2ee79e337
ICU-4567 Solaris fix
...
X-SVN-Rev: 21968
2007-07-13 19:36:02 +00:00
Steven R. Loomis
75b000dece
ICU-4567 IWIW (it works in windows)
...
X-SVN-Rev: 21967
2007-07-13 18:32:08 +00:00
Steven R. Loomis
e16d87f409
ICU-4567 build fixes
...
X-SVN-Rev: 21966
2007-07-13 18:16:21 +00:00
George Rhoten
0347fcbe3d
ICU-5764 Fix static library installation on Windows.
...
X-SVN-Rev: 21965
2007-07-13 17:59:16 +00:00
Steven R. Loomis
ded9418a56
ICU-4567 build fixes
...
X-SVN-Rev: 21964
2007-07-13 17:34:22 +00:00
Eric Mader
a80c52ce78
ICU-5410 Add Hangul test case, TestFont1.otf. (w/ Tim Band's permission)
...
X-SVN-Rev: 21963
2007-07-13 17:31:00 +00:00
Eric Mader
fa93ad03f5
ICU-5357 describe current implementation, update references to fonts.
...
X-SVN-Rev: 21962
2007-07-13 17:28:41 +00:00
Eric Mader
be198d3420
ICU-5357 describe current implementation, update references to fonts.
...
X-SVN-Rev: 21961
2007-07-13 17:27:44 +00:00
Steven R. Loomis
e083454621
ICU-4567 build fixes
...
X-SVN-Rev: 21960
2007-07-13 17:01:31 +00:00
George Rhoten
9bc3cbe26e
ICU-5764 Cygwin's ar currently doesn't handle win64, and GNU make's implicit rules are incompatible with gmake -j2. This is the first attempt to fix these issues.
...
X-SVN-Rev: 21959
2007-07-13 08:10:41 +00:00
George Rhoten
fa26cd5d10
ICU-5710 Don't create a static library when dll mode is not used.
...
X-SVN-Rev: 21958
2007-07-13 06:12:59 +00:00
Steven R. Loomis
8350ca45c4
ICU-4567 test data generation for J
...
X-SVN-Rev: 21957
2007-07-12 23:57:26 +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
George Rhoten
02840a5978
ICU-5781 Add Solaris x86_64 configuration
...
X-SVN-Rev: 21950
2007-07-12 04:21:34 +00:00
George Rhoten
0d01a22429
ICU-5778 Add test for gb18030 enumeration.
...
X-SVN-Rev: 21945
2007-07-11 03:25:50 +00:00
George Rhoten
aac57e68d4
ICU-5776 Platform specific fix for pkgdata users
...
X-SVN-Rev: 21936
2007-07-10 19:26:05 +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
Steven R. Loomis
f05f70645b
ICU-5773 add 'tests' target, to build tests but not run them.
...
X-SVN-Rev: 21930
2007-07-09 20:50:46 +00:00
George Rhoten
f7f26df030
ICU-5486 Currency update for Ghana and Venezuela.
...
X-SVN-Rev: 21920
2007-07-05 23:00:06 +00:00
George Rhoten
d2a55b2ea8
ICU-4567 Fix test hang due to structLocale having incomplete data.
...
X-SVN-Rev: 21916
2007-07-05 21:47:39 +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
Steven R. Loomis
a0daf6de27
ICU-4567 More taiwan calendar support
...
X-SVN-Rev: 21913
2007-07-05 21:28:01 +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
b4aab8ac4a
ICU-5766 Add break rules for extended grapheme cluster
...
X-SVN-Rev: 21909
2007-07-03 23:44:08 +00:00
George Rhoten
cfcf17df72
ICU-5410 Improve ICU4J code coverage for some EUC charsets
...
X-SVN-Rev: 21905
2007-07-03 21:39:22 +00:00
Matitiahu Allouche
c3aee65b83
ICU-5732 synchronize function names with ICU4J
...
X-SVN-Rev: 21899
2007-07-03 15:06:56 +00:00
Yoshito Umaoka
d87b4bbd63
ICU-5454 Updated argument type in operator== in VTimeZone class.
...
X-SVN-Rev: 21888
2007-07-02 15:43:40 +00:00
Yoshito Umaoka
5c3732d32b
ICU-5454 Update argument of operator== in RuleBasedTimeZone, InitialTimeZoneRule, AnnualTimeZoneRule and TimeArrayTimeZoneRule to match their super class.
...
X-SVN-Rev: 21886
2007-07-02 14:56:08 +00:00
Michael Ow
78e8c0bde7
ICU-3840 Add Unicode 5.0 characters for Gurmukhi in ISCII converter.
...
X-SVN-Rev: 21879
2007-06-30 23:09:57 +00:00
Yoshito Umaoka
17a3835464
ICU-4567 Changed resource type of calendar/taiwan/eras/abbreviated from string to table to resolve ICU4J DateFormatSymbols initialization crash problem.
...
X-SVN-Rev: 21873
2007-06-30 04:45:34 +00:00
Michael Ow
015e86f2fe
ICU-3840 Update ISCII converter to include new characters in Unicode.
...
X-SVN-Rev: 21870
2007-06-30 00:18:48 +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
George Rhoten
6fc628ef82
ICU-4567 Fix initial taiwan calendar support
...
X-SVN-Rev: 21861
2007-06-29 21:52:26 +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
025d805e3d
ICU-5135 Update to tzdata 2007f
...
X-SVN-Rev: 21853
2007-06-29 16:31:26 +00:00
George Rhoten
a18ec71d3e
ICU-5454 Fix newline settings.
...
X-SVN-Rev: 21852
2007-06-29 16:28:04 +00:00
George Rhoten
78c96b07fa
ICU-5454 Fix newline settings for new code.
...
X-SVN-Rev: 21851
2007-06-29 16:27:12 +00:00
George Rhoten
915e631e92
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 21850
2007-06-29 15:56:22 +00:00
Matitiahu Allouche
500615be13
ICU-5732 several fixes inspired by ICU4J testing
...
X-SVN-Rev: 21849
2007-06-29 14:48:15 +00:00
John Emmons
c057c1dc8e
ICU-5486 Data fixes found from ICU4J testing
...
X-SVN-Rev: 21848
2007-06-29 06:31:49 +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
810a27e86d
ICU-5423 Minor preference changes.
...
X-SVN-Rev: 21841
2007-06-28 16:39:09 +00:00
Matitiahu Allouche
28f1cefe17
ICU-5732 Just a small doc fix.
...
X-SVN-Rev: 21840
2007-06-28 14:58:47 +00:00
George Rhoten
f086101240
ICU-5423 Add more debugging code, and make --enable-strict work.
...
X-SVN-Rev: 21839
2007-06-28 07:45:01 +00:00
George Rhoten
29bf35f7ed
ICU-5423 Comment out debugging code.
...
X-SVN-Rev: 21838
2007-06-28 07:35:36 +00:00
George Rhoten
340f980d77
ICU-5423 Information from the daylight global variable is insufficient.
...
Probing when daylight occurs seems more reliable.
X-SVN-Rev: 21837
2007-06-28 07:33:44 +00:00
George Rhoten
30c0f9f3af
ICU-5423 Improve reliability of timezone tests.
...
X-SVN-Rev: 21836
2007-06-28 07:30:49 +00:00
Eric Mader
6d112b9cff
ICU-5565 clean up custom build steps for public headers.
...
X-SVN-Rev: 21835
2007-06-28 01:20:43 +00:00
George Rhoten
a1834196b3
ICU-5410 Move nfsubs.h private subclasses to nfsubs.cpp to get more accurate PureCoverage result.
...
Also use standard ICU rtti by using UOBJECT_DEFINE_RTTI_IMPLEMENTATION.
X-SVN-Rev: 21828
2007-06-27 00:59:42 +00:00
Eric Mader
3ba0c97144
ICU-5565 gendata needs to have ../../tools/ctestfw on include list. Update to most recent version of CODE2000.
...
X-SVN-Rev: 21826
2007-06-26 17:37:06 +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
0935070ac1
ICU-5486 Remove experimental locales that have been added to ICU.
...
X-SVN-Rev: 21823
2007-06-25 21:50:45 +00:00
George Rhoten
38c8b3690a
ICU-5410 Improve code coverage by removing dead code.
...
X-SVN-Rev: 21821
2007-06-25 20:20:40 +00:00