Commit Graph

53 Commits

Author SHA1 Message Date
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
91927ed23f ICU-4450 fix problem with aliases
X-SVN-Rev: 17756
2005-06-01 01:23:19 +00:00
George Rhoten
d860f22457 ICU-4425 Remove the uninitialized memory copy Purify warning, and speed up resource bundle traversal to offset any performance hits.
X-SVN-Rev: 17336
2005-03-15 00:03:58 +00:00
George Rhoten
de39e80b8c ICU-4281 Reduce the u_errorName usage.
X-SVN-Rev: 16919
2004-12-05 05:38:50 +00:00
Eric Mader
3cc60cac35 ICU-4179 update copyright notices for ICU 3.2
X-SVN-Rev: 16681
2004-10-29 22:50:01 +00:00
Vladimir Weinstein
0314c356b1 ICU-4102 Fix direct access handling of aliases
X-SVN-Rev: 16326
2004-09-14 23:35:32 +00:00
Ram Viswanadha
e1abce1f0d ICU-3635 revert changes
X-SVN-Rev: 15699
2004-06-04 00:13:26 +00:00
Ram Viswanadha
d95bb2171f ICU-3635 handle _PREEURO correctly
X-SVN-Rev: 15680
2004-06-03 17:44:02 +00:00
Vladimir Weinstein
877e86fcd8 ICU-2080 fix for the getSize bug
X-SVN-Rev: 13630
2003-11-07 08:57:10 +00:00
Markus Scherer
74d7d229f7 ICU-3115 remove redundant functions to simplify code and testing
X-SVN-Rev: 13462
2003-10-17 23:55:44 +00:00
Markus Scherer
5b97a31dbe ICU-2235 optimize for inCharset==outCharset
X-SVN-Rev: 13199
2003-09-25 04:17:12 +00:00
Markus Scherer
79d9c79992 ICU-3115 support table32 resources for >64k key chars and >64k table items
X-SVN-Rev: 13184
2003-09-24 17:44:43 +00:00
Markus Scherer
e93e5a99cd ICU-2235 .res 1.1 adds indexes[] for friendly reading and swapping
X-SVN-Rev: 13182
2003-09-24 00:35:27 +00:00
Markus Scherer
c3b7d44c6c ICU-2235 config switch around data swapping code
X-SVN-Rev: 13156
2003-09-22 13:58:23 +00:00
Markus Scherer
695e199ff4 ICU-2235 use udata_swapInvStringBlock()
X-SVN-Rev: 13138
2003-09-18 21:38:50 +00:00
Markus Scherer
974045e585 ICU-2235 add swapping of collation binaries
X-SVN-Rev: 13069
2003-09-12 02:46:15 +00:00
Steven R. Loomis
56cf6a3bb2 ICU-2235 swap update
X-SVN-Rev: 12972
2003-08-28 00:34:31 +00:00
Markus Scherer
bf6143e7c7 ICU-2235 do not swap 0xaa padding bytes after key strings
X-SVN-Rev: 12806
2003-08-12 00:21:41 +00:00
Markus Scherer
fa15c62af3 ICU-2235 add udata_printError() output
X-SVN-Rev: 12801
2003-08-09 00:27:31 +00:00
Markus Scherer
c96db994ab ICU-2235 initial icu data swapping code
X-SVN-Rev: 12797
2003-08-08 23:39:34 +00:00
Vladimir Weinstein
77bbfb48ac ICU-2835 fix for alias following in an array
X-SVN-Rev: 11893
2003-05-12 18:24:21 +00:00
Markus Scherer
912673a5e4 ICU-2580 replace RES_ UResType constant names with URES_ names
X-SVN-Rev: 11564
2003-04-16 23:52:32 +00:00
Vladimir Weinstein
cf20e7b548 ICU-1948 restored the original values for resource bundle types in order to preserve backward compatibility
X-SVN-Rev: 9674
2002-08-12 18:15:01 +00:00
Vladimir Weinstein
484b577415 ICU-1948 Fixed incorrectly assigning keys to directly accessed resources
X-SVN-Rev: 9440
2002-07-30 20:49:30 +00:00
George Rhoten
7e92471c93 ICU-1947 Better usage for U_EXPORT2 and U_CALLCONV
X-SVN-Rev: 9295
2002-07-23 23:01:08 +00:00
Vladimir Weinstein
5c1720e12a ICU-1948 code tried to access array as if it was a table. WRONG! Fixed!
X-SVN-Rev: 9248
2002-07-18 17:03:57 +00:00
GCL Shanghai
2fab4a8cb7 ICU-1953 backout buffer overflow changes
X-SVN-Rev: 9070
2002-07-09 12:47:45 +00:00
GCL Shanghai
6348e12895 ICU-1953 test for buffer overflows
X-SVN-Rev: 9044
2002-07-06 10:58:51 +00:00
Vladimir Weinstein
0471b8b46e ICU-1948 fix memory access error
X-SVN-Rev: 8957
2002-06-27 15:29:50 +00:00
Vladimir Weinstein
dce5b17a3a ICU-1948 Support for direct resource access and resource level sharing (aliases)
X-SVN-Rev: 8934
2002-06-24 20:58:17 +00:00
Vladimir Weinstein
36387b18a7 ICU-1948 Support for resource level aliases
X-SVN-Rev: 8893
2002-06-14 06:03:08 +00:00
George Rhoten
eab9274e43 ICU-1616 Allow for a NULL length argument
X-SVN-Rev: 7534
2002-01-30 06:19:28 +00:00
George Rhoten
2a43cb638e ICU-900 Fixed some lint warnings.
X-SVN-Rev: 6573
2001-11-02 02:43:22 +00:00
George Rhoten
0cfce8dc4b ICU-1100 Properly handle binary and int vectors of size zero.
X-SVN-Rev: 5590
2001-08-27 18:51:43 +00:00
Ram Viswanadha
b9de3d570f ICU-1090 fixed ures_getByKey crashing
X-SVN-Rev: 5526
2001-08-17 22:14:17 +00:00
Vladimir Weinstein
749a62ae93 ICU-1078 support for IntVector type in resource bundles
X-SVN-Rev: 5410
2001-08-01 17:08:07 +00:00
Vladimir Weinstein
d6693e4b66 ICU-1005 more resource bundle cleanup and greater test coverage, fixed faulty test
X-SVN-Rev: 5362
2001-07-27 17:15:30 +00:00
Vladimir Weinstein
16b677c1a8 ICU-925 Empty resource bundles should not crash ICU!
X-SVN-Rev: 4489
2001-04-17 19:11:56 +00:00
George Rhoten
c4997713ef ICU-903 Updated the copyright notice
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
George Rhoten
48694f0fea ICU-535 fixed some compiler warnings, and changed the order of an assignment and return according to weiv.
X-SVN-Rev: 2206
2000-08-11 21:25:19 +00:00
George Rhoten
a34fe9a10a ICU-535 fixed some compiler warnings
X-SVN-Rev: 2164
2000-08-10 01:59:18 +00:00
Vladimir Weinstein
b32fbfedc6 ICU-447 removed dead code
X-SVN-Rev: 1995
2000-07-20 22:25:32 +00:00
Helena Chapman
8d12ca8e17 ICU-401 OS/400 specific changes for 1.5 release.
X-SVN-Rev: 1634
2000-06-20 23:42:20 +00:00
Steven R. Loomis
050da07c63 ICU-184 just some tabs and comment cleanup
X-SVN-Rev: 1584
2000-06-07 19:52:08 +00:00
Vladimir Weinstein
d4fcf00c93 ICU-184 uint vs. int problem - better name for #define
X-SVN-Rev: 1501
2000-05-26 02:02:42 +00:00
Vladimir Weinstein
3010e6cfed ICU-184 uint vs. int problem.
X-SVN-Rev: 1497
2000-05-25 22:16:48 +00:00
Helena Chapman
69ba12f77c ICU-351 Define UBool to be used in the APIs.
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Vladimir Weinstein
881a9d1d31 ICU-184 support for storing binary collation data in resource bundles (initial revision)
X-SVN-Rev: 1408
2000-05-18 21:25:51 +00:00
Vladimir Weinstein
c786b21d52 ICU-184 resource data files in memory mapped format (initial revision)
X-SVN-Rev: 1365
2000-05-15 18:39:17 +00:00
Markus Scherer
6b6bbd29f1 ICU-375 correct isAcceptable signature
X-SVN-Rev: 1324
2000-05-03 23:15:02 +00:00