Commit Graph

24389 Commits

Author SHA1 Message Date
Abhinav Gupta
1ce9ad44b0 ICU-8889 JarURLHandler should not die if icu4j jar is inside another jar.
X-SVN-Rev: 30929
2011-11-04 16:09:57 +00:00
Abhinav Gupta
8c6de437fc ICU-8854 Check for oddness that won't work for negative numbers.
X-SVN-Rev: 30928
2011-11-04 15:19:31 +00:00
Abhinav Gupta
f613d3d4d9 ICU-8854 method ignores result of InputStream.read.
X-SVN-Rev: 30927
2011-11-04 15:19:19 +00:00
Abhinav Gupta
23d796e394 ICU-8854 Inner class does not use embedded reference to creator. Should be static inner class.
X-SVN-Rev: 30926
2011-11-04 15:19:11 +00:00
Abhinav Gupta
049feaf0a2 ICU-8854 Class defines or inherits equals() but not hashCode().
X-SVN-Rev: 30925
2011-11-04 15:18:39 +00:00
Abhinav Gupta
f24d42939c ICU-8854 possible null pointer dereference
X-SVN-Rev: 30924
2011-11-04 15:18:01 +00:00
Abhinav Gupta
698b723ba9 ICU-8854 Dead store to local variable.
X-SVN-Rev: 30923
2011-11-04 15:17:52 +00:00
Abhinav Gupta
82962c12cb ICU-8854 Unused final instance variable. Should be static.
X-SVN-Rev: 30922
2011-11-04 15:17:34 +00:00
Michael Ow
9c4d1dba98 ICU-8888 Add -w option to pkgdata build options in sample codes
X-SVN-Rev: 30919
2011-11-04 05:22:18 +00:00
Michael Ow
b74ae536a7 ICU-8888 Fix missing identifier error in pkgdata
X-SVN-Rev: 30918
2011-11-04 02:40:39 +00:00
Michael Ow
2f7c17f854 ICU-8888 Add pkgdata tool option to build without assembly code
X-SVN-Rev: 30917
2011-11-03 23:55:49 +00:00
Markus Scherer
b13255af27 ICU-8827 improve parsing of reorder codes
X-SVN-Rev: 30914
2011-11-03 23:09:27 +00:00
Steven R. Loomis
53c67d692d ICU-8921 print a warning on rpath with installed icu. Also fix a bug where --disable-rpath (the default) caused icu-config selftest to fail
X-SVN-Rev: 30913
2011-11-03 20:48:20 +00:00
Steven R. Loomis
eea737dfba ICU-8913 set U_DEBUG for unix debug builds
X-SVN-Rev: 30912
2011-11-03 19:18:46 +00:00
Steven R. Loomis
99ed78c903 ICU-8748 add icu4c-data* to "make dist"
X-SVN-Rev: 30908
2011-11-03 00:33:19 +00:00
Steven R. Loomis
5c42dd02ed ICU-8862 add doxygen snippet and a couple of samples
X-SVN-Rev: 30906
2011-11-02 23:53:18 +00:00
Steven R. Loomis
92dbea5581 ICU-8909 other warning fixes
X-SVN-Rev: 30904
2011-11-02 22:54:27 +00:00
Markus Scherer
99937057c0 ICU-8827 gencase report parsing errors, and cope with @missing lines in SpecialCasing.txt and CaseFolding.txt
X-SVN-Rev: 30887
2011-10-31 23:49:12 +00:00
Markus Scherer
c8921a5a1d ICU-8827 genuca verify UCA == UCD versions
X-SVN-Rev: 30883
2011-10-30 00:20:58 +00:00
Markus Scherer
ef5aeb05a3 ICU-8827 Unicode 6.1 tools: ignore UTS #46 NV8, update version numbers
X-SVN-Rev: 30880
2011-10-29 00:02:09 +00:00
Steven R. Loomis
e123428b32 ICU-8909 warning cleanup
X-SVN-Rev: 30878
2011-10-27 23:29:16 +00:00
Steven R. Loomis
1ff6e9f8bc ICU-8909 warnings cleanup
X-SVN-Rev: 30877
2011-10-26 23:56:35 +00:00
Steven R. Loomis
de16c44aa9 ICU-8908 #error if U_COMMON_IMPLEMENTATION, etc isnt set
X-SVN-Rev: 30876
2011-10-26 23:02:14 +00:00
John Emmons
2dc5656d64 ICU-7635 Reintroduce testcase in platform neutral fashion
X-SVN-Rev: 30875
2011-10-26 14:39:51 +00:00
Steven R. Loomis
eefa1cd982 ICU-8904 "ar not found" should be a warning, not an error.
X-SVN-Rev: 30874
2011-10-26 14:17:04 +00:00
John Emmons
aa756a711b ICU-7635 Back out the testcase until it can be made platform neutral
X-SVN-Rev: 30873
2011-10-26 05:02:16 +00:00
Markus Scherer
e2ccb065cd ICU-8827 Unicode 6.1 tools update
X-SVN-Rev: 30870
2011-10-26 04:41:57 +00:00
John Emmons
f0cc7e958f ICU-7635 Back out the testcase until it can be made platform neutral
X-SVN-Rev: 30869
2011-10-26 03:38:58 +00:00
John Emmons
0ce13a1711 ICU-7635 Modify toString method to handle >>>
X-SVN-Rev: 30868
2011-10-26 02:16:23 +00:00
Abhinav Gupta
fc9b8646db ICU-8854 string concatenation in loop using + operator
X-SVN-Rev: 30863
2011-10-24 19:24:17 +00:00
Abhinav Gupta
1efa6d411f ICU-8854 bitwise and/or of signed byte value.
Values loaded from a byte array are sign extended to 32-bits before any
bitwise operations are performed. Should &-down back to one-byte.

X-SVN-Rev: 30862
2011-10-24 19:24:08 +00:00
Abhinav Gupta
e35f720425 ICU-8854 dead store to local variable
X-SVN-Rev: 30861
2011-10-24 19:23:59 +00:00
Abhinav Gupta
3ae6d5af5b ICU-8854 computation of average could overflow.
X-SVN-Rev: 30860
2011-10-24 19:23:51 +00:00
Abhinav Gupta
5f0127fd5d ICU-8854 equals() does not check for null.
X-SVN-Rev: 30859
2011-10-24 19:23:44 +00:00
Abhinav Gupta
77598a7d62 ICU-8854 Unused final instance variable. Should be static.
X-SVN-Rev: 30858
2011-10-24 19:23:29 +00:00
Abhinav Gupta
04b9f1678a ICU-8854 unnecessary use of String constructor.
X-SVN-Rev: 30857
2011-10-24 19:23:20 +00:00
Abhinav Gupta
87f031cd34 ICU-8854 use of inefficient Number constructors. Use valueOf.
X-SVN-Rev: 30856
2011-10-24 19:14:19 +00:00
Abhinav Gupta
7f0d45c7ad ICU-8854 toString may return null
X-SVN-Rev: 30855
2011-10-24 19:14:10 +00:00
Abhinav Gupta
2192442a0e ICU-8854 integral division result cast to double (and floored).
Unnecessary because integral division already truncates the result.

X-SVN-Rev: 30854
2011-10-24 19:14:03 +00:00
Abhinav Gupta
9794f1727b ICU-8854 unchecked/unconfirmed cast.
X-SVN-Rev: 30853
2011-10-24 19:13:57 +00:00
Mark Davis
9424775dc1 ICU-8807 Small changes in Map, Property
X-SVN-Rev: 30852
2011-10-23 22:31:02 +00:00
Mark Davis
0e05f5d9d6 ICU-8898 Checked in (since shifting systems) but can retract if not approved.
X-SVN-Rev: 30851
2011-10-23 22:27:11 +00:00
Michael Ow
fdfba50729 ICU-8883 Update individual samples solution file to MSVC 2010
X-SVN-Rev: 30843
2011-10-18 17:56:08 +00:00
Yoshito Umaoka
02bf9dd68a ICU-8649 Integrating JCite and embedding coding example in the ICU4J API reference doc.
X-SVN-Rev: 30841
2011-10-17 21:10:07 +00:00
Abhinav Gupta
728bdac7fa ICU-8854 possible null pointer dereference.
X-SVN-Rev: 30839
2011-10-17 20:24:17 +00:00
Abhinav Gupta
9c83ba6e64 ICU-8854 Unclosed streams.
X-SVN-Rev: 30838
2011-10-17 20:24:09 +00:00
Abhinav Gupta
0c1d2e9452 ICU-8854 Result of integer multiplication cast to long after
multiplication. Casting should be done before multiplication to avoid
overflow.

X-SVN-Rev: 30837
2011-10-17 20:23:59 +00:00
Abhinav Gupta
7a58e117d9 ICU-8854 Inefficient use of number constructors. Use valueOf instead.
X-SVN-Rev: 30836
2011-10-17 20:23:48 +00:00
Michael Ow
ebdeffac64 ICU-8861 Move the undefining of strict ansi on Cygwin and MinGW in pkgdata tool
X-SVN-Rev: 30832
2011-10-17 05:56:05 +00:00
Michael Ow
f76ced25c9 ICU-8858 Revert previous change to ufortune sample
X-SVN-Rev: 30831
2011-10-16 04:58:01 +00:00