Markus Scherer
|
1f6e7fb0a6
|
ICU-8491 remove UCharacterProperty.isRuleWhiteSpace(c)
X-SVN-Rev: 29890
|
2011-04-26 00:13:48 +00:00 |
|
Michael Ow
|
ec73e56a76
|
ICU-8411 Remove non-ascii character from ICU4J source files.
X-SVN-Rev: 29660
|
2011-03-16 01:51:30 +00:00 |
|
Yoshito Umaoka
|
8f2a1ed97c
|
ICU-8210 Fixed compiler warnings and JavaDoc warnings.
X-SVN-Rev: 29544
|
2011-03-04 23:10:55 +00:00 |
|
Mark Davis
|
6c1064bb42
|
ICU-8228 Minor tweaks after feedback from Markus
X-SVN-Rev: 29319
|
2011-01-15 23:24:26 +00:00 |
|
Yoshito Umaoka
|
19266897b3
|
ICU-8275 Build script to add full locale name list file in each resource path. The file name was changed from res_index.txt to fullLocaleNames.lst to avoid confusion (not quite matching res_index.res). Added a config property for disabling resource file scan to build full name locale list, which allow us to test the code path easily.
X-SVN-Rev: 29307
|
2011-01-14 21:35:42 +00:00 |
|
Yoshito Umaoka
|
95d0b6a8f9
|
ICU-8227 Fixed some test failures introduced by earlier changes.
X-SVN-Rev: 29233
|
2010-12-20 20:25:17 +00:00 |
|
Mark Davis
|
839c21fdad
|
ICU-8227 Changed the internal filter to be a UnicodeSet, making it no longer externally modifiable.
X-SVN-Rev: 29232
|
2010-12-20 19:53:28 +00:00 |
|
Mark Davis
|
cb1a45d9da
|
ICU-8228 Added the constants. Done before the end of the design review period, but don't anticipate any problems (can back out if needed).
X-SVN-Rev: 29222
|
2010-12-17 02:38:19 +00:00 |
|
Mark Davis
|
9eac5fb126
|
ICU-8227 Added another filter test, and fixed problems it exposed
X-SVN-Rev: 29221
|
2010-12-17 02:22:33 +00:00 |
|
Mark Davis
|
9ffcb85ba1
|
ICU-8227 Whew, there were lots of problems in the way the old code was done. Now working much better.
X-SVN-Rev: 29207
|
2010-12-14 07:51:00 +00:00 |
|
Yoshito Umaoka
|
4954ca812f
|
ICU-8120 Updated build scripts and eclipse workspace settings to use UTF-8 for java source files.
X-SVN-Rev: 29013
|
2010-11-08 15:11:14 +00:00 |
|
Yoshito Umaoka
|
8ec88d6f48
|
ICU-8017 Updated MANIFEST.MF in ICU runtime library jar files to make them OSGi bundles.
X-SVN-Rev: 28831
|
2010-10-14 19:15:38 +00:00 |
|
Andy Heninger
|
24da281d4e
|
ICU-7201 Transliterator threading fixes.
X-SVN-Rev: 28825
|
2010-10-14 00:28:44 +00:00 |
|
Markus Scherer
|
114432eec8
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28341:28656
X-SVN-Rev: 28662
|
2010-09-21 00:32:21 +00:00 |
|
Yoshito Umaoka
|
d234932deb
|
ICU-7793 Fixed all compiler warnings on JDK6 and Eclipse 3.6.
X-SVN-Rev: 28600
|
2010-09-09 22:29:17 +00:00 |
|
Yoshito Umaoka
|
014a18e855
|
ICU-6994 ICU4J build targets to generate *-src.jar which contain only .java source files as well as ICU4J source package archive in .tgz. Also some updates in release target: new target 'release' to build all download files with version string. Old target 'releaseJar' was deleted.
X-SVN-Rev: 28174
|
2010-06-11 17:02:51 +00:00 |
|
Yoshito Umaoka
|
8251996bb7
|
ICU-7603 Migrating Hashtable to HashMap.
X-SVN-Rev: 27906
|
2010-04-06 22:44:04 +00:00 |
|
Yoshito Umaoka
|
3b456d2c67
|
ICU-7603 Migrating Vector to List.
X-SVN-Rev: 27905
|
2010-04-06 19:08:45 +00:00 |
|
Yoshito Umaoka
|
ecc6d768d2
|
ICU-7101 Organized imports for 4.4 release. Replaced tabs with spaces.
X-SVN-Rev: 27733
|
2010-03-02 07:02:47 +00:00 |
|
Markus Scherer
|
aa4f67d150
|
ICU-7273 make Normalizer2.getInstance() not throw an IOException
X-SVN-Rev: 27595
|
2010-02-18 22:50:46 +00:00 |
|
Markus Scherer
|
5604d54fa3
|
ICU-7273 change Unicode properties to use new code
X-SVN-Rev: 27495
|
2010-02-05 01:30:19 +00:00 |
|
Markus Scherer
|
343795167d
|
ICU-7273 change NormalizationTransliterator to use new code
X-SVN-Rev: 27493
|
2010-02-04 23:52:57 +00:00 |
|
Yoshito Umaoka
|
72b20e8947
|
ICU-7381 Replacing StringBuffer with StringBuilder in ICU4J runtime library implementation code.
X-SVN-Rev: 27424
|
2010-01-27 03:09:08 +00:00 |
|
Yoshito Umaoka
|
21c14b4470
|
ICU-7035 API comment clean up. Removed unnecessary @internal tags and fixed wrong @internal tag usages.
X-SVN-Rev: 27373
|
2010-01-22 02:42:33 +00:00 |
|
Yoshito Umaoka
|
dda62f1106
|
ICU-7095 Updated UCharacter not to initialize its internal support classes such as UCaseName, UCharacterProperty and so on. Also updated these UCharacter internal support classes to have a public singleton for each, created at the initialization time.
X-SVN-Rev: 27101
|
2009-12-18 16:10:41 +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 |
|
Yoshito Umaoka
|
d98fd3f3fb
|
ICU-6710 Formal @deprecated comment for ICU internal API.
X-SVN-Rev: 26557
|
2009-08-26 20:52:26 +00:00 |
|
John Vu
|
558c4b2824
|
ICU-6237 Uploaded the Javadoc preferences for core, collate, charset, and translit to have the warnings appear if Javadocs are written incorrect for the settings placed.
X-SVN-Rev: 26503
|
2009-08-17 23:13:43 +00:00 |
|
John Vu
|
8bdfa75b71
|
ICU-6237 Fixed Javadoc warnings for "collate" "charset" and "translit" packages.
X-SVN-Rev: 26502
|
2009-08-17 23:01:21 +00:00 |
|
Yoshito Umaoka
|
a8f599ae11
|
ICU-7027 Exclude .svn from Java build path, so directory .svn and its contents won't be copied to the build output directory.
X-SVN-Rev: 26486
|
2009-08-12 19:15:17 +00:00 |
|
Yoshito Umaoka
|
7f169416ee
|
ICU-7063 Reverting Mark's changes for #7063 for now, because of the build breakage and incompatibility concerns.
X-SVN-Rev: 26479
|
2009-08-11 20:44:22 +00:00 |
|
Mark Davis
|
766b01ec0c
|
ICU-7063 merged branch - rev 27439
X-SVN-Rev: 26474
|
2009-08-07 20:51:06 +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 |
|
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
|
a25960797a
|
ICU-7044 merge translit modularization into trunk
X-SVN-Rev: 26280
|
2009-07-09 23:49:42 +00:00 |
|