Andy Heninger
|
5e550c04ac
|
ICU-6149 Merge regexp resource limit functions into the trunk
X-SVN-Rev: 23467
|
2008-02-20 03:08:44 +00:00 |
|
George Rhoten
|
56c21905a4
|
ICU-6076 Improve allocation counting.
X-SVN-Rev: 23465
|
2008-02-19 20:56:50 +00:00 |
|
George Rhoten
|
ba02cd8038
|
ICU-6188 Improve error handling for ucol_getSortKey when memory allocation fails.
X-SVN-Rev: 23464
|
2008-02-19 20:10:55 +00:00 |
|
George Rhoten
|
6520f1df57
|
ICU-6186 Reduce UResourceBundle struct padding
X-SVN-Rev: 23462
|
2008-02-19 17:27:59 +00:00 |
|
George Rhoten
|
2b59c659e8
|
ICU-6076 Make it easier to test small allocation failures.
X-SVN-Rev: 23461
|
2008-02-19 08:08:10 +00:00 |
|
George Rhoten
|
5a8942d749
|
ICU-6076 Fix allocation failure recovery problems.
X-SVN-Rev: 23460
|
2008-02-19 07:53:15 +00:00 |
|
George Rhoten
|
24e86c8cab
|
ICU-6076 Make it easier to test small allocation failures.
X-SVN-Rev: 23459
|
2008-02-19 07:09:38 +00:00 |
|
George Rhoten
|
a938a88c39
|
ICU-6076 Fix initialization problems with resource bundles.
X-SVN-Rev: 23458
|
2008-02-19 05:59:10 +00:00 |
|
George Rhoten
|
8bc5d287d9
|
ICU-6076 Reduce crashes and valgrind errors in tests for easier diagnostics.
X-SVN-Rev: 23457
|
2008-02-19 05:05:51 +00:00 |
|
George Rhoten
|
8244ab6864
|
ICU-6098 Update urename.h based on API changes.
X-SVN-Rev: 23456
|
2008-02-18 23:31:45 +00:00 |
|
George Rhoten
|
549ab03a99
|
ICU-4384 Remove tabs and make a function static
X-SVN-Rev: 23455
|
2008-02-18 23:17:58 +00:00 |
|
Jason Spieth
|
d9868ddec2
|
ICU-4626 Reinitialization of static variable
X-SVN-Rev: 23454
|
2008-02-18 19:07:28 +00:00 |
|
George Rhoten
|
fa8aa3884b
|
ICU-6076 Partially undo last change until further discussion.
X-SVN-Rev: 23453
|
2008-02-18 00:46:38 +00:00 |
|
George Rhoten
|
97e1549ea0
|
ICU-6076 Make it easier to find valgrind errors by not leaking memory.
X-SVN-Rev: 23452
|
2008-02-17 19:32:34 +00:00 |
|
George Rhoten
|
1da25d4d3b
|
ICU-6076 Don't crash when initialization fails.
X-SVN-Rev: 23451
|
2008-02-17 19:13:10 +00:00 |
|
George Rhoten
|
acd8f28273
|
ICU-6076 Make sure that we objects are fully initialized for deletion, and
that we don't leak memory after an allocation failure.
X-SVN-Rev: 23450
|
2008-02-17 18:26:39 +00:00 |
|
George Rhoten
|
9026aecf79
|
ICU-6076 Test string addition failures.
X-SVN-Rev: 23449
|
2008-02-17 09:16:12 +00:00 |
|
George Rhoten
|
77d4e43ed0
|
ICU-6076 Prevent appending too much.
X-SVN-Rev: 23448
|
2008-02-17 08:27:29 +00:00 |
|
George Rhoten
|
08f1a884b5
|
ICU-6076 Improve the error recovery handling from changeset 23414.
X-SVN-Rev: 23447
|
2008-02-17 06:50:59 +00:00 |
|
George Rhoten
|
df20c5147e
|
ICU-6076 Fix some problems while testing ICU error recovery from out of memory conditions, like proper error reporting, not crashing, not leaking memory from when an allocation failure happens.
X-SVN-Rev: 23446
|
2008-02-16 22:58:32 +00:00 |
|
George Rhoten
|
512e3f34da
|
ICU-6076 Prevent crashes while testing memory failures.
X-SVN-Rev: 23445
|
2008-02-16 12:30:55 +00:00 |
|
George Rhoten
|
0421a0ee5f
|
ICU-6076 Fix some crashes when running out of memory.
X-SVN-Rev: 23444
|
2008-02-16 12:17:48 +00:00 |
|
George Rhoten
|
8412d727f4
|
ICU-6076 Check one allocation at a time, and don't double free memory.
X-SVN-Rev: 23443
|
2008-02-16 12:08:07 +00:00 |
|
George Rhoten
|
8c56e56382
|
ICU-6076 Make it a little easier to detect initialization problems, and
improve initialization time.
X-SVN-Rev: 23442
|
2008-02-16 11:26:53 +00:00 |
|
George Rhoten
|
6feced2f5d
|
ICU-6076 Fix some memory leaks found during testing for easier valgrind filtering.
X-SVN-Rev: 23441
|
2008-02-16 02:29:58 +00:00 |
|
George Rhoten
|
ededf15cbb
|
ICU-6076 Fix some memory leaks found during testing for easier filtering.
X-SVN-Rev: 23439
|
2008-02-16 01:31:32 +00:00 |
|
George Rhoten
|
a137ec8cce
|
ICU-6132 Fix compiler warnings from last check-in.
X-SVN-Rev: 23438
|
2008-02-15 23:56:06 +00:00 |
|
George Rhoten
|
2a483025d9
|
ICU-6183 Fix some rare UCA initialization problems
X-SVN-Rev: 23437
|
2008-02-15 22:41:39 +00:00 |
|
George Rhoten
|
b579ec4770
|
ICU-6176 Fix some Coverity warnings.
X-SVN-Rev: 23435
|
2008-02-14 21:48:29 +00:00 |
|
George Rhoten
|
57faac963c
|
ICU-6176 Fix some Coverity warnings.
X-SVN-Rev: 23433
|
2008-02-14 04:39:06 +00:00 |
|
George Rhoten
|
e6b92e6e4d
|
ICU-6176 Fix some Coverity warnings.
X-SVN-Rev: 23432
|
2008-02-14 04:15:58 +00:00 |
|
George Rhoten
|
e7ccc2b315
|
ICU-6176 Fix some Coverity warnings.
X-SVN-Rev: 23431
|
2008-02-14 03:34:27 +00:00 |
|
George Rhoten
|
5547bb21de
|
ICU-6176 Fix some Coverity warnings in the unlikely event that a date/time format isn't simple in the future.
X-SVN-Rev: 23430
|
2008-02-14 02:43:33 +00:00 |
|
George Rhoten
|
de481fcaa5
|
ICU-6176 Fix some Coverity warnings
X-SVN-Rev: 23428
|
2008-02-14 00:08:18 +00:00 |
|
George Rhoten
|
2a1d3e036f
|
ICU-6176 Fix some Coverity warnings
X-SVN-Rev: 23427
|
2008-02-14 00:01:59 +00:00 |
|
Yoshito Umaoka
|
7511552a11
|
ICU-5385 Move UnicodeSet initialization in ThaiBreakIterator into static initializer block.
X-SVN-Rev: 23419
|
2008-02-13 16:56:21 +00:00 |
|
George Rhoten
|
4ce023683e
|
ICU-6132 Fix tabs from previous changes.
X-SVN-Rev: 23418
|
2008-02-13 10:41:28 +00:00 |
|
George Rhoten
|
ec77357c81
|
ICU-6176 Remove dead code and typos.
X-SVN-Rev: 23417
|
2008-02-13 10:22:39 +00:00 |
|
George Rhoten
|
a1e9519c40
|
ICU-6176 Fix some Coverity warnings
X-SVN-Rev: 23416
|
2008-02-13 10:05:32 +00:00 |
|
George Rhoten
|
61d27ac692
|
ICU-6176 Undo last change. The warning was bad.
X-SVN-Rev: 23415
|
2008-02-13 10:04:38 +00:00 |
|
George Rhoten
|
928d6152bc
|
ICU-6176 Fix some Coverity warnings
X-SVN-Rev: 23414
|
2008-02-13 09:35:50 +00:00 |
|
Michael Ow
|
029ac2db29
|
ICU-6137 Fix bug with getting icu canonical name when using x-****.
X-SVN-Rev: 23412
|
2008-02-12 00:25:48 +00:00 |
|
Michael Ow
|
4daa54728a
|
ICU-6137 Move new static methods to CharsetISO2022 and make certain static methods and variables package viewable.
X-SVN-Rev: 23411
|
2008-02-11 23:24:36 +00:00 |
|
George Rhoten
|
2bc412e598
|
ICU-6076 Use window failure testing instead of max size testing. This allows you to skip some hash table failures. Hash tables grow by powers of 2.
X-SVN-Rev: 23409
|
2008-02-10 20:17:14 +00:00 |
|
George Rhoten
|
fb5e448868
|
ICU-6132 Fix previous change.
X-SVN-Rev: 23408
|
2008-02-10 17:52:27 +00:00 |
|
George Rhoten
|
b62b973812
|
ICU-6132 Fix a bug found while flushing a cache.
X-SVN-Rev: 23407
|
2008-02-09 20:48:31 +00:00 |
|
George Rhoten
|
0885eb2149
|
ICU-6132 Reduce large allocations
X-SVN-Rev: 23406
|
2008-02-09 00:50:08 +00:00 |
|
Michael Ow
|
d33e396670
|
ICU-6132 Compact the deletion of memory allocation error for array pointers in regexst.cpp.
X-SVN-Rev: 23405
|
2008-02-09 00:30:33 +00:00 |
|
Michael Ow
|
90412e106d
|
ICU-6137 Add static method in CharsetMBCS used in ISO2022.
X-SVN-Rev: 23404
|
2008-02-09 00:10:25 +00:00 |
|
George Rhoten
|
b48351f219
|
ICU-6132 Fix previous change.
X-SVN-Rev: 23401
|
2008-02-08 16:20:34 +00:00 |
|