Commit Graph

16382 Commits

Author SHA1 Message Date
John Emmons
66cdb3a6b9 ICU-6581 Build without versioned shared object names
X-SVN-Rev: 26389
2009-07-20 16:43:18 +00:00
Steven R. Loomis
9f373b4b5a ICU-6902 merge of r26358 into trunk (z changes)
X-SVN-Rev: 26381
2009-07-18 02:35:27 +00:00
John Emmons
95d74a66dc ICU-6581 Build without versioned shared object names - fix bug in pkgdata tool for AIX
X-SVN-Rev: 26377
2009-07-17 23:59:37 +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
Michael Ow
1717df730a ICU-6708 Undo previous commit to trunk.
X-SVN-Rev: 26373
2009-07-17 22:40:41 +00:00
Jason Spieth
e6d78cf300 ICU-6708 Static Hashtable caching of NumberingSystem object instances in NumberFormat, C implementation
X-SVN-Rev: 26350
2009-07-16 19:20:06 +00:00
Michael Ow
0410071ff1 ICU-4069 Move declaration to top of function to avoid compilation errors on some platforms.
X-SVN-Rev: 26342
2009-07-15 17:32:01 +00:00
John Emmons
ff8cd2fb57 ICU-4069 Add support for locale separator
X-SVN-Rev: 26337
2009-07-14 22:45:44 +00:00
Michael Ow
6113a8cabf ICU-6487 Add better check in configure for utf16 string literal support.
X-SVN-Rev: 26321
2009-07-14 17:08:44 +00:00
Michael Ow
4f6fd26142 ICU-6963 Make icu resolve symbols internally.
X-SVN-Rev: 26320
2009-07-14 16:50:23 +00:00
Michael Ow
13a40a0395 ICU-6998 Fix return statement.
X-SVN-Rev: 26311
2009-07-13 20:21:54 +00:00
Michael Ow
6aec621e32 ICU-6487 Enable utf16 string literals on GCC >= 4.4 when strict is disabled.
X-SVN-Rev: 26309
2009-07-13 19:01:23 +00:00
Yoshito Umaoka
e3a1e9df86 ICU-6916 Support preferred language subtag casing used in BCP47.
X-SVN-Rev: 26296
2009-07-10 23:39:21 +00:00
Andy Heninger
20e7751c2c ICU-6998 swat a bunch of compiler warnings.
X-SVN-Rev: 26288
2009-07-10 18:58:35 +00:00
Andy Heninger
49db0e1ead ICU-3491 remove extra calls to u_init(), and simplify the API comments for u_init().
X-SVN-Rev: 26279
2009-07-09 22:50:01 +00:00
Michael Ow
cd4a95e345 ICU-6969 Replace tabs with spaces.
X-SVN-Rev: 26265
2009-07-09 20:07:19 +00:00
Andy Heninger
ff17dd72c1 ICU-3547 remove unnecessary umtx_init() calls.
X-SVN-Rev: 26224
2009-07-03 00:36:51 +00:00
John Vu
07058ff285 ICU-6969 Applied the latest patch from the discussion on the TracWiki.
X-SVN-Rev: 26210
2009-06-30 16:58:49 +00:00
Michael Ow
a11c2f7016 ICU-6607 Update configure script to use -mt on solaris when threading is turned on.
X-SVN-Rev: 26209
2009-06-30 16:37:47 +00:00
Michael Ow
513975dfe7 ICU-7004 Update Visual Studio project files to 4.3.1
X-SVN-Rev: 26202
2009-06-29 22:24:07 +00:00
Michael Ow
6a8eb8a2be ICU-6547 Undefined ERA to avoid potential conflict.
X-SVN-Rev: 26199
2009-06-29 20:33:20 +00:00
Michael Ow
5c1ddc6006 ICU-6955 Add test case for illegal SI/SO source.
X-SVN-Rev: 26198
2009-06-29 19:50:35 +00:00
Michael Ow
c0a65e9d5b ICU-7004 Update ICU4C version number to 4.3.1
X-SVN-Rev: 26197
2009-06-29 17:53:41 +00:00
Jungshik Shin
93cc7aa2ed ICU-6540 Get toolutil.c compiled on Windows with UNICODE defined
X-SVN-Rev: 26196
2009-06-29 17:46:22 +00:00
Michael Ow
23b175e17f ICU-6955 Add more test case for various mbcs situations.
X-SVN-Rev: 26195
2009-06-29 17:38:15 +00:00
Michael Ow
737d833448 ICU-6955 Fix potential error in mbcs and add more code coverage test cases.
X-SVN-Rev: 26194
2009-06-29 03:57:23 +00:00
John Emmons
cb8a77277f ICU-6979 Update CLDR Version
X-SVN-Rev: 26172
2009-06-25 20:25:31 +00:00
Michael Ow
ad93f8cd75 ICU-6955 Update test converter and add test cases.
X-SVN-Rev: 26170
2009-06-25 16:01:31 +00:00
John Emmons
abf1b1983f ICU-6182 Apply kern table when no kern feature in GPOS
X-SVN-Rev: 26169
2009-06-25 13:43:59 +00:00
Yoshito Umaoka
7e26fe995e ICU-6990 tzdata2009j to ICU4C
X-SVN-Rev: 26164
2009-06-25 03:18:43 +00:00
Michael Ow
4b5bf7300d ICU-6955 Fix TestConversion test in ICU4J to increment target only if there is an overflow. add more code coverage test case for MBCS.
X-SVN-Rev: 26161
2009-06-24 23:01:17 +00:00
Michael Ow
9e39b57bf1 ICU-6955 Update charset test for better code coverage for MBCS.
X-SVN-Rev: 26156
2009-06-24 18:54:36 +00:00
Yoshito Umaoka
34f50d9180 ICU-7008 Skip testing Asia/Amman in VTimeZone round trip test for now.
X-SVN-Rev: 26153
2009-06-24 03:23:46 +00:00
Michael Ow
771dda07f2 ICU-6955 Add new test code page and test cases.
X-SVN-Rev: 26148
2009-06-23 21:15:32 +00:00
John Vu
e0df82e538 ICU-6967 Checked for "zero" equality.
X-SVN-Rev: 26147
2009-06-23 21:06:29 +00:00
John Vu
e2879a0667 ICU-6967 Changed if statement to check for the same sign for the values instead of the exact number.
X-SVN-Rev: 26144
2009-06-23 19:47:15 +00:00
John Vu
edf161736f ICU-6967 Removed u_compareVersions.
X-SVN-Rev: 26143
2009-06-23 18:04:40 +00:00
John Emmons
88509bee65 ICU-6979 Fix Swedish RBNF rule
X-SVN-Rev: 26140
2009-06-23 04:56:10 +00:00
Michael Ow
9dcb89e824 ICU-6955 Remove duplicate code in CharsetMBCS add test case for SCSU.
X-SVN-Rev: 26139
2009-06-22 19:37:57 +00:00
John Emmons
42da1f8d6b ICU-6979 Integrate CLDR 1.7.1
X-SVN-Rev: 26138
2009-06-22 17:00:28 +00:00
Michael Ow
905834ecca ICU-6955 Fix CharsetSCSU error and add test case.
X-SVN-Rev: 26137
2009-06-21 18:46:42 +00:00
Michael Ow
283c484852 ICU-6955 Update code coverage test for SCSU and BOCU.
X-SVN-Rev: 26136
2009-06-21 06:55:31 +00:00
Michael Ow
2868b4dbc6 ICU-6951 Fix gendtjar.pl directory settings.
X-SVN-Rev: 26135
2009-06-20 17:09:29 +00:00
Michael Ow
1be173845b ICU-6955 Improve code coverage for charset SCSU. Fix some errors in CharsetSCSU.
X-SVN-Rev: 26133
2009-06-19 19:20:55 +00:00
Michael Ow
181acd1d71 ICU-6951 Update gendtjar.pl to reflect new icu4j directory structure.
X-SVN-Rev: 26132
2009-06-19 16:18:15 +00:00
Michael Ow
685da47d1a ICU-6955 Fix BOCU-1 logical errors and add test case.
X-SVN-Rev: 26128
2009-06-17 22:11:57 +00:00
Andy Heninger
3531c28ea0 ICU-6998 compiler warning fix
X-SVN-Rev: 26116
2009-06-16 16:32:43 +00:00
Andy Heninger
4ec5afc95f ICU-6926 add svn prop check script
X-SVN-Rev: 26113
2009-06-16 06:06:03 +00:00
Andy Heninger
cf141fb997 ICU-6926 Fix svn properties and text file line endings
X-SVN-Rev: 26112
2009-06-16 05:56:50 +00:00
Andy Heninger
d9bc692358 ICU-6998 Compiler warning fixes
X-SVN-Rev: 26109
2009-06-16 00:57:23 +00:00