Michael Ow
89b2280c23
ICU-8958 Fix memory leak in test code.
...
X-SVN-Rev: 31097
2011-12-12 17:19:04 +00:00
Michael Ow
579059e902
ICU-8718 Fix memory leak caused by not deleting fLeapMonthPatterns
...
X-SVN-Rev: 31096
2011-12-12 17:18:19 +00:00
Abhinav Gupta
336ce31084
ICU-8668 Remove isalpha dependency
...
X-SVN-Rev: 31095
2011-12-12 16:16:15 +00:00
Yoshito Umaoka
91542e27a5
ICU-8877 Updated version# in readme.html
...
X-SVN-Rev: 31094
2011-12-12 15:13:05 +00:00
Yoshito Umaoka
9bc6a81f49
ICU-8909 Removed a left over debug code (printf) from putil.cpp
...
X-SVN-Rev: 31091
2011-12-11 19:15:28 +00:00
Peter Edberg
43116514f9
ICU-8958 Added test cases for en and using patterns with now-ignored pattern char 'l'
...
X-SVN-Rev: 31089
2011-12-10 00:41:25 +00:00
Yoshito Umaoka
744682621a
ICU-8877 Fixed a Java compiler warning (redundant type cast).
...
X-SVN-Rev: 31088
2011-12-09 23:20:15 +00:00
Yoshito Umaoka
a969c18618
ICU-8877 Updated the ICU4J version number.
...
X-SVN-Rev: 31087
2011-12-09 22:56:54 +00:00
Yoshito Umaoka
57f294624e
ICU-8877 Commented out currently unused private method to clean up Eclipse IDE warnings.
...
X-SVN-Rev: 31086
2011-12-09 22:43:22 +00:00
Yoshito Umaoka
21a67903a4
ICU-8446 One more correction in the API doc.
...
X-SVN-Rev: 31085
2011-12-09 22:26:58 +00:00
Peter Edberg
d2598a68f5
ICU-8978 Fix duplicate name in chr; don't copy root MeasurementSystem & PaperSize to ar_001
...
X-SVN-Rev: 31084
2011-12-09 21:45:48 +00:00
Peter Edberg
7ba12eb528
ICU-8978 Fix duplicate name in chr; don't copy root MeasurementSystem & PaperSize to ar_001
...
X-SVN-Rev: 31083
2011-12-09 21:36:37 +00:00
Abhinav Gupta
8bce2a306a
ICU-8878 remove non-ASCII characters from C code
...
X-SVN-Rev: 31082
2011-12-09 21:29:27 +00:00
Yoshito Umaoka
a3182936ef
ICU-8446 Grammar corrections in the API doc, suggested by Doug.
...
X-SVN-Rev: 31081
2011-12-09 21:27:12 +00:00
Abhinav Gupta
9c41dbd218
ICU-8877 J, organize imports.
...
X-SVN-Rev: 31080
2011-12-09 21:20:01 +00:00
Abhinav Gupta
091e332d88
ICU-8878 C, check UTF-8 file properties.
...
X-SVN-Rev: 31079
2011-12-09 19:33:54 +00:00
Peter Edberg
29c3d94960
ICU-8978 Actually for transrt.cpp, need to remove u0970 from [:Devanagari:], not RT exclusions
...
X-SVN-Rev: 31078
2011-12-09 19:25:02 +00:00
Peter Edberg
77cde42a8b
ICU-8978 Update to get the correct coll/ar.txt Version info after CLDR file checkin.
...
X-SVN-Rev: 31076
2011-12-09 09:19:02 +00:00
Peter Edberg
4482f6409e
ICU-8978 Integrate CLDR 21m2 data. Update DateFormatTest.java for some timezone name
...
cleanup per cldrbug 3825. RegionTest.java code updates per cldrbug 4105. Timebomb
ChineseTest/TestFormat until #8977 is rolled in.
X-SVN-Rev: 31075
2011-12-09 08:54:27 +00:00
Peter Edberg
cec4d76254
ICU-8978 Integrate CLDR 21m2 data. Update dtfmttst.cpp for timezone name cleanup.
...
Update transrt.cpp to exclude 0970 from roundtrip tests; it was now included because
Unicode 6.1 moved it from Common to Devanagari, but it has no mapping from InterIndic
to anything else.
X-SVN-Rev: 31074
2011-12-09 08:39:46 +00:00
Markus Scherer
dedb3433ab
ICU-8827 note follow-up tickets
...
X-SVN-Rev: 31073
2011-12-09 00:17:43 +00:00
Markus Scherer
03a4b1a127
ICU-8827 Unicode 6.1 update: svn merge --reintegrate branches/markus/uni61 at r31061 into the trunk
...
X-SVN-Rev: 31072
2011-12-09 00:01:13 +00:00
Markus Scherer
43bb4f2cf4
ICU-8827 Unicode 6.1 update: svn merge branches/markus/uni61 at r31062 into the trunk
...
X-SVN-Rev: 31071
2011-12-08 22:37:24 +00:00
Abhinav Gupta
709f7250c8
ICU-8876 Revert [30811] for PluralRules, RBBIDataWrapper, RBBISetBuilder.
...
X-SVN-Rev: 31070
2011-12-08 19:09:33 +00:00
Michael Ow
747ad726e2
ICU-8956 Update ICU4C SimpleDateFormat doc
...
X-SVN-Rev: 31069
2011-12-08 18:27:54 +00:00
Michael Ow
879b1aa3d9
ICU-8956 Update ICU4J SimpleDateFormat doc
...
X-SVN-Rev: 31068
2011-12-08 18:27:13 +00:00
Abhinav Gupta
6e73c9e17f
ICU-8854 add API status comment to dummy hashCode functions.
...
X-SVN-Rev: 31067
2011-12-08 18:06:45 +00:00
Yoshito Umaoka
a10116996d
ICU-8345 Public API classes need formal JavaDoc comments with API status. Add them to the new Freezable method implementations in TimeZone and its subclasses. Also fixed a couple of compiler warnings (unnecessary type cast).
...
X-SVN-Rev: 31066
2011-12-08 17:08:53 +00:00
Michael Ow
94a9854969
ICU-8970 MungeInput when neccessary on detection instead of when text is set
...
X-SVN-Rev: 31065
2011-12-08 17:04:46 +00:00
Peter Edberg
7d668b9068
ICU-8878 Update ICU version info for 49m2
...
X-SVN-Rev: 31063
2011-12-08 03:23:29 +00:00
Abhinav Gupta
b4bc4b8ecb
ICU-8668 Use AsciiUtil instead of Character.
...
X-SVN-Rev: 31055
2011-12-07 19:17:10 +00:00
Markus Scherer
1856fafdc3
ICU-8827 genuca bug fix: UCA 6.1 has a max contraction length of 4 not 3, parameterize code & raise max length
...
X-SVN-Rev: 31051
2011-12-07 06:14:56 +00:00
Markus Scherer
46555dac60
ICU-8827 more genuca white space parsing fixes
...
X-SVN-Rev: 31046
2011-12-07 00:34:11 +00:00
Peter Edberg
56d70749df
ICU-8958 Add support for parsing leapMonths (in addition to formatting per r31039, r31040)
...
X-SVN-Rev: 31043
2011-12-06 20:46:32 +00:00
Steven R. Loomis
e1d4644d7a
ICU-8743 fix configure macro
...
X-SVN-Rev: 31042
2011-12-06 18:25:40 +00:00
Peter Edberg
5578f45b2f
ICU-8958 use the correct monthPattern for numeric months
...
X-SVN-Rev: 31040
2011-12-06 08:26:13 +00:00
Peter Edberg
6dbcc24060
ICU-8958 integrate changes from cldrbug 4130:; add monthPatterns support to
...
DateFormatSymbols, use it to format leap months; ignore pattern char 'l'; add tests.
X-SVN-Rev: 31039
2011-12-06 08:00:44 +00:00
Umesh Nair
4a6f817e00
ICU-8108 Allowing imports from the same file by suppressing building binaries for imported rules
...
X-SVN-Rev: 31036
2011-12-06 00:23:46 +00:00
Abhinav Gupta
670f0268a1
ICU-8668 J, restrict script to be alphabetic in locale name.
...
X-SVN-Rev: 31032
2011-12-05 20:34:00 +00:00
Abhinav Gupta
5373f49d27
ICU-8668 C, C++, restrict script to alphabetic in locale name.
...
X-SVN-Rev: 31031
2011-12-05 20:15:15 +00:00
Markus Scherer
a7394689d8
ICU-8827 ignore Script_Extensions @missing value <script>
...
X-SVN-Rev: 31030
2011-12-05 20:05:26 +00:00
Peter Edberg
57d4e75211
ICU-7930 J, don't limit base skeleton field length to 3
...
X-SVN-Rev: 31029
2011-12-05 06:00:10 +00:00
Peter Edberg
22a40ff65d
ICU-7930 C, don't limit base skeleton field length to 3
...
X-SVN-Rev: 31028
2011-12-05 04:49:40 +00:00
Peter Edberg
366c3a3306
ICU-8844 Updated khmerdict.txt (deleted 91 entries) per the new version attached to the ticket
...
X-SVN-Rev: 31018
2011-12-04 03:23:28 +00:00
Peter Edberg
3a8d6c31a9
ICU-8844 Clone fCalendar as necessary so it does not get modified by format or parse methods
...
X-SVN-Rev: 31017
2011-12-04 00:33:15 +00:00
Markus Scherer
8087532167
ICU-8827 adjust for new @missing values; for Name_Alias only use type=corrections for now
...
X-SVN-Rev: 31014
2011-12-03 00:20:31 +00:00
Stuart Gill
b668e88639
ICU-8914 extra Java documentation for collation reordering
...
X-SVN-Rev: 31013
2011-12-02 22:11:29 +00:00
Markus Scherer
0ce7b55545
ICU-8827 PropertyAliases-6.1.0d11.txt formally adds Script_Extensions
...
X-SVN-Rev: 31010
2011-12-02 21:03:34 +00:00
Yoshito Umaoka
4334ee838f
ICU-8943 RBTZ fix in ICU4C and its test case
...
X-SVN-Rev: 31009
2011-12-02 07:02:54 +00:00
Yoshito Umaoka
f45fb4a410
ICU-8943 Updated the test case.
...
X-SVN-Rev: 31008
2011-12-02 06:52:35 +00:00