Commit Graph

21921 Commits

Author SHA1 Message Date
Mark Davis
6a6561f8df ICU-6824 Clean up Utility in preparation for merging from CLDR
X-SVN-Rev: 26408
2009-07-22 00:40:18 +00:00
Yoshito Umaoka
13b8f9e49b ICU-7027 Fixed some module target test issues. Removed ICU NumberFormat/Calendar dependencies in the test framework.
X-SVN-Rev: 26407
2009-07-21 22:49:44 +00:00
Yoshito Umaoka
a595b204e1 ICU-7027 Fixing module target issues introduced recently.
X-SVN-Rev: 26405
2009-07-21 18:46:03 +00:00
John Emmons
0f8b2d2379 ICU-7065 Add tools directory to dependencies for cldrUtil
X-SVN-Rev: 26403
2009-07-21 15:19:13 +00:00
Michael Ow
7c977e5785 ICU-7004 Update urename.h
X-SVN-Rev: 26402
2009-07-21 03:02:49 +00:00
Mark Davis
34583efe1c ICU-6824 Update Relation from CLDR
X-SVN-Rev: 26401
2009-07-21 00:43:18 +00:00
Mark Davis
cd7e4f87e7 ICU-6824 Combined Differ files, moved to common location
X-SVN-Rev: 26398
2009-07-20 23:25:23 +00:00
Mark Davis
c361c76465 ICU-6824 Clean up the Collection Utilities. Now only one file of that name... Also needed to add a couple of small items to UnicodeSet.
X-SVN-Rev: 26397
2009-07-20 23:05:23 +00:00
Michael Ow
a06021f572 ICU-7004 Update platform information and version in readme.
X-SVN-Rev: 26396
2009-07-20 22:10:06 +00:00
Michael Ow
3a3b423738 ICU-6945 Add U_NAMESPACE_BEGIN/END and U_NAMESPACE_QUALIFIER where appropriate.
X-SVN-Rev: 26395
2009-07-20 22:09:12 +00:00
Yoshito Umaoka
6cba5fa564 ICU-7027 Added 4.2.1 serializable test data for compatibility test. Excluding CurrencyPluralInfo from 4.2.1, which causes deserialization problem.
X-SVN-Rev: 26394
2009-07-20 21:59:16 +00:00
Mark Davis
2e8983b499 ICU-6824 Merge in one method from CLDR, leave @internal
X-SVN-Rev: 26393
2009-07-20 20:48:59 +00:00
Yoshito Umaoka
fdfec35d2c ICU-7027 Set -Djava.awt.headless=true when running ICU4J tests to prevent a permission error accessing window server on Mac.
X-SVN-Rev: 26391
2009-07-20 17:41:55 +00:00
John Emmons
66cdb3a6b9 ICU-6581 Build without versioned shared object names
X-SVN-Rev: 26389
2009-07-20 16:43:18 +00:00
Yoshito Umaoka
79e9abcd60 ICU-7027 Set failonerror to false when copying files not built in JDK5 env.
X-SVN-Rev: 26388
2009-07-20 15:56:51 +00:00
Mark Davis
824d6d9e59 ICU-6824 Merge in PrettyPrinter, remove dependencies on collator and transliterator
X-SVN-Rev: 26387
2009-07-19 03:40:31 +00:00
Mark Davis
6e82578ad6 ICU-6824 Merge in full-argument hex method.
X-SVN-Rev: 26386
2009-07-19 03:34:05 +00:00
Mark Davis
ec30227054 ICU-6824 Introduce temporary internal method so that we can refactor PrettyPrinter.
X-SVN-Rev: 26385
2009-07-19 03:33:13 +00:00
Mark Davis
f0d29c4f59 ICU-6824 Remove Lockable (old version of Freeze)
X-SVN-Rev: 26384
2009-07-19 03:30:55 +00:00
Mark Davis
7483f806ff ICU-6824 Fix minor items in map and iteration with null values
X-SVN-Rev: 26383
2009-07-19 03:30:17 +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
078e401f7b ICU-6945 merge into trunk: changes for .res formatVersion 2 (#6945) and quick fix for race in using UResourceBundle.addToCache() (#7054), from -r 26334:26353 icu4j/branches/markus/smallres2
X-SVN-Rev: 26376
2009-07-17 23:17:34 +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
Yoshito Umaoka
0765ac6b97 ICU-7027 Update build.xml to create icu4j.jar including collate and translit.
X-SVN-Rev: 26372
2009-07-17 21:56:40 +00:00
Yoshito Umaoka
48ce6bad7b ICU-7036 Remove package.html from collate sub directory.
X-SVN-Rev: 26371
2009-07-17 21:55:09 +00:00
Yoshito Umaoka
e3e6e8de73 ICU-6635 Update BCP47 support code with OpenJDK LE work copy.
X-SVN-Rev: 26370
2009-07-17 19:59:23 +00:00
Jason Spieth
cdd3d8072a ICU-6708 Static caching of NumberingSystem object instances in NumberFormat, J implementation
X-SVN-Rev: 26365
2009-07-17 14:35:02 +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
Yoshito Umaoka
ef4ff08f67 ICU-7027 Copy the test data conversion.res into charset-tests properly.
X-SVN-Rev: 26344
2009-07-15 21:22:03 +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
John Vu
23e9fb042f ICU-6958 Increased code coverage by working with DictionaryBasedBreakIterator. Latest results at: http://www.icu-project.org/~johnvu/icu4j
X-SVN-Rev: 26319
2009-07-14 16:37:53 +00:00
John Vu
1430cc93d2 ICU-6958 Added CLOVER:OFF for portions that test code can't touch and also increased code coverage.
X-SVN-Rev: 26318
2009-07-13 23:02:23 +00:00
John Vu
d87079d337 ICU-6958 Increased code coverage for com.ibm.icu.text and added necessary CLOVER statements.
X-SVN-Rev: 26312
2009-07-13 21:05:21 +00:00
Michael Ow
13a40a0395 ICU-6998 Fix return statement.
X-SVN-Rev: 26311
2009-07-13 20:21:54 +00:00
John Vu
97f7f28ea6 ICU-6958 Increased code coverage for com.ibm.icu.text.
X-SVN-Rev: 26310
2009-07-13 19:09:28 +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
John Vu
82f5cda478 ICU-6958 Fixed a problem from earlier change. Increased code coverage.
X-SVN-Rev: 26306
2009-07-13 05:46:47 +00:00
Mark Davis
6572d24560 ICU-6824 fixed some details
X-SVN-Rev: 26303
2009-07-12 04:49:11 +00:00
Mark Davis
84893a2996 ICU-6824 Got a start on merging the CLDR variants, with UnicodeMap.
X-SVN-Rev: 26302
2009-07-11 07:55:47 +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
John Vu
dc0e83c78a ICU-6958 Increased code coverage of com.ibm.icu.text. Latest results at www.icu-project.org/~johnvu/icu4j.
X-SVN-Rev: 26295
2009-07-10 23:00:30 +00:00
John Vu
c3c2214b30 ICU-6958 Increased code coverage to com.ibm.icu.text.
X-SVN-Rev: 26294
2009-07-10 21:28:00 +00:00
Doug Felt
341b37817b ICU-7051 temporarily disable GlobalizationPreferencesTest.TestResourceBundle
X-SVN-Rev: 26292
2009-07-10 20:06:10 +00:00
Yoshito Umaoka
709e92c2e8 ICU-6916 Changed language tag casing compatible with BCP47
X-SVN-Rev: 26291
2009-07-10 19:49:41 +00:00
Doug Felt
5cc1ad6d31 ICU-7051 move resources/data directory from collate to core
X-SVN-Rev: 26290
2009-07-10 19:46:18 +00:00