Commit Graph

64 Commits

Author SHA1 Message Date
Steven R. Loomis
7594250cc5 ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc
X-SVN-Rev: 36275
2014-08-28 22:13:45 +00:00
Tom Zhang
ee1f29b584 ICU-7653 move LENGTHOF(array) to common, internal header
X-SVN-Rev: 36265
2014-08-28 14:55:34 +00:00
Markus Scherer
e977c057a9 ICU-9101 merge branches/markus/collv2@35225 into the trunk
X-SVN-Rev: 35227
2014-02-25 21:21:49 +00:00
Michael Ow
0ca13b73b0 ICU-9292 Merge BEAM warning fixes from branch into trunk
X-SVN-Rev: 31792
2012-05-03 05:50:26 +00:00
Yoshito Umaoka
e9503bdade ICU-8909 Fixed various warnings reported by a source code analysis tool.
X-SVN-Rev: 30958
2011-11-14 19:32:51 +00:00
Markus Scherer
e31ce99b84 ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
X-SVN-Rev: 30430
2011-07-27 05:53:56 +00:00
Markus Scherer
0a48da9893 ICU-7035 stop support for ICU resource bundle formatVersion 1.0 [predates ICU 2.8] in swapper code
X-SVN-Rev: 27294
2010-01-16 05:15:30 +00:00
Markus Scherer
ceff3fcad0 ICU-6945 reduce gcc 4.2 warnings
X-SVN-Rev: 26411
2009-07-22 05:15:28 +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
Markus Scherer
21502ad4e2 ICU-5253 support resource==0 as designed and documented
X-SVN-Rev: 19787
2006-07-03 21:38:39 +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
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