Commit Graph

22045 Commits

Author SHA1 Message Date
John Vu
05d0e02083 ICU-6991 Code coverage for missing functions in MessageFormat.
X-SVN-Rev: 26605
2009-09-04 21:10:10 +00:00
Mark Davis
323d5a9b31 ICU-7125 Modify internal data structure to make it easer to build in CLDR.
X-SVN-Rev: 26604
2009-09-04 19:37:27 +00:00
Yoshito Umaoka
71fb8f005b ICU-4069 Some minor updates
X-SVN-Rev: 26603
2009-09-04 18:42:47 +00:00
John Vu
222da0d6ad ICU-6991 Code coverage for missing functions in Calendar and NumberFormat.
X-SVN-Rev: 26602
2009-09-04 17:15:03 +00:00
Mark Davis
ddefb74427 ICU-7125 Fix warnings
X-SVN-Rev: 26601
2009-09-03 22:47:33 +00:00
Mark Davis
a13bccbf15 ICU-7125 Fix warnings
X-SVN-Rev: 26600
2009-09-03 22:44:25 +00:00
Mark Davis
b4176a2b83 ICU-7125 Fix warnings
X-SVN-Rev: 26599
2009-09-03 22:35:35 +00:00
Mark Davis
50cb567507 ICU-7125 Fix spurious test println
X-SVN-Rev: 26598
2009-09-03 22:30:26 +00:00
Yoshito Umaoka
830d75f537 ICU-7027 Once remove eclipse-dummy.jar from icu4j-core build path.
X-SVN-Rev: 26597
2009-09-03 20:44:49 +00:00
Michael Ow
f936b9b2f5 ICU-3126 Merge changes to trunk for auto cleanup of icu libraries.
X-SVN-Rev: 26596
2009-09-03 20:40:02 +00:00
Yoshito Umaoka
479df20ab5 ICU-7027 Fix translit-tests execution problem in Eclipse IDE.
X-SVN-Rev: 26595
2009-09-03 20:17:24 +00:00
Michael Ow
37b340e112 ICU-7120 Fix error check in test and concatenation code for normalizer.
X-SVN-Rev: 26594
2009-09-03 19:32:31 +00:00
John Emmons
0ea33cbf80 ICU-4069 Implement getDisplayLanguageWithDialect() and getDisplayNameWithDialect()
X-SVN-Rev: 26593
2009-09-03 19:10:51 +00:00
Yoshito Umaoka
f8c58d2721 ICU-7107 Reverted the method signature to synchronized.
X-SVN-Rev: 26592
2009-09-03 19:00:24 +00:00
Yoshito Umaoka
ddd8a50457 ICU-7107 Fixed TimeZone#getDisplayName threading problem.
X-SVN-Rev: 26591
2009-09-03 18:57:40 +00:00
Mark Davis
42d4b38e15 ICU-7125 Add API for language matching for data that will be coming from CLDR.
X-SVN-Rev: 26589
2009-09-02 23:13:26 +00:00
John Vu
beeba02f88 ICU-6991 Code coverage for missing functions in CEList, CollData, BoyerMooreSearch, PluralFormat.
X-SVN-Rev: 26588
2009-09-02 22:27:16 +00:00
Yoshito Umaoka
d65164c274 ICU-7027 Added .project in the root directory to the svn ignore list
X-SVN-Rev: 26584
2009-09-01 20:21:28 +00:00
Yoshito Umaoka
dd9ec6844f ICU-7027 Updated icu4j-localespi-tests project to use project specific Java compiler level.
X-SVN-Rev: 26582
2009-09-01 20:12:40 +00:00
John Vu
0fd738a371 ICU-6332 Updated the readme to reflect the enhancement.
X-SVN-Rev: 26574
2009-08-28 20:52:50 +00:00
Yoshito Umaoka
d22b1f602e ICU-7027 Disable some compiler warnings for non API projects. Remove unused import from BuildDictionaryFile.java
X-SVN-Rev: 26573
2009-08-28 20:09:01 +00:00
Yoshito Umaoka
4425baa2f3 ICU-7027 Added eclipse-dummy.jar which contains dummy com.ibm.icu.text.Collator and Transliterator. Updated icu4j-core project to include the dummy jar in the build path, so we can resolve unwanted javadoc warning triggered by @link.
X-SVN-Rev: 26572
2009-08-28 19:46:57 +00:00
Michael Ow
392d7d16b6 ICU-4954 Ensure Unicode Pattern_White_Space set is used where appropriate.
X-SVN-Rev: 26571
2009-08-28 18:37:27 +00:00
Andy Heninger
86ca295bb4 ICU-7108 Regenerated LineBreakTest.txt
X-SVN-Rev: 26570
2009-08-28 17:43:49 +00:00
John Emmons
e979b36cf7 ICU-4069 Cleanup unused variables
X-SVN-Rev: 26569
2009-08-28 15:26:43 +00:00
Yoshito Umaoka
eb9b97663b ICU-7097 Enabled java compiler option -Xlint:all,-deprecation,-dep-ann for API projects. Fixed redundant cast warnings detected by javac in various files. Added @SuppressWarnings for intended usage of fallthrough in switch statements. Enabled fallthrough warning in Eclipse project files.
X-SVN-Rev: 26568
2009-08-27 23:02:38 +00:00
John Emmons
7e0113e5e8 ICU-4069 Use localized locale pattern and separator in Ulocale.getDisplayName()
X-SVN-Rev: 26567
2009-08-27 20:28:30 +00:00
John Emmons
7b8f450d29 ICU-4547 Cleaned up Hebrew calendar mods based on Yoshito's code review
X-SVN-Rev: 26561
2009-08-27 17:53:57 +00:00
John Emmons
5a22aee70f ICU-4547 Cleaned up Hebrew calendar mods based on Yoshito's code review
X-SVN-Rev: 26560
2009-08-27 17:13:59 +00:00
Mark Davis
693b8adc7a ICU-7084 Tooling Fixes as result of U5.2
X-SVN-Rev: 26559
2009-08-27 12:03:04 +00:00
John Vu
0f60cda1cf ICU-6332 Removed the "s" in libsicu*.a to libicu*.a for static linking.
X-SVN-Rev: 26558
2009-08-27 01:19:35 +00:00
Yoshito Umaoka
d98fd3f3fb ICU-6710 Formal @deprecated comment for ICU internal API.
X-SVN-Rev: 26557
2009-08-26 20:52:26 +00:00
Michael Ow
51c1fcf807 ICU-7060 Fix cygwin msvc debug pkgdata issue.
X-SVN-Rev: 26556
2009-08-26 20:09:59 +00:00
Michael Ow
657fc234e0 ICU-4069 Remove C++ style comments and declarations.
X-SVN-Rev: 26555
2009-08-26 18:40:08 +00:00
John Emmons
54a0de3375 ICU-4069 Use localized locale display pattern in getDisplayLocale()
X-SVN-Rev: 26554
2009-08-26 17:28:25 +00:00
Jason Spieth
d97a5d4837 ICU-4735 Enhanced TimeZone getDisplayName allows for more name formats - ICU4C
X-SVN-Rev: 26553
2009-08-26 16:55:52 +00:00
Jason Spieth
7b753884ce ICU-4735 Cleanup TimeZone getDisplayName changes based on review comments - ICU4J
X-SVN-Rev: 26552
2009-08-26 16:52:47 +00:00
Steven R. Loomis
8177eb72ea ICU-6888 disable optimization for ICC - merge r26548
X-SVN-Rev: 26551
2009-08-26 01:02:40 +00:00
John Vu
42a092da36 ICU-4442 Updated the test file to log the errors and clarified instructors. Cleaned up the code.
X-SVN-Rev: 26550
2009-08-26 00:03:37 +00:00
Andy Heninger
e3c423d06a ICU-7108 update Line Break for Unicode 5.2 rule change.
X-SVN-Rev: 26546
2009-08-25 16:52:44 +00:00
Michael Ow
8c85a0ac89 ICU-7060 Update Cygwin build information in readme.
X-SVN-Rev: 26545
2009-08-25 16:39:57 +00:00
Michael Ow
d01df97a83 ICU-5063 Add documentation regarding convrtrs.txt and ucmfiles.mk
X-SVN-Rev: 26544
2009-08-25 16:12:27 +00:00
Michael Ow
a3b3f6ec30 ICU-7060 Remove duplicate options.
X-SVN-Rev: 26535
2009-08-21 23:29:07 +00:00
Michael Ow
fb6436dad9 ICU-7060 Customize optimization for cygwin msvc.
X-SVN-Rev: 26534
2009-08-21 22:40:57 +00:00
Yoshito Umaoka
a8562c32ed ICU-6990 tzdata2009l to ICU4J
X-SVN-Rev: 26529
2009-08-20 21:04:25 +00:00
Yoshito Umaoka
5bb1a87d2f ICU-6990 tzdata2009l to ICU4C
X-SVN-Rev: 26528
2009-08-20 21:02:38 +00:00
Michael Ow
0cbdaabb05 ICU-7060 Fix configure error.
X-SVN-Rev: 26526
2009-08-20 20:11:13 +00:00
Michael Ow
90f94354eb ICU-7060 Update configure script to determine the correct version of flags to use with MSVC.
X-SVN-Rev: 26525
2009-08-20 20:00:01 +00:00
Yoshito Umaoka
67b4574185 ICU-6824 CheckSystemFonts requires some classes from translit-tests project.
X-SVN-Rev: 26524
2009-08-20 16:36:31 +00:00
John Emmons
6b5b8779fd ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
X-SVN-Rev: 26523
2009-08-20 15:50:27 +00:00