8b0e7bfea2ICU-11842 RBC: lazy-init the rules string
Markus Scherer
2015-09-03 16:24:55 +0000
bbfc880575ICU-7303 align Normalizer deprecation notice with pre-existing C/C++ notice
Markus Scherer
2015-09-03 16:12:57 +0000
94243c69c0ICU-7303 deprecate old normalization APIs that have Normalizer2 replacements
Markus Scherer
2015-09-03 16:12:20 +0000
57c257c62aICU-7303 deprecate old normalization APIs that have Normalizer2 replacements
Markus Scherer
2015-09-02 23:48:25 +0000
924239aef3ICU-11846 CLDR 28 data integration (d05)
John Emmons
2015-09-02 22:59:20 +0000
9966a55639ICU-11846 CLDR 28 data integration (d05)
John Emmons
2015-09-02 22:59:08 +0000
fc9931c979ICU-11875 make class UFormat @stable
Markus Scherer
2015-09-02 22:28:49 +0000
f169e1d936ICU-10988 Support v8 JavaDoc API
Scott Russell
2015-09-02 15:31:55 +0000
3b7d1aa8aaICU-11879 change to child-first resource enumeration: avoid deserializing overridden resource values
Markus Scherer
2015-09-02 02:08:44 +0000
e035b4f857ICU-11879 change new @internal TimeZoneNames.getDisplayNames() from returning String[] to writing to String[] with offset; also mark as @deprecated as well
Markus Scherer
2015-09-01 22:55:46 +0000
b7d18e518cICU-11780 Reduce heap size for caching date formatters.
Travis Keep
2015-09-01 20:13:27 +0000
71ee34ed74ICU-11879 efficient enumeration of time zone names rather than fetching each name with fallback; build most of time zone names trie only when needed for parsing
Markus Scherer
2015-09-01 04:18:01 +0000
2493b2ddacICU-11846 CLDR 28 data integration (d04)
John Emmons
2015-08-31 21:32:17 +0000
e5baa4dedaICU-11846 CLDR 28 data integration (d04)
John Emmons
2015-08-31 21:32:04 +0000
6e443bfc40ICU-11810 Ensure delete of language tag pointer
Michael Ow
2015-08-31 19:12:34 +0000
8a6d11ed90ICU-11811 Delete pointer on error
Michael Ow
2015-08-31 19:03:13 +0000
d3a1c40213ICU-11828 Add check for null pointer
Michael Ow
2015-08-31 18:59:01 +0000
3506c79716ICU-11846 Fix memory leak in modified Region code
John Emmons
2015-08-29 03:08:44 +0000
dd198e7c3eICU-11846 CLDR 28 data integration (d03)
John Emmons
2015-08-28 20:53:10 +0000
87fd2e76a6ICU-11846 CLDR 28 data integration (d03)
John Emmons
2015-08-28 20:52:59 +0000
bc33f20e3cICU-11740 Add more tests to prove that this change resolves other tickets.
Travis Keep
2015-08-28 18:38:37 +0000
252f2a14e9ICU-11653 Add more test cases for rounding in RBNF.
George Rhoten
2015-08-28 18:14:04 +0000
8e2b2d1250ICU-11827 icu-config: do not add date to the script
Steven R. Loomis
2015-08-27 21:54:51 +0000
c0a1914073ICU-11846 CLDR 28 data integration
John Emmons
2015-08-27 21:04:13 +0000
17e2790359ICU-11846 CLDR 28 data integration
John Emmons
2015-08-27 20:57:14 +0000
01e0c332a5ICU-11846 CLDR 28 data integration
John Emmons
2015-08-27 20:23:27 +0000
e837bd4f7fICU-11868 Add test that was failing with the legacy DecimalFormat code.
Travis Keep
2015-08-27 18:03:18 +0000
ab0168470bICU-11740 divide by zero fix (!)
Steven R. Loomis
2015-08-27 00:25:12 +0000
6abcab0f43ICU-11740 template fix for MSVC
Steven R. Loomis
2015-08-27 00:14:12 +0000
b7cf3ca31cICU-11740 Disallow copy and assign on VisibleDigitsWithExponent enable data driven tests that were known to fail with the legacy DecimalFormat code but pass with the new DecimalFormat code.
Travis Keep
2015-08-26 21:15:37 +0000
57ac300668ICU-11480 added tests for regex with capture groups that do not participate in match.
Andy Heninger
2015-08-25 20:47:38 +0000
633e6d1d7bICU-11760 Fixed a build error with Java 5 runtime.
Yoshito Umaoka
2015-08-25 19:37:01 +0000
9a011771daICU-11653 Override roundingMode API from the NumberFormat superclass so that it doesn't throw an exception.
George Rhoten
2015-08-25 19:33:18 +0000
7fcc6e5165ICU-8223 Fix a compiler issue from the last change.
George Rhoten
2015-08-25 17:43:22 +0000
e097e1b9eeICU-8223 Add rule syntax for NaN, infinity and alternate decimal points. Other issues addressed: * Some performance enhancements were added for good measure. Creating new RuleBasedNumberFormat objects can take a long time due to all the rule parsing. This was ported from ICU4J. * I fixed a potential infinite recursion problem when RuleBasedNumberFormat used NumberFormat.createInstance, which could occasionally depend on creating RuleBasedNumberFormat for itself, which was bad. This was ported from ICU4J. * I fixed a potential memory leak due to lazy initialization of some RBNF data members in a multithreaded environment, which is fine in Java, but it's not okay in C++. We no longer cast away const due to this, which is good. * There were some compiler warnings and errors found while trying to debug this code on my machine. I fixed those too.
George Rhoten
2015-08-25 16:55:52 +0000
056237d6dbICU-11004 bulk-read data from ByteBuffer; read .res key strings up front into byte[] for faster lookup
Markus Scherer
2015-08-24 20:30:44 +0000
0f0c27a025ICU-11537 fix .res formatVersion check
Markus Scherer
2015-08-21 21:06:38 +0000
0dc9a5eda5ICU-11537 fix .res formatVersion check
Markus Scherer
2015-08-21 20:50:48 +0000
60dcad0436ICU-11794 add uprv_isInvariantUnicodeString(), as requested by Markus
Andy Heninger
2015-08-21 17:32:53 +0000
38d07de467ICU-11031 cache spoof check data (ICU4C).
Andy Heninger
2015-08-21 01:23:29 +0000
80a6684a7bICU-11794 change error handling of CharString::appendInvariantChars()
Andy Heninger
2015-08-20 00:55:03 +0000
8653b95982ICU-11760 Add rule syntax for NaN, infinity and alternate decimal points. Some performance enhancements were added for good measure too. Creating new RuleBasedNumberFormat objects can take a long time due to all the rule parsing. Also I fixed a potential infinite recursion problem when RuleBasedNumberFormat used NumberFormat.createInstance, which could occasionally depend on creating RuleBasedNumberFormat for itself, which was bad.
George Rhoten
2015-08-17 08:38:34 +0000
6ed4b6178aICU-11779 Introduce static versions of DTPNG getSkeleton and getBaseSkeleton
Travis Keep
2015-08-13 22:09:13 +0000
d3bb77fac4ICU-11821 Fix break rules inconsistencies in line_normal_cj.txt
Andy Heninger
2015-08-13 00:59:32 +0000
60618537beICU-11630 tzdata2015f to ICU4J
Yoshito Umaoka
2015-08-12 20:25:20 +0000
11c67d080dICU-11630 tzdata2015f to ICU4C
Yoshito Umaoka
2015-08-12 20:23:09 +0000
1b61660ea6ICU-11789 Always specify class loader when loading test data.
Fredrik Roubert
2015-08-12 15:24:01 +0000
d968950cccICU-11821 Fix break rules inconsistencies in line_loose_cj.txt
Andy Heninger
2015-08-11 23:58:23 +0000
be289c204dICU-11821 fix bug in line_loose break rules.
Andy Heninger
2015-08-07 21:47:38 +0000
e1ea4422bcICU-11537 genrb write .res formatVersion 2 if it would default to 3 without benefit: even if the pool bundle has string values, if they are not in fact shared
Markus Scherer
2015-08-07 21:36:08 +0000
00ae09aa36ICU-11537 genrb write .res formatVersion 2 if it would default to 3 without benefit: without sharing pool bundle string values
Markus Scherer
2015-08-07 21:05:32 +0000
9e0d7d9554ICU-11537 move shared resource bundle string values to pool.res, .res formatVersion 3
Markus Scherer
2015-08-07 18:46:21 +0000
36e5d9e75fICU-11537 move shared resource bundle string values to pool.res, .res formatVersion 3; merge --integrate from dev branch, plus make toolutil/pkgitems.cpp set poolBundleStrings so that icupkg can check dependencies
Markus Scherer
2015-08-07 18:44:38 +0000
8b18741503ICU-11767 Bound the ICU UnifiedCache.
Travis Keep
2015-08-05 20:21:14 +0000
f87d28cfd2ICU-11248 merge to trunk: FilteredBreakIteratorBuilder work
Steven R. Loomis
2015-08-05 00:03:18 +0000
8945010819ICU-11248 improve organization of sources within project files
Steven R. Loomis
2015-08-04 22:22:15 +0000
1932141fa1ICU-11689 fix some ignores under cygwin/msvc
Steven R. Loomis
2015-07-30 22:52:11 +0000
5816851466ICU-11689 add assertEquals(double..)
Steven R. Loomis
2015-07-30 22:45:39 +0000
f70eb29726ICU-11689 remove ICU-231 patch for VS2015 ufile.c
Steven R. Loomis
2015-07-30 22:29:51 +0000
5c9e64e2d4ICU-11759 Remove unused constant
Michael Ow
2015-07-28 17:53:12 +0000
2f866f7436ICU-11757 Fix initializer list order
Michael Ow
2015-07-28 17:50:08 +0000
7647eff8f5ICU-11744 Ensure that array is initialized correctly
Michael Ow
2015-07-28 17:29:43 +0000
016486aad1ICU-11790 fix to resource leaks on error conditions
Steven R. Loomis
2015-07-27 22:20:39 +0000
8fc8498655ICU-11790 fix to resource leaks on error conditions
Steven R. Loomis
2015-07-27 22:05:52 +0000
7c2cd2be1aICU-11248 Improve SimpleFilteredSentenceBreakIterator.hashCode
Steven R. Loomis
2015-07-18 00:18:17 +0000
9edacf9fa9ICU-11771 move FilteredBreakIterator from i18n to common
Steven R. Loomis
2015-07-16 21:02:06 +0000
77cd9e6aa4ICU-11763 turn icuplugs off by default
Steven R. Loomis
2015-07-16 18:13:02 +0000
87da174aa0ICU-11776 Thread safety fixes in data loading.
Andy Heninger
2015-07-15 22:09:25 +0000
9dbf370b21ICU-11599 simplify preprocessor conditions for U_HAVE_CLANG_ATOMICS
Markus Scherer
2015-07-15 20:04:11 +0000
3fafa669d7ICU-11761 init fStringsForm with named constant
Markus Scherer
2015-07-08 23:14:47 +0000
f527e0b536ICU-11761 stringSet strings are unique
Markus Scherer
2015-07-08 22:37:20 +0000
459c8d0e81ICU-11761 reslist.cpp force explicit UnicodeString constructors, like other genrb .cpp files
Markus Scherer
2015-07-08 22:24:54 +0000
c1f7be3ffeICU-11761 bug fix: always begin 16BitUnits[] with a 0 for empty resources, see uresdata.h (was almost always true before r37644)
Markus Scherer
2015-07-08 22:07:52 +0000
5d7b60d863ICU-11761 include assert.h
Markus Scherer
2015-07-08 18:17:53 +0000
f87b2c9b3cICU-11761 share equal strings even if they need explicit length; more generic root resource for flexibility (experiment with more work on pool bundles)
Markus Scherer
2015-07-07 18:50:21 +0000
18e27b35d6ICU-11761 more readable pool bundle usage & string compacting
Markus Scherer
2015-07-03 17:09:17 +0000
a1348758c1ICU-11761 simpler memory management with UnicodeString & LocalArray
Markus Scherer
2015-07-03 02:12:17 +0000
9312cb2d1aICU-11761 SResource virtual dispatch for preflighting & writing resources; C++ify some of SRBRoot
Markus Scherer
2015-07-02 23:51:09 +0000
e2d4e965d2ICU-11753 Resource directory path must end with a slash
Fredrik Roubert
2015-07-01 17:37:18 +0000
1c7655266bICU-11628 commit README
Steven R. Loomis
2015-07-01 17:24:41 +0000
52f5e589a2ICU-11628 commit API change report
Steven R. Loomis
2015-07-01 17:23:27 +0000
73e9defb72ICU-11628 Fix some no data test failures
Michael Ow
2015-06-30 23:45:58 +0000
58fd505a84ICU-11628 Fix uconfig test failures
Michael Ow
2015-06-30 17:20:55 +0000
d3301c325eICU-11754 remove gcc version test for noexcept.
Andy Heninger
2015-06-29 18:15:44 +0000
a1b8a08bf7ICU-11706 (and #11726) Fix DateIntervalFormat handling of (1) skeletons with seconds, (2) FieldPosition (J)
Peter Edberg
2015-06-24 07:40:11 +0000
a8325d335cICU-11706 (and #11726) Fix DateIntervalFormat handling of (1) skeletons with seconds, (2) FieldPosition
Peter Edberg
2015-06-23 22:07:03 +0000
15ee90b9a3ICU-11693 C support for CompactDecimalFormat, via UNumberFormatStyle additions
Peter Edberg
2015-06-23 18:09:52 +0000
4cdffbd453ICU-11708 CompactDecimaFormat should override and implement several more format methods
Peter Edberg
2015-06-23 17:33:03 +0000
cfe9e72aecICU-11751 change genrb reslist.c & wrtjava.c to C++ (mostly just .c to .cpp)
Markus Scherer
2015-06-23 07:07:27 +0000
f6d079eba2ICU-11673 Add new Japanese name for Georgia to cjdict (J)
Peter Edberg
2015-06-23 02:16:43 +0000
2ae320dbdfICU-11673 Add new Japanese name for Georgia to cjdict
Peter Edberg
2015-06-23 02:09:49 +0000
0a5fda54d1ICU-11688 Add Thai words for "update" and "event" to dictionary (J)
Peter Edberg
2015-06-23 00:54:21 +0000
d88c68d067ICU-11688 Add Thai words for "update" and "event" to dictionary
Peter Edberg
2015-06-23 00:44:09 +0000
a0ba3e423dICU-11677 Fixed spelling of NUMEIRC_FORMAT_CHARS2, removed duplicate M from "ceLMMQq"
Peter Edberg
2015-06-22 22:18:31 +0000
3d77fc18b8ICU-11317 split out a new doAppend() from the more general doReplace(), each optimizing for different cases
Markus Scherer
2015-06-18 14:09:54 +0000
c1d22365ceICU-11613 document that a UnicodeString is memmovable
Markus Scherer
2015-06-18 12:30:03 +0000
7f8d3dfe07ICU-10119 better document aliasing vs. copy/move/RVO
Markus Scherer
2015-06-18 12:19:20 +0000
f32fcafaddICU-11732 Increase buffer size to avoid overflow
Michael Ow
2015-06-16 18:31:19 +0000
344357d3f6ICU-11720 better memory management in genrb parseBinary() using auto pointers
Markus Scherer
2015-06-16 13:14:14 +0000
5b21336927ICU-11719 better memory management in genrb parseImport() using string class & auto pointers
Markus Scherer
2015-06-16 12:34:36 +0000
f99546419fICU-11711 better memory management in GenrbImporter::getRules() using string class & auto pointers
Markus Scherer
2015-06-16 11:23:04 +0000
27098218c3ICU-11630 Update tzdata in ICU4J to 2015e
Michael Ow
2015-06-15 23:17:37 +0000
84fc5ef227ICU-11630 Update tzdata in ICU4C to 2015e
Michael Ow
2015-06-15 23:16:58 +0000
128d05a024ICU-11731 Fix number format data driven tests to show test failures in test summary.
Travis Keep
2015-06-15 17:33:23 +0000
c37aa4a6abICU-11574 Unicode 8.0 final data
Markus Scherer
2015-06-12 11:10:47 +0000
7c3234e250ICU-11574 Unicode 8.0 final data
Markus Scherer
2015-06-12 11:10:10 +0000
75ed4ce808ICU-11728 First cut CLDR 28 data integration
John Emmons
2015-06-10 18:38:06 +0000
c9e710c42bICU-11728 First cut CLDR 28 data integration
John Emmons
2015-06-10 18:20:27 +0000
1b083389a4ICU-11734 Bugfix: RelativeDateTimeFormatter with U_HIDE_DRAFT_API.
Fredrik Roubert
2015-06-10 17:21:08 +0000
0b407a667bICU-11730 Bugfix: UNumberFormatAttributeValue with U_HIDE_INTERNAL_API.
Fredrik Roubert
2015-06-10 17:20:24 +0000
9485d0d907ICU-11737 Prevent fallback to the wide form where it shouldn't. Short form should be the defualt per CLDR
John Emmons
2015-06-09 21:26:01 +0000
eed4d9c2a1ICU-11737 Units shouldn't fall back from short to wide
John Emmons
2015-06-09 19:07:53 +0000
68597cddb7ICU-10458 Add more data driven tests for parsing currency.
Travis Keep
2015-06-09 18:02:40 +0000
9672f10d99ICU-10458 Add more data driven tests for parsing currency.
Travis Keep
2015-06-09 18:01:13 +0000
ed1f16a6b7ICU-11733 Check null for ICU DateFormatSymbols wrapped by DateFormatSymbolsICU. So DateFormatSymbols.clone() no longer cause NPE even an instance is not fully initialized.
Yoshito Umaoka
2015-06-05 18:45:59 +0000
bcdb602582ICU-11692 Fixed a compilation error with Java runtime version 5 - replacing String#isEmpty() with String#length() == 0
Yoshito Umaoka
2015-06-05 16:35:12 +0000
390e7a5080ICU-11715 Fix ICU data build issue on HPUX ia64 using aCC
Michael Ow
2015-06-04 20:31:02 +0000
884da1b2a9ICU-10086 change non-member swap functions, use in-class definition of friend function; prevent self assignment of UnicodeString stack buffer (harmless but causes warnings)
Markus Scherer
2015-06-04 00:16:09 +0000
df332d3722ICU-10458 Keep data driven tests in sync.
Travis Keep
2015-06-03 17:10:45 +0000
a1dcd14c0dICU-10458 More data driven tests for parsing.
Travis Keep
2015-06-03 16:41:42 +0000
1c3c68f43eICU-11696 Fix converter name with x- prefix checking
Michael Ow
2015-06-01 23:33:28 +0000
519c6be02dICU-11528 Apply patch to fix build issues with AIX and GCC
Michael Ow
2015-06-01 23:29:27 +0000
7b7a214307ICU-11692 DecimalFormat data driven tests for JAVA.
Travis Keep
2015-06-01 20:28:39 +0000
85b06c4845ICU-11694 Fix memory leak when parsing flag file
Michael Ow
2015-06-01 20:01:33 +0000
5b1be7f0d4ICU-11692 Keep test data files in sync.
Travis Keep
2015-05-29 23:58:03 +0000
ad59d20e18ICU-11620 remove checks for U_COMMON_IMPLEMENTATION that seem unnecessary
Markus Scherer
2015-05-29 22:33:55 +0000
7bd5656680ICU-11610 rename usearch hash() to hashFromCE32(), improve implementation
Markus Scherer
2015-05-29 21:51:00 +0000
2ad94b4e93ICU-11601 UConverterSharedData: add isReferenceCounted, stop checking for special referenceCounter=~0 value outside mutex to make thread sanitizer happy, remove long-unused table pointer field, add & use initializer macro
Markus Scherer
2015-05-29 19:33:24 +0000
88e2877fd6ICU-11574 near-final Unicode 8 data with new block API constants, code adjustments & fixes; svn merge --reintegrate branches/markus/uni80; plus Java port of C++ r37450 spoof data d6 update
Markus Scherer
2015-05-28 23:17:23 +0000
fc290db4c1ICU-11574 near-final Unicode 8 data with new block API constants, code adjustments & fixes; svn merge --reintegrate branches/markus/uni80
Markus Scherer
2015-05-28 23:16:00 +0000
2cbff1ac8bICU-11713 Ensure that what getGroupingSize() returns doesn't change just because grouping is enabled.
Travis Keep
2015-05-28 22:45:45 +0000
e70b441290ICU-10086 prevent warning or error from g++ -pedantic for extra semicolon after non-member function definition in U_DEFINE_LOCAL_OPEN_POINTER
Markus Scherer
2015-05-28 18:57:35 +0000
f7e715daeeICU-10086 move & swap for UnicodeString, LocalPointer, LocalArray
Markus Scherer
2015-05-28 17:03:45 +0000
238b3c38a5ICU-11703 Fixed a potential memory leak in language tag parser implementation.
Yoshito Umaoka
2015-05-28 06:29:16 +0000
47a3db9eb6ICU-11602 Fixed a wrong condition used for detecting keyword without value in uloc internal function for parsing keywords. TestKeywordVariants was updated to include a case hitting the code path. The test code was also updated to handle error status. A follow up ticket #11690 was created for recording some issues with the test case found in this time.
Yoshito Umaoka
2015-05-20 23:44:16 +0000
b8d76f6adeICU-11677 Added a couple of test cases parsing abutting numeric date field patterns including quarter - Qyy and QQyy in TestQuarters(). ICU4C did not have the parsing problem reported by #11677, but I want to add some test cases matchnig the ones added in ICU4J side.
Yoshito Umaoka
2015-05-19 21:25:21 +0000
c6581d9c2fICU-11677 Fixed numeric field detection method to return true for pattern Q up to two letters. The pattern letters constant were updated to match the corresponding C implementation (DateFormatSymbols:isNumericField(UDateFormatField,int32_t)). Uncommented TestQuarters which was commented previously for some reasons, and added the problematic abutting patterns - Qyy and QQyy in the test data.
Yoshito Umaoka
2015-05-19 21:25:08 +0000
b5ec74bd3bICU-11665 Inconsistent word break of Japanese text.
Andy Heninger
2015-05-16 01:05:26 +0000
e1c9c699b9ICU-11564 Delete a stale cast and comment.
George Rhoten
2015-04-23 17:14:52 +0000
e7b812f712ICU-11564 Improve the thread safety of RBNF. The recursion count is now a method argument instead of a data member. Setting the DecimalFormatSymbols no longer reparses the rules, but it just sets a new version of DecimalFormatSymbols instead.
George Rhoten
2015-04-23 16:13:46 +0000
5c4fe2e90aICU-4243 Fix RBNF ordinal parsing testing. This has worked for a while now.
George Rhoten
2015-04-23 08:19:47 +0000
9fd5294a9bICU-10830 Fix build failure due to using trunk data from CLDR.
George Rhoten
2015-04-23 07:55:14 +0000
a423e7cb09ICU-11564 Improve the thread safety of RBNF. The recursion count is now a method argument instead of a data member. Some data fields are now marked final to ensure thread safety, which caused reordering of some data initialization/parsing. Setting the DecimalFormatSymbols no longer reparses the rules, but it just sets a new version of DecimalFormatSymbols instead.
George Rhoten
2015-04-23 07:44:14 +0000
a649861ff9ICU-10830 RBNF locale aliases need fixing
George Rhoten
2015-04-23 07:13:31 +0000
f39f59f3a9ICU-11574 genuca new script sample characters
Markus Scherer
2015-04-22 23:07:33 +0000
4a51a2f421ICU-11652 Change default padding character from astricks 0x002A to space 0x0020
Travis Keep
2015-04-22 21:54:15 +0000
f917158366ICU-11574 fix Cherokee case folding data: add scf->self mappings for characters that do not have sfc (map to self) but have slc (ICU code: sfc falls back to slc)
Markus Scherer
2015-04-21 23:55:18 +0000
928da728d6ICU-11633 remove U_ALIGN_CODE
Andy Heninger
2015-04-20 22:15:04 +0000
fa38aa2c0bICU-11608 remove lines with $ svn keywords
Andy Heninger
2015-04-20 20:50:26 +0000
6a4799e345ICU-11608 remove lines with $ svn keywords
Andy Heninger
2015-04-20 20:43:56 +0000
e599c1007eICU-11609 set svn property eol-style native for more text files in icu4j.
Andy Heninger
2015-04-17 23:31:56 +0000
ae678d796bICU-11609 add svn:eol-style property to vcxproj files.
Andy Heninger
2015-04-17 21:25:48 +0000
99c4dfa565ICU-11574 Unicode 8 updates
Markus Scherer
2015-04-16 23:42:50 +0000
90b2bf6959ICU-11642 add -q options to gencfu,gencnval,gendict,makeconv,genbrk
Steven R. Loomis
2015-04-16 15:22:30 +0000
67535f4a55ICU-11603 Transliterator thread safety fixes.
Andy Heninger
2015-04-15 22:43:15 +0000
1d4b6a6ec7ICU-11551 new UNISTR_OBJECT_SIZE=64 for 27 UChars stored internally on 64-bit machine
Markus Scherer
2015-04-15 18:49:55 +0000
7daa0c8e78ICU-11629 Updated ICU4J version to 56.0.1.
Yoshito Umaoka
2015-04-15 16:41:47 +0000
06b454e611ICU-11628 Updated ICU4C version to 56.0.1.
Yoshito Umaoka
2015-04-15 16:41:07 +0000
2da5d16d40ICU-11630 Update tzdata in ICU4C to 2015c
Michael Ow
2015-04-14 21:24:11 +0000
997afd4ee2ICU-11630 Update tzdata in ICU4J to 2015c
Michael Ow
2015-04-14 21:23:40 +0000
85f3da6213ICU-11638 Improve RegexMatcher::group() API docs.
Andy Heninger
2015-04-13 21:59:04 +0000
d3301f2a4eICU-11599 Adjust atomic ops code to be more compatible with thread sanitizer tools.
Andy Heninger
2015-04-09 23:16:55 +0000
2efcd46ee3ICU-11580 Fix DateIntervalInfo descrepencies between C and J
Travis Keep
2015-04-09 18:28:59 +0000
bc3b3a3916ICU-11595 Merging locale matcher's fix from the work branch emmons/t11595 to trunk, with ICU4J data jar files regenerated from the ICU4C trunk.
Yoshito Umaoka
2015-03-27 17:57:18 +0000
c9a8c21d51ICU-11595 Merge CLDR update to trunk
Michael Ow
2015-03-27 17:25:30 +0000
f2eaa16866ICU-11604 update readme and APIChangeReport for GA
Steven R. Loomis
2015-03-25 17:12:41 +0000
b72bd763ebICU-11315 tzdata2015b updates in ICU4J.
Yoshito Umaoka
2015-03-24 22:34:57 +0000
8e8e3375f3ICU-11315 tzdata2015b updates in ICU4C.
Yoshito Umaoka
2015-03-24 22:33:38 +0000
e3edac231aICU-11433 Update copyright string
Michael Ow
2015-03-18 16:57:46 +0000
8d7401bce4ICU-11583 Fix string literal error
Michael Ow
2015-03-18 02:45:56 +0000
210b877adcICU-11583 Port Mark's JAVA fixes to C++
Travis Keep
2015-03-17 19:09:11 +0000
7887f56097ICU-11583 fix bug that travis found in review. See comments in the bug report for details
Mark Davis
2015-03-17 08:17:40 +0000
a5f260cbd8ICU-11586 Fixes for en_CA date formats
John Emmons
2015-03-16 21:14:23 +0000
304cd14361ICU-11586 Fixes for en_CA date formats
John Emmons
2015-03-16 21:11:33 +0000
7d74634fa5ICU-11433 BRS, no U_HIDE conditionals around impl code or private fields; fix comment typos
Peter Edberg
2015-03-16 04:15:28 +0000
fc82df36a1ICU-11565 Removed the link to icu4c.css to fix HTML validation error. The same file was already checked into ICU4C repo.
Yoshito Umaoka
2015-03-13 21:29:28 +0000
ce39f8a040ICU-11433 Removed the link to icu4c.css, because we want to use the same copy for ICU4J. Otherwise, no updates for 55.
Yoshito Umaoka
2015-03-13 21:28:10 +0000
32271b5e29ICU-11583 Fixed several issues in the previous commits. See #11583 comment:7 for the details.
Yoshito Umaoka
2015-03-13 20:18:09 +0000
329ffd6a50ICU-11433 BRS: Update ICU4C readme for 55rc
Peter Edberg
2015-03-13 19:04:52 +0000
d43a9202f2ICU-11583 remove spurious Objects in imports (with a cleanup)
Mark Davis
2015-03-13 12:54:42 +0000
152bcd92c8ICU-11583 fix resource loading for interval formats, plus add tests. There are some internal APIs for use by the tests also.
Mark Davis
2015-03-13 07:09:17 +0000
9401ac86a0ICU-11433 Fix some no data test failures
Michael Ow
2015-03-11 21:09:25 +0000
d4975a1818ICU-11565 Added ICU4J 55 API signature file. Added ICU4J 55 serializable test data and deleted ICU4J 51 serializable data.
Yoshito Umaoka
2015-03-11 20:43:39 +0000
f4740d75daICU-11579 Fix signed integer overflow in uresbund.cpp
Andy Heninger
2015-03-11 20:43:07 +0000
14e95860a8ICU-11565 BRS - Updated the API change report, fixed some JavaDoc tag problems.
Yoshito Umaoka
2015-03-11 20:19:46 +0000
f9cf01598cICU-11567 Promote draft APIs to stable in ICU 55.
Yoshito Umaoka
2015-03-11 19:45:26 +0000
22dd5c9096ICU-11565 Fixed Eclipse compiler warnings. Updated ICU4J project settings to detect [potentail] resource leak as warning, except icu-demos, icu-build-tools and icu-tools.
Yoshito Umaoka
2015-03-11 18:54:31 +0000
cdb730c5a9ICU-11433 Add fix for header test
Michael Ow
2015-03-11 17:57:36 +0000
ecb566b1afICU-11433 Fix line ending for 55
Michael Ow
2015-03-11 17:39:06 +0000
a8c437e946ICU-11433 (BRS) checkin API change report
Steven R. Loomis
2015-03-11 17:10:28 +0000
d39b7a8d68ICU-11568 Add virtual destructor for class NGramParser.
Fredrik Roubert
2015-03-11 16:59:36 +0000
aacaaf660bICU-11565 Resync data with ICU4C r37203. The previous data import included resource files with future date accidentally.
Yoshito Umaoka
2015-03-11 16:15:38 +0000
fad6881394ICU-10488 Added @provisional to draft APIs, and supplied missing java doc commment/status to java.lang.Object method overrides.
Yoshito Umaoka
2015-03-10 22:27:08 +0000
1ca1101b1fICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4j
Yoshito Umaoka
2015-03-10 19:23:12 +0000
24dfc5a341ICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4c
Yoshito Umaoka
2015-03-10 19:22:32 +0000
09e137189cICU-11565 ICU4J 55 pool.res & other .res bundles with CLDR 27 data
Markus Scherer
2015-03-10 17:32:30 +0000
4cc7a35359ICU-11433 ICU4C 55 pool.res bundles with CLDR 27 data
Markus Scherer
2015-03-10 17:04:20 +0000
8cfa7a0d29ICU-11565 Update DRAFT_VERSIONS, ICU 53 MeasureUnit constants/createXxx are no longer draft
Peter Edberg
2015-03-10 07:37:08 +0000
0ef535414eICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals
Peter Edberg
2015-03-10 07:20:48 +0000
e9b2b3cc3fICU-11433 add two new C wrapper files
Markus Scherer
2015-03-09 22:50:15 +0000
6c4df64d1fICU-11565 BRS - svnprops check
Scott Russell
2015-03-09 21:11:14 +0000
6d54ab4174ICU-11549 Review comments: Better param checks/docs; use UnicodeStrings[] stack array for small stringCount
Peter Edberg
2015-03-09 06:17:19 +0000
1c46811b4dICU-10488 fixes for review comments. See comment:10
Mark Davis
2015-03-08 10:06:22 +0000
70b7df5c6cICU-11555 Build sw_CD locale, per Cldrbug:8079
John Emmons
2015-03-07 17:29:47 +0000
5f4cd42195ICU-11555 Build sw_CD locale, per Cldrbug:8079
John Emmons
2015-03-07 17:29:34 +0000
1e423f49fdICU-10750 Remove obsolete files from source/data/xml
John Emmons
2015-03-07 16:30:39 +0000
26a401e17aICU-10750 Remove obsolete files from source/data/xml
John Emmons
2015-03-07 16:06:51 +0000
f3256d9e77ICU-11555 Integrate CLDR 27 data
John Emmons
2015-03-07 13:00:24 +0000
aa90552552ICU-11555 Integrate CLDR 27 data
John Emmons
2015-03-07 12:59:33 +0000
bb0fc88075ICU-11433 Update configure script to 55.1
Michael Ow
2015-03-07 06:20:23 +0000
1bf3215b3fICU-11555 Integrate CLDR 27 data
John Emmons
2015-03-06 23:05:45 +0000
368eb4bb16ICU-11555 Integrate CLDR 27 data
John Emmons
2015-03-06 22:58:33 +0000
932b8d0ebbICU-11555 Integrate CLDR 27 data (partial)
John Emmons
2015-03-06 22:36:39 +0000
d9184ecd17ICU-11555 Integrate CLDR 27 data (partial)
John Emmons
2015-03-06 22:30:22 +0000
eb1ae2aa49ICU-11555 Integrate CLDR 27 data (partial)
John Emmons
2015-03-06 22:28:08 +0000
73ec689132ICU-11555 Integrate CLDR 27 data (partial)
John Emmons
2015-03-06 22:22:51 +0000
8331e297a9ICU-11555 Integrate CLDR 27 data (partial)
John Emmons
2015-03-06 22:09:18 +0000
5ae4e10bd9ICU-11555 Integrate CLDR 27 data (partial)
John Emmons
2015-03-06 22:04:10 +0000
9e8e68130eICU-11451 Add overflow fix
Michael Ow
2015-03-06 21:03:04 +0000
dacf87f4deICU-11392 sync a little with C++
Markus Scherer
2015-03-06 20:55:44 +0000
47746a9b20ICU-11392 make readLine() easier to use
Markus Scherer
2015-03-06 20:55:19 +0000
0ac0d23f9aICU-11565 ICU4J version number to 55.1
Yoshito Umaoka
2015-03-06 20:21:01 +0000
c65fdec5e2ICU-11392 make readLine() easier to use
Markus Scherer
2015-03-06 19:46:43 +0000
a2a9fba351ICU-11532 Fixed a minor JavaDoc comment problem found during code review. The warning is gone now.
Yoshito Umaoka
2015-03-06 04:11:24 +0000
9f30cd935fICU-11265 T not A for generic Appendable type name
Markus Scherer
2015-03-06 03:45:03 +0000
b9cb51bf9cICU-11433 BRS, update urename.h
Peter Edberg
2015-03-05 22:22:38 +0000
3195f25068ICU-11358 Separate host time zone detection code from the default time zone initialization code and make it public API as TimeZone::detectHostTimeZone().
Yoshito Umaoka
2015-03-05 06:34:51 +0000
58f2ae9360ICU-11433 Update version number to 55.1
Michael Ow
2015-03-05 06:32:53 +0000
db48cbd159ICU-11553 Better checking of result,resultLength params in udat functions
Peter Edberg
2015-03-05 06:24:11 +0000
745a7b47b7ICU-11450 Remove LEFontInstance::getFontTable(LETag)
Steven R. Loomis
2015-03-05 06:18:56 +0000
954236108cICU-11400 Fix documentation of DateTimeFormat in setDateTimeFormat/udatpg_setDateTimeFormat
Peter Edberg
2015-03-05 05:36:25 +0000
85f525d004ICU-9043 Using 'r' to avoid ambiguity in Chinese cal date parsing, re-enable test
Peter Edberg
2015-03-05 05:07:29 +0000
f28e3cf98bICU-10936 J umalqura: Speedup for IslamicCalendar.yearStart, add conversion accuracy tests
Peter Edberg
2015-03-05 04:10:35 +0000
19e759df57ICU-11033 support chrome native client as a platform
Jungshik Shin
2015-03-05 01:11:14 +0000
017cf9d232ICU-10936 C: Add extensive tests for umalqura conversion accuracy
Peter Edberg
2015-03-05 01:06:31 +0000
a9189431e8ICU-11547 Locale::getBaseName(), use uprv_strdup() (review comment).
Andy Heninger
2015-03-05 00:51:11 +0000
4c236b4a47ICU-11562 missed a sentence
Markus Scherer
2015-03-04 22:31:07 +0000
980e3f32deICU-11562 improve script code API docs
Markus Scherer
2015-03-04 22:24:12 +0000
05a29b34c9ICU-11562 improve script code API docs
Markus Scherer
2015-03-04 22:23:14 +0000
5f81c8793bICU-10426 rename IslamicCalendar#setType() to IslamicCalendar#setCalculationType()
Scott Russell
2015-03-04 22:16:24 +0000
33e7df0ac8ICU-11433 C: Update copyright year for ICU/Unicode licenses, linkify tzdb references
Peter Edberg
2015-03-04 21:58:22 +0000
cf6c574be4ICU-11565 J: Update copyright year for ICU/Unicode licenses, linkify tzdb references
Peter Edberg
2015-03-04 21:56:36 +0000
6ffe686192ICU-10759 deprecate Plural Rules Functions w no implementation in ICU4C.
Andy Heninger
2015-03-04 20:21:41 +0000
9c9d176d56ICU-11500 test framework: always print both exception message and stack trace
Markus Scherer
2015-03-04 20:05:26 +0000
617841ff20ICU-11395 Add @SuppressWarnings for parameterized vararg warnings.
Fredrik Roubert
2015-03-04 17:55:34 +0000
09a26e9a80ICU-10936 C: Performance improvement for IslamicCalendar::yearStart
Peter Edberg
2015-03-04 10:02:38 +0000
8242b3914cICU-11019 J: Add Thai words for "browser" and "post" to dictionary
Peter Edberg
2015-03-04 07:20:48 +0000
00038112bbICU-11019 C: Add Thai words for "browser" and "post" to dictionary
Peter Edberg
2015-03-04 07:11:04 +0000
3765b3d130ICU-11510 J: Support narrow AM/PM "aaaaa" for date format and parse
Peter Edberg
2015-03-04 06:27:56 +0000
3076cb2149ICU-11510 C: Support narrow AM/PM "aaaaa" for date format and parse
Peter Edberg
2015-03-04 05:43:28 +0000
c77f9b24c8ICU-10141 Add UErrorCode param to Region methods that return StringEnumeration*
Peter Edberg
2015-03-04 01:40:44 +0000
ea726432cbICU-11538 Remove gHeapInUse flag.
Andy Heninger
2015-03-04 00:30:38 +0000
50e67ce345ICU-11553 Add C wrapper for FieldPositionIterator & 2 udat_formatX calls to use it
Peter Edberg
2015-03-04 00:11:53 +0000
31bc4daf4cICU-11265 UnicodeSet: Replace StringBuffer with StringBuilder
Markus Scherer
2015-03-03 22:46:32 +0000
4dadadf10eICU-11421 Fix the baseName of locales created with getAvailableLocales()
Jungshik Shin
2015-03-03 21:59:25 +0000
27aa5a1e57ICU-11549 tabs -> spaces
Peter Edberg
2015-03-03 20:26:16 +0000
0918e9e5f7ICU-11392 data-driven collation test: failed Collator creation skips over its test cases then continues testing; simplify test case syntax error handling
Markus Scherer
2015-03-03 19:38:46 +0000
d03f32e29dICU-11392 data-driven collation test: failed Collator creation skips over its test cases then continues testing
Markus Scherer
2015-03-03 19:38:29 +0000
0e1cf69814ICU-11549 Fix ClCompile element in common.vcxproj
Peter Edberg
2015-03-03 19:34:45 +0000
944392834bICU-11549 Add C wrapper for ListFormatter
Peter Edberg
2015-03-03 19:00:52 +0000
3808ffa3c2ICU-10572 Make ICU data symbol private on Mac and Linux
Jungshik Shin
2015-03-03 17:47:29 +0000
e299099b4dICU-9379 C: Fix potential uninitialized string in strcmp
Peter Edberg
2015-03-02 08:17:54 +0000
883d0628bfICU-11532 Small performance improvement when iterating over rule sets
George Rhoten
2015-03-02 07:26:07 +0000
52f0fc8a17ICU-11532 Infinite loop while parsing an RBNF rule with plural format
George Rhoten
2015-03-02 03:27:18 +0000
54930e302aICU-11532 Infinite loop while parsing an RBNF rule with plural format
George Rhoten
2015-03-02 03:20:51 +0000
2b9fe640f1ICU-10488 add some non-canonical names
Mark Davis
2015-02-28 15:22:32 +0000
7b66f26a10ICU-10488 Add api for locale display list
Mark Davis
2015-02-28 15:06:42 +0000
d8dbf52accICU-11099 Add @internal API for now.
Mark Davis
2015-02-28 14:16:06 +0000
1aa968005cICU-11528 Revert r37081
Michael Ow
2015-02-28 07:46:59 +0000
fb24cef93dICU-11538 Remove gHeapInUse flag.
Andy Heninger
2015-02-27 23:01:33 +0000
1ecb2eb325ICU-11546 same input text for ICU and JDK
Markus Scherer
2015-02-27 22:14:09 +0000
f2c54ff494ICU-11559 Remove obsolete comment from umtx_initImplPostInit()
Andy Heninger
2015-02-27 18:58:11 +0000
e1cf3a582fICU-11346 separate Iterable vs. Iterator classes
Markus Scherer
2015-02-27 16:53:43 +0000
6216dfc0c1ICU-11273 Transliterator initializer to load IDs from root.res, instead of non-existing index.res.
Yoshito Umaoka
2015-02-26 08:25:37 +0000
a4b1199d60ICU-11321 Prevent crash even when ICU4J classes are initialized by a bootstrap class loader.
Yoshito Umaoka
2015-02-26 07:58:45 +0000
d96fea9eb6ICU-11123 promote RegexMatcher::find(UErrorCode &) to public API
Andy Heninger
2015-02-26 02:34:20 +0000
56459a99d9ICU-11446 Spoof Checker data update: use MA table only.
Andy Heninger
2015-02-26 02:04:11 +0000
74157ec338ICU-11446 Spoof Checker data update: use MA table only.
Andy Heninger
2015-02-26 01:38:14 +0000
72a0e9b14fICU-11294 Fixed a compiler warning, and a typo in the previous commit.
Yoshito Umaoka
2015-02-26 00:08:39 +0000
5d5a1c8b24ICU-11399 Fixed a typo in filterRFC3454.pl and updated the string prep data for rfc3920 XMPP node.
Yoshito Umaoka
2015-02-25 08:59:44 +0000
c679a56ba1ICU-11505 Made -u as default option of the test framework, added -hex to escape non-ASCII characters.
Yoshito Umaoka
2015-02-25 07:50:46 +0000
ebe09a9e69ICU-11294 Changed SimpleDateFormat and other implementation to reduce malloc calls for common date formatting/parsing operations.
Yoshito Umaoka
2015-02-25 03:24:19 +0000
33de7d60b8ICU-9379 J: Update BreakIterator createInstance to handle linebreak variant files; update tests
Peter Edberg
2015-02-24 22:38:03 +0000
43f62124cdICU-9379 C: Update BreakIterator createInstance to handle linebreak variant files; update tests
Peter Edberg
2015-02-24 22:37:10 +0000
ce09d8a4bcICU-11393 Regex, add pattern chars R v and h
Andy Heninger
2015-02-24 00:24:59 +0000
77775f1b2dICU-10761 C: pre-integrate changes per cldrbug 8048: to use 'r' in chinese calendar formats
Peter Edberg
2015-02-23 16:47:52 +0000
f149f89059ICU-10761 J: pre-integrate changes per cldrbug 8048: to use 'r' in chinese calendar formats
Peter Edberg
2015-02-23 16:46:39 +0000
aac5b528c8ICU-11501 Removed -nothrow option handling code in the test framework. The option is still accepted, but it has no effects.
Yoshito Umaoka
2015-02-23 13:23:44 +0000
df67b1a7d0ICU-11540 The previous fix broke the CoverageTest execution on Eclipse IDE (file: protocol). I reverted the change, and reverted #11521, and fixed the original issue in a different way.
Yoshito Umaoka
2015-02-23 13:03:38 +0000
5596090680ICU-11540 Fixed a serialization coverage test problem introduced by the recent fix for JarURLHandler(#11521).
Yoshito Umaoka
2015-02-23 10:32:00 +0000
6ed790341eICU-10761 J: DateTimePatternGenerator should allow r and U in same pattern
Peter Edberg
2015-02-22 10:11:25 +0000
154ad1a4bdICU-10761 J: Basic support for date pattern character 'r', date field RELATED_YEAR
Peter Edberg
2015-02-22 08:20:18 +0000
8e6898ae3dICU-11296 based on patch from Jungshik, approved option name UCONFIG_ONLY_HTML_CONVERSION, turn off UTF-32, simplify changes, fix warnings
Markus Scherer
2015-02-20 19:31:33 +0000
71035aa827ICU-11467 Promote time separator interfaces to public API.
Fredrik Roubert
2015-02-19 12:02:43 +0000
8a943fafe4ICU-11467 Promote time separator interfaces to public API.
Fredrik Roubert
2015-02-19 12:01:33 +0000
ec3f77f878ICU-5312 Regular Expressions Named Capture.
Andy Heninger
2015-02-18 23:56:19 +0000
da811f1dfeICU-11433 Fix memory leak in numberformat test
Michael Ow
2015-02-18 18:29:04 +0000
3565561b05ICU-9379 Draft new linebreak files & related generated data per cldrbug 4931
Peter Edberg
2015-02-18 08:37:16 +0000
d8b9e7ecaaICU-11463 ICU4J ought to always close() resources
Fredrik Roubert
2015-02-13 20:16:22 +0000
9aadd6b1e9ICU-11467 Define the 'r' pattern char and the RELATED_YEAR field.
Fredrik Roubert
2015-02-13 18:20:21 +0000
e567f4ec73ICU-11442 J: Restore the complete converted supplemental territoryInfo
Peter Edberg
2015-02-13 06:08:54 +0000
399bdb4de2ICU-11442 C: ... and don't update anything else besides territoryInfo
Peter Edberg
2015-02-13 06:02:38 +0000
8fc9e221efICU-11442 C: Restore the complete converted territoryInfo
Peter Edberg
2015-02-13 05:47:29 +0000
06223fc789ICU-11524 Fix inconsistency between fastpath and slowpath for when maxIntDigit = 0.
Travis Keep
2015-02-12 21:45:27 +0000
2755dcda5eICU-11523 Fix invalid input check in udat_parseCalendar
Michael Ow
2015-02-11 22:23:13 +0000
5ceb402827ICU-11521 fix JarURLHandler prefix so that the file basename does not start with a slash
Markus Scherer
2015-02-11 18:54:48 +0000
bb4101274aICU-11496 enumerate ICU resources from both jar file and file system
Markus Scherer
2015-02-05 16:22:43 +0000
9828703fe3ICU-11315 tzdata2015a updates in ICU4C.
Yoshito Umaoka
2015-02-03 23:55:39 +0000
92932143beICU-11315 tzdata2015a updates in ICU4J.
Yoshito Umaoka
2015-02-03 23:55:23 +0000
9dbd642f3aICU-11485 enhance eclipse plug-in build to display normal ICU4J logging during testing via run configuration. -icuLog :: turns on ICU logging -verbose :: turns on verbose logging
Scott Russell
2015-02-03 17:31:05 +0000
6f38f0a727ICU-11498 TestCharsetDetector: hardcode ISO-2022-CN bytes in CharsetDetectionTests.xml and do not check roundtrip conversion for it
Markus Scherer
2015-02-02 22:53:15 +0000
774a23e4a7ICU-11039 optionally build ICU4J jar without ICU runtime data
Fredrik Roubert
2015-01-30 16:59:20 +0000
03fd84ff03ICU-11104 MSVC compiler warnings, apply patch from Chromium.
Andy Heninger
2015-01-30 02:18:02 +0000
07fb5920ccICU-11497 TestCharset.TestEncoderCreation: explicitly create one Charset from ICU, be lenient about implementation of another Charset
Markus Scherer
2015-01-29 21:23:36 +0000
081b54e280ICU-11483 Canonicalize IDs for java.util.TimeZone.getTimeZone().
Fredrik Roubert
2015-01-27 10:55:16 +0000
0acf60d3e0ICU-11479 do not ask the Java system what the canonical name should be, just figure it out from ICU data
Markus Scherer
2015-01-22 20:40:30 +0000
7dff411df7ICU-11452 Improve null check
Michael Ow
2015-01-22 19:26:09 +0000
c65976304fICU-11491 adjust Java version check for Android.
Fredrik Roubert
2015-01-21 21:46:16 +0000
2e44f6274fICU-11487 Fixed lookup trie initialization problem in TZDBTimeZoneNames.
Yoshito Umaoka
2015-01-21 19:51:06 +0000
ebc8fc083fICU-11486 do not rely on javax.xml.datatype.DatatypeFactory, manually build good-enough-for-this-test Duration objects
Markus Scherer
2015-01-21 18:45:57 +0000
1604e1772dICU-11479 precompute Java canonical names for not-only-ICU Charsets, make CharsetProviderICU all-static again (see ticket #9973), simplify some test code
Markus Scherer
2015-01-16 17:35:52 +0000
6572a72c63ICU-11474 Identify Android as a Java vendor in unit tests.
Fredrik Roubert
2015-01-15 10:45:08 +0000
22c8c94d14ICU-11469 Regular Expressions, remove old tech preview functions.
Andy Heninger
2015-01-14 00:03:29 +0000
069313c959ICU-11465 don't enclose the review body in an <OBJECT> tag
Steven R. Loomis
2015-01-12 20:18:44 +0000
c7cd5c468bICU-11452 Change reference to pointer to avoid null reference problems in SimpleDateFormat
Michael Ow
2015-01-12 19:02:31 +0000
7d77ae9c9bICU-11427 Forcing GMT to be used in TestOverrideNumberFormat to make environment test work without test failures.
Yoshito Umaoka
2015-01-12 16:34:01 +0000
6e3b21d3c5ICU-11454 Made TestOverrideNumberFormat run properly.
Yoshito Umaoka
2015-01-12 15:51:02 +0000
d8cba8ab2dICU-11391 Fix data build on windows
Michael Ow
2015-01-09 06:45:59 +0000
2ab0292209ICU-11391 Add arch detection code in pkgdata tool
Michael Ow
2015-01-08 20:13:48 +0000
bc68cc5b15ICU-11177 Fixed a potential memory leak in setParaRunsOnly() in ubidi.c
Yoshito Umaoka
2015-01-07 21:32:52 +0000
a31ce73748ICU-11449 Fixed a build problem on Windows/VC.
Yoshito Umaoka
2015-01-07 20:55:04 +0000
0f41ec3319ICU-11464 TestFmwk should log closing brace lines for empty tests.
Fredrik Roubert
2015-01-07 18:39:29 +0000
e65a679a26ICU-11449 reorder single scripts not groups, scripts/groups can start on top-16-bit boundaries, data formatVersion 5 for new scripts data and optional reorderRanges appended to reorderCodes
Markus Scherer
2015-01-07 03:49:20 +0000
a9d7c3e4bdICU-11449 reorder single scripts not groups, scripts/groups can start on top-16-bit boundaries, data formatVersion 5 for new scripts data and optional reorderRanges appended to reorderCodes
Markus Scherer
2015-01-07 03:37:11 +0000
bcdcc4dc67ICU-10731 Fix import library name when building data on mingw
Michael Ow
2015-01-06 23:08:18 +0000
179ab63238ICU-11466 Added a word break test case for Hangul, starting with Latin text. Such case did not work well with ICU4J 52, but works fine with other ICU versions.
Yoshito Umaoka
2015-01-06 19:03:26 +0000
cbe7c4983bICU-11466 Added a word break test case for Hangul, starting with Latin text. Such case did not work well with ICU4J 52, but works fine with other ICU versions.
Yoshito Umaoka
2015-01-06 18:57:38 +0000
12f91f5673ICU-11449 collation formatVersion 5: reorder single scripts not groups, write new scripts data with reserved ranges
Markus Scherer
2015-01-05 23:31:52 +0000
b2c4740141ICU-11448 try to fix a build error on some platforms
Markus Scherer
2014-12-27 01:29:46 +0000
85e65d2170ICU-11448 build CollationBaseDataBuilder as part of genuca; formatVersion 4.1 for below-common tertiary weights
Markus Scherer
2014-12-27 01:08:13 +0000
7fdf06a388ICU-11448 move collationbasedatabuilder.cpp to tools/genuca
Markus Scherer
2014-12-27 01:04:54 +0000
6494d69057ICU-11448 move collationbasedatabuilder.h to tools/genuca
Markus Scherer
2014-12-27 01:03:54 +0000
166f80aacdICU-11448 move CollationBaseDataBuilder out of the runtime library: only used from genuca
Markus Scherer
2014-12-27 01:00:36 +0000
6c0fcd7a64ICU-11448 collation common tertiary weights for normal Hiragana, change builder to cope with below-common tertiary weights
Markus Scherer
2014-12-27 00:39:08 +0000
590a85cbf1ICU-11448 collation common tertiary weights for normal Hiragana, change builder to cope with below-common tertiary weights
Markus Scherer
2014-12-27 00:38:34 +0000
b3c29ef95eICU-11428 Various compiler warning fixes.
Andy Heninger
2014-12-19 23:41:18 +0000
67f2494005ICU-11454 cdattst/TestOverrideNumberFormat, fix Windows build failure w previouos change.
Andy Heninger
2014-12-19 22:10:05 +0000
5805449990ICU-11454 cdattst/TestOverrideNumberFormat, re-enable accidentaly skipped tests, set known issue for resulting problem.
Andy Heninger
2014-12-19 21:03:23 +0000
c47bac8255ICU-11018 Refactor date format string mapping code (ICU4J)
Fredrik Roubert
2014-12-19 07:28:19 +0000
60087d06a1ICU-11018 Refactor date format string mapping code (ICU4C)
Fredrik Roubert
2014-12-19 07:27:58 +0000
a897801e80ICU-11018 Support CLDR time separator (ICU4J)
Fredrik Roubert
2014-12-19 07:20:14 +0000
17b8600e8eICU-11018 Support CLDR time separator (ICU4C)
Fredrik Roubert
2014-12-19 07:19:41 +0000
ea29e154b5ICU-11452 Remove NULL check causing a compile warning. An alternate check is still needed.
Andy Heninger
2014-12-19 02:34:24 +0000
c356adbd4eICU-11439 Another stab at portability in NumberFormatTest::TestDoubleLimit11439().
Andy Heninger
2014-12-19 01:11:01 +0000
a1d3e7d662ICU-11439 Improve portability of DecimalFormat::getFixedDecimal().
Andy Heninger
2014-12-19 00:22:05 +0000
ff85125d2fICU-11439 Improve portability of DecimalFormat::getFixedDecimal().
Andy Heninger
2014-12-18 22:46:45 +0000
9d67693f3fICU-11430 Make genPatternInfo method public (for CLDR)
John Emmons
2014-12-18 18:06:07 +0000
f4fcba39d9ICU-11060 Fix naming convention for @alt values from CLDR
John Emmons
2014-12-17 23:26:00 +0000
0d0a369333ICU-11060 Fix naming convention for @alt values from CLDR
John Emmons
2014-12-17 23:25:39 +0000
4cbb21d8b5ICU-11445 Bring per unit formatting in MeasureFormat out of tech preview.
Travis Keep
2014-12-17 22:19:45 +0000
b3897ebba9ICU-11444 UMeasurementSystem UMS_UK born stable ICU 55
Markus Scherer
2014-12-17 21:51:53 +0000
ff5daae274ICU-11444 LocaleData.MeasurementSystem.UK born stable ICU 55
Markus Scherer
2014-12-17 21:47:26 +0000
1c447ba174ICU-11426 make implicit narrowing compound assignment explicit
Markus Scherer
2014-12-17 20:27:28 +0000
2ec23f63a2ICU-11313 update readme
Steven R. Loomis
2014-12-16 01:44:34 +0000
8d8a3d6fbeICU-11313 API change report vs. maint-54
Steven R. Loomis
2014-12-16 01:41:28 +0000
3a08f3d29cICU-11313 scientificformathelper -> scientificnumberformatter
Markus Scherer
2014-12-15 23:14:27 +0000
857568446eICU-11314 Update ICU4J API change report for 55m1.
Yoshito Umaoka
2014-12-15 19:19:22 +0000
babd6f79bbICU-11314 BRS - svnprops check
Scott Russell
2014-12-15 19:18:47 +0000
5239b60d43ICU-11313 Update U_HIDE_ macros (and U_DEPRECATED tags) for 55.0.1 (m1)
Peter Edberg
2014-12-15 00:42:34 +0000
9855e4ef5fICU-11313 Update urename.h for 55.0.1 (m1)
Peter Edberg
2014-12-14 22:33:46 +0000
f61f05e5f5ICU-11313 Fix some no data test failures
Michael Ow
2014-12-12 04:34:51 +0000
2480631b1cICU-10774 (review) add documentation of what a test is doing
Steven R. Loomis
2014-12-11 23:15:57 +0000
21dfe930f9ICU-11314 BRS - minor updates in readme.
Yoshito Umaoka
2014-12-11 22:04:19 +0000
35f08c68e9ICU-11424 Bugfix: RemoveTransliterator can cause NoClassDefFoundError
Fredrik Roubert
2014-12-11 20:26:25 +0000
1477b9b8a2ICU-11314 Updated a test case for JDK TimeZone test. With JDK TimeZone, ignore the dicrepancy between setRawOffset and getRawOffset.
Yoshito Umaoka
2014-12-11 18:58:07 +0000
28c0981d76ICU-11389 (respond to review comments) fix low memory crasher in Region.
Steven R. Loomis
2014-12-11 18:25:13 +0000
25e6c69308ICU-11313 Remove compiler warnings from ICU C++ build.
Travis Keep
2014-12-11 18:06:28 +0000
f08f07dbbcICU-10829 try to make some compilers happy
Markus Scherer
2014-12-11 18:00:10 +0000
cf3eb94a4eICU-10829 simplify U+FFFE collation: U+FFFE use common non-primary weights, adjust code for that, test order of U+FFFE equivalent to CollationKey.merge() but not necessarily same sort keys, omit case level if lowerFirst and only common weights
Markus Scherer
2014-12-11 17:17:03 +0000
030eff56d3ICU-10829 simplify U+FFFE collation: U+FFFE use common non-primary weights, adjust code for that, test order of U+FFFE equivalent to ucol_mergeSortkeys() but not necessarily same sort keys, omit case level if lowerFirst and only common weights
Markus Scherer
2014-12-11 17:04:32 +0000
63771018b6ICU-11414 uspoof, fix Visual Studio compile problems.
Andy Heninger
2014-12-08 22:40:31 +0000
40271c5742ICU-11414 uspoof, freeze the recommended and inclusion sets.
Andy Heninger
2014-12-08 19:56:43 +0000
00c6bb79bfICU-11295 Fix getNumberFormatForField so that it returns either a valid pointer or NULL.
Travis Keep
2014-12-08 19:35:38 +0000
ba2a065004ICU-10823 ICUResourceBundle add & support enum OpenType, use OpenType.LOCALE_ROOT for Collator & BreakIterator, also change default locale to root for those services
Markus Scherer
2014-12-08 17:54:11 +0000
5d46e56bbdICU-11411 Fixed problematic hardcoded JDK Locale mapping for ULocale Chinese constants.
Yoshito Umaoka
2014-12-05 23:48:28 +0000
79964e6bc7ICU-11303 Bring MeasureFormat per unit formatting out of tech preview.
Travis Keep
2014-12-05 20:52:28 +0000
a6bc072149ICU-11401 Reduce cache keyspace by caching only the components of DateFormat by locale rather than actual DateFormat objects.
Travis Keep
2014-12-05 18:15:35 +0000
9d54e5711eICU-11406 RBBITest/TestUnicodeFiles, remove inadvertant C++11-ism
Andy Heninger
2014-12-04 21:46:01 +0000
326e9592dcICU-10823 add ures_openNoDefault() and use it from collation data loader and BreakIterator; refactor ures_openXyz() for code sharing
Markus Scherer
2014-12-04 21:11:26 +0000
ae0b3bc646ICU-11408 Fix to put durationUnits with the other units
John Emmons
2014-12-04 20:11:53 +0000
8e27cbf59dICU-11406 RBBITest/TestUnicodeFiles, improve known issue detection.
Andy Heninger
2014-12-03 23:43:47 +0000
a2581f458cICU-11363 Thread#join() to the main test thread after start.
Yoshito Umaoka
2014-12-02 23:08:38 +0000
63758dca88ICU-11371 Improved checking of regular expression pattern size limits.
Andy Heninger
2014-12-02 21:58:18 +0000
b3bd196383ICU-11373 Regex, check for integer overflow in maxMatchLength computation.
Andy Heninger
2014-12-02 19:24:31 +0000
c9b7734a0eICU-11373 disable prematurely checked in test case.
Andy Heninger
2014-12-02 17:10:04 +0000
2e6a8c568cICU-11374 Regular Expression, improve checking of integer overflow.
Andy Heninger
2014-12-02 17:05:27 +0000
f9c67eb71eICU-11374 Regular Expression, improve checking of integer overflow.
Andy Heninger
2014-12-02 01:32:49 +0000
3cdd2bafe2ICU-11388 regression test from Java
Markus Scherer
2014-11-30 19:56:32 +0000
f037dbecddICU-11388 fix bug in CollationFastLatinBuilder
Markus Scherer
2014-11-30 19:55:58 +0000
056f2f768cICU-11315 Merging metazone mapping data fix for Russian zones from cldrbug:8041.
Yoshito Umaoka
2014-11-25 21:27:17 +0000
da879e36c2ICU-11315 Merging metazone mapping data fix for Russian zones from cldrbug:8041.
Yoshito Umaoka
2014-11-25 21:26:38 +0000
281d4de237ICU-11293 Added udat_formatCalendar allowing C API user to specify a calendar as a parameter.
Yoshito Umaoka
2014-11-25 04:34:58 +0000
605d7dd578ICU-11216 Removed language code 'wen' from the LCID mapping table. MS uses 'hsb' (and 'dsb') in the latest LCID reference document, but 'wen' is not used.
Yoshito Umaoka
2014-11-21 23:53:20 +0000
eb262cc17cICU-11389 more reversion
Steven R. Loomis
2014-11-20 05:20:36 +0000
0cb2ffd0bfICU-11389 revert bad commit
Steven R. Loomis
2014-11-20 02:49:35 +0000
094d12cdcaICU-11389 revert r36758 - re-checkin under r11139 once working?
Steven R. Loomis
2014-11-20 01:28:18 +0000
9f5a68f08fICU-11389 revert r36758 - re-checkin under r11139 once working?
Steven R. Loomis
2014-11-20 01:26:30 +0000
08480c883bICU-11389 improve error checking (fix)
Steven R. Loomis
2014-11-20 00:50:03 +0000
82bd8a35f4ICU-11139 A quick fix in the new DateFormat factory logic to use the current default time zone in a new instance.
Yoshito Umaoka
2014-11-20 00:41:24 +0000
738cee69ccICU-11389 improve error checking
Steven R. Loomis
2014-11-20 00:34:29 +0000
9edbbecb24ICU-11339 add & use LocalPointer(p, errorCode) and adoptInsteadAndCheckErrorCode(p, errorCode)
Markus Scherer
2014-11-20 00:27:17 +0000
42040b3e4aICU-11389 Fixed a problem in Win32DateFormat assignment operator which triggered intltest.exe crash in u_cleanup with the recent DateFormat caching change.
Yoshito Umaoka
2014-11-20 00:08:49 +0000
cff2dce3f5ICU-8477 deprecate IDNA2003 API
Markus Scherer
2014-11-19 21:47:40 +0000
c6fe872157ICU-11336 recombine stack buffer arrays; one int16_t for short length & flags
Markus Scherer
2014-11-19 21:17:24 +0000
057a400689ICU-8477 deprecate IDNA2003 API
Markus Scherer
2014-11-19 00:53:11 +0000
dc12c4d602ICU-11380 genuca tool changes for root radical-stroke order
Markus Scherer
2014-11-13 21:19:37 +0000
a554fd430aICU-11363 Updated SimpleDateFormat clone implementation to create a copy of an array used for numeric field formatting.
Yoshito Umaoka
2014-11-13 18:50:44 +0000
f5d14979c6ICU-11369 Regex, fix incorrect optimization of patterns with a zero length quantifier {0}
Andy Heninger
2014-11-12 23:42:14 +0000
9db433b745ICU-11370 Regex, add missing range check of length of a look-behind expression.
Andy Heninger
2014-11-12 23:10:21 +0000
d6ccf6dab0ICU-11315 tzdata2014j updates in ICU4J.
Yoshito Umaoka
2014-11-11 19:08:49 +0000
e4be0cb54eICU-11315 tzdata2014j updates in ICU4C.
Yoshito Umaoka
2014-11-11 19:08:28 +0000
3bbb5f70cbICU-11315 tzdata2014i updates in ICU4C.
Yoshito Umaoka
2014-10-24 05:17:44 +0000
b92612d82bICU-11315 tzdata2014i updates in ICU4J.
Yoshito Umaoka
2014-10-24 05:17:30 +0000
042d89895cICU-11343 Fixed a deadlock problem in the TimeZone static initializer code.
Yoshito Umaoka
2014-10-23 07:28:44 +0000
a3e0dc1530ICU-11342 cast CharBuffer to CharSequence before calling .subSequence()
Markus Scherer
2014-10-20 21:08:42 +0000
299f24790fICU-11341 better ICUBinary.getByteBufferFromInputStream(): minimize number of memory allocations, allocate available() bytes on good JDK, do not rely on available() for finding the end of the stream
Markus Scherer
2014-10-20 20:45:22 +0000
d302fddd6bICU-11337 Updated zoneinfo resource header comment. Not updating existing zoneinfo64.txt in trunk for now.
Yoshito Umaoka
2014-10-15 20:41:44 +0000
ff4fd29a21ICU-11302 Proper error handling with utext_clone in regular expression implementation.
Yoshito Umaoka
2014-10-13 17:46:34 +0000
547757ebe9ICU-11325 fix operator==. Also, re-enable French.
Steven R. Loomis
2014-10-11 00:22:06 +0000
a9d937e314ICU-11323 remove signal handler from gendict, also fix makedata.mak "clean" phase
Steven R. Loomis
2014-10-10 23:44:31 +0000
5757929922ICU-11245 Minor cleanup of RBBI Line Monkey test.
Andy Heninger
2014-10-10 18:18:31 +0000
1c69528a4eICU-11314 Updated the maven repository location to use https.
Yoshito Umaoka
2014-10-09 23:24:58 +0000
44d9a9692bICU-11245 RBBI Line monkey test, add dictionary character exclusion, renable excluded test.
Andy Heninger
2014-10-09 23:19:21 +0000
7fd935bf5eICU-11314 Updated ICU4J trunk version to 55m1.
Yoshito Umaoka
2014-10-09 15:25:12 +0000
d376112155ICU-11326 Updated build scripts to use bootclasspath option when compiling ICU4J library classes. Also updated build.xml to print out warning message when build environment is not properly configured for release.
Yoshito Umaoka
2014-10-09 07:28:33 +0000
b39fb3766aICU-11310 fix Easter holiday
Steven R. Loomis
2014-10-09 05:19:18 +0000
b2d2691724ICU-11313 Update version number to 55.0.1
Michael Ow
2014-10-07 17:02:19 +0000
a8df1d60b6ICU-11315 Windows zone 2014 update 7 (cldrbug:7959)
Yoshito Umaoka
2014-10-07 14:03:52 +0000
2878fda46fICU-11315 Windows zone 2014 update 7 (cldrbug:7959)
Yoshito Umaoka
2014-10-07 13:41:48 +0000
49f7b06a91ICU-10565 Fixed javadoc with warning.
Mark Davis
2014-10-03 07:24:58 +0000
a934a2fcbaICU-11307 A minor fix in Calendar's class doc.
Yoshito Umaoka
2014-10-01 18:51:22 +0000
f4c185b9e7ICU-11307 A minor document fix in Calendar's class doc.
Yoshito Umaoka
2014-10-01 18:50:49 +0000
339f14fbd6ICU-10898 tzdata2014h updates in ICU4J
Yoshito Umaoka
2014-09-26 20:09:51 +0000
a573b068a2ICU-10898 tzdata2014h updates in ICU4C
Yoshito Umaoka
2014-09-26 20:09:39 +0000
80ab82d283ICU-11279 Copied the updated license.html from the C trunk.
Yoshito Umaoka
2014-09-25 04:29:06 +0000
9d4b5d9448ICU-11278 Update readme for GA
Peter Edberg
2014-09-24 19:01:45 +0000
6115fe24bbICU-11055 Minor rewording that hopefully clarifies the usage of ucol_getFunctionalEquivalent
Peter Edberg
2014-09-23 22:11:37 +0000
b26892cfe8ICU-10817 For UNUM_SPELLOUT/ORDINAL, document that unum_setTextAttribute with UNUM_DEFAULT_RULESET can specify ruleset
Peter Edberg
2014-09-23 21:58:49 +0000
61d8a038adICU-10814 Delete duplicated headerdoc comments in usearch.h
Peter Edberg
2014-09-23 21:33:53 +0000
8713061249ICU-10809 Fix typo
Peter Edberg
2014-09-23 21:29:31 +0000
30920d9cd9ICU-10809 Update SimpleDateFormat class doc examples for Sept and Tues, other table updates and note (J)
Peter Edberg
2014-09-23 21:26:54 +0000
14cd5cb107ICU-10809 Update SimpleDateFormat class doc examples for Sept and Tues, other table updates and note (C)
Peter Edberg
2014-09-23 21:26:25 +0000
00aa5b56c4ICU-11298 fix crash happening when the first non-comment line in BidiTest.txt is ill formed. Method printErrorLine seeks to print paraLevelName, which has not been initialized and is NULL. The fix is to initialize paraLevelName to "N/A" at the beginning of method TestBidiTest().
Matitiahu Allouche
2014-09-23 20:29:55 +0000
435efa6541ICU-11100 fix crash happening when there are many nested matching isolates occurring in more than one paragraph. Also change terminology from xxx_SIZE to xxx_COUNT to stay in tune with ICU4C.
Matitiahu Allouche
2014-09-22 20:13:08 +0000
eb6fad83c9ICU-11100 fix crash happening when there are many nested matching parentheses occurring in more than one paragraph. Also change terminology from xxx_SIZE to xxx_COUNT to pursue change started in ticket #11054.
Matitiahu Allouche
2014-09-21 06:38:01 +0000
050f986b4aICU-11262 Spoof check data refresh (ICU4J).
Andy Heninger
2014-09-17 23:41:32 +0000
afe9d5350eICU-11262 Spoof check data refresh.
Andy Heninger
2014-09-17 23:27:40 +0000
44dd80171aICU-11277 Fix memory leak in numberformat test
Michael Ow
2014-09-17 20:31:45 +0000
0a8466fd4cICU-10992 urename.h update
Steven R. Loomis
2014-09-17 00:41:14 +0000
9a6f69ef42ICU-10992 fix memory leak
Steven R. Loomis
2014-09-16 23:46:35 +0000
e763ff013bICU-10992 BRS line 52, update C readme for RC
Peter Edberg
2014-09-16 21:49:13 +0000
9d59d49145ICU-10993 Regenerated API signature files/change report to make sure the API status promotion fixes are properly reflected.
Yoshito Umaoka
2014-09-16 19:22:20 +0000
3a935bea9fICU-10992 Fix cleanup function registration
Michael Ow
2014-09-16 19:04:05 +0000
95e0154c8cICU-10993 Fixed a build script problem in transliterator component module.
Yoshito Umaoka
2014-09-16 17:40:55 +0000
4b2c562718ICU-11243 correct promotion releases
Scott Russell
2014-09-16 15:14:05 +0000
0951252dadICU-11250 Add tests for QuantityFormatter add test for SimplePatternFormatter::getPatternWithNoPlaceholders.
Travis Keep
2014-09-11 19:09:54 +0000
420125c1ccICU-11238 simpler fix
Markus Scherer
2014-09-11 18:42:18 +0000
84d1d936abICU-11032 Incorporate review comments, use isAcceptable call-back with udata_open
Andy Heninger
2014-09-11 18:28:05 +0000
02f78e8bbbICU-11250 Add test for SimplePatternFormatter.getPatternWithNoPlaceholders.
Travis Keep
2014-09-11 17:31:56 +0000
b2d06e91fcICU-10999 Add JAVA version of per unit measure formatting.
Travis Keep
2014-09-11 17:06:37 +0000
8f7b28cfc6ICU-10881 Fixed a namespace problem.
Yoshito Umaoka
2014-09-11 16:00:14 +0000
1607eb7116ICU-8951 Fixed a namespace problem.
Yoshito Umaoka
2014-09-11 15:51:10 +0000
459c88cc14ICU-11129 simplify string buffer handling
Markus Scherer
2014-09-11 15:34:38 +0000
04df1aa651ICU-8951 Fixed a typo in a comment.
Yoshito Umaoka
2014-09-11 14:55:53 +0000
ed2e40fb1aICU-11092 Split out units data into a separate tree
John Emmons
2014-09-11 10:17:49 +0000
4d47dd3226ICU-11092 Split out units data into a separate tree
John Emmons
2014-09-11 10:16:22 +0000
897ab868ebICU-11253 fix tzdbNames for windows
Steven R. Loomis
2014-09-11 06:57:17 +0000
02939804a5ICU-11240 ICU4C 54 API status promotion.
Yoshito Umaoka
2014-09-11 06:16:13 +0000
f71e7b22bdICU-11238 GCC 3.3.6 fixes
Steven R. Loomis
2014-09-11 05:57:38 +0000
9bdc7d3e1cICU-8951 Changes based on Markus's review comment. Fixed an EBCDIC support problem.
Yoshito Umaoka
2014-09-11 05:51:15 +0000
4345b76644ICU-10881 merge from branch - conservative fixes to some warnings
Steven R. Loomis
2014-09-11 05:25:13 +0000
1a2ae33299ICU-10551 Update test to check non-ignorable codepoints and fix comments
Michael Ow
2014-09-10 23:24:50 +0000
62c4c3530dICU-10551 Update test to check non-ignorable code points and fix comments
Michael Ow
2014-09-10 23:23:56 +0000
b00b0d552eICU-11249 class NFDIterator change base from UMemory to UObject. For ICU 54 BRS Verify Malloc Functions task.
Andy Heninger
2014-09-10 20:16:12 +0000
c794caf7d4ICU-10999 Add per unit measure formatting.
Travis Keep
2014-09-10 20:06:52 +0000
74d781408eICU-10992 BRS: ensure correct UTF-8 file properties
Scott Russell
2014-09-10 18:56:09 +0000
b6bfbcce5bICU-10993 BRS: ensure correct line-endings and svn property
Scott Russell
2014-09-10 18:50:09 +0000
509d9757b0ICU-8951 Feedback from Markus's review - fixed regex pattern for legacy key, and one typo in comment.
Yoshito Umaoka
2014-09-10 18:33:12 +0000
2411d1606bICU-10992 BRS: ensure correct line-endings and svn property
Scott Russell
2014-09-10 18:29:54 +0000
9e20f6ebb2ICU-11131 on low memory situations, return U_MEMORY_ALLOCATION_ERROR instead of crash
Steven R. Loomis
2014-09-10 15:39:02 +0000
38c650b526ICU-10993 fix non-ascii characters
Scott Russell
2014-09-10 13:59:41 +0000
e303dafc6eICU-11023 build layoutex if enabled..
Steven R. Loomis
2014-09-10 03:31:49 +0000
68e82040f9ICU-11023 merge from branch
Steven R. Loomis
2014-09-10 02:20:50 +0000
a7eb42956aICU-11249 BRS 54: Verify malloc functions fix to class NFDIterator.
Andy Heninger
2014-09-10 00:54:15 +0000
8c4f2b0036ICU-7118 document that compare() is often more efficient than getSortKey()
Markus Scherer
2014-09-09 22:05:13 +0000
c2484b0620ICU-7118 minor doc fixes
Markus Scherer
2014-09-09 22:03:48 +0000
03955adbd3ICU-10993 Fixed API status tag problems.
Yoshito Umaoka
2014-09-09 21:54:10 +0000
a40f35bba5ICU-10911 removed unnecessary try-catch, fixed Eclipse warnings (better no @param than empty), removed @deprecated from impl class method
Markus Scherer
2014-09-09 21:40:40 +0000
6b334674c9ICU-11029 Added some note about methods not yet implemented. Also updated these method to do nothing but returns DONE.
Yoshito Umaoka
2014-09-09 21:39:33 +0000
eec0821db0ICU-11029 Based on the review comments, I moved SimpleFilteredBreakIterator to impl package, refactor SimpleFilteredBreakIteratorBuilder to a nested class, documented some methods are not implemented in this technology preview version.
Yoshito Umaoka
2014-09-09 21:35:53 +0000
86d38b1d53ICU-10695 (J) Update/expand UMALQURA_MONTHLENGTH, handleComputeMonthStart fix for tbla
Peter Edberg
2014-09-09 10:28:43 +0000
834e67c893ICU-10695 (C) Update/expand UMALQURA_MONTHLENGTH, handleComputeMonthStart fix for tbla and month not in 0..11
Peter Edberg
2014-09-09 10:27:39 +0000
8b78bd0e84ICU-10993 Fixed javac/eclipse compiler warnings, and issues reported by FindBugs.
Yoshito Umaoka
2014-09-09 08:01:41 +0000
916350e26dICU-10326 Better way to check characters for Myanmar script to skip test
Peter Edberg
2014-09-09 04:35:01 +0000
d56c8f7355ICU-9644 use public Normalizer2 factory methods
Markus Scherer
2014-09-09 04:06:58 +0000
5fc2d494f8ICU-10326 Add dictionary-based word/line break for Burmese/Myanmar (J), logKnownIssue #11245
Peter Edberg
2014-09-09 03:20:53 +0000
897df260ceICU-11221 Remove "#ifndef U_HIDE_DRAFT_API" from measunit.cpp (it is only for measunit.h)
Peter Edberg
2014-09-09 00:56:00 +0000
d7dabc7c06ICU-11029 Merging ICU4J implementation of filtered break iterator (ULI break) as technology preview from the work branch.
Yoshito Umaoka
2014-09-08 22:30:08 +0000
d87c86274cICU-10326 Add dictionary-based word/line break for Burmese/Myanmar
Peter Edberg
2014-09-08 22:16:21 +0000
4db4766158ICU-11078 Improve API documentation for BreakIterator, reference UAX 14/29.
Andy Heninger
2014-09-08 18:25:07 +0000
49435e183fICU-10886 C BreakIterator, clarify starting index of iteration is zero
Andy Heninger
2014-09-08 17:42:57 +0000
9a82d60b1aICU-10886 C BreakIterator, clarify starting index of iteration is zero
Andy Heninger
2014-09-08 17:36:46 +0000
6c88c14138ICU-9385 DateFormatSymbols getters/setters for yearNames, zodiacNames, leapMonthPatterns (J)
Peter Edberg
2014-09-08 07:17:50 +0000
e46b2b3c83ICU-9385 DateFormatSymbols/udat getters/setters for yearNames, zodiacNames (C)
Peter Edberg
2014-09-08 04:52:23 +0000
4174db0520ICU-9644 bug fix
Markus Scherer
2014-09-08 03:26:40 +0000
0f78abc7eeICU-9644 re-hardcode some normalization data: nfc.nrm
Markus Scherer
2014-09-08 03:05:56 +0000
823e3a9372ICU-10995 Test formatting negative currency without minus sign (J)
Peter Edberg
2014-09-07 20:42:42 +0000
300e531736ICU-10995 Delete old fNegPrefixPattern before creating new one by prepending minus to fPosPrefixPattern
Peter Edberg
2014-09-07 20:01:55 +0000
602bb30ae4ICU-10872 Fix en_US_POSIX word break for colon (C)
Peter Edberg
2014-09-07 07:05:59 +0000
38a5062157ICU-10872 Fix en_US_POSIX word break for colon (J)
Peter Edberg
2014-09-07 07:05:16 +0000
8c07d13306ICU-10968 More efficient implementation for scriptDisplayName(UScriptCode, ...) (C)
Peter Edberg
2014-09-07 06:58:20 +0000
fb4d6e1222ICU-10968 Add DisplayContext.Type.DISPLAY_LENGTH and values for it, implement support (J)
Peter Edberg
2014-09-07 06:22:43 +0000
92a7528223ICU-11173 CLDR tags/release-26-d03 into ICU4C trunk, remove logKnownIssue 11219, fix test for cldrbug:7868
Peter Edberg
2014-09-06 06:15:08 +0000
f35551771fICU-11173 CLDR tags/release-26-d03 into ICU4J trunk, remove logKnownIssue 11219, fix test for cldrbug:7868
Peter Edberg
2014-09-06 06:14:06 +0000
e330da58b6ICU-8502 still do the previous version scan, but at least let autoconf know what our version # is.
Steven R. Loomis
2014-09-06 00:39:13 +0000
821a0b00d7ICU-11032 Spoof check, add validation of data header.
Andy Heninger
2014-09-06 00:19:58 +0000
51d9432671ICU-11073 Fix the earlier fix for global new[]. Had to move "new UnicodeString[]" into a function ala ICU-2974 to prevent global new[] from being called. Also, some general cleanup.
Steven R. Loomis
2014-09-06 00:16:54 +0000
2ceea1aadaICU-10989 fixup apidoc tags on deprecated layout engine. Also DO build it by default still for this release. Add a note on ParagraphLayout as well.
Steven R. Loomis
2014-09-05 22:09:11 +0000
e2382d5a3bICU-10920 enable "io" library to build (with no APIs) with UCONFIG_NO_CONVERSION set.
Steven R. Loomis
2014-09-05 21:27:11 +0000
9a2a9bea34ICU-11036 RBBI, check data header when opening.
Andy Heninger
2014-09-05 21:23:48 +0000
eed7616070ICU-11223 Remove unused data structure from RelativeDateTimeFormatterTest
Travis Keep
2014-09-05 20:52:55 +0000
4b779c18eeICU-11223 Enable unit tests for ICU4J RelativeDateTimeFormatter.
Travis Keep
2014-09-05 20:51:45 +0000
7b46ea1945ICU-10972 improve --with-data-packaging docs
Steven R. Loomis
2014-09-05 18:33:24 +0000
ae322ca430ICU-5519 Document better XSymbolTable.applyPropertyAlias()
Mark Davis
2014-09-05 14:50:24 +0000
4a08548070ICU-11067 documented limitation on modification while iterating
Mark Davis
2014-09-05 14:45:21 +0000
b96cdc6199ICU-7118 Javadoc changes only
Mark Davis
2014-09-05 14:41:18 +0000
fcb77cf738ICU-10993 Synchronize ICU4J test data with ICU4C (to update ICU version # in DebugUtilitiesData)
Yoshito Umaoka
2014-09-05 14:40:58 +0000
448921cccaICU-10993 ICU4J version to 54.1
Yoshito Umaoka
2014-09-05 14:35:07 +0000
03a9132d92ICU-10993 ICU4C version number to 54.1.
Yoshito Umaoka
2014-09-05 14:15:25 +0000
0fe5842382ICU-10911 added and called UPropertyAliases.getPropertyValueEnumNoThrow, as per Markus's suggestion
Mark Davis
2014-09-05 14:03:52 +0000
7732bb2599ICU-10968 Handle fussy comma-at-end-of-enum-list restrictions in some compilers
Peter Edberg
2014-09-05 06:17:40 +0000
46ad07cddfICU-10968 Add #ifndef U_HIDE_DRAFT_API for the new enum values
Peter Edberg
2014-09-05 05:26:55 +0000
153bf506f0ICU-10968 Add UDISPCTX_TYPE_DISPLAY_LENGTH and values for it, implement support (C)
Peter Edberg
2014-09-05 04:54:53 +0000
f8e8738186ICU-10427 fix CC/CXX on BSDs
Steven R. Loomis
2014-09-04 22:38:10 +0000
e57f9c9abdICU-10853 mention trying an absolute path to runConfigureICU if the relative path doesn't work.
Steven R. Loomis
2014-09-04 22:18:57 +0000
b8935501f7ICU-10904 Deprecate unused error U_REGEX_OCTAL_TOO_BIG.
Andy Heninger
2014-09-04 21:37:24 +0000
528f72ad79ICU-11082 Fix typo in RBBIRuleScanner::error()
Andy Heninger
2014-09-04 21:15:14 +0000
75c1bacdf1ICU-11102 Win32NumberFormat::format(), make fmt param const.
Andy Heninger
2014-09-04 21:00:58 +0000
f626431e29ICU-11233 Remove U_FINAL for classes we subclass. Produces bad code.
Andy Heninger
2014-09-04 18:58:17 +0000
0eb4b4682dICU-11221 Add comments to MeasureUnit generated code pointing to documentation on how to update.
Travis Keep
2014-09-04 17:49:44 +0000
18c1134a6dICU-11221 Add comments to MeasureUnit generated code pointing to documentation on how to update.
Travis Keep
2014-09-04 17:42:00 +0000
5f7178754dICU-10898 tzdata2014g updates in ICU4J
Yoshito Umaoka
2014-09-04 15:36:37 +0000
746aadf44aICU-10942 Time Zone data loading, merge from branch.
Andy Heninger
2014-09-04 01:07:38 +0000
8830b79326ICU-11073 change to use LocalMemory instead of LocalArray
Steven R. Loomis
2014-09-03 23:18:34 +0000
7952938f2eICU-10785 Accidentally commented out the change for testing in the previous commit. Uncomment these lines.
Yoshito Umaoka
2014-09-03 16:00:33 +0000
5810783feaICU-10898 tzdata2014g updates in ICU4C
Yoshito Umaoka
2014-09-03 15:46:07 +0000
d5b4428971ICU-10785 Abort test execution when OOM is once thrown.
Yoshito Umaoka
2014-09-03 14:49:30 +0000
15962faccaICU-8951 Fix for a build error on Mac.
Yoshito Umaoka
2014-09-03 14:16:17 +0000
ef25b727eaICU-11173 CLDR tags/release-26-d02 into ICU4C trunk, fixes more ldml2icu conversion bugs
Peter Edberg
2014-09-03 05:52:50 +0000
0e16450ceeICU-11173 CLDR tags/release-26-d02 into ICU4J trunk, fixes more ldml2icu conversion bugs
Peter Edberg
2014-09-03 05:50:51 +0000
8885f1ef78ICU-8951 BCP 47 key/type converter APIs merged from the work branch.
Yoshito Umaoka
2014-09-03 04:42:21 +0000
6dc89ee267ICU-11173 Update logKnownIssue #11234 in NumberRegression/Test4212072 to include locale "bm"
Peter Edberg
2014-09-03 02:52:13 +0000
9e14f0bb18ICU-8951 Minor updates including additional test cases.
Yoshito Umaoka
2014-09-02 23:41:52 +0000
1b8eb15e1aICU-11173 CLDR tags/release-26-d01 into ICU4C trunk with related test & lib code updates
Peter Edberg
2014-09-02 23:18:20 +0000
313feb8f81ICU-11173 CLDR tags/release-26-d01 into ICU4J trunk with related test & lib code updates
Peter Edberg
2014-09-02 22:46:20 +0000
3dd19f8a5bICU-10815 Regex error handling, minor cleanups.
Andy Heninger
2014-09-02 21:39:18 +0000
23c9cdafbcICU-11054 Fixed ubidi_setPara crash issue caused by wrong memory allocation size check. Added a simple test case which reproduced the problem.
Yoshito Umaoka
2014-09-02 18:41:21 +0000
64fc4a44d0ICU-10970 Support decimal point required
Scott Russell
2014-08-30 23:12:15 +0000
867e55f0cbICU-10970 Support required decimal point
Scott Russell
2014-08-30 21:53:10 +0000
6dfe296e91ICU-9447 Fix remapping of warning
Mark Davis
2014-08-30 09:11:24 +0000
f81a01e01bICU-10883 UTS 46 toUnicode set error for empty label including just xn--
Markus Scherer
2014-08-29 23:07:42 +0000
56e05e2809ICU-10883 UTS 46 toUnicode set error for empty label including just xn--
Markus Scherer
2014-08-29 23:06:27 +0000
b6b33e5481ICU-10608 document udata alignment requirements
Markus Scherer
2014-08-29 22:03:20 +0000
c3a2e7c783ICU-10889 test UCharacter.getCharFromExtendedName() edge cases
Markus Scherer
2014-08-29 21:31:47 +0000
b422082fabICU-10889 test & fix u_charFromName(U_EXTENDED_CHAR_NAME) underflow crash
Markus Scherer
2014-08-29 21:31:07 +0000
6860fda7cdICU-10946 clarify uscript_getName() & uscript_getShortName()
Markus Scherer
2014-08-29 20:14:00 +0000
028ed85d32ICU-10946 clarify UScript.getName() & UScript.getShortName()
Markus Scherer
2014-08-29 20:13:32 +0000
c770e4d458ICU-10751 AnyScriptTest/TestScripts logKnownIssue(11171)
Markus Scherer
2014-08-29 17:56:50 +0000
e6fb48948eICU-9795 Fixed the internals and javadoc to have predictable behavior.
Mark Davis
2014-08-29 15:51:22 +0000
f838029625ICU-10467 Fix the freezables with volatile.
Mark Davis
2014-08-29 14:45:47 +0000
b60a1ed581ICU-10931 minor cleanup.
Mark Davis
2014-08-29 12:59:37 +0000
c8dcd090f7ICU-10911 Added @internal method, changed main callsite.
Mark Davis
2014-08-29 12:27:45 +0000
4981f48bccICU-10654 change the logic to return null if the result is at or after.
Mark Davis
2014-08-29 11:13:06 +0000
63035d59cdICU-10846 made @internal for now.
Mark Davis
2014-08-29 11:01:46 +0000
679db5f93bICU-10846 made @internal for now.
Mark Davis
2014-08-29 11:00:41 +0000
822f228b1aICU-10751 try to fix Windows build, apparently still not on C99
Markus Scherer
2014-08-29 03:41:29 +0000
e353b8e897ICU-10751 uscript_getCode(locale) use likely subtags not LocaleScript locale data
Markus Scherer
2014-08-28 23:51:38 +0000
c955c14a6bICU-10751 UScript.getCode(locale) use likely subtags not LocaleScript locale data
Markus Scherer
2014-08-28 23:50:47 +0000
8c144777b6ICU-7653 #include "cmemory.h" in perf tests for UPRV_LENGTHOF
Steven R. Loomis
2014-08-28 23:24:28 +0000
8f69b6c53dICU-7653 change a few straggler LENGTHOFs
Markus Scherer
2014-08-28 23:20:12 +0000
f5d289f2ceICU-7653 #include "cmemory.h" in perf tests for UPRV_LENGTHOF
Steven R. Loomis
2014-08-28 22:45:56 +0000
7594250cc5ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc
Steven R. Loomis
2014-08-28 22:13:45 +0000
a5c63dabc2ICU-10909 Fix linker command in letest makefile
Michael Ow
2014-08-28 21:15:26 +0000
6c7b9784ddICU-10406 Reorder flags setting to allow for user override in runConfigureICU script
Michael Ow
2014-08-28 19:01:08 +0000
53dcbe6141ICU-10736 Locale.isRightToLeft(), uloc_isRightToLeft(locale)
Markus Scherer
2014-08-28 18:28:30 +0000
2572a84f50ICU-10736 ULocale.isRightToLeft(), UScript.getCodeFromName(name)
Markus Scherer
2014-08-28 18:15:00 +0000
ee1f29b584ICU-7653 move LENGTHOF(array) to common, internal header
Tom Zhang
2014-08-28 14:55:34 +0000
7f851b0433ICU-10782 make quick fix
Mark Davis
2014-08-28 10:33:37 +0000
f2eb57e036ICU-11061 Import the latest keyTypeData from ICU4C trunk.
Yoshito Umaoka
2014-08-20 20:10:05 +0000
e382f27072ICU-11061 Updated keyTypeData.txt generated by the latest LDML2ICU converter, adding a few extra entries
Yoshito Umaoka
2014-08-20 20:08:59 +0000
0bd0dbe557ICU-11072 fix some ICU4J Eclipse project dependencies
Markus Scherer
2014-08-20 19:12:07 +0000
e79ae82c7dICU-11064 The approved ICU syntax has )$ being the end of the plural rule substitution.
George Rhoten
2014-08-20 18:52:57 +0000
aef79ee32cICU-10880 The approved ICU syntax has )$ being the end of the plural rule substitution.
George Rhoten
2014-08-20 18:52:16 +0000
42d4d14094ICU-11070 use uppercase long-int-constant: 0L not 0l
Markus Scherer
2014-08-20 18:24:36 +0000
912521e5cfICU-11064 Fix a roundtripping problem when the fractional part is non-zero.
George Rhoten
2014-08-19 17:13:07 +0000
5c12dc4923ICU-10880 Minor optimization and documentation fix
George Rhoten
2014-08-19 17:11:13 +0000
a7b3861443ICU-10880 Fix a roundtripping problem when the fractional part is non-zero.
George Rhoten
2014-08-19 07:32:50 +0000
1c4e81baedICU-10551 Make ICU4J encoder callbacks ignore default ignorable code points
Michael Ow
2014-08-18 21:28:18 +0000
9a4ae3b440ICU-10551 Make ICU converter callbacks ignore default ignorable code points
Michael Ow
2014-08-18 21:26:34 +0000
eda8266715ICU-11064 Add syntax for PluralFormat in RBNF
George Rhoten
2014-08-18 20:47:36 +0000
d3a36357c6ICU-10898 Windos time zone mapping update for 7de0006.
Yoshito Umaoka
2014-08-18 18:00:28 +0000
808a3cda74ICU-10898 Windows time zone mapping update for 7de0006.
Yoshito Umaoka
2014-08-18 17:59:57 +0000
b027245b45ICU-10880 Add some RBNF documentation for the new syntax
George Rhoten
2014-08-18 16:01:00 +0000
f7c551d636ICU-9131 update trunk from branch, after fixes as per core review.
Mark Davis
2014-08-18 12:58:44 +0000
b31ff49acfICU-11015 Check in API, marked as @internal for now. If the API proposal is accepted, would drop the @internal.
Mark Davis
2014-08-17 19:09:21 +0000
b741781903ICU-10600 Add currencies (need some ugly hacks for that...)
Mark Davis
2014-08-17 15:26:18 +0000
a1213c49b1ICU-10880 Fix a potential infinite loop
George Rhoten
2014-08-16 08:59:45 +0000
12a1765e44ICU-11045 fix for glibc assumption
Steven R. Loomis
2014-08-16 01:50:06 +0000
e3dc3bc456ICU-10347 add U_FINAL and U_OVERRIDE for C++11 "final" and "override".
Steven R. Loomis
2014-08-16 01:30:43 +0000
0a429569ffICU-9063 improve docs around ucnv_getMinCharSize and ucnv_getMaxCharSize to reflect that they are in code points and UChar code units, respectively.
Steven R. Loomis
2014-08-15 17:55:30 +0000
1e5c95645dICU-11010 improve CollationKey.merge() API doc
Markus Scherer
2014-08-14 20:36:37 +0000
bfb928d8ddICU-11010 improve ucol_mergeSortkeys() API doc
Markus Scherer
2014-08-14 20:35:54 +0000
bbefa308aaICU-11051 Add synchronization to u_getDataDirectory().
Andy Heninger
2014-08-14 20:34:06 +0000
438c1ac7b8ICU-11042 Han radical-stroke order data in the root collator instead of CJK tailorings, adjusted code & tests
Markus Scherer
2014-08-14 18:49:59 +0000
ec55298e96ICU-11042 Han radical-stroke order data in the root collator instead of CJK tailorings, adjusted code & tests (merged from branches/markus/rootunihan)
Markus Scherer
2014-08-14 18:47:27 +0000
1ba1ec3b83ICU-11049 regular expressions, use same logic in UText and (UChar *) code paths when checking limit of potential match start positions.
Andy Heninger
2014-08-14 17:44:05 +0000
b0a0f67e21ICU-10880 Add support for plural format syntax to RBNF. Perform a little cleanup to the RBNF code.
George Rhoten
2014-08-14 17:20:42 +0000
435623bc05ICU-11058 support nested collation rule imports; make the importer stateless
Markus Scherer
2014-08-13 22:58:14 +0000
40682975b0ICU-11057 General cleanup for RBNF. The TestFmwk change is a general 8-10% performance improvement for running the tests without changing the end results of the logging output.
George Rhoten
2014-08-13 06:51:09 +0000
5af6a3d39fICU-11061 Full bcp47 key/type data snychronized with ICU4C trunk.
Yoshito Umaoka
2014-08-12 23:14:50 +0000
a16ab10f50ICU-11061 Import full bcp47 keys/types from CLDR. This change is corresponding to cldrbug:7249
Yoshito Umaoka
2014-08-12 23:14:06 +0000
ecf1e2f627ICU-10898 Updated tzdbNames.res based on tzdata2014f.
Yoshito Umaoka
2014-08-12 16:39:19 +0000
37d4e68cd4ICU-10898 Updated tzdbNames.txt based on tzdata2014f.
Yoshito Umaoka
2014-08-12 16:37:22 +0000
5cf61097e7ICU-11057 Fixed a compile error with Java 5.
Yoshito Umaoka
2014-08-12 14:04:10 +0000
41a76a46baICU-10580 Fix solaris gcc build issues
Michael Ow
2014-08-12 02:11:22 +0000
4f4f553c75ICU-10898 tzdata2014f updates to ICU4J
Yoshito Umaoka
2014-08-11 21:11:48 +0000
0de2d6e411ICU-10898 tzdata2014f updates to ICU4C
Yoshito Umaoka
2014-08-11 21:07:03 +0000
2e76b99357ICU-11057 Performance improvements and general cleanup for RBNF
George Rhoten
2014-08-11 21:04:48 +0000
1c22b8cf53ICU-10832 clean up dangling references to ucdterms.txt
Scott Russell
2014-08-05 02:51:52 +0000
2c1c85aee8ICU-10320 fix compiler warning & solaris error
Tom Zhang
2014-08-01 21:33:16 +0000
e87758a436ICU-10939 ICU4J optionally read data from .dat and .res, from ICUConfig-ured dataPath; make ICU4J support little-endian binary data files
Markus Scherer
2014-07-31 18:46:54 +0000
96835f80a5ICU-10948 Condition Variables, merged from development branch.
Andy Heninger
2014-07-29 23:18:47 +0000
26063a3454ICU-10320 API for getting/setting number format override in date formatting
Tom Zhang
2014-07-29 18:42:07 +0000
fe34307c3aICU-10320 API for getting/setting number format override in date formatting
Tom Zhang
2014-07-25 16:55:56 +0000
a53477ee99ICU-10934 The tz database abbreviaion support in ICU4J
Yoshito Umaoka
2014-07-23 21:53:03 +0000
ae3f6f13a4ICU-10934 The tz database abbreviation support in ICU4C
Yoshito Umaoka
2014-07-23 21:51:09 +0000
133a0ebab9ICU-11009 Fix C NumberFormatSpecification tests.
Travis Keep
2014-07-18 23:21:55 +0000
f58b3f8fd7ICU-10944 Add ByteBuffer support for Normalizer2Impl.
Fredrik Roubert
2014-07-15 20:32:17 +0000
08b5fb11b0ICU-10944 Extend ByteBuffer support in ICUBinary and Trie classes.
Fredrik Roubert
2014-07-15 20:19:55 +0000
73071730b9ICU-10944 Update ICUBinaryTest to test readHeader(ByteBuffer).
Fredrik Roubert
2014-07-15 20:11:41 +0000
e12467f252ICU-10944 Delete unused class ICUBinaryStream.
Fredrik Roubert
2014-07-15 20:03:25 +0000
fea6dbb22fICU-10864 DecimalFormat::getGroupingSize() to return 0 when grouping isn't being used.
Travis Keep
2014-07-15 18:18:39 +0000
71d9e44e03ICU-10864 DecimalFormat::getGroupingSize() to return 0 when grouping isn't being used.
Travis Keep
2014-07-15 16:40:20 +0000
321f5c2c7bICU-10966 Fix NumberFormat::createInstance to return U_MISSING_RESOURCE_ERROR when there is missing resource data.
Travis Keep
2014-07-15 00:10:52 +0000
76aaa9229fICU-11007 Improved checking for NULL time zones in calendar code.
Andy Heninger
2014-07-14 23:39:06 +0000
61ee3253e8ICU-10876 document Collator thread-safe only when frozen
Markus Scherer
2014-07-10 22:39:05 +0000
37c7676f5eICU-10912 create Collator from binary: support length<0 again, and document that the base collator is required (see ticket #10517)
Markus Scherer
2014-07-10 22:17:20 +0000
29fc864adfICU-11002 Unicode 7.0 final IdnaMappingTable
Markus Scherer
2014-07-10 19:05:06 +0000
1d533a66e8ICU-10998 collation reorder others=Zzzz, recognize only others = reset
Markus Scherer
2014-07-09 23:36:43 +0000
1379df9789ICU-10998 test for only-none before comparing with the current list of reordering codes
Markus Scherer
2014-07-09 23:36:19 +0000
9bc6f268fbICU-10998 collation reorder others=Zzzz, recognize only others = reset
Markus Scherer
2014-07-09 22:53:09 +0000
47a28993e7ICU-11001 STRING_HASH changed to use uint32_t in computation.
Andy Heninger
2014-07-09 22:02:52 +0000
38b83477bfICU-8082 private collation type: do not list as an available keyword value
Markus Scherer
2014-07-08 20:58:58 +0000
2e958e2babICU-8082 private collation type: do not build binary and do not list as an available keyword value
Markus Scherer
2014-07-08 17:44:53 +0000
aace462c2eICU-8962 test collation import from und=root
Markus Scherer
2014-07-08 01:21:57 +0000
77b420f820ICU-8962 test & fix collation import from same bundle & from und=root
Markus Scherer
2014-07-08 01:10:13 +0000
68b3eed7cbICU-10990 remove STL deps from FilteredBreakIterator implementation
Steven R. Loomis
2014-07-08 00:30:21 +0000
ff4dcfc31dICU-10560 fix test
Mark Davis
2014-07-04 16:27:32 +0000
1d11db8a35ICU-10560 first cut, marked @internal for now
Mark Davis
2014-07-04 15:48:06 +0000
adc2570f18ICU-10600 add plural ranges and unit formatting
Mark Davis
2014-07-03 13:16:30 +0000
719e780320ICU-10903 u_strToUTF8WithSub(), API docs misleading regarding error status setting.
Andy Heninger
2014-07-02 23:46:10 +0000
0dbcb4cdfcICU-10993 Fix line ending errors
Michael Ow
2014-07-02 23:05:28 +0000
0de5b4523fICU-10908 LocaleDisplayNames thread safety fix.
Andy Heninger
2014-07-02 22:31:05 +0000
a0e8aa8bc9ICU-10908 LocaleDisplayNames thread safety fix.
Andy Heninger
2014-07-02 22:19:59 +0000
4812b221aaICU-10976 Remove C++ null reference checks; they're undefined behavior.
Andy Heninger
2014-07-02 20:57:26 +0000
03e1202db7ICU-10983 Add failure checks to utext_clone().
Andy Heninger
2014-07-02 20:31:42 +0000
4de6a9f525ICU-10983 Add failure checks to utext_clone().
Andy Heninger
2014-07-02 19:15:28 +0000
b1de9c0f30ICU-10842 Fix header test failures, fix no data test errors, and update file properties
Michael Ow
2014-07-02 05:09:05 +0000
9ecbb465f2ICU-10842 readme updates for 54m1. CSS updates.
Steven R. Loomis
2014-07-01 20:51:25 +0000
942bf1780dICU-10842 Improve dependencies error message
Steven R. Loomis
2014-07-01 18:40:24 +0000
ef42fc3a34ICU-10842 update dependencies. Also update tool and add emacs mode.
Steven R. Loomis
2014-07-01 18:30:14 +0000
82d331dd6bICU-10842 fix to namespace usage
Steven R. Loomis
2014-07-01 16:51:31 +0000
2191314134ICU-10842 check in ICU 53 vs 54m1 change report
Steven R. Loomis
2014-07-01 16:42:02 +0000
60eaaca7b8ICU-10842 fix mistagged ICU54 API
Steven R. Loomis
2014-07-01 16:41:37 +0000
fba912e1ecICU-10842 update urename and fix an unrenamed class
Steven R. Loomis
2014-07-01 16:16:59 +0000
1bbadfe835ICU-10843 Fixed a collation test failure. It was caused by the lack of LocaleDisplayNamesImpl when the test is executed with a collation module jar.
Yoshito Umaoka
2014-07-01 15:41:35 +0000
ee41303d1dICU-10843 Updated the ICU4J API change report.
Yoshito Umaoka
2014-06-30 18:34:18 +0000
4ad6bfe991ICU-10945 Test log might be emitted through AbstractTestLog, which was missed in the previous change.
Yoshito Umaoka
2014-06-30 16:54:21 +0000
ac70eab7a3ICU-8550 Remove unused #include. This is a review comment fix.
Andy Heninger
2014-06-27 22:47:21 +0000
71fe3d234aICU-10843 Fixed a couple of coding problems detected by FindBugs.
Yoshito Umaoka
2014-06-27 20:14:41 +0000
7033fb8e40ICU-10038 Remove wrong function name
Michael Ow
2014-06-27 19:13:20 +0000
2cf3edae51ICU-10843 Updated Unicode license format, extracted the body part only.
Yoshito Umaoka
2014-06-27 17:48:21 +0000
d54e49d7f8ICU-10842 Updated Unicode lisence format, extracted the body part only.
Yoshito Umaoka
2014-06-27 17:47:16 +0000
925dd94560ICU-10945 remove duplicate warning
Tom Zhang
2014-06-27 16:41:01 +0000
70eda4d8ddICU-10530 Deprecate LayoutEngine - improve javadoc tags
Steven R. Loomis
2014-06-26 14:08:13 +0000
10c819d115ICU-10580 revert r35955
Steven R. Loomis
2014-06-26 02:25:49 +0000
f1c3fde98bICU-10580 solaris-gcc fixes
Steven R. Loomis
2014-06-26 02:15:39 +0000
49a3242d0aICU-10710 remove some C comments..
Steven R. Loomis
2014-06-26 01:45:51 +0000
88a77c56cfICU-10826 don't need FFLAGS (Fortran flags)
Steven R. Loomis
2014-06-26 01:41:27 +0000
b33fbff3e9ICU-10974 patch: building ICU with clang-cl
Steven R. Loomis
2014-06-26 01:39:03 +0000
34b4644cacICU-10530 Deprecate LayoutEngine
Steven R. Loomis
2014-06-26 01:17:03 +0000
40f501ff59ICU-10874 bounds check on LocaleBased (note ICU-9762 to untangle LocaleBased)
Steven R. Loomis
2014-06-25 23:39:07 +0000
f47fe1af7aICU-10890 fix string handling in icuplug
Steven R. Loomis
2014-06-25 23:19:25 +0000
a3433c4d45ICU-10977 remove stray #if DEBUG from a few more files
Steven R. Loomis
2014-06-25 21:59:55 +0000
9ac287909fICU-10977 remove stray #if DEBUG from toolutil/ucbuf.c
Steven R. Loomis
2014-06-25 21:54:18 +0000
df08e453dcICU-10940 make ICUResourceBundleImpl smaller, remove lookup cache in favor of newer Reader cache, reduce object creation while finding resources and especially strings with fallback
Markus Scherer
2014-06-24 20:34:12 +0000
30dc6d9bbbICU-10836 Added missing Locale version APIs and test cases for various classes.
Yoshito Umaoka
2014-06-23 21:36:55 +0000
5b95b36b05ICU-10955 Allow for file extension customization in the pkgdata tool with the option file
Michael Ow
2014-06-23 21:36:42 +0000
dda7e63991ICU-10898 tzdata 2014e to ICU4J
Michael Ow
2014-06-17 18:27:11 +0000
96f67c0b1aICU-10898 tzdata 2014e to ICU4C
Michael Ow
2014-06-17 18:26:24 +0000
7bf9b7dce1ICU-10884 Comments from roubert.
Travis Keep
2014-06-17 16:34:46 +0000
49c0734f6aICU-10046 More review comments from roubert.
Travis Keep
2014-06-17 14:26:41 +0000
4b919b3de0ICU-10906 prevent SimpleDateFormat from trying to parse when ParsePosition is less than 0
Scott Russell
2014-06-13 14:38:00 +0000
0711da6b18ICU-10906 prevent SimpleDateFormat from trying to parse when ParsePosition is less than 0
Scott Russell
2014-06-13 14:36:05 +0000
985f42b752ICU-10344 add new field & factory method for currency CASH/STANDARD Usage
Tom Zhang
2014-06-12 21:40:34 +0000
b8fcbee810ICU-10884 Fix compile warnings around not initializing base class in copy constructor for RelativeDateTimeFormatter and SharedObject.
Travis Keep
2014-06-12 20:14:04 +0000
f14d920769ICU-10916 Add abbreviations to relative date time formatting for JAVA.
Travis Keep
2014-06-12 17:41:31 +0000
7b4715d750ICU-10945 Enhance TestFmwk output with file location
Tom Zhang
2014-06-11 21:27:25 +0000
b2e714c21aICU-10884 Applied review comments from Andy Heninger.
Travis Keep
2014-06-11 19:45:30 +0000
81e264fb42ICU-10884 Apply API proposal from 11 Jun ICU meeting.
Travis Keep
2014-06-11 18:31:47 +0000
92f683729dICU-10821 try to fix Windows build
Markus Scherer
2014-06-11 08:34:19 +0000
2330004e12ICU-10344 add new field & factory method for currency CASH/STANDARD Usage
Tom Zhang
2014-06-10 18:48:49 +0000
dac1ad769bICU-10821 change log update
Markus Scherer
2014-06-10 17:40:52 +0000
2d4d56185fICU-10821 UCD 7.0 final data
Markus Scherer
2014-06-10 17:40:02 +0000
c30ffd9852ICU-10905 Added a support for Enum methods, based on Markus's feedback.
Yoshito Umaoka
2014-06-10 15:14:49 +0000
88750addb2ICU-10344 Reverted previous change (r35833) and back to the original (r35820).
Yoshito Umaoka
2014-06-09 21:32:49 +0000
48733704d2ICU-10821 UCD 7.0 final data
Markus Scherer
2014-06-09 21:15:23 +0000
c90efd6e59ICU-10344 add new field & factory method for currency CASH/STANDARD Usage
Tom Zhang
2014-06-09 19:30:22 +0000
fad96371c9ICU-10372 deprecate collation APIs for short definition strings
Markus Scherer
2014-06-06 22:48:14 +0000
2c9b14e3e4ICU-9667 Removed a couple of paraLevel value assignment statements from setPara() to match the ICU4J change (r35820). See #9667 for more details.
Yoshito Umaoka
2014-06-06 21:44:20 +0000
a5980e0cbeICU-9667 Removed a couple of paraLevel value assignment statements that have no effects, based on IBM Egypt team's suggestion.
Yoshito Umaoka
2014-06-06 21:40:23 +0000
b3a6ea1fa3ICU-10932 merge branches/markus/lowmemres to trunk: use ByteBuffer to read .res files; allocate fewer/smaller objects; ResourceCache maps from resource int to immutable object; getString(key or index) avoid creating ICUResourceBundleImpl per string in many cases
Markus Scherer
2014-06-06 20:52:10 +0000
227ba0cb9aICU-10741 Fixed a bug incorrectly processing CR+LF in ucbuf_readline.
Yoshito Umaoka
2014-06-06 20:49:18 +0000
8b8551e5e6ICU-10796 Runtime binding of LocaleDisplayNamesImpl. Refactored some methods in other classes to prevent undesired cross components dependencies.
Yoshito Umaoka
2014-06-04 19:23:03 +0000
fc2b496c59ICU-10937 A quick test patch - just moving the test data date. We may revise the fix later.
Yoshito Umaoka
2014-06-04 16:38:57 +0000
590179178aICU-10937 A quick test patch - just moving the test data date. We may revise the fix later.
Yoshito Umaoka
2014-06-04 16:34:23 +0000
7d94eb12a3ICU-10778 Created procedure for updating generated code for MeasureUnit for C/J with each new release.
Travis Keep
2014-06-02 22:55:19 +0000
eee3938658ICU-7057 InputStream.read() does not always read all .available() bytes
Markus Scherer
2014-06-02 16:52:13 +0000
e91fd1e88eICU-7057 bug fix: make it actually work when assertions are disabled, tested without -ea
Markus Scherer
2014-06-02 15:32:42 +0000
98772b58a6ICU-7057 bug fix: make it work when assertions are disabled
Markus Scherer
2014-06-02 14:08:57 +0000
4b5a43f324ICU-8260 Increase buffer size of location keywords
Michael Ow
2014-06-01 05:07:41 +0000
3cd4f31513ICU-7057 make ICU4J CollationDataReader work directly with ByteBuffer rather than DataInputStream
Markus Scherer
2014-06-01 00:15:06 +0000
30429385f0ICU-10778 Add test to ensure that MeasureUnit is backward compatible with ICU 53.1
Travis Keep
2014-05-30 21:51:57 +0000
e09358e9fbICU-10778 Add test to ensure that MeasureUnit is backward compatible with ICU 53.1
Travis Keep
2014-05-30 21:27:06 +0000
b5aa742648ICU-10918 Moved the code reading an ICU configuration property out of DecimalFormat#subparse to static initializer. The configuration is no longer dynamic, so the corresponding test case was also updated.
Yoshito Umaoka
2014-05-30 14:27:29 +0000
56d72817dfICU-8260 Unnecessary import statement left in the previous commit.. updating.
Yoshito Umaoka
2014-05-29 21:47:33 +0000
821b9fdbb2ICU-8260 Fixed a build problem on Java 5.
Yoshito Umaoka
2014-05-29 21:03:46 +0000
e280c407cbICU-8260 use standard collation locale keywords in collper2
Markus Scherer
2014-05-29 17:34:23 +0000
a698e54bbbICU-10905 Updated API signature files for old ICU versions. In the previous doc tool change, no-arg constructors are now included in the signature file. To prevent API change report tool to report them as newly added APIs, the API signature files were regenerated with the updated code.
Yoshito Umaoka
2014-05-29 15:00:26 +0000
8ba8b4acd4ICU-8260 support collation-related keywords via Collator base class if available
Markus Scherer
2014-05-29 00:13:50 +0000
5918fef551ICU-8260 support all collation-related keywords in Collator.getInstance()
Markus Scherer
2014-05-28 23:15:01 +0000
b3cb5dcc86ICU-8260 bug fixes
Markus Scherer
2014-05-28 23:03:52 +0000
650ab573eaICU-10709 Update ibm-1375 table in ICU4J
Michael Ow
2014-05-28 20:30:06 +0000
913ef44a26ICU-10709 Update ibm-1375 mapping
Michael Ow
2014-05-28 20:29:15 +0000
da533923a2ICU-8260 support all collation-related keywords in Collator::createInstance()
Markus Scherer
2014-05-27 18:50:10 +0000
c283beec97ICU-10863 Update EUCTW mapping in ICU4J
Michael Ow
2014-05-23 20:27:40 +0000
4430785673ICU-10863 Update EUCTW mapping
Michael Ow
2014-05-23 20:27:03 +0000
f129a97e32ICU-10847 Use Arrays.toString(T[]) to format array type data.
Yoshito Umaoka
2014-05-22 23:59:16 +0000
3d1c1bb07aICU-10884 Add abbreviated relative date format support.
Travis Keep
2014-05-22 22:46:53 +0000
6b08b112ccICU-10831 Corrected the API parameter description for StringPrep#prepare(), from NONE to DEFAULT.
Yoshito Umaoka
2014-05-22 22:44:47 +0000
906dc162f9ICU-10831 Fixed the API parameter description in usprep_prepare().
Yoshito Umaoka
2014-05-22 22:43:42 +0000
802269281bICU-10905 Fixed missing @Deprecated annotation problem in several classes.
Yoshito Umaoka
2014-05-22 20:20:27 +0000
8e23062195ICU-10905 A new tool used for checking deprected tag/annotation consistency. Also added an ant target to run the tool. Some synthetic constructors in abstract class were added (this is our policy) and tighten status tag consistency check. Actual fix for missing @Deprecated annotation will follow.
Yoshito Umaoka
2014-05-22 20:05:59 +0000
968afff8efICU-10522 Update tzcode readme in ICU
Michael Ow
2014-05-21 20:21:53 +0000
7f937b3e26ICU-10719 fix problem with detecting timezone in non-english windows environment
Michael Ow
2014-05-21 19:57:04 +0000
f71b9053d2ICU-8550 Dictionary Break Iterator, fixes to work with UTF-8 text.
Andy Heninger
2014-05-17 00:44:39 +0000
68c893b2f1ICU-10855 fix handling of partial match leniency to not falsely pass literals that should fail
Scott Russell
2014-05-16 17:38:08 +0000
3745c93568ICU-10898 tzdata 2014c to ICU4C
Michael Ow
2014-05-14 01:19:16 +0000
354db4a33dICU-10898 tzdata 2014c to ICU4J
Michael Ow
2014-05-14 01:18:40 +0000
7bbd60c374ICU-10492 Fix library name issue in mingw build
Michael Ow
2014-05-10 06:59:22 +0000
f3fc05d4a6ICU-10870 Use GetGeoInfoW version of GetGeoInfo
Michael Ow
2014-05-09 19:11:50 +0000
d3f2a4ba93ICU-10891 Fix buffer overflow problem in uresbund.cpp
Andy Heninger
2014-05-09 17:54:54 +0000
b5b8492a6fICU-10887 Fix documentation in MeasureFormat.
Travis Keep
2014-05-08 22:46:37 +0000
61a5b161d3ICU-10885 Remove obsolete, unused test data file.
Andy Heninger
2014-05-06 22:39:41 +0000
a54177be4bICU-10865 Thread safety fixes to u_get_stdout().
Andy Heninger
2014-05-06 21:52:26 +0000
6f97fd0a2aICU-10835 Fix build problems from r35683.
Andy Heninger
2014-05-04 20:43:48 +0000
114c7abe69ICU-10827 Updated ICU modified version of tzcode to 2014b level.
Yoshito Umaoka
2014-05-02 23:24:38 +0000
a45f7faf63ICU-10835 Improve performance of case insensitive find operations.
Andy Heninger
2014-05-02 22:51:53 +0000
8807332753ICU-10835 Add tool for generation of regular expressions casing data
Andy Heninger
2014-05-02 22:02:59 +0000
3ed1418315ICU-10038 Add u_fopen variant that accepts UTF16 filename
Michael Ow
2014-05-01 17:45:12 +0000
52cf49b10eICU-10873 newlib has _timezone instead of __timezone
Jungshik Shin
2014-05-01 00:16:10 +0000
1cdf346b5eICU-10871 Remove the old untested and unlisted U_PF_CLASSIC_MACOS platform. The modern ICU probably would not compile on this old platform anymore.
George Rhoten
2014-04-30 18:34:36 +0000
9360e089b0ICU-1859 Fix memory leak.
George Rhoten
2014-04-30 02:09:50 +0000
f81d3ccbfaICU-10841 DateTimePatternGenerator.FormatParser should cache the UnicodeSet objects
George Rhoten
2014-04-30 00:21:06 +0000
cd1202bbefICU-1859 Fix a compiler error on AIX.
George Rhoten
2014-04-29 21:34:42 +0000
cbc44d1d51ICU-1859 Fix a compiler error on AIX.
George Rhoten
2014-04-29 20:35:27 +0000
37cbf3a611ICU-1859 All RBNF rules parse now. All spellout values roundtrip. Lenient roundtripping is still an issue.
George Rhoten
2014-04-29 18:29:12 +0000
e9ae2f8d71ICU-10844 Add Regex test case.
Andy Heninger
2014-04-25 21:22:20 +0000
db886fc4b2ICU-10767 Use ConcurrentHashMap with RuleBasedBreakIterator.
Andy Heninger
2014-04-25 19:58:47 +0000
4587ade4b5ICU-10295 Mutex ucln_registerCleanup to clear thread sanitizer errors.
Andy Heninger
2014-04-25 17:27:53 +0000
9c8e20c008ICU-10805 Use InitOnce in Region class. Fixes threading problem in initialization.
Andy Heninger
2014-04-24 22:31:56 +0000
3cc66e5be4ICU-10808 Fix some array size limitation when calling pkgdata tool
Michael Ow
2014-04-23 21:29:23 +0000
e22cfd6ac1ICU-10125 merge from branch
Steven R. Loomis
2014-04-15 13:01:23 +0000
093580b5dcICU-10821 Unicode 7.0 in trunk, from branches/markus/uni70@35631
Markus Scherer
2014-04-14 23:08:41 +0000
567aebade1ICU-10821 Unicode 7.0 in trunk, from branches/markus/uni70@35631
Markus Scherer
2014-04-14 22:30:09 +0000
b655078cdaICU-10842 Updated ICU4C version nubmers for 54M1.
Yoshito Umaoka
2014-04-14 20:41:25 +0000
417e2450f7ICU-10843 Changed the ICU4J version numbers for 54M1.
Yoshito Umaoka
2014-04-14 20:40:53 +0000
f519b59ca3ICU-10816 Added a test case of DateFormat parse leniency setter/gettter APIs. Also cleaned up some lenient parse test code to match the ICU4C test cases.
Yoshito Umaoka
2014-04-14 19:59:56 +0000
1d90a2e031ICU-10816 Added a test case of DateFormat parse leniency setter/getter APIs.
Yoshito Umaoka
2014-04-14 19:58:40 +0000
a04b664193ICU-10839 Updated collation performance test script to work with the current directory structure.
Yoshito Umaoka
2014-04-14 15:22:55 +0000
e05022e643ICU-10822 remove static from test method
Scott Russell
2014-04-10 20:20:20 +0000
b30a917348ICU-10822 C wrapper implementation for udat_get.../udat_setBooleanAttribute
Scott Russell
2014-04-10 19:49:13 +0000
93559e74a8ICU-10046 Expose Exponent Multiplication Symbol. ScientificFormatHelper class to recognize variants of the plus and minus sign.
Travis Keep
2014-04-10 18:13:29 +0000
fe24e76026ICU-10758 Enable fastpath for DecimalFormat when grouping is turned on as long as no grouping separators need to be inserted.
Travis Keep
2014-04-01 20:41:15 +0000
da7170882bICU-10636 make -w tests work without collation rule strings, and without big5han and gb2312han
Markus Scherer
2014-04-01 19:59:27 +0000
a7eb2801abICU-10810 Synchronized ICU4J data with ICU4C trunk to import the resource files built with the updated genrb.
Yoshito Umaoka
2014-03-28 23:00:52 +0000
9e4365c9e6ICU-10810 genrb: preflight strings on final parse tree, not while building the tree
Markus Scherer
2014-03-28 22:03:03 +0000
933fed99edICU-10434 tzdata2014b to ICU4J
Yoshito Umaoka
2014-03-26 14:39:46 +0000
e4e63fd5c0ICU-10434 tzdata2014b to ICU4C
Yoshito Umaoka
2014-03-26 14:33:24 +0000
c5f65ad529ICU-10434 Relaxed the check condition for DST amount from 1 hour to 2 hours. tzdata2014b added Antarctica/Troll with a recurrent DST rule with 2 hour daylight saving.
Yoshito Umaoka
2014-03-26 14:28:37 +0000
283c817edbICU-10749 build.xml update for Moving TestAll
Scott Russell
2014-03-17 15:08:52 +0000
eec8bee6dfICU-9101 Some API header doc cleanup for StringSearch/SearchIterator
Peter Edberg
2014-03-17 03:39:24 +0000
3daf54af40ICU-10740 Fix uconfig test errors
Michael Ow
2014-03-15 06:08:42 +0000
8fdebe3515ICU-10740 Adjust #ifndef U_HIDE_DRAFT/INTERNAL_API for changes; don't use around default,copy,= ctors
Peter Edberg
2014-03-15 00:20:41 +0000
49cec684d4ICU-10792 Merge data fixes from Cldrbug:7068
John Emmons
2014-03-14 20:58:12 +0000
bc0b75a81bICU-10792 Merge data fixes from Cldrbug:7068
John Emmons
2014-03-14 20:57:50 +0000
1390808e60ICU-10764 Regenerated APIChangeReport.html to include some latest changes in trunk.
Yoshito Umaoka
2014-03-14 03:38:14 +0000
097c0f238bICU-10756 Review update. Updated API status tag of setGroupingUsed() and setParseIntegerOnly which were added to override the super class methods to resolve the problem to @draft ICU 53.
Yoshito Umaoka
2014-03-14 02:31:25 +0000
c9b9cf52d2ICU-10745 Remove other logKnownIssue for #10405, fixed in CLDR 25
Peter Edberg
2014-03-13 23:02:10 +0000
4cbc737493ICU-10740 Update urename.h
Peter Edberg
2014-03-13 22:53:30 +0000
5c9f27f401ICU-10789 Some last minute changes in supplemental data from CLDR 25
John Emmons
2014-03-13 21:31:31 +0000
22c6db5157ICU-10789 Some last minute changes in supplemental data from CLDR 25
John Emmons
2014-03-13 21:31:15 +0000
c70512bdfeICU-10786 Ensure ICU 53 passes without data
Michael Ow
2014-03-13 21:28:24 +0000
2f0f40c29aICU-10764 API Promotions for ICU4C 53.
Andy Heninger
2014-03-13 21:03:05 +0000
dfe8c061e0ICU-10764 API Promotions for ICU4C 53.
Andy Heninger
2014-03-13 20:33:16 +0000
27b3e24d4dICU-10745 Remove logKnownIssue for #10405, fixed in CLDR 25
Peter Edberg
2014-03-13 17:33:02 +0000
134c4e57c9ICU-10757 Fixed a problem in DurationFormat#formatDurationFromNowTo() - polarity of duration was inverted before.
Yoshito Umaoka
2014-03-13 08:51:44 +0000
3a18f04d94ICU-10763 ICU4J 53 API status updates.
Yoshito Umaoka
2014-03-13 04:45:07 +0000
21d28f0945ICU-10286 Add uconfig option in test code for filtered break iterator
Michael Ow
2014-03-12 22:56:39 +0000
185eb296a9ICU-10740 update pool.res bundles for CLDR 25
Markus Scherer
2014-03-12 22:54:00 +0000
06cc7cacb5ICU-10286 Add uconfig option to disable filtered break iterator code by default
Michael Ow
2014-03-12 21:59:12 +0000
a5f40a5135ICU-10441 Regenerate Japanese collation to fix double backslash problem
John Emmons
2014-03-12 21:44:09 +0000
2fbd7d8a61ICU-10441 Regenerate Japanese collation to fix double backslash problem
John Emmons
2014-03-12 21:43:56 +0000
ecfc286a25ICU-10740 some new intra-ICU4C dependencies
Markus Scherer
2014-03-12 21:27:57 +0000
f1ab4ca109ICU-10700 fix minor API docs bugs
Markus Scherer
2014-03-12 18:58:26 +0000
30de06a013ICU-10700 fix minor API docs bug
Markus Scherer
2014-03-12 18:53:11 +0000
c1f540a2ebICU-10640 remove obsolete TODO
Markus Scherer
2014-03-12 18:48:27 +0000
2fda64929dICU-10745 Merge CLDR 25 data
John Emmons
2014-03-12 04:41:01 +0000
7525392d15ICU-10745 Merge CLDR25 data into trunk
John Emmons
2014-03-12 04:34:00 +0000
1def0575b8ICU-5186 to address review comments, reformat & delete commented-out line
Peter Edberg
2014-03-12 02:44:16 +0000
a55d42e8faICU-10725 add explicit status for every item in USearchAttribute[Value] enums
Peter Edberg
2014-03-12 01:44:33 +0000
851ea612f2ICU-10740 update U_COPYRIGHT_STRING to 2014
Peter Edberg
2014-03-12 01:41:52 +0000
16401cda19ICU-10640 Markus' review comments on formatting hh:mm:ss in MeasureFormat.
Travis Keep
2014-03-12 00:12:32 +0000
83f8bc77b2ICU-10640 Fix misspelled word in comments. Add TODO to revisit how we dtermine if two MeasureUnit references mean the same unit.
Travis Keep
2014-03-11 23:33:52 +0000
1fcb35049cICU-10640 Change C++ MeasureUnit code generation to include @draft ICU 53. Add comments to MeasureFormat around the formatting of numeric durations.
Travis Keep
2014-03-11 23:00:21 +0000
fbe2510ebaICU-10700 Add documentation to JAVA about not registering services in the middle of an application run.
Travis Keep
2014-03-11 22:58:25 +0000
2f995bd7e3ICU-10374 Fixed some issues introduced by r35403. Also fixed compiler warnings in LocaleMatcher.
Yoshito Umaoka
2014-03-11 21:35:11 +0000
705755a025ICU-10700 From Markus' review comments.
Travis Keep
2014-03-11 21:18:34 +0000
55daa14907ICU-10640 Changes from Markus' review.
Travis Keep
2014-03-11 17:40:23 +0000
eb858d8ff3ICU-10374 integrate branch
Mark Davis
2014-03-11 17:25:36 +0000
436829f8fcICU-10434 tzdata2014a to ICU4J
Michael Ow
2014-03-11 05:21:06 +0000
494610cf0fICU-10434 tzdata2014a to ICU4C
Michael Ow
2014-03-11 05:20:06 +0000
215d461208ICU-10015 A fix for a minor issue in Deque found during code review.
Yoshito Umaoka
2014-03-10 18:03:04 +0000
c3b6d7351dICU-10776 fix non-ASCII characters in C source
Scott Russell
2014-03-10 15:23:19 +0000
d3e17b771bICU-10739 Add readme comments about requiring C99
Peter Edberg
2014-03-08 06:25:27 +0000
71faffa075ICU-10725 Deprecate USEARCH_CANONICAL_MATCH which has no effect, suggest UCOL_NORMALIZATION_MODE instead.
Peter Edberg
2014-03-08 05:37:03 +0000
4cfdb4a00dICU-10651 DateFormat::getCalendar() not intended to get the results of parse
Steven R. Loomis
2014-03-08 01:18:23 +0000
5bc87de353ICU-10003 update derb manpage
Steven R. Loomis
2014-03-08 01:09:32 +0000
f9518ccbb1ICU-9948 bump class table
Steven R. Loomis
2014-03-08 01:09:05 +0000
0b703647fdICU-9948 no longer see a crash, think it was fixed by other bugs. bumped the class table. enabled letest to run by default (finally). fixed pcheck to output status.
Steven R. Loomis
2014-03-08 00:49:39 +0000
4c6a2ed3f7ICU-10718 Updated ULocale getLanguage/getCountry/getScript/getVariant implementation based on George's feedback.
Yoshito Umaoka
2014-03-07 22:47:45 +0000
dc9edbf4e8ICU-10738 CollationAPITest/TestVariableTopSetting use the root collator, fails with en_US_POSIX
Markus Scherer
2014-03-07 17:32:11 +0000
c9cda28161ICU-10738 CollationAPITest/TestVariableTopSetting use the root collator, fails with en_US_POSIX
Markus Scherer
2014-03-07 17:31:39 +0000
7b0172a8aaICU-10272 fix break on Windows
Steven R. Loomis
2014-03-07 01:01:49 +0000
b8358fd167ICU-10766 Rename ResourceType enum values to avoid collision on MinGW build
Michael Ow
2014-03-07 00:46:13 +0000
c866020da6ICU-10272 the clang workaround was only *mostly* harmless. Disable it under Windows. Fix: typeinfo(82): error C2874: using-declaration causes a multiple declaration of 'type_info'
Steven R. Loomis
2014-03-07 00:30:23 +0000
901f2644d8ICU-8511 Review fix, setTimeZone should do defensive clone of TimeZone
Peter Edberg
2014-03-06 23:28:21 +0000
9d41d2258aICU-10286 warning fix
Steven R. Loomis
2014-03-06 21:59:38 +0000
4aa1d95ce1ICU-10286 platform fix
Steven R. Loomis
2014-03-06 19:40:33 +0000
bd3131899fICU-10272 clang workaround
Steven R. Loomis
2014-03-06 19:39:41 +0000
ded9162807ICU-10286 API docs update (commit missed from yesterday), remove stray printf
Steven R. Loomis
2014-03-06 18:38:08 +0000
f4fe9b638eICU-10286 load suppression data from locales. For now, only test English because it is already in.
Steven R. Loomis
2014-03-06 12:51:31 +0000
7bc88a1a04ICU-10286 works on windows
Steven R. Loomis
2014-03-06 12:11:08 +0000
bbe5a9e0d8ICU-10286 Check in filtered break behavior. Does not load bundles yet. Also fixes to locbased and brkiter ( no way for subclasses to set locale id )
Steven R. Loomis
2014-03-06 11:21:15 +0000
bf0d5601c2ICU-10756 fix stray 'x'
Steven R. Loomis
2014-03-06 10:32:21 +0000
5241507312ICU-10637 Format/parse using 'r', C part 2 (add tests, clean up islamic delta calculation)
Peter Edberg
2014-03-06 09:47:25 +0000
7202567040ICU-9101 Cleaned up API doc for StringSearch. Removed clauses mentioning Boyer-Moore algorithm. Keep the docs synchronized with ICU4J StringSearch.
Yoshito Umaoka
2014-03-06 01:27:21 +0000
5799b71849ICU-9101 Updated API docs for SearchIterator and StringSearch. Tried to keep them synchronized with ICU4C API docs as much as possible.
Yoshito Umaoka
2014-03-06 01:25:31 +0000
d92c13c285ICU-10324 Update Plural Rule API docs to show added SampleType parameter
Andy Heninger
2014-03-06 00:40:48 +0000
f38544a2a6ICU-10756 regression tests added for case where setGroupingUsed didn't call handleChanged() and thus the fastpath status would be incorrect. Fixed by overriding three functions in DecimalFormat but delegating to NumberFormat. The other two functions don't affect fastpath, but are overridden for future changes where they might.
Steven R. Loomis
2014-03-06 00:12:57 +0000
4c308228b1ICU-10286 check in stub xml files so that the .txt gets generated. See ICU-10750 for removal of such stubs.
Steven R. Loomis
2014-03-05 23:25:48 +0000
3226c52b08ICU-10756 fix operator= ( restores performance for the createInstance() / applyPattern("#") case )
Steven R. Loomis
2014-03-05 23:11:07 +0000
8700d5b055ICU-10755 check in some additional tests
Steven R. Loomis
2014-03-05 22:23:51 +0000
d6d65ed16bICU-10286 initial stub checkin of FilteredBreakIteratorBuilder (todo: windows proj files)
Steven R. Loomis
2014-03-05 20:44:47 +0000
285f95b7fdICU-10755 remove whitespace and fix warnings
Steven R. Loomis
2014-03-05 19:48:58 +0000
c574edd9edICU-10755 add U_NAMESPACE_USE, also add a couple of tests including grouping (for comparison)
Steven R. Loomis
2014-03-05 19:47:35 +0000
95dccec52dICU-9791 Minor doc update for getName() API of numbering system
John Emmons
2014-03-05 18:52:47 +0000
30e8bc452dICU-10637 Format/parse using 'r' related gregorian year, C changes part 1 (still need correct num fmt & tests)
Peter Edberg
2014-03-05 11:51:05 +0000
8791b26095ICU-10625 address data checks in DateFormatTest::TestDateFormatLeniency not checking expected results
Scott Russell
2014-03-05 00:52:30 +0000
10c83d606dICU-7203 remove an obsolete comment
Markus Scherer
2014-03-04 23:50:05 +0000
47d5e79a13ICU-7203 remove MAX_CP_COUNT=200 limitation from Punycode
Markus Scherer
2014-03-04 23:46:53 +0000
364f5c7205ICU-10683 add ICU-specific exceptions
Markus Scherer
2014-03-04 22:45:10 +0000
faacd61904ICU-10724 Minor refinement in the API doc for TimeZone::getDisplayName, the fallback format is localized and can be different from GMT[+-]hh:mm.
Yoshito Umaoka
2014-03-04 20:21:22 +0000
0031acaf17ICU-4833 Update break iterator title case rules.
Andy Heninger
2014-03-04 20:19:57 +0000
ce39777edaICU-4833 Update RBBI title case rules, replace obsolete rule syntax.
Andy Heninger
2014-03-04 19:58:04 +0000
2700c96d4bICU-9101 Fixed some compiler warnings reported by javac in JDK - redundant type cast.
Yoshito Umaoka
2014-03-04 19:44:48 +0000
6551bf073eICU-10639 detect the empty label before the ASCII dot in a domain name that contains nothing else
Markus Scherer
2014-03-04 19:44:46 +0000
9bf9705667ICU-9101 fix hiraganaQuaternary API docs
Markus Scherer
2014-03-04 19:32:53 +0000
fe6eca4673ICU-9101 fix hiraganaQuaternary API docs
Markus Scherer
2014-03-04 19:27:43 +0000
ac5b6cdc87ICU-10749 Updated ICU4J version to 53.1
Yoshito Umaoka
2014-03-04 19:17:31 +0000
39f9e215deICU-10740 Update version number to 53.1 in ICU4C
Michael Ow
2014-03-04 17:59:29 +0000
c7d1e72a63ICU-10720 Fixed a couple of defective test code.
Yoshito Umaoka
2014-03-04 16:52:33 +0000
aaf4a4d807ICU-9101 Fixed some coding issues reported by FindBugs in the new collation code.
Yoshito Umaoka
2014-03-04 16:22:17 +0000
246f3a9162ICU-10336 really fix test
Scott Russell
2014-03-04 16:09:19 +0000
11b2ef55b3ICU-10336 fix test
Scott Russell
2014-03-04 15:15:12 +0000
eb0fd12224ICU-10336 add leniency controls for lenient like behavior
Scott Russell
2014-03-04 14:40:36 +0000
b0c6d643dbICU-10336 merge branch into trunk
Scott Russell
2014-03-04 14:39:12 +0000
e9bdf144dbICU-10721 Changed BreakIterator factory method to throw NPE always when specified locale is null. The API docs are also updated to clarify this. The spec is equivalent to JDK.
Yoshito Umaoka
2014-03-04 09:08:11 +0000
21e8bbce00ICU-10730 Just add tests verifying correct behavior for U in skeleton (J)
Peter Edberg
2014-03-04 08:46:56 +0000
2a5e2e4810ICU-10730 Just add tests verifying correct behavior for U in skeleton (C)
Peter Edberg
2014-03-04 08:46:17 +0000
688a68d1a8ICU-10665 Fixed bad HTML tags in the API docs for UCharacterIterator.
Yoshito Umaoka
2014-03-04 06:20:13 +0000
24a8cc84f4ICU-5186 Make DecimalFormat::operator== much more complete
Peter Edberg
2014-03-04 05:54:16 +0000
3997d2d085ICU-10746 Fixed a collation thread test execution problem. Made testFrozen (was the bad one) to share the same test code with testThreads (was OK).
Yoshito Umaoka
2014-03-04 04:39:04 +0000
4745a14bbfICU-10635 Preserve DisplayContext when serializing RelativeDateFormat, adjust serialization of cached BreakIterator from #10633 and #10681
Peter Edberg
2014-03-04 00:41:23 +0000
b5b38d2c98ICU-9101 merge branches/markus/collv2@35302 into the trunk
Markus Scherer
2014-03-04 00:11:11 +0000
974358f7fdICU-8204 test quoted apostrophe in compact syntax
Markus Scherer
2014-03-03 20:54:56 +0000
62c9048bc0ICU-10633 Implement context-sensitive number formatting (RBNF for J), handle serialization/equals for NumberFormat capitalizationSetting
Peter Edberg
2014-03-03 19:48:34 +0000
22316fe74fICU-6328 test Malayalam 0D57<<0D4C
Markus Scherer
2014-03-03 19:32:21 +0000
bb74c8c14cICU-8511 Add set/getTimeZone methods to ICU4J DateIntervalFormat
Peter Edberg
2014-03-03 02:20:50 +0000
c2026e4aa5ICU-10681 Lazily get and cache BreakIterator for titlecasing; lazily get contextTransform info if possible (J)
Peter Edberg
2014-03-02 22:27:26 +0000
c9c2304cc7ICU-9507 test script reordering also *among* variables
Markus Scherer
2014-03-02 18:55:25 +0000
27cfaed4d8ICU-10681 Lazily get and cache BreakIterator for titlecasing; lazily get contextTransform info if possible (C)
Peter Edberg
2014-03-02 00:44:35 +0000
11676f470fICU-9355 test that secondary+case ignores secondary ignorables
Markus Scherer
2014-03-01 22:53:08 +0000
c0c465d823ICU-9351 test that uppercase-first sorts a string with a trailing tertiary CE after its prefix
Markus Scherer
2014-03-01 00:23:24 +0000
742658b061ICU-9507 test shifted+reordering
Markus Scherer
2014-03-01 00:07:08 +0000
3baf728df7ICU-10033 Clarify what characters numeric collation works on
Markus Scherer
2014-02-28 22:50:10 +0000
b35f99a0a7ICU-9956 test that @ is equivalent to [backwards 2]
Markus Scherer
2014-02-28 22:12:12 +0000
36666b5856ICU-10149 test collation type fallback from unsupported type
Markus Scherer
2014-02-28 21:36:06 +0000
d3caa74af6ICU-9092 test numeric collation with other settings
Markus Scherer
2014-02-28 21:22:56 +0000
15daddd56dICU-9778 replace use of deprecated ucol_getContractions()
Markus Scherer
2014-02-28 21:09:19 +0000
43958793f7ICU-10108 test reset-before on already-tailored characters
Markus Scherer
2014-02-28 20:57:21 +0000
78b241a52bICU-9959 test that RBC forbids rules with a before-reset followed by a stronger relation
Markus Scherer
2014-02-28 20:15:58 +0000
ede6e58597ICU-10478 Android does not have nl_langinfo(codeset)
Markus Scherer
2014-02-28 19:27:37 +0000
84f781e9fbICU-10595 reenable TestNextSortKeyPartJaIdentical()
Markus Scherer
2014-02-27 23:31:01 +0000
a2a0fa000dICU-8070 Check that the rule parser handles a comment without terminating end-of-line
Markus Scherer
2014-02-27 22:52:07 +0000
e9e591473cICU-10520 Remove typo in readme
Michael Ow
2014-02-27 21:01:41 +0000
d6cca740f2ICU-10673 AnyTransliterator thread safety test, fix build failure on AIX.
Andy Heninger
2014-02-27 20:57:51 +0000
3a249592b4ICU-10602 Added @Deprecated annotation to @deprecated APIs. Corrected API status tag for SpoofChecker.SINGLE_SCRIPT, which was actually marked as @deprecated before ICU 51. Also some cleanup for non-standard @internal tag document.
Yoshito Umaoka
2014-02-27 20:18:05 +0000
e9feffb425ICU-10520 Clarify windows build instructions in the readme
Michael Ow
2014-02-27 19:36:18 +0000
fefa024cccICU-10711 Update more fixes to zos pds dataset build
Michael Ow
2014-02-27 19:23:50 +0000
fcb9a8ed56ICU-10663 Update zos build instructions concerning heap size settings in the readme
Michael Ow
2014-02-27 19:19:22 +0000
0cae113eecICU-10673 AnyTransliterator thread safety fix.
Andy Heninger
2014-02-27 18:58:29 +0000
52b3ba1caaICU-10673 AnyTransliterator thread safety fix.
Andy Heninger
2014-02-27 18:45:32 +0000
36bd9445a2ICU-10726 Updated the last resort number format patterns to match the patterns used by root locale.
Yoshito Umaoka
2014-02-27 07:44:48 +0000
95874c18f0ICU-10678 cherry-pick Unicode 7.0 U+20BD RUBLE SIGN for ICU 53
Markus Scherer
2014-02-26 21:45:33 +0000
889c8b2429ICU-10678 cherry-pick Unicode 7.0 U+20BD RUBLE SIGN for ICU 53
Markus Scherer
2014-02-26 21:34:14 +0000
6dac8088a7ICU-9101 readme about collation
Markus Scherer
2014-02-26 20:45:41 +0000
586a608127ICU-9101 readme about collation
Markus Scherer
2014-02-26 20:40:59 +0000
1ee6b71f6cICU-10723 delete C++ RandomCollatorTest
Markus Scherer
2014-02-26 19:33:44 +0000
d346620563ICU-10737 ICU4J test runner to flush output writer at the end always.
Yoshito Umaoka
2014-02-26 19:31:21 +0000