Commit Graph

175 Commits

Author SHA1 Message Date
Steven R. Loomis
4f73aaf34c ICU-7281 fix minor errors
X-SVN-Rev: 27014
2009-12-03 22:41:48 +00:00
John Emmons
6db7d0a907 ICU-3904 Dynamic data loading capability
X-SVN-Rev: 27012
2009-12-03 18:06:37 +00:00
Michael Ow
b4853d0331 ICU-7222 Remove Windows x64 warnings by casting explicitly.
X-SVN-Rev: 26870
2009-11-11 15:47:22 +00:00
John Emmons
f5c53c0899 ICU-7136 Fix build error on Windows
X-SVN-Rev: 26670
2009-09-22 16:05:30 +00:00
John Emmons
9201d2a8a6 ICU-7136 Add logic to allow %%ParentIsRoot resource to disallow the parent in the inheritance chain
X-SVN-Rev: 26666
2009-09-21 22:51:00 +00:00
Markus Scherer
c9087beb0d ICU-6945 merge into trunk: changes for .res formatVersion 2 (#6945) and new ICU4J data .jar building from ICU4C (#7043), from -r 26329:26368 icu/branches/markus/smallres2
X-SVN-Rev: 26375
2009-07-17 22:57:26 +00:00
Steven R. Loomis
9eb9dd4c83 ICU-6799 fix many warnings, improve tests
X-SVN-Rev: 25772
2009-04-15 01:57:02 +00:00
Steven R. Loomis
2e10735e9c ICU-6571 merge r25317 and r25318 - C side
X-SVN-Rev: 25327
2009-01-29 00:17:44 +00:00
George Rhoten
de6512a9c1 ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
X-SVN-Rev: 23479
2008-02-23 19:15:18 +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
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
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
928d6152bc ICU-6176 Fix some Coverity warnings
X-SVN-Rev: 23414
2008-02-13 09:35:50 +00:00
George Rhoten
d097ddcfd4 ICU-6132 Recover from memory failures.
X-SVN-Rev: 23396
2008-02-08 07:04:16 +00:00
George Rhoten
c5e89166c8 ICU-6132 Recover from allocation errors.
X-SVN-Rev: 23395
2008-02-08 06:19:48 +00:00
George Rhoten
ffcb7ce01a ICU-6132 Recover from various hash table allocation errors.
X-SVN-Rev: 23394
2008-02-08 03:42:40 +00:00
George Rhoten
4ab435ccc8 ICU-5965 Comment out unused special purpose code due to previous changes under this ticket.
X-SVN-Rev: 23372
2008-02-07 22:24:27 +00:00
Michael Ow
752767bf9d ICU-6132 Add return NULL for memory allocation error in ures_getVersionNumber.
X-SVN-Rev: 23258
2008-01-17 17:58:02 +00:00
Michael Ow
a209799b48 ICU-6132 Add various memory allocation error checks to uprntf_p.c, uresbund.c, ustdio.c, and usearch.cpp.
X-SVN-Rev: 23254
2008-01-16 23:16:41 +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
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
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
Vladimir Weinstein
a16ac0c913 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21694
2007-06-11 18:42:07 +00:00
Eric Mader
82f6e65e1b ICU-5648 init_resb_result should use fTopLevelData instead of fData for /LOCALE/ in alias path.
X-SVN-Rev: 21239
2007-03-14 01:36:22 +00:00
George Rhoten
c320b37e7a ICU-5566 CLDR1.5 changes. Mirror ICU4J behavior.
X-SVN-Rev: 21200
2007-03-09 01:21:24 +00:00
George Rhoten
46cd2a0d94 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 20670
2006-11-16 17:39:09 +00:00
George Rhoten
f29097dc68 ICU-5410 Comment out debugging code.
X-SVN-Rev: 20659
2006-11-15 00:38:04 +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
Markus Scherer
57b730acf8 ICU-5253 add ures_getUTF8String() and ByIndex, ByKey variants
X-SVN-Rev: 19785
2006-07-03 21:05:30 +00:00
George Rhoten
c687f5051e ICU-5161 Fix a typo
X-SVN-Rev: 19588
2006-04-25 19:49:32 +00:00
George Rhoten
f5e940afb4 ICU-5161 Fix valgrind and Purify warnings about uninitialized memory copies.
Make it more efficient to copy and initialize a UResourceBundle.
Don't use U_INTERNAL_PROGRAM_ERROR when U_ILLEGAL_ARGUMENT_ERROR was meant.

X-SVN-Rev: 19586
2006-04-25 19:32:35 +00:00
George Rhoten
35c4c75f13 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19383
2006-03-20 07:53:07 +00:00
George Rhoten
a62c62531f ICU-4707 Fix some compiler warnings about unused code.
X-SVN-Rev: 19353
2006-03-16 06:07:07 +00:00
George Rhoten
16a66a1a44 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 18985
2006-01-14 09:06:35 +00:00
Markus Scherer
7076ab9ce6 ICU-4739 add "no fallback" flag to resource bundles
X-SVN-Rev: 18835
2005-11-28 23:59:33 +00:00
Ram Viswanadha
b70227e2c7 ICU-4741 make compare functions for Hashtable and StringEnumeration general
X-SVN-Rev: 18788
2005-11-11 19:23:09 +00:00
Ram Viswanadha
1ca738302f ICU-4741 implement multi-level fallback
X-SVN-Rev: 18487
2005-09-01 22:27:16 +00:00
Ram Viswanadha
73ac81ed00 ICU-4741 add clone and compare functions
X-SVN-Rev: 18473
2005-08-26 21:50:51 +00:00
Ram Viswanadha
7aaebd3ab7 ICU-4051 verify locale aliases
X-SVN-Rev: 18430
2005-08-12 22:01:55 +00:00
Vladimir Weinstein
51bbb19d1f ICU-4717 fix stack object initialization in init_resb_result
X-SVN-Rev: 18417
2005-08-10 06:13:04 +00:00
Vladimir Weinstein
638ef9f179 ICU-4288 fix compiler warning
X-SVN-Rev: 18262
2005-07-15 22:08:44 +00:00
Vladimir Weinstein
5956eef087 ICU-4395 properly reflect fallback info in status
X-SVN-Rev: 18200
2005-07-11 22:38:59 +00:00
George Rhoten
b015ef5d41 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 18159
2005-07-07 17:50:37 +00:00
Ram Viswanadha
91927ed23f ICU-4450 fix problem with aliases
X-SVN-Rev: 17756
2005-06-01 01:23:19 +00:00
Vladimir Weinstein
7f54382521 ICU-4516 don't use C++ comments in C files
X-SVN-Rev: 17604
2005-05-17 06:07:40 +00:00
Vladimir Weinstein
3c7069d108 ICU-4516 enable CLDR style aliases
X-SVN-Rev: 17597
2005-05-17 00:09:28 +00:00
Vladimir Weinstein
ac51e19921 ICU-4122 change xpath convention from '//' to '/LOCALE/' and make it actually follow fallback
X-SVN-Rev: 17447
2005-04-01 07:57:40 +00:00
George Rhoten
8903eae414 ICU-4425 Fix a variable name typo
X-SVN-Rev: 17397
2005-03-25 19:38:41 +00:00