]>
granicus.if.org Git - icu/log
Abhinav Gupta [Fri, 4 Nov 2011 15:19:19 +0000 (15:19 +0000)]
ICU-8854 method ignores result of InputStream.read.
X-SVN-Rev: 30927
Abhinav Gupta [Fri, 4 Nov 2011 15:19:11 +0000 (15:19 +0000)]
ICU-8854 Inner class does not use embedded reference to creator. Should be static inner class.
X-SVN-Rev: 30926
Abhinav Gupta [Fri, 4 Nov 2011 15:18:39 +0000 (15:18 +0000)]
ICU-8854 Class defines or inherits equals() but not hashCode().
X-SVN-Rev: 30925
Abhinav Gupta [Fri, 4 Nov 2011 15:18:01 +0000 (15:18 +0000)]
ICU-8854 possible null pointer dereference
X-SVN-Rev: 30924
Abhinav Gupta [Fri, 4 Nov 2011 15:17:52 +0000 (15:17 +0000)]
ICU-8854 Dead store to local variable.
X-SVN-Rev: 30923
Abhinav Gupta [Fri, 4 Nov 2011 15:17:34 +0000 (15:17 +0000)]
ICU-8854 Unused final instance variable. Should be static.
X-SVN-Rev: 30922
Michael Ow [Fri, 4 Nov 2011 05:22:18 +0000 (05:22 +0000)]
ICU-8888 Add -w option to pkgdata build options in sample codes
X-SVN-Rev: 30919
Michael Ow [Fri, 4 Nov 2011 02:40:39 +0000 (02:40 +0000)]
ICU-8888 Fix missing identifier error in pkgdata
X-SVN-Rev: 30918
Michael Ow [Thu, 3 Nov 2011 23:55:49 +0000 (23:55 +0000)]
ICU-8888 Add pkgdata tool option to build without assembly code
X-SVN-Rev: 30917
Markus Scherer [Thu, 3 Nov 2011 23:09:27 +0000 (23:09 +0000)]
ICU-8827 improve parsing of reorder codes
X-SVN-Rev: 30914
Steven R. Loomis [Thu, 3 Nov 2011 20:48:20 +0000 (20:48 +0000)]
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
Steven R. Loomis [Thu, 3 Nov 2011 19:18:46 +0000 (19:18 +0000)]
ICU-8913 set U_DEBUG for unix debug builds
X-SVN-Rev: 30912
Steven R. Loomis [Thu, 3 Nov 2011 00:33:19 +0000 (00:33 +0000)]
ICU-8748 add icu4c-data* to "make dist"
X-SVN-Rev: 30908
Steven R. Loomis [Wed, 2 Nov 2011 23:53:18 +0000 (23:53 +0000)]
ICU-8862 add doxygen snippet and a couple of samples
X-SVN-Rev: 30906
Steven R. Loomis [Wed, 2 Nov 2011 22:54:27 +0000 (22:54 +0000)]
ICU-8909 other warning fixes
X-SVN-Rev: 30904
Markus Scherer [Mon, 31 Oct 2011 23:49:12 +0000 (23:49 +0000)]
ICU-8827 gencase report parsing errors, and cope with @missing lines in SpecialCasing.txt and CaseFolding.txt
X-SVN-Rev: 30887
Markus Scherer [Sun, 30 Oct 2011 00:20:58 +0000 (00:20 +0000)]
ICU-8827 genuca verify UCA == UCD versions
X-SVN-Rev: 30883
Markus Scherer [Sat, 29 Oct 2011 00:02:09 +0000 (00:02 +0000)]
ICU-8827 Unicode 6.1 tools: ignore UTS #46 NV8, update version numbers
X-SVN-Rev: 30880
Steven R. Loomis [Thu, 27 Oct 2011 23:29:16 +0000 (23:29 +0000)]
ICU-8909 warning cleanup
X-SVN-Rev: 30878
Steven R. Loomis [Wed, 26 Oct 2011 23:56:35 +0000 (23:56 +0000)]
ICU-8909 warnings cleanup
X-SVN-Rev: 30877
Steven R. Loomis [Wed, 26 Oct 2011 23:02:14 +0000 (23:02 +0000)]
ICU-8908 #error if U_COMMON_IMPLEMENTATION, etc isnt set
X-SVN-Rev: 30876
John Emmons [Wed, 26 Oct 2011 14:39:51 +0000 (14:39 +0000)]
ICU-7635 Reintroduce testcase in platform neutral fashion
X-SVN-Rev: 30875
Steven R. Loomis [Wed, 26 Oct 2011 14:17:04 +0000 (14:17 +0000)]
ICU-8904 "ar not found" should be a warning, not an error.
X-SVN-Rev: 30874
John Emmons [Wed, 26 Oct 2011 05:02:16 +0000 (05:02 +0000)]
ICU-7635 Back out the testcase until it can be made platform neutral
X-SVN-Rev: 30873
Markus Scherer [Wed, 26 Oct 2011 04:41:57 +0000 (04:41 +0000)]
ICU-8827 Unicode 6.1 tools update
X-SVN-Rev: 30870
John Emmons [Wed, 26 Oct 2011 03:38:58 +0000 (03:38 +0000)]
ICU-7635 Back out the testcase until it can be made platform neutral
X-SVN-Rev: 30869
John Emmons [Wed, 26 Oct 2011 02:16:23 +0000 (02:16 +0000)]
ICU-7635 Modify toString method to handle >>>
X-SVN-Rev: 30868
Abhinav Gupta [Mon, 24 Oct 2011 19:24:17 +0000 (19:24 +0000)]
ICU-8854 string concatenation in loop using + operator
X-SVN-Rev: 30863
Abhinav Gupta [Mon, 24 Oct 2011 19:24:08 +0000 (19:24 +0000)]
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
Abhinav Gupta [Mon, 24 Oct 2011 19:23:59 +0000 (19:23 +0000)]
ICU-8854 dead store to local variable
X-SVN-Rev: 30861
Abhinav Gupta [Mon, 24 Oct 2011 19:23:51 +0000 (19:23 +0000)]
ICU-8854 computation of average could overflow.
X-SVN-Rev: 30860
Abhinav Gupta [Mon, 24 Oct 2011 19:23:44 +0000 (19:23 +0000)]
ICU-8854 equals() does not check for null.
X-SVN-Rev: 30859
Abhinav Gupta [Mon, 24 Oct 2011 19:23:29 +0000 (19:23 +0000)]
ICU-8854 Unused final instance variable. Should be static.
X-SVN-Rev: 30858
Abhinav Gupta [Mon, 24 Oct 2011 19:23:20 +0000 (19:23 +0000)]
ICU-8854 unnecessary use of String constructor.
X-SVN-Rev: 30857
Abhinav Gupta [Mon, 24 Oct 2011 19:14:19 +0000 (19:14 +0000)]
ICU-8854 use of inefficient Number constructors. Use valueOf.
X-SVN-Rev: 30856
Abhinav Gupta [Mon, 24 Oct 2011 19:14:10 +0000 (19:14 +0000)]
ICU-8854 toString may return null
X-SVN-Rev: 30855
Abhinav Gupta [Mon, 24 Oct 2011 19:14:03 +0000 (19:14 +0000)]
ICU-8854 integral division result cast to double (and floored).
Unnecessary because integral division already truncates the result.
X-SVN-Rev: 30854
Abhinav Gupta [Mon, 24 Oct 2011 19:13:57 +0000 (19:13 +0000)]
ICU-8854 unchecked/unconfirmed cast.
X-SVN-Rev: 30853
Mark Davis [Sun, 23 Oct 2011 22:31:02 +0000 (22:31 +0000)]
ICU-8807 Small changes in Map, Property
X-SVN-Rev: 30852
Mark Davis [Sun, 23 Oct 2011 22:27:11 +0000 (22:27 +0000)]
ICU-8898 Checked in (since shifting systems) but can retract if not approved.
X-SVN-Rev: 30851
Michael Ow [Tue, 18 Oct 2011 17:56:08 +0000 (17:56 +0000)]
ICU-8883 Update individual samples solution file to MSVC 2010
X-SVN-Rev: 30843
Yoshito Umaoka [Mon, 17 Oct 2011 21:10:07 +0000 (21:10 +0000)]
ICU-8649 Integrating JCite and embedding coding example in the ICU4J API reference doc.
X-SVN-Rev: 30841
Abhinav Gupta [Mon, 17 Oct 2011 20:24:17 +0000 (20:24 +0000)]
ICU-8854 possible null pointer dereference.
X-SVN-Rev: 30839
Abhinav Gupta [Mon, 17 Oct 2011 20:24:09 +0000 (20:24 +0000)]
ICU-8854 Unclosed streams.
X-SVN-Rev: 30838
Abhinav Gupta [Mon, 17 Oct 2011 20:23:59 +0000 (20:23 +0000)]
ICU-8854 Result of integer multiplication cast to long after
multiplication. Casting should be done before multiplication to avoid
overflow.
X-SVN-Rev: 30837
Abhinav Gupta [Mon, 17 Oct 2011 20:23:48 +0000 (20:23 +0000)]
ICU-8854 Inefficient use of number constructors. Use valueOf instead.
X-SVN-Rev: 30836
Michael Ow [Mon, 17 Oct 2011 05:56:05 +0000 (05:56 +0000)]
ICU-8861 Move the undefining of strict ansi on Cygwin and MinGW in pkgdata tool
X-SVN-Rev: 30832
Michael Ow [Sun, 16 Oct 2011 04:58:01 +0000 (04:58 +0000)]
ICU-8858 Revert previous change to ufortune sample
X-SVN-Rev: 30831
Steven R. Loomis [Sat, 15 Oct 2011 21:52:43 +0000 (21:52 +0000)]
ICU-8884 fix escaping of $$ORIGIN
X-SVN-Rev: 30825
Yoshito Umaoka [Fri, 14 Oct 2011 22:11:56 +0000 (22:11 +0000)]
ICU-8446 System property user.script to initialize ULocale's script field on Java 6 or older JREs.
X-SVN-Rev: 30824
Steven R. Loomis [Fri, 14 Oct 2011 19:00:49 +0000 (19:00 +0000)]
ICU-8802 improve robustness, also test against stdio sscanf/sprintf for doubles
X-SVN-Rev: 30823
Michael Ow [Thu, 13 Oct 2011 18:45:13 +0000 (18:45 +0000)]
ICU-8858 Fix ufortune sample program to build resources in dll correctly
X-SVN-Rev: 30821
Michael Ow [Thu, 13 Oct 2011 17:01:32 +0000 (17:01 +0000)]
ICU-8882 Skip platform dependent message format test on Linux
X-SVN-Rev: 30818
Markus Scherer [Wed, 12 Oct 2011 22:58:30 +0000 (22:58 +0000)]
ICU-7752 library: rename generated *_props_data.c files to .h and add #ifndef guard
X-SVN-Rev: 30817
Markus Scherer [Wed, 12 Oct 2011 22:57:58 +0000 (22:57 +0000)]
ICU-7752 tools: rename generated *_props_data.c files to .h and add #ifndef guard
X-SVN-Rev: 30816
Steven R. Loomis [Wed, 12 Oct 2011 20:08:09 +0000 (20:08 +0000)]
ICU-8861 merge r30809 cleanup from #8755
X-SVN-Rev: 30814
Abhinav Gupta [Wed, 12 Oct 2011 15:31:19 +0000 (15:31 +0000)]
ICU-8876 disabled Clover where necessary.
Disabled for parts of PluralRules, RBBIDataWrapper, RBBISetBuilder,
TimeZoneNames, Calendar.
X-SVN-Rev: 30811
Abhinav Gupta [Wed, 12 Oct 2011 15:31:07 +0000 (15:31 +0000)]
ICU-8876 added test for SelectFormat.format exception.
X-SVN-Rev: 30810
Yoshito Umaoka [Fri, 7 Oct 2011 22:35:38 +0000 (22:35 +0000)]
ICU-8874 Modified TestCompareReferenceImpl to do the same tests with ICU4C corresponding test case. Fixed problems in IDNAReference, which was obviously out of date. Restored toUnicode tests in TestErrorCases (but still excluding ASCII only error cases).
X-SVN-Rev: 30805
Yoshito Umaoka [Fri, 7 Oct 2011 22:28:32 +0000 (22:28 +0000)]
ICU-8874 Fixed test case problem which triggered TestIDNAMonkeyTest failure intermittently. Also updated TestCompareReferenceImpl to cover the case which used to trigger the test failure.
X-SVN-Rev: 30804
Abhinav Gupta [Thu, 6 Oct 2011 20:07:21 +0000 (20:07 +0000)]
ICU-8876 Filtered asserts from coverage reports.
X-SVN-Rev: 30803
Yoshito Umaoka [Tue, 4 Oct 2011 21:52:36 +0000 (21:52 +0000)]
ICU-8856 Lower case release file name - m1 instead of M1.
X-SVN-Rev: 30800
Dragan Besevic [Tue, 4 Oct 2011 20:44:22 +0000 (20:44 +0000)]
ICU-8855 update readme.html for M1
X-SVN-Rev: 30799
Steven R. Loomis [Tue, 4 Oct 2011 20:16:25 +0000 (20:16 +0000)]
ICU-8869 revert r30787 for destructors, update api ref
X-SVN-Rev: 30798
Steven R. Loomis [Tue, 4 Oct 2011 20:16:17 +0000 (20:16 +0000)]
ICU-8869 add empty lib directory, and fix a build issue on some systems
X-SVN-Rev: 30797
Yoshito Umaoka [Tue, 4 Oct 2011 20:10:13 +0000 (20:10 +0000)]
ICU-8856 pom.xml to use 49-SNAPSHOT
X-SVN-Rev: 30796
Yoshito Umaoka [Tue, 4 Oct 2011 20:08:06 +0000 (20:08 +0000)]
ICU-8856 API change report for 49M1
X-SVN-Rev: 30795
Yoshito Umaoka [Tue, 4 Oct 2011 20:05:56 +0000 (20:05 +0000)]
ICU-8856 Updated readme.html for 49M1
X-SVN-Rev: 30794
Michael Ow [Tue, 4 Oct 2011 18:15:16 +0000 (18:15 +0000)]
ICU-8871 Fix missing static label and update urename.h
X-SVN-Rev: 30793
Michael Ow [Tue, 4 Oct 2011 17:18:44 +0000 (17:18 +0000)]
ICU-8871 Update urename.h for 49M1
X-SVN-Rev: 30792
Yoshito Umaoka [Tue, 4 Oct 2011 15:59:21 +0000 (15:59 +0000)]
ICU-8856 Explicit private constructor to prevent MessagePatternUtil instatiation. This change fixed unwanted javadoc/api report for MessagePatternUtil constructor.
X-SVN-Rev: 30791
Yoshito Umaoka [Tue, 4 Oct 2011 15:45:25 +0000 (15:45 +0000)]
ICU-8856 Fixed a javac compiler warning.
X-SVN-Rev: 30790
Yoshito Umaoka [Tue, 4 Oct 2011 15:09:36 +0000 (15:09 +0000)]
ICU-8856 Fixed Eclipse compiler warnings.
X-SVN-Rev: 30789
Yoshito Umaoka [Tue, 4 Oct 2011 14:38:02 +0000 (14:38 +0000)]
ICU-8856 Organized import statements
X-SVN-Rev: 30788
Steven R. Loomis [Tue, 4 Oct 2011 01:50:34 +0000 (01:50 +0000)]
ICU-8869 update API change report for m1
X-SVN-Rev: 30787
Steven R. Loomis [Tue, 4 Oct 2011 01:50:08 +0000 (01:50 +0000)]
ICU-8869 updates for 49m1
X-SVN-Rev: 30786
Markus Scherer [Tue, 4 Oct 2011 01:14:37 +0000 (01:14 +0000)]
ICU-8868 remove use of UnicodeString conversion constructor from numsys.cpp
X-SVN-Rev: 30785
Markus Scherer [Tue, 4 Oct 2011 00:30:15 +0000 (00:30 +0000)]
ICU-8867 add stdout to system group stdio_output, for io library group ustdio
X-SVN-Rev: 30784
Abhinav Gupta [Mon, 3 Oct 2011 20:17:36 +0000 (20:17 +0000)]
ICU-8863 skip comments in cpyskip.txt
X-SVN-Rev: 30783
Michael Ow [Mon, 3 Oct 2011 19:17:07 +0000 (19:17 +0000)]
ICU-8864 Use fallback mechanism for empty string in ICUResourceTableAccess get method
X-SVN-Rev: 30782
Michael Ow [Mon, 3 Oct 2011 19:10:54 +0000 (19:10 +0000)]
ICU-8864 Use fallback mechanism for empty string in ICUDataTable get method
X-SVN-Rev: 30781
Abhinav Gupta [Mon, 3 Oct 2011 19:09:39 +0000 (19:09 +0000)]
ICU-8863 fix cpyscan.pl
X-SVN-Rev: 30780
Abhinav Gupta [Mon, 3 Oct 2011 19:05:30 +0000 (19:05 +0000)]
ICU-8863 moved functionality from cpysearch to Cpy module.
X-SVN-Rev: 30779
Abhinav Gupta [Mon, 3 Oct 2011 19:05:23 +0000 (19:05 +0000)]
ICU-8863 fix cpysearch.pl
X-SVN-Rev: 30778
Michael Ow [Mon, 3 Oct 2011 17:59:37 +0000 (17:59 +0000)]
ICU-8592 Update ICU4J time zone data to 2011k
X-SVN-Rev: 30777
Michael Ow [Mon, 3 Oct 2011 17:57:52 +0000 (17:57 +0000)]
ICU-8592 Update ICU4C timezone data to 2011k
X-SVN-Rev: 30776
Peter Edberg [Fri, 30 Sep 2011 21:34:41 +0000 (21:34 +0000)]
ICU-8753 Fix comment about prevOffset / newOffset
X-SVN-Rev: 30773
Peter Edberg [Fri, 30 Sep 2011 21:32:41 +0000 (21:32 +0000)]
ICU-8753 Replace confusing use of dst variable with prevOffset / newOffset
X-SVN-Rev: 30772
Yoshito Umaoka [Fri, 30 Sep 2011 21:17:08 +0000 (21:17 +0000)]
ICU-8518 Misspelled again... Corrected.
X-SVN-Rev: 30771
Peter Edberg [Fri, 30 Sep 2011 21:14:46 +0000 (21:14 +0000)]
ICU-8753 Replace confusing use of dst variable with prevOffset / newOffset
X-SVN-Rev: 30770
Yoshito Umaoka [Fri, 30 Sep 2011 20:52:56 +0000 (20:52 +0000)]
ICU-8518 Corrected spelling found by Markus's review
X-SVN-Rev: 30769
Abhinav Gupta [Fri, 30 Sep 2011 20:28:27 +0000 (20:28 +0000)]
ICU-8856 copyright info on com.ibm.icu.text.SourceTargetUtility.
X-SVN-Rev: 30768
Steven R. Loomis [Fri, 30 Sep 2011 20:20:24 +0000 (20:20 +0000)]
ICU-8861 revert r30505 (extraneous comment) from #8755
X-SVN-Rev: 30767
Peter Edberg [Fri, 30 Sep 2011 20:07:28 +0000 (20:07 +0000)]
ICU-8820 Parse string fields in pattern as strings before trying digits (if lenient)
X-SVN-Rev: 30766
Abhinav Gupta [Fri, 30 Sep 2011 20:07:21 +0000 (20:07 +0000)]
ICU-8855 copyright info on icu4c.css
X-SVN-Rev: 30765
Michael Ow [Fri, 30 Sep 2011 19:45:51 +0000 (19:45 +0000)]
ICU-7365 Remove unused old test code.
X-SVN-Rev: 30762
Michael Ow [Fri, 30 Sep 2011 19:16:20 +0000 (19:16 +0000)]
ICU-8515 Add missing provisional tag to draft API CharsetEncoderICU.getMaxBytesForString
X-SVN-Rev: 30760
Abhinav Gupta [Fri, 30 Sep 2011 19:01:29 +0000 (19:01 +0000)]
ICU-8268 fixed problems found in code review.
X-SVN-Rev: 30759
John Emmons [Thu, 29 Sep 2011 21:57:33 +0000 (21:57 +0000)]
ICU-8846 Merge CLDRv21M1 data into ICU
X-SVN-Rev: 30756
John Emmons [Thu, 29 Sep 2011 21:52:25 +0000 (21:52 +0000)]
ICU-8846 Merge CLDRv21M1 data into ICU
X-SVN-Rev: 30755