George Rhoten
|
51d7d31296
|
ICU-5426 Don't leak memory on status failure.
X-SVN-Rev: 20529
|
2006-10-12 02:34:13 +00:00 |
|
George Rhoten
|
0d09a5ecdf
|
ICU-5426 Report an error when utrie_open fails due to mallocing too much.
X-SVN-Rev: 20528
|
2006-10-12 02:28:59 +00:00 |
|
George Rhoten
|
0554859f94
|
ICU-5426 Reduce size of ucol_openRules mallocs (less than 1/4th the size)
X-SVN-Rev: 20527
|
2006-10-12 02:25:36 +00:00 |
|
George Rhoten
|
b6d25ceffc
|
ICU-5410 Remove unused deprecated tests.
X-SVN-Rev: 20525
|
2006-10-11 15:41:46 +00:00 |
|
George Rhoten
|
ce4ead4d3a
|
ICU-5410 Remove unused deprecated tests, and sort the tests a little differently.
X-SVN-Rev: 20524
|
2006-10-11 15:40:43 +00:00 |
|
George Rhoten
|
2a125c001c
|
ICU-5426 Reduce size of unused allocated memory.
X-SVN-Rev: 20523
|
2006-10-11 08:31:55 +00:00 |
|
George Rhoten
|
9607bd959b
|
ICU-5426 This utrie_open allocates more than 4MB. At least check that the allocation worked.
X-SVN-Rev: 20522
|
2006-10-11 08:23:53 +00:00 |
|
George Rhoten
|
fe98934f24
|
ICU-5440 Return the correct list of supported locales for collation.
X-SVN-Rev: 20520
|
2006-10-10 15:44:51 +00:00 |
|
George Rhoten
|
d25535331f
|
ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 20505
|
2006-10-06 18:14:24 +00:00 |
|
George Rhoten
|
760e4c2a65
|
ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 20504
|
2006-10-06 18:08:06 +00:00 |
|
George Rhoten
|
a7da3af3a0
|
ICU-5410 Synchronize changes between ICU4J and ICU4C.
X-SVN-Rev: 20494
|
2006-10-05 21:25:38 +00:00 |
|
George Rhoten
|
ef584abc21
|
ICU-5440 Return the correct list of supported locales for collation.
X-SVN-Rev: 20484
|
2006-10-04 06:05:30 +00:00 |
|
George Rhoten
|
c5406f3b0c
|
ICU-5426 Fix compiler warnings from last check in.
X-SVN-Rev: 20483
|
2006-10-04 00:33:11 +00:00 |
|
George Rhoten
|
31120cdfc4
|
ICU-5426 Fix last check-in. Handle the case when malloc fails.
X-SVN-Rev: 20478
|
2006-10-03 19:11:36 +00:00 |
|
George Rhoten
|
1c37b55ae0
|
ICU-5426 Reduce the amount of unused memory in caches by at least 500KB.
X-SVN-Rev: 20476
|
2006-10-03 17:41:23 +00:00 |
|
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 |
|
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
|
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
|
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
|
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
|
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
|
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 |
|