Commit Graph

22036 Commits

Author SHA1 Message Date
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
John Emmons
6c38378a54 ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
X-SVN-Rev: 26522
2009-08-20 03:44:43 +00:00
John Emmons
ce62d6d654 ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
X-SVN-Rev: 26521
2009-08-20 03:44:28 +00:00
John Emmons
bddf82a606 ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
X-SVN-Rev: 26520
2009-08-20 03:43:26 +00:00
Yoshito Umaoka
52b57d47a1 ICU-7027 Fix some ICU4J project file problems - demos and tools.
X-SVN-Rev: 26517
2009-08-19 21:14:18 +00:00
Yoshito Umaoka
743aa1e259 ICU-6824 Removed icu4j-collate dependency in icu4j-translit-tests project.
X-SVN-Rev: 26516
2009-08-19 20:02:01 +00:00
Mark Davis
2a21b4cfb7 ICU-6824 Remove dependency on collator in test
X-SVN-Rev: 26515
2009-08-19 17:25:31 +00:00
Mark Davis
bf1cd6d88e ICU-6824 Merge in font testing
X-SVN-Rev: 26512
2009-08-19 00:02:38 +00:00
Mark Davis
f9f5c969b2 ICU-6824 PrettyPrinting fixes
X-SVN-Rev: 26511
2009-08-18 23:30:38 +00:00
Mark Davis
4b2f25a6c1 ICU-6824 Merge in font testing
X-SVN-Rev: 26510
2009-08-18 23:20:05 +00:00