Commit Graph

14990 Commits

Author SHA1 Message Date
George Rhoten
70cb51cb3b ICU-5426 Fix uninitialized memory access from last change.
X-SVN-Rev: 20474
2006-10-03 02:55:41 +00:00
George Rhoten
b3c7746b16 ICU-5426 Make sure that any overflow for the new smaller buffer is registered as a failure.
X-SVN-Rev: 20473
2006-10-02 23:29:09 +00:00
George Rhoten
9446caf3e7 ICU-5426 TestUDataSetAppData doesn't use any of the malloc'd data. Use a static const data item instead.
X-SVN-Rev: 20468
2006-10-02 07:01:10 +00:00
George Rhoten
40c34e49af ICU-5426 Reduce running VM size by making more data const.
X-SVN-Rev: 20467
2006-10-01 07:12:18 +00:00
George Rhoten
a866e44617 ICU-5426 Reduce VM size and reduce exported data on Unix machines.
X-SVN-Rev: 20466
2006-10-01 06:45:25 +00:00
George Rhoten
b0d276726b ICU-5426 Reduce the VM size on Windows by two thirds of a megabyte,
and make it easier to update UCA rules.

X-SVN-Rev: 20465
2006-10-01 05:30:20 +00:00
George Rhoten
932759f00a ICU-5426 Make it easier to change the size of the converter hash table depending on the platform.
X-SVN-Rev: 20464
2006-09-30 22:35:25 +00:00
George Rhoten
a7a3fe85db ICU-5349 Use UMTX_CHECK, and don't create the cache when it's not needed.
X-SVN-Rev: 20463
2006-09-30 17:52:33 +00:00
George Rhoten
1dd78e16e0 ICU-5426 #ifdef out an unused variable.
X-SVN-Rev: 20462
2006-09-30 06:07:19 +00:00
George Rhoten
fd3302b006 ICU-5426 Compact cached Unicodesets
X-SVN-Rev: 20461
2006-09-30 05:43:53 +00:00
George Rhoten
c34f0ecd83 ICU-5426 Compact cached UnicodeSets, and make setCharacters take a const UnicodeSet.
X-SVN-Rev: 20460
2006-09-30 00:37:45 +00:00
George Rhoten
7929f274ba ICU-5426 Improve compaction.
X-SVN-Rev: 20459
2006-09-29 23:56:11 +00:00
George Rhoten
3e9bfdc234 ICU-5426 Reduce size of cached UnicodeSet objects.
X-SVN-Rev: 20456
2006-09-29 22:41:40 +00:00
George Rhoten
841bdb9382 ICU-5426 Report memory allocation errors when possible, and reduce default UVector size.
X-SVN-Rev: 20453
2006-09-29 22:00:46 +00:00
George Rhoten
8064b4876b ICU-5426 Report memory allocation errors when possible, and reduce default UVector size.
X-SVN-Rev: 20452
2006-09-29 21:36:59 +00:00
George Rhoten
bd55703aea ICU-5426 Reduce size of some functions, and remove duplicate newlines.
X-SVN-Rev: 20446
2006-09-29 04:19:26 +00:00
George Rhoten
f8b72498c9 ICU-5426 Fix last check-in
X-SVN-Rev: 20444
2006-09-29 03:44:03 +00:00
George Rhoten
0cacc1f2f0 ICU-5426 Don't use ctst_malloc when it's not required.
X-SVN-Rev: 20443
2006-09-29 03:38:06 +00:00
George Rhoten
a77abc97f4 ICU-5426 Reduce size of rarely used static buffer.
X-SVN-Rev: 20442
2006-09-29 03:37:37 +00:00
George Rhoten
c5ea978686 ICU-5426 More size reduction.
X-SVN-Rev: 20441
2006-09-29 02:41:37 +00:00
Ram Viswanadha
dba7618697 ICU-5275 move test to data file
X-SVN-Rev: 20436
2006-09-28 23:02:21 +00:00
George Rhoten
5b9b0f3d01 ICU-5357 Fix misspelling
X-SVN-Rev: 20434
2006-09-28 21:27:09 +00:00
George Rhoten
4cad881a47 ICU-5427 Fix memory initialization issue.
X-SVN-Rev: 20432
2006-09-28 17:40:12 +00:00
George Rhoten
c87734cd4e ICU-5427 Fix copying of uninitialized data between real data items.
X-SVN-Rev: 20431
2006-09-28 17:39:21 +00:00
Markus Scherer
cbabdfdd0b ICU-5393 support genccode --object for generating ELF .o file format on Linux, and add the --match-arch option for Linux ELF and Windows COFF
X-SVN-Rev: 20430
2006-09-28 16:03:43 +00:00
George Rhoten
673021b6f8 ICU-5426 Reduce the VM size on Windows by a few megabytes.
X-SVN-Rev: 20429
2006-09-28 15:58:13 +00:00
George Rhoten
83a4330cb6 ICU-5426 Make sure that some functions can use const data.
X-SVN-Rev: 20428
2006-09-28 15:38:06 +00:00
George Rhoten
69d78b9bfc ICU-5426 Make some static buffers non-static.
X-SVN-Rev: 20427
2006-09-28 15:37:40 +00:00
George Rhoten
87de76da1e ICU-5426 Declare some data static const.
X-SVN-Rev: 20426
2006-09-28 08:41:37 +00:00
George Rhoten
4d50a8bd57 ICU-5426 Reduce the size of intltest & cintltst
X-SVN-Rev: 20425
2006-09-28 08:40:44 +00:00
George Rhoten
e5ba281869 ICU-5426 Declare some data const.
X-SVN-Rev: 20424
2006-09-28 08:40:02 +00:00
George Rhoten
ad9f26b669 ICU-5426 These buffers don't need to be static.
X-SVN-Rev: 20423
2006-09-28 08:39:03 +00:00
George Rhoten
0545ba7212 ICU-5426 Reduce the size of intltest
X-SVN-Rev: 20422
2006-09-28 08:36:49 +00:00
George Rhoten
3c329acc44 ICU-5426 Build cintltst just like the Unix makefiles. Incremental linking isn't needed, which add 25% to the test suite.
X-SVN-Rev: 20421
2006-09-28 08:35:56 +00:00
Andy Heninger
a63ca1fd7d ICU-5422 Add Unicode license for data, unify ICU4C and J licenses.
X-SVN-Rev: 20412
2006-09-26 23:05:42 +00:00
Andy Heninger
33b9692437 ICU-5422 fix copyright date in ICU license file.
X-SVN-Rev: 20411
2006-09-26 20:59:59 +00:00
George Rhoten
b9694dd912 ICU-5357 Fix two broken links.
X-SVN-Rev: 20409
2006-09-26 17:51:51 +00:00
George Rhoten
0b89d022a0 ICU-5410 Improve test code coverage by commenting out functions that can never be used.
X-SVN-Rev: 20387
2006-09-22 18:38:46 +00:00
George Rhoten
50a6206504 ICU-5410 Test the reset function.
X-SVN-Rev: 20386
2006-09-22 18:24:07 +00:00
George Rhoten
a37c25b3f5 ICU-5410 These functions can never be inlined. So remove them from the header.
X-SVN-Rev: 20385
2006-09-22 18:09:32 +00:00
George Rhoten
ec2dd31072 ICU-5410 Don't put the deprecated internalSet function in a public header as inline.
Test that the deprecated enums aren't used.
This change makes it easier to view untested deprecated code.

X-SVN-Rev: 20375
2006-09-21 01:40:29 +00:00
George Rhoten
511415c0a6 ICU-5410 Improve code coverage by simplifying boolean expression
X-SVN-Rev: 20374
2006-09-21 01:26:20 +00:00
George Rhoten
39db5e3c44 ICU-5410 Improve test code coverage
X-SVN-Rev: 20373
2006-09-21 01:25:43 +00:00
Markus Scherer
5dac4d0a04 ICU-5388 update to tzdata2006l
X-SVN-Rev: 20372
2006-09-20 23:40:39 +00:00
Markus Scherer
8e18e1c064 ICU-5388 update to tzdata2006k
X-SVN-Rev: 20326
2006-09-14 21:34:00 +00:00
George Rhoten
5344c77f5e ICU-5357 Fix a documentation typo.
X-SVN-Rev: 20322
2006-09-13 23:33:24 +00:00
George Rhoten
f465b0c325 ICU-5354 Fix last checkin for compiler warnings and z/OS errors.
X-SVN-Rev: 20306
2006-09-11 22:04:45 +00:00
George Rhoten
8cb0256a8d ICU-5371 Visual Studio 6 fixes.
X-SVN-Rev: 20277
2006-09-08 16:48:31 +00:00
George Rhoten
fdf9a9dbc2 ICU-5349 Use UMTX_CHECK when it's helpful.
X-SVN-Rev: 20271
2006-09-08 04:10:40 +00:00
George Rhoten
5988c8fbae ICU-5349 Use umutex.h instead of mutex.h
X-SVN-Rev: 20270
2006-09-08 04:03:08 +00:00
George Rhoten
b5781126c8 ICU-5349 Use UMTX_CHECK when it's helpful.
X-SVN-Rev: 20269
2006-09-08 04:02:23 +00:00
George Rhoten
7ec2eeb77a ICU-5349 Don't use mutex.h when umutex.h also works.
X-SVN-Rev: 20266
2006-09-08 03:41:10 +00:00
George Rhoten
188452c09b ICU-5349 mutex.h isn't needed in these files.
X-SVN-Rev: 20265
2006-09-08 03:40:11 +00:00
George Rhoten
1658151152 ICU-5349 Don't use mutex.h when umutex.h also works.
X-SVN-Rev: 20264
2006-09-08 03:35:35 +00:00
George Rhoten
bbfffec872 ICU-5349 Use UMTX_CHECK when it's helpful.
X-SVN-Rev: 20263
2006-09-08 03:33:14 +00:00
George Rhoten
94d720256a ICU-5369 Comment out unparseable syntax for ICU4J due to number overflow.
X-SVN-Rev: 20257
2006-09-07 23:48:46 +00:00
Vladimir Weinstein
3c78c1dea4 ICU-5367 fix handling of implicit expansions on indirect resets (regression test)
X-SVN-Rev: 20254
2006-09-07 20:12:11 +00:00
Vladimir Weinstein
e4a00d8bc1 ICU-5367 fix handling of implicit expansions on indirect resets
X-SVN-Rev: 20253
2006-09-07 20:10:54 +00:00
George Rhoten
79659b49ff ICU-5304 Fix typo from last checkin.
X-SVN-Rev: 20248
2006-09-05 20:51:54 +00:00
George Rhoten
54b3663247 ICU-5304 Allow source code to work again without using U_NAMESPACE_USE in public headers
X-SVN-Rev: 20247
2006-09-04 17:15:14 +00:00
George Rhoten
53e8758805 ICU-5304 Improve namespace and mutex usage.
X-SVN-Rev: 20246
2006-09-04 17:01:02 +00:00
George Rhoten
fb9d074a03 ICU-5304 Allow source code to work again without using U_NAMESPACE_USE in public headers
X-SVN-Rev: 20245
2006-09-04 16:53:17 +00:00
George Rhoten
bd140ddff1 ICU-5304 Add missing namespace declarations.
X-SVN-Rev: 20244
2006-09-04 16:52:27 +00:00
George Rhoten
fa97b33258 ICU-5304 Add missing namespace declarations.
X-SVN-Rev: 20243
2006-09-04 16:36:46 +00:00
George Rhoten
4cc82b4180 ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20242
2006-09-04 16:36:21 +00:00
George Rhoten
8b2c84620c ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20241
2006-09-04 16:28:24 +00:00
George Rhoten
b27729b208 ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20240
2006-09-03 17:08:23 +00:00
George Rhoten
0445548bae ICU-5304 Add missing namespace declarations.
X-SVN-Rev: 20239
2006-09-03 17:06:48 +00:00
George Rhoten
ab59816e74 ICU-5304 Allow headers to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20238
2006-09-03 16:55:57 +00:00
Eric Mader
e2e03f351c ICU-5322 update sample code in doc comments.
X-SVN-Rev: 20216
2006-08-31 19:09:58 +00:00
John Emmons
ef8fb52d6e ICU-5355 Add explicit rule for .cpp -> .o for platforms that don't have it
X-SVN-Rev: 20192
2006-08-30 18:22:48 +00:00
Andy Heninger
050e6b861d ICU-5354 better testing of utext clone(), improved code coverage.
X-SVN-Rev: 20190
2006-08-29 23:21:59 +00:00
George Rhoten
dfffb6fcc2 ICU-5221 @stable should be used instead of @since.
X-SVN-Rev: 20188
2006-08-29 23:16:55 +00:00
Ram Viswanadha
40de6d9299 ICU-5221 fix docs
X-SVN-Rev: 20186
2006-08-29 21:55:46 +00:00
Ram Viswanadha
b6f0e69e72 ICU-5221 fix tag file generation
X-SVN-Rev: 20185
2006-08-29 21:50:49 +00:00
George Rhoten
cfd7d9fe30 ICU-5349 Use __x86_64__ for AMD64 when determining CPU type.
X-SVN-Rev: 20184
2006-08-29 21:36:36 +00:00
George Rhoten
f0957dcb7d ICU-5352 Use better macros for determining CPU type.
X-SVN-Rev: 20183
2006-08-29 21:34:37 +00:00
George Rhoten
72d9811956 ICU-5352 Fix thread safety issue on Itanium, which is a weak memory model CPU.
X-SVN-Rev: 20182
2006-08-29 21:02:25 +00:00
Ram Viswanadha
08e738a04e ICU-5278 regenerate udraft.h
X-SVN-Rev: 20180
2006-08-29 19:41:36 +00:00
John Emmons
b40139bdff ICU-5351 Filter out SHARED_OBJECT from icu-config
X-SVN-Rev: 20177
2006-08-29 15:57:43 +00:00
George Rhoten
dbc0d1d9ee ICU-5349 Use UMTX_CHECK for double check locking.
X-SVN-Rev: 20176
2006-08-29 04:57:05 +00:00
George Rhoten
a981e196f5 ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
X-SVN-Rev: 20175
2006-08-29 03:23:51 +00:00
George Rhoten
4c36af547c ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
X-SVN-Rev: 20174
2006-08-29 02:09:12 +00:00
George Rhoten
ab91404fb8 ICU-5330 Since icupkg is in /usr/sbin, it should have a man section value of 8 and not 1.
X-SVN-Rev: 20165
2006-08-25 18:41:30 +00:00
George Rhoten
cff652fc45 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20164
2006-08-25 17:41:23 +00:00
George Rhoten
331a0bd518 ICU-5330 Install man pages correctly.
X-SVN-Rev: 20163
2006-08-25 17:22:03 +00:00
Matitiahu Allouche
792fec0096 ICU-5243 fix signed/unsigned confusion on one variable.
X-SVN-Rev: 20162
2006-08-25 09:08:28 +00:00
Ram Viswanadha
b71da1bf13 ICU-5221 set the option to generate tag to true
X-SVN-Rev: 20160
2006-08-24 23:57:46 +00:00
George Rhoten
81896bcea0 ICU-4973 Documentation updates.
X-SVN-Rev: 20157
2006-08-24 21:09:07 +00:00
George Rhoten
6e750cbb3b ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20156
2006-08-24 21:03:52 +00:00
George Rhoten
8a5f6873a0 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20154
2006-08-24 19:03:06 +00:00
George Rhoten
8c383fed44 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20153
2006-08-24 18:51:49 +00:00
George Rhoten
8503dd41b1 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20152
2006-08-24 17:59:01 +00:00
George Rhoten
642a7f9b6f ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20149
2006-08-24 17:28:52 +00:00
George Rhoten
29231e0699 ICU-5321 Revert files back to original state until copyright assignment is received.
X-SVN-Rev: 20145
2006-08-23 17:36:46 +00:00
George Rhoten
b5c0573660 ICU-5275 Fix for z/OS.
X-SVN-Rev: 20144
2006-08-23 03:08:48 +00:00
George Rhoten
6e0af572ca ICU-5275 Fix for z/OS.
X-SVN-Rev: 20143
2006-08-23 03:07:26 +00:00
Eric Mader
e7e2fd7f07 ICU-4338 Document generation of new LEScript.h, etc.
X-SVN-Rev: 20142
2006-08-23 01:30:16 +00:00
Eric Mader
a869db11dd ICU-4338 Update complexTable, fix typeos in indicClassTables comments.
X-SVN-Rev: 20141
2006-08-23 00:12:41 +00:00
George Rhoten
f608687eb4 ICU-5275 Fix a memory leak in the new code.
X-SVN-Rev: 20140
2006-08-23 00:04:31 +00:00
George Rhoten
2b12d80cb5 ICU-4881 Update urename.h before the release.
X-SVN-Rev: 20138
2006-08-22 23:31:33 +00:00
Andy Heninger
328612d8a6 ICU-5339 update list of expected errors in memcheck tool.
X-SVN-Rev: 20137
2006-08-22 19:13:16 +00:00
Eric Mader
039e8d3e53 ICU-4338 Update LEScripts.h, LELanguage.h, ScriptAndLanguageTags.h, .cpp for Unicode 5.0.
X-SVN-Rev: 20136
2006-08-22 18:51:13 +00:00
Vladimir Weinstein
fe2ddf269b ICU-5232 Regression test for partial sortkey Thai failure
X-SVN-Rev: 20135
2006-08-22 17:51:36 +00:00
Steven R. Loomis
7bf489e1b9 ICU-5338 tzdata2006j
X-SVN-Rev: 20134
2006-08-22 17:43:39 +00:00
Eric Mader
f05476c3d5 ICU-3274 code review changes.
X-SVN-Rev: 20133
2006-08-22 17:30:32 +00:00
George Rhoten
854ea0f8b6 ICU-5092 Call the correct sed script.
X-SVN-Rev: 20132
2006-08-22 16:29:48 +00:00
George Rhoten
f477852393 ICU-4639 Fix a compiler warning and a z/OS runtime error introduced from last check-in.
X-SVN-Rev: 20129
2006-08-22 08:31:57 +00:00
George Rhoten
bd3963c93b ICU-4869 Fix typo for EBCDIC mode.
X-SVN-Rev: 20128
2006-08-22 06:57:52 +00:00
George Rhoten
a40785e3f4 ICU-5008 Undo @draft changes done after d01.
X-SVN-Rev: 20127
2006-08-22 05:46:28 +00:00
Eric Mader
0817e0f7d0 ICU-4639 code review comments.
X-SVN-Rev: 20125
2006-08-21 23:35:23 +00:00
Andy Heninger
f7907fdbbe ICU-4669 UText code review changes
X-SVN-Rev: 20121
2006-08-21 05:52:38 +00:00
Ram Viswanadha
56c3efac96 ICU-5025 remove U_DRAFT from stable apis
X-SVN-Rev: 20120
2006-08-21 05:04:35 +00:00
George Rhoten
dbdf6e8019 ICU-5333 Whitespace changes.
X-SVN-Rev: 20119
2006-08-20 05:08:35 +00:00
George Rhoten
05f2795ed1 ICU-5008 Make the @draft API mirror its U_STABLE label.
X-SVN-Rev: 20118
2006-08-19 21:30:03 +00:00
George Rhoten
34c5798a18 ICU-5333 Whitespace changes.
X-SVN-Rev: 20117
2006-08-19 21:27:08 +00:00
George Rhoten
07a9528f79 ICU-5025 Add documentation for scanf and printf.
X-SVN-Rev: 20116
2006-08-19 20:31:57 +00:00
George Rhoten
7815aff56a ICU-5025 Better document scanf and printf.
X-SVN-Rev: 20115
2006-08-19 20:25:53 +00:00
George Rhoten
c3079acd36 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20113
2006-08-19 18:05:31 +00:00
George Rhoten
d3bf1a20d1 ICU-5329 Fix last checkin.
X-SVN-Rev: 20112
2006-08-19 09:23:05 +00:00
George Rhoten
32b22cf076 ICU-4669 Fix newlines from last checkin
X-SVN-Rev: 20111
2006-08-19 08:28:10 +00:00
George Rhoten
106b17a85e ICU-5254 Fix an optimization bug on gcc 4.x.
X-SVN-Rev: 20108
2006-08-19 00:52:09 +00:00
Andy Heninger
dab1bcdb2d ICU-4669 UText, struct alignment, review comments
X-SVN-Rev: 20107
2006-08-19 00:38:18 +00:00
George Rhoten
65d368903d ICU-5321 Update Debian files for 3.6
X-SVN-Rev: 20106
2006-08-19 00:35:00 +00:00
George Rhoten
b65f872906 ICU-5321 Update Debian files for 3.6
X-SVN-Rev: 20105
2006-08-19 00:29:22 +00:00
George Rhoten
cf22d3c960 ICU-5330 Add missing man pages.
X-SVN-Rev: 20104
2006-08-19 00:09:31 +00:00
Steven R. Loomis
7295d0958a ICU-5303 test
X-SVN-Rev: 20100
2006-08-18 22:03:41 +00:00
Steven R. Loomis
1b1c743ca9 ICU-5303 test
X-SVN-Rev: 20099
2006-08-18 21:50:13 +00:00
George Rhoten
fd588b79a5 ICU-4322 Fix Japanese rules.
X-SVN-Rev: 20097
2006-08-18 17:07:11 +00:00
George Rhoten
3900519c47 ICU-4322 Fix Japanese rules.
X-SVN-Rev: 20095
2006-08-18 04:38:59 +00:00
George Rhoten
dfaa45dca8 ICU-4322 Fix Japanese rules.
X-SVN-Rev: 20094
2006-08-18 04:19:57 +00:00
Steven R. Loomis
598eaf6d3c ICU-5329 fix res_index.txt on brkitr
X-SVN-Rev: 20083
2006-08-17 22:17:10 +00:00
Yoshito Umaoka
cd1a997369 ICU-5323 update file list for eclipse icu plug-in project files
X-SVN-Rev: 20079
2006-08-17 20:29:12 +00:00
George Rhoten
8e5113cc62 ICU-5254 Fix for MinGW
X-SVN-Rev: 20078
2006-08-17 05:21:06 +00:00
Steven R. Loomis
40a9340aaa ICU-4716 update with localtime.c patch from tzcode2006i
X-SVN-Rev: 20075
2006-08-16 18:46:55 +00:00
George Rhoten
ea1db2db8a ICU-4869 Don't use a FILE after it's been closed.
X-SVN-Rev: 20074
2006-08-16 15:16:23 +00:00
Steven R. Loomis
0627bad784 ICU-5319 friendly errors in data build
X-SVN-Rev: 20073
2006-08-15 23:27:31 +00:00
George Rhoten
432f8cfcb3 ICU-5254 Fix for MSVC 2003
X-SVN-Rev: 20072
2006-08-15 23:27:28 +00:00
Ram Viswanadha
5e5b329038 ICU-5275 tests for bug fix
X-SVN-Rev: 20071
2006-08-15 23:21:39 +00:00
Ram Viswanadha
16c62819ab ICU-5275 fix bug
X-SVN-Rev: 20070
2006-08-15 23:20:55 +00:00
George Rhoten
bb0c997013 ICU-4322 Fix Japanese rules.
X-SVN-Rev: 20069
2006-08-15 15:44:28 +00:00
George Rhoten
04037f88a9 ICU-5254 Fix multithreaded safety for MinGW
X-SVN-Rev: 20068
2006-08-15 08:24:13 +00:00
George Rhoten
77706b9043 ICU-5254 Fix for MinGW
X-SVN-Rev: 20067
2006-08-15 07:30:31 +00:00
George Rhoten
668db96d1d ICU-5320 Make sure that ICU doesn't use global new and delete in debug mode.
X-SVN-Rev: 20066
2006-08-15 06:48:39 +00:00
George Rhoten
bb11dbdf53 ICU-5254 Fix for MinGW
X-SVN-Rev: 20065
2006-08-15 06:48:01 +00:00
George Rhoten
3dffeab2e6 ICU-5320 Don't use global new and delete, and add a patch for MinGW
X-SVN-Rev: 20064
2006-08-15 06:47:19 +00:00
George Rhoten
5c6df5e87f ICU-5320 Don't use global new and delete
X-SVN-Rev: 20063
2006-08-15 06:45:05 +00:00
George Rhoten
f784e6f443 ICU-5254 Open Office patch
X-SVN-Rev: 20062
2006-08-15 04:45:54 +00:00
George Rhoten
c833979a43 ICU-5254 Special fix for Solaris 10 hybrid (upgraded) platforms
X-SVN-Rev: 20061
2006-08-15 01:08:28 +00:00
Steven R. Loomis
170deb1557 ICU-4716 work with out of source builds
X-SVN-Rev: 20060
2006-08-15 00:58:57 +00:00
Steven R. Loomis
f996e8e655 ICU-5319 friendly errors in data build
X-SVN-Rev: 20058
2006-08-14 22:59:10 +00:00
Eric Mader
a4f5425b8b ICU-5318 Change class of Tamil Visraga (U+0B89) from _mp to _xx.
X-SVN-Rev: 20057
2006-08-14 21:21:30 +00:00
George Rhoten
3ec753e885 ICU-5317 Changes for SELinux.
This change turns off the executable stack for a shared object. This code isn't suppose to use a stack anyway.

X-SVN-Rev: 20055
2006-08-14 18:05:23 +00:00
George Rhoten
dfb20711e7 ICU-5261 Try to fix the csdet failure on Solaris 10.
X-SVN-Rev: 20054
2006-08-14 02:41:45 +00:00
George Rhoten
6019ad4a69 ICU-5277 Add required CCSID.
X-SVN-Rev: 20051
2006-08-12 22:56:06 +00:00
George Rhoten
2a806e34dc ICU-5316 Increase the performance of sprintf/sscanf
X-SVN-Rev: 20050
2006-08-12 09:47:38 +00:00
George Rhoten
13a2bd3fbb ICU-5316 Move copyright statement into ucln_io.c.
X-SVN-Rev: 20049
2006-08-12 09:47:27 +00:00
George Rhoten
11a487441d ICU-4983 Allow + to be parsed for numbers.
X-SVN-Rev: 20048
2006-08-12 08:06:40 +00:00
George Rhoten
efe6f405a4 ICU-4716 Allow the tzcode tool to be built on demand
X-SVN-Rev: 20046
2006-08-11 22:57:58 +00:00
George Rhoten
6a734a481d ICU-4716 Fix a typo
X-SVN-Rev: 20045
2006-08-11 22:36:29 +00:00
George Rhoten
bfecf67e09 ICU-4716 Allow make clean to work better.
X-SVN-Rev: 20044
2006-08-11 22:33:58 +00:00
George Rhoten
54aaf000b8 ICU-4716 Allow tzcode to work from tools/tzcode instead of only in ICU's
data directory.

X-SVN-Rev: 20043
2006-08-11 22:23:08 +00:00
Andy Heninger
ba117fc5a8 ICU-5276 Sentence Break Rule updates for Japanese Voicing Marks change.
X-SVN-Rev: 20042
2006-08-11 21:01:07 +00:00
Andy Heninger
07a39a8012 ICU-5276 missing BOM in RBBI test data file.
X-SVN-Rev: 20041
2006-08-11 20:43:51 +00:00
Andy Heninger
2ee88cee8b ICU-5276 update rbbi tests for treating Japanese Half Width voicing marks as Extend.
X-SVN-Rev: 20040
2006-08-11 20:31:39 +00:00
George Rhoten
55f0035338 ICU-4913 Add a test for the result of cross tree aliases.
X-SVN-Rev: 20039
2006-08-11 20:03:54 +00:00
Andy Heninger
09e3cfac5d ICU-5276 update rbbi tests for treating Japanese Half Width voicing marks as Extend.
X-SVN-Rev: 20038
2006-08-11 19:38:49 +00:00
Andy Heninger
43adf551ee ICU-5276 update rbbi rules for treating Japanese Half Width voicing marks as Extend. Update word_ja and word_POSIX with Unicode 5 changes from default word rules.
X-SVN-Rev: 20037
2006-08-11 19:37:57 +00:00
Eric Mader
c292eb5da0 ICU-5314 Clean up UTF-16, UTF-32 detectors, UTF-16 test.
X-SVN-Rev: 20035
2006-08-11 18:55:15 +00:00
George Rhoten
818fa504fd ICU-5313 Make it easier to compiler the performance tests on Unix type
machines.

X-SVN-Rev: 20034
2006-08-11 18:48:08 +00:00
Ram Viswanadha
f302112d27 ICU-5247 fix colfiles.mk
X-SVN-Rev: 20033
2006-08-11 17:32:47 +00:00
Andy Heninger
238a5028fd ICU-4669 UText, cleanups from reviewing header file.
X-SVN-Rev: 20032
2006-08-11 16:59:25 +00:00
George Rhoten
f4741efce1 ICU-5009 Fix doxygen warnings.
X-SVN-Rev: 20031
2006-08-11 05:46:59 +00:00
George Rhoten
8861f0a9e7 ICU-5009 Don't document ppalmos.h.
X-SVN-Rev: 20030
2006-08-11 05:45:53 +00:00
George Rhoten
e6a4ce8b82 ICU-5247 This locale is no longer in used.
X-SVN-Rev: 20029
2006-08-11 04:15:51 +00:00
George Rhoten
154f34dbf2 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20028
2006-08-11 04:05:04 +00:00
George Rhoten
3b3554498c ICU-5161 Fix a memory leak.
X-SVN-Rev: 20027
2006-08-11 03:50:42 +00:00
George Rhoten
06ab467b86 ICU-5161 Fix some memory leaks.
X-SVN-Rev: 20026
2006-08-11 02:48:23 +00:00
George Rhoten
31d42c0fce ICU-4869 Possible EBCDIC fix
X-SVN-Rev: 20018
2006-08-10 19:46:22 +00:00
George Rhoten
70d3b36d5f ICU-5310 White space fixes.
X-SVN-Rev: 20017
2006-08-10 19:08:46 +00:00
Andy Heninger
4ce961aa13 ICU-4669 Add tests for UText CharacterIterator provider, and fix errors uncovered by them.
X-SVN-Rev: 20016
2006-08-10 05:28:32 +00:00
Ram Viswanadha
40bba85d33 ICU-5201 add test case
X-SVN-Rev: 20014
2006-08-09 22:16:47 +00:00
Eric Mader
80146ab3f7 ICU-5310 Fix bogus language codes returned by getlanguage() methods.
X-SVN-Rev: 20007
2006-08-09 20:13:18 +00:00
Ram Viswanadha
df801db313 ICU-5247 update data from CLDR 1.4
X-SVN-Rev: 20005
2006-08-08 23:39:42 +00:00
John Emmons
e965dc47cf ICU-5241 Added tests for single setters of quarters
X-SVN-Rev: 20004
2006-08-08 22:00:10 +00:00
John Emmons
46e2403665 ICU-5241 Added single setters for quarters
X-SVN-Rev: 20003
2006-08-08 21:58:59 +00:00
George Rhoten
a5762bea29 ICU-5032 Remove untestable code. symbolsToAdopt can't be NULL, and the else branch does the same thing.
X-SVN-Rev: 20002
2006-08-08 21:39:04 +00:00
George Rhoten
9c87c17463 ICU-5220 This test shouldn't fail when the specific test case is suppose to fail.
X-SVN-Rev: 20001
2006-08-07 23:58:13 +00:00
Matitiahu Allouche
29e8e7b6ae ICU-5243 change one line in state tables to improve inverse bidi for NUMBERS_SPECIAL, add a few comments
X-SVN-Rev: 20000
2006-08-07 23:17:34 +00:00
Ram Viswanadha
12c444cc09 ICU-5247 update to cldr tag and fix couple of bugs
X-SVN-Rev: 19998
2006-08-07 21:44:55 +00:00
George Rhoten
feddeaa84c ICU-5243 Undo last change
X-SVN-Rev: 19997
2006-08-07 20:59:59 +00:00
George Rhoten
ea6e0433c1 ICU-4707 Better fix for compiler warnings.
X-SVN-Rev: 19996
2006-08-07 20:29:51 +00:00
George Rhoten
248545dcc7 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19995
2006-08-07 18:02:31 +00:00
Markus Scherer
2acc34236c ICU-5084 final Unicode 5.0 data file version
X-SVN-Rev: 19994
2006-08-07 17:33:57 +00:00
John Emmons
26587784a8 ICU-5032 Increase coverage on DateFormatSymbolsSingleSetter
X-SVN-Rev: 19993
2006-08-07 16:32:50 +00:00
George Rhoten
8c86161250 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19990
2006-08-07 06:55:30 +00:00
Markus Scherer
d9e954dc93 ICU-5220 uenum_next() must not set an error code for just enumerating past the end
X-SVN-Rev: 19989
2006-08-06 22:38:31 +00:00
Markus Scherer
5d32123d29 ICU-4558 fix and clarify utfxx.h API docs for input string indexes for U16_ and U8_ macros
X-SVN-Rev: 19988
2006-08-05 21:27:11 +00:00
Markus Scherer
d03be86b5f ICU-5301 add U_USING_ICU_NAMESPACE switch for turning off default U_NAMESPACE_USE = using namespace icu_3_6
X-SVN-Rev: 19987
2006-08-05 05:47:05 +00:00
Steven R. Loomis
6db4e2da84 ICU-4716 make tzcode build with out of source builds
X-SVN-Rev: 19981
2006-08-05 03:29:17 +00:00
Eric Mader
ad595e0ccd ICU-4711 Code review changes: filterZeroWidth was returning code points as glyph IDs.
X-SVN-Rev: 19979
2006-08-05 01:33:48 +00:00
George Rhoten
9bcf354c65 ICU-4881 Temporarily disable the TestAliasedNames test
X-SVN-Rev: 19978
2006-08-04 23:59:45 +00:00
Steven R. Loomis
0a7a3a1eba ICU-4985 disable rounding, when we test with 999 digits after the decimal point (exhaustive fix)
X-SVN-Rev: 19977
2006-08-04 23:21:04 +00:00
Andy Heninger
da55a80420 ICU-5300 fix RBBI safe clone memory leak
X-SVN-Rev: 19973
2006-08-04 18:15:29 +00:00
Steven R. Loomis
df8d3e4ed3 ICU-4716 initial checkin of zic utilities
X-SVN-Rev: 19972
2006-08-04 01:18:19 +00:00
Steven R. Loomis
56b2c43c4c ICU-4716 initial checkin of zic utilities
X-SVN-Rev: 19970
2006-08-03 23:58:44 +00:00
Steven R. Loomis
f946c487b7 ICU-4716 initial checkin of zic utilities
X-SVN-Rev: 19969
2006-08-03 23:40:18 +00:00
Steven R. Loomis
411a74f3bf ICU-4716 update for PD timezone data
X-SVN-Rev: 19968
2006-08-03 23:24:09 +00:00
George Rhoten
916e39755c ICU-5282 Better fix for UCONFIG_NO_LEGACY_CONVERSION
X-SVN-Rev: 19964
2006-08-02 22:30:16 +00:00
George Rhoten
77d118a8a5 ICU-5282 Don't test for UCONFIG_NO_CONVERSION. It shouldn't normally work.
X-SVN-Rev: 19963
2006-08-02 22:29:50 +00:00
George Rhoten
a98c968d72 ICU-5288 Warn about U_MAKE not being GNU make.
Also remove some unused substitution variables.

X-SVN-Rev: 19956
2006-08-02 02:55:00 +00:00
George Rhoten
e3d2129414 ICU-4869 Try to fix an EBCDIC issue.
X-SVN-Rev: 19942
2006-08-01 15:48:07 +00:00
Andy Heninger
4f7dda67b2 ICU-5170 perf tuning for UText based RBBI
X-SVN-Rev: 19939
2006-08-01 00:06:20 +00:00
Ram Viswanadha
dccb974b4b ICU-5008 promote draft APIs to stable
X-SVN-Rev: 19938
2006-07-31 21:09:28 +00:00
Eric Mader
79e7c706dd ICU-4967 code review changes.
X-SVN-Rev: 19937
2006-07-31 21:03:36 +00:00
Ram Viswanadha
681bb462e2 ICU-5008 promote draft APIs to stable
X-SVN-Rev: 19936
2006-07-31 21:02:36 +00:00
Ram Viswanadha
0ff9cf8f7c ICU-5008 promote draft APIs to stable
X-SVN-Rev: 19934
2006-07-31 20:52:01 +00:00
Eric Mader
cf2495919d ICU-4744 code review changes.
X-SVN-Rev: 19933
2006-07-31 20:50:52 +00:00
George Rhoten
a1ec42ed4a ICU-5243 Fix for HP-UX. Don't define MIN.
X-SVN-Rev: 19932
2006-07-31 19:18:54 +00:00
George Rhoten
b8fa953128 ICU-4869 Fix last check-in on AIX
X-SVN-Rev: 19931
2006-07-31 18:14:28 +00:00
Matitiahu Allouche
0dd06e16fb ICU-5243 improve algorithm for RTL inverse bidi, add some comments
X-SVN-Rev: 19930
2006-07-31 15:05:42 +00:00
Matitiahu Allouche
7c4d4cbda7 ICU-5243 add a field to UBiDi structure (need for optimizing RTL inverse algorithm)
X-SVN-Rev: 19929
2006-07-31 15:04:55 +00:00
Matitiahu Allouche
8c669a4c0f ICU-5243 add a comment
X-SVN-Rev: 19928
2006-07-31 15:03:50 +00:00
Matitiahu Allouche
fc3f2caf98 ICU-5243 add 2 test cases
X-SVN-Rev: 19927
2006-07-31 15:03:02 +00:00
George Rhoten
7b3b80aeec ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19925
2006-07-29 01:44:45 +00:00
George Rhoten
aaab30d9f4 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19924
2006-07-29 01:08:10 +00:00
Eric Mader
87731aeae7 ICU-5282 Fix problems found by uconfigtest.
X-SVN-Rev: 19922
2006-07-28 22:58:29 +00:00
Markus Scherer
cbb5fd45d1 ICU-4933 titlecase first _cased_ letter
X-SVN-Rev: 19921
2006-07-28 22:43:40 +00:00
George Rhoten
948a4e842f ICU-4869 Fix check-in of _XOPEN_SOURCE_EXTENDED. This is the correct fix.
X-SVN-Rev: 19919
2006-07-28 22:16:45 +00:00
George Rhoten
914eadd2dd ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19918
2006-07-28 21:47:47 +00:00
George Rhoten
d6e59fa634 ICU-5032 Increase code coverage
X-SVN-Rev: 19917
2006-07-28 19:35:12 +00:00
George Rhoten
d9d4065306 ICU-5161 Never use C++ static initialization.
X-SVN-Rev: 19916
2006-07-28 19:33:44 +00:00
George Rhoten
df74498d1a ICU-5225 Simplify string conversion during data swapping.
X-SVN-Rev: 19915
2006-07-28 18:09:36 +00:00
Matitiahu Allouche
5371c556bd ICU-5243 minor stylistic and formatting enhancements
X-SVN-Rev: 19914
2006-07-28 11:09:46 +00:00
Eric Mader
f9dacd07e8 ICU-5282 Regenerate w/o DeviceTable experimental code.
X-SVN-Rev: 19910
2006-07-28 02:50:23 +00:00
Eric Mader
6fd80adca8 ICU-5282 SimpleFontInstance::getGlyphAdvance: don't check for combining characters; depends on normalization.
X-SVN-Rev: 19909
2006-07-28 01:48:34 +00:00
Matitiahu Allouche
092fb55328 ICU-5243 fix a few bad or missing tags in the javadoc
X-SVN-Rev: 19903
2006-07-27 20:57:41 +00:00
Matitiahu Allouche
eccbb3ccd5 ICU-5243 fix bug for 1-char run when REORDER_RUNS_ONLY
X-SVN-Rev: 19901
2006-07-27 14:43:14 +00:00
Matitiahu Allouche
0b47bd5489 ICU-5243 add a test case for REORDER_RUNS_ONLY
X-SVN-Rev: 19900
2006-07-27 14:26:10 +00:00
Matitiahu Allouche
d5d2a9d95d ICU-5243 improved implementation of UBIDI_REORDER_RUNS_ONLY
X-SVN-Rev: 19899
2006-07-26 14:09:31 +00:00
Matitiahu Allouche
9f268b1619 ICU-5243 minor changes to better implement conventions
X-SVN-Rev: 19898
2006-07-26 14:05:40 +00:00
Matitiahu Allouche
bcc38f76a8 ICU-5243 improved implementation of UBIDI_REORDER_RUNS_ONLY
X-SVN-Rev: 19897
2006-07-26 14:02:08 +00:00
Matitiahu Allouche
94e87e3036 ICU-5243 add to comments for UBIDI_REORDER_RUNS_ONLY
X-SVN-Rev: 19896
2006-07-26 13:57:12 +00:00
Matitiahu Allouche
6edbf4304e ICU-5243 add tests for a few APIs, test new implementation of REORDER_RUNS_ONLY
X-SVN-Rev: 19895
2006-07-26 13:55:25 +00:00
George Rhoten
8132ccec88 ICU-4881 Fix version test
X-SVN-Rev: 19894
2006-07-25 23:02:40 +00:00
Ram Viswanadha
6af17c629b ICU-5278 update udraft.h and friends
X-SVN-Rev: 19893
2006-07-25 22:46:49 +00:00
George Rhoten
cbd6f5368e ICU-5032 Remove unused code.
X-SVN-Rev: 19892
2006-07-25 22:42:34 +00:00
George Rhoten
b1b20ec190 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19890
2006-07-25 05:31:24 +00:00
George Rhoten
c92383f0a9 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19889
2006-07-25 04:53:53 +00:00
George Rhoten
716cf4b20c ICU-5118 Ignore generated file
X-SVN-Rev: 19888
2006-07-25 04:53:32 +00:00