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
Steven R. Loomis
fa9a61b152
ICU-8884 fix escaping of $$ORIGIN
...
X-SVN-Rev: 30825
2011-10-15 21:52:43 +00:00
Yoshito Umaoka
a5edd10c64
ICU-8446 System property user.script to initialize ULocale's script field on Java 6 or older JREs.
...
X-SVN-Rev: 30824
2011-10-14 22:11:56 +00:00
Steven R. Loomis
a7c0726f93
ICU-8802 improve robustness, also test against stdio sscanf/sprintf for doubles
...
X-SVN-Rev: 30823
2011-10-14 19:00:49 +00:00
Michael Ow
c3a95aefe9
ICU-8858 Fix ufortune sample program to build resources in dll correctly
...
X-SVN-Rev: 30821
2011-10-13 18:45:13 +00:00
Michael Ow
df30b2280b
ICU-8882 Skip platform dependent message format test on Linux
...
X-SVN-Rev: 30818
2011-10-13 17:01:32 +00:00
Markus Scherer
ff780b0d80
ICU-7752 library: rename generated *_props_data.c files to .h and add #ifndef guard
...
X-SVN-Rev: 30817
2011-10-12 22:58:30 +00:00
Markus Scherer
7b666417fd
ICU-7752 tools: rename generated *_props_data.c files to .h and add #ifndef guard
...
X-SVN-Rev: 30816
2011-10-12 22:57:58 +00:00
Steven R. Loomis
20934ac953
ICU-8861 merge r30809 cleanup from #8755
...
X-SVN-Rev: 30814
2011-10-12 20:08:09 +00:00
Abhinav Gupta
037aa7865a
ICU-8876 disabled Clover where necessary.
...
Disabled for parts of PluralRules, RBBIDataWrapper, RBBISetBuilder,
TimeZoneNames, Calendar.
X-SVN-Rev: 30811
2011-10-12 15:31:19 +00:00
Abhinav Gupta
ab30e3c400
ICU-8876 added test for SelectFormat.format exception.
...
X-SVN-Rev: 30810
2011-10-12 15:31:07 +00:00