]>
granicus.if.org Git - icu/log
Travis Keep [Thu, 25 Jul 2013 17:00:16 +0000 (17:00 +0000)]
ICU-10274 Attempt to fix broken ICU4J build.
X-SVN-Rev: 33987
Travis Keep [Thu, 25 Jul 2013 16:36:25 +0000 (16:36 +0000)]
ICU-10274 Add compound duration formatting for C++
X-SVN-Rev: 33986
Travis Keep [Wed, 24 Jul 2013 23:07:31 +0000 (23:07 +0000)]
ICU-10274 Add compound duration formatting for JAVA.
X-SVN-Rev: 33980
Steven R. Loomis [Wed, 24 Jul 2013 21:06:24 +0000 (21:06 +0000)]
ICU-10271 when #include <atomic> doesn't work, don't use it (autoconf mode only)
X-SVN-Rev: 33978
Steven R. Loomis [Wed, 24 Jul 2013 21:04:50 +0000 (21:04 +0000)]
ICU-10267 update test summary message
X-SVN-Rev: 33977
Andy Heninger [Wed, 24 Jul 2013 18:09:39 +0000 (18:09 +0000)]
ICU-10253 Fix #include of math.h
X-SVN-Rev: 33974
Michael Ow [Wed, 24 Jul 2013 17:51:08 +0000 (17:51 +0000)]
ICU-10255 Fix configure script comment error
X-SVN-Rev: 33973
Andy Heninger [Wed, 24 Jul 2013 16:42:56 +0000 (16:42 +0000)]
ICU-10253 Fix memory leak in plural rules.
X-SVN-Rev: 33972
Travis Keep [Tue, 23 Jul 2013 23:17:32 +0000 (23:17 +0000)]
ICU-10222 Fix failing TimeUnitTest.java the cldr path for duration units changed units -> units/duration; unitsShort -> unitsShort/duration.
X-SVN-Rev: 33971
Andy Heninger [Tue, 23 Jul 2013 21:27:07 +0000 (21:27 +0000)]
ICU-10253 Fix windows build problems with new plural rule code.
X-SVN-Rev: 33968
Peter Edberg [Tue, 23 Jul 2013 20:51:39 +0000 (20:51 +0000)]
ICU-10222 (J) Update tests for new Latvian plural rules
X-SVN-Rev: 33967
Andy Heninger [Tue, 23 Jul 2013 20:02:13 +0000 (20:02 +0000)]
ICU-10253 Currency plurals, pay attention to min fraction digits in format.
X-SVN-Rev: 33966
Andy Heninger [Tue, 23 Jul 2013 18:35:34 +0000 (18:35 +0000)]
ICU-10253 Add missing export to class NumberInfo, fixes build failure on MacOSX
X-SVN-Rev: 33965
Peter Edberg [Tue, 23 Jul 2013 18:21:02 +0000 (18:21 +0000)]
ICU-10222 (C) Update 2 more tests to match new plural rules
X-SVN-Rev: 33964
Yoshito Umaoka [Tue, 23 Jul 2013 17:40:26 +0000 (17:40 +0000)]
ICU-10084 BRS - updated readme and some others.
X-SVN-Rev: 33963
Yoshito Umaoka [Tue, 23 Jul 2013 17:02:56 +0000 (17:02 +0000)]
ICU-10084 BRS - clean up imports (update)
X-SVN-Rev: 33962
Yoshito Umaoka [Tue, 23 Jul 2013 16:54:58 +0000 (16:54 +0000)]
ICU-10084 Updated eclipse build stuffs
X-SVN-Rev: 33961
Peter Edberg [Tue, 23 Jul 2013 07:38:05 +0000 (07:38 +0000)]
ICU-10222 (C) Update CLDR data snapshot: Latvian plural fix, measurementData in supplemental
X-SVN-Rev: 33960
Peter Edberg [Tue, 23 Jul 2013 07:36:06 +0000 (07:36 +0000)]
ICU-10222 (J) Update CLDR data snapshot: Latvian plural fix, measurementData in supplemental
X-SVN-Rev: 33959
Andy Heninger [Mon, 22 Jul 2013 23:57:17 +0000 (23:57 +0000)]
ICU-10253 Plural Rule, support for new syntax for fractional rules. Merge from development branch.
X-SVN-Rev: 33958
Travis Keep [Mon, 22 Jul 2013 22:18:54 +0000 (22:18 +0000)]
ICU-10067 Implement feedback from API proposal.
X-SVN-Rev: 33955
Bing Long [Mon, 22 Jul 2013 16:31:11 +0000 (16:31 +0000)]
ICU-10254 Added dtitvfmtsample.cpp, dtptngsample.cpp, and plurfmtsample.cpp. Update all/all.sln, dtitvfmt.h,dtptngen.h and plurfmt.h to embed the sample into the ICU4C API docs.
X-SVN-Rev: 33953
Mark Davis [Sat, 20 Jul 2013 22:57:32 +0000 (22:57 +0000)]
ICU-8474 make the fields of NumberInfo @internal for access by CLDR.
X-SVN-Rev: 33951
Mark Davis [Sat, 20 Jul 2013 21:18:07 +0000 (21:18 +0000)]
ICU-8474 Fixed more test cases caused by plurals change
X-SVN-Rev: 33950
Mark Davis [Fri, 19 Jul 2013 20:26:43 +0000 (20:26 +0000)]
ICU-8474 added Russian cases to replace ones with fixed decimals.
X-SVN-Rev: 33948
Mark Davis [Fri, 19 Jul 2013 20:22:23 +0000 (20:22 +0000)]
ICU-8474 fixed currency tests.
X-SVN-Rev: 33947
Mark Davis [Fri, 19 Jul 2013 20:04:47 +0000 (20:04 +0000)]
ICU-8474 fixed Serbian data
X-SVN-Rev: 33946
Mark Davis [Fri, 19 Jul 2013 19:38:17 +0000 (19:38 +0000)]
ICU-8474 made syntax fixes in accordance with doc, adjusted code for currencies to work right.
X-SVN-Rev: 33945
Steven R. Loomis [Fri, 19 Jul 2013 01:44:39 +0000 (01:44 +0000)]
ICU-10255 set flag even on =1 case, add documentation
X-SVN-Rev: 33941
Steven R. Loomis [Thu, 18 Jul 2013 16:27:50 +0000 (16:27 +0000)]
ICU-10255 add U_HAVE_ATOMIC define, whether <atomic> can be included or not. Also zap some whitespace.
X-SVN-Rev: 33935
Peter Edberg [Thu, 18 Jul 2013 01:31:13 +0000 (01:31 +0000)]
ICU-10222 (C) Update some plural test cases, add better error logging
X-SVN-Rev: 33933
Mark Davis [Mon, 15 Jul 2013 13:40:57 +0000 (13:40 +0000)]
ICU-10187 Fix test (regions that leaked () in CLDR).
X-SVN-Rev: 33923
Mark Davis [Mon, 15 Jul 2013 13:11:49 +0000 (13:11 +0000)]
ICU-10187 Fix test (regions that leaked () in CLDR.
X-SVN-Rev: 33922
Mark Davis [Mon, 15 Jul 2013 10:10:12 +0000 (10:10 +0000)]
ICU-10187 replace the parens by brackets. Note: could not write a test, since we can't change ICU's locale data. However, stepped through the data to ensure that it worked.
X-SVN-Rev: 33921
Travis Keep [Thu, 11 Jul 2013 22:19:13 +0000 (22:19 +0000)]
ICU-10222 TimeUnitFormat to look under units/duration for time units instead of just units.
X-SVN-Rev: 33917
Travis Keep [Thu, 11 Jul 2013 20:49:11 +0000 (20:49 +0000)]
ICU-10222 Fix failing tests in NumberFormatTest.
X-SVN-Rev: 33916
Yoshito Umaoka [Thu, 11 Jul 2013 19:13:13 +0000 (19:13 +0000)]
ICU-10222 Reverted r33902, but updated the locale used for testing from 'ru' to 'uk'. The test case was originally written for the rule set formerly shared by 'ru' and 'uk', but the rule for 'ru' had been changed. After the new syntax for fractional plural is once supported in ICU4C, then the test case should pass successfully with locale 'uk'.
X-SVN-Rev: 33915
Yoshito Umaoka [Thu, 11 Jul 2013 19:10:09 +0000 (19:10 +0000)]
ICU-10222 Changed a test case in testPluralFormat to use locale 'uk' instead of 'ru'. The test case was originally written for the rule set formerly shared by 'ru' and 'uk', but the rule for 'ru' had been changed.
X-SVN-Rev: 33914
Peter Edberg [Thu, 11 Jul 2013 18:59:13 +0000 (18:59 +0000)]
ICU-10244 (C) LocaleData.getLocaleSeparator now returns piece between {0} and {1} in new localeSeparator pattern
X-SVN-Rev: 33913
Travis Keep [Thu, 11 Jul 2013 17:19:48 +0000 (17:19 +0000)]
ICU-10222 Fix CompactDecimalFormat tests for serbian to match new plural rules.
X-SVN-Rev: 33910
Jennifer Chye [Thu, 11 Jul 2013 17:04:13 +0000 (17:04 +0000)]
ICU-10246 Revert changeset 33903 for until 52m1 is complete.
X-SVN-Rev: 33909
Jennifer Chye [Thu, 11 Jul 2013 17:02:02 +0000 (17:02 +0000)]
ICU-10252 Revert changeset 33904 until 52m1 is complete.
X-SVN-Rev: 33908
Peter Edberg [Thu, 11 Jul 2013 07:00:49 +0000 (07:00 +0000)]
ICU-10244 (C) ulocdata_getLocaleSeparator now returns piece between {0} and {1} in new localeSeparator pattern
X-SVN-Rev: 33906
Steven R. Loomis [Thu, 11 Jul 2013 00:31:41 +0000 (00:31 +0000)]
ICU-7912 final update to apidocs. Also removed references to non-existent kDecimalNumber (from fmtable.h), and cleaned up other docs
X-SVN-Rev: 33905
Jennifer Chye [Wed, 10 Jul 2013 21:10:29 +0000 (21:10 +0000)]
ICU-10252 Switch rbnf and brkitr conversion to the new converter and remove redundant cldrVersion flags.
X-SVN-Rev: 33904
Jennifer Chye [Wed, 10 Jul 2013 20:55:11 +0000 (20:55 +0000)]
ICU-10246 Remove duplicate lenient-parse rules in data/xml/rbnf.
X-SVN-Rev: 33903
Travis Keep [Wed, 10 Jul 2013 20:52:00 +0000 (20:52 +0000)]
ICU-10222 Fix failing test for MessageFormat because the plural rules for russian changed.
X-SVN-Rev: 33902
Ramy Said [Wed, 10 Jul 2013 07:16:36 +0000 (07:16 +0000)]
ICU-9272 CharsetDetector Inefficiencies
X-SVN-Rev: 33901
Peter Edberg [Wed, 10 Jul 2013 06:44:41 +0000 (06:44 +0000)]
ICU-10083 Update urename.h for 52.0.1
X-SVN-Rev: 33900
Yoshito Umaoka [Tue, 9 Jul 2013 22:23:02 +0000 (22:23 +0000)]
ICU-10084 BRS - Updated the API change report. Supplied API status tag to a bunch of new draft/private APIs. Fixed a API change report tool problem caused by an extremely long API signature (expanded an internal API signature token limit from 256 to 512).
X-SVN-Rev: 33899
Yoshito Umaoka [Tue, 9 Jul 2013 18:28:49 +0000 (18:28 +0000)]
ICU-10084 Resolve Eclipse compiler warnings.
X-SVN-Rev: 33898
Yoshito Umaoka [Tue, 9 Jul 2013 16:45:56 +0000 (16:45 +0000)]
ICU-10084 BRS - clean up import statements.
X-SVN-Rev: 33897
Peter Edberg [Tue, 9 Jul 2013 07:42:39 +0000 (07:42 +0000)]
ICU-10244 (J) Add tests for localeDisplayName using localeSeparator
X-SVN-Rev: 33896
Steven R. Loomis [Tue, 9 Jul 2013 01:16:33 +0000 (01:16 +0000)]
ICU-9583 show test summary at end of make. Apropos when the trunk is broken..
X-SVN-Rev: 33895
Steven R. Loomis [Tue, 9 Jul 2013 00:47:46 +0000 (00:47 +0000)]
ICU-7912 add parse/format functions, other UFormattable API improvements
X-SVN-Rev: 33894
Michael Ow [Mon, 8 Jul 2013 23:38:25 +0000 (23:38 +0000)]
ICU-10037 Update tzdata in ICU4J to 2013d
X-SVN-Rev: 33893
Michael Ow [Mon, 8 Jul 2013 23:37:56 +0000 (23:37 +0000)]
ICU-10037 Update ICU4C to tzdata 2013d
X-SVN-Rev: 33892
Peter Edberg [Mon, 8 Jul 2013 06:51:38 +0000 (06:51 +0000)]
ICU-10222 (C) Integrate CLDR data snapshot for ICU 52.0.1; add calendar types
X-SVN-Rev: 33890
Peter Edberg [Mon, 8 Jul 2013 06:34:53 +0000 (06:34 +0000)]
ICU-10244 (C) Handle localeDisplayPattern/separator as pattern
X-SVN-Rev: 33889
Peter Edberg [Mon, 8 Jul 2013 06:31:43 +0000 (06:31 +0000)]
ICU-10222 (J) Integrate CLDR data snapshot for ICU 52.0.1; add calendar types
X-SVN-Rev: 33888
Peter Edberg [Mon, 8 Jul 2013 06:28:29 +0000 (06:28 +0000)]
ICU-10244 (J) Handle localeDisplayPattern/separator as pattern
X-SVN-Rev: 33887
Andy Heninger [Thu, 4 Jul 2013 22:32:33 +0000 (22:32 +0000)]
ICU-10050 disable C++11 std atomics on Macintosh
X-SVN-Rev: 33885
Mark Davis [Wed, 3 Jul 2013 08:58:32 +0000 (08:58 +0000)]
ICU-8474 cleanup, moving some test code to CLDR.
X-SVN-Rev: 33882
Steven R. Loomis [Tue, 2 Jul 2013 21:09:50 +0000 (21:09 +0000)]
ICU-10217 update icucaps.xml
X-SVN-Rev: 33878
Michael Ow [Mon, 1 Jul 2013 20:28:08 +0000 (20:28 +0000)]
ICU-10148 Fix UnicodeString usage
X-SVN-Rev: 33873
Scott Russell [Mon, 1 Jul 2013 19:00:14 +0000 (19:00 +0000)]
ICU-9968 Return value of SimpleDateFormat subparse not correctly reflecting error at start pos 0 - fix failing ERA test
X-SVN-Rev: 33872
Scott Russell [Mon, 1 Jul 2013 15:24:42 +0000 (15:24 +0000)]
ICU-9968 Return value of SimpleDateFormat subparse not correctly reflecting error at start pos 0
X-SVN-Rev: 33871
Mark Davis [Mon, 1 Jul 2013 10:35:20 +0000 (10:35 +0000)]
ICU-8474 cleanup, moving some test code to CLDR.
X-SVN-Rev: 33870
Andy Heninger [Fri, 28 Jun 2013 21:12:31 +0000 (21:12 +0000)]
ICU-9936 Improved API descriptions for DecimalFormat set min/max significant digits.
X-SVN-Rev: 33869
Andy Heninger [Fri, 28 Jun 2013 21:12:10 +0000 (21:12 +0000)]
ICU-9936 Improved API descriptions for DecimalFormat set min/max significant digits.
X-SVN-Rev: 33868
Michael Ow [Fri, 28 Jun 2013 19:57:20 +0000 (19:57 +0000)]
ICU-10203 Fix resource bundle memory leak
X-SVN-Rev: 33867
Steven R. Loomis [Thu, 27 Jun 2013 19:49:55 +0000 (19:49 +0000)]
ICU-7912 add unum_parse and unum_format taking UFormattable (@internal, API proposal to follow)
X-SVN-Rev: 33862
Steven R. Loomis [Thu, 27 Jun 2013 17:37:58 +0000 (17:37 +0000)]
ICU-10234 check in layout engine perf test
X-SVN-Rev: 33861
Peter Edberg [Thu, 27 Jun 2013 08:23:29 +0000 (08:23 +0000)]
ICU-10195 (J) Add more tests for getAppendItemName
X-SVN-Rev: 33860
Peter Edberg [Thu, 27 Jun 2013 07:41:56 +0000 (07:41 +0000)]
ICU-10195 Fix CLDR_FIELD_NAME[] array so getting localized name for UDATPG_DAY_FIELD works
X-SVN-Rev: 33859
Peter Edberg [Thu, 27 Jun 2013 06:53:35 +0000 (06:53 +0000)]
ICU-10061 (J) Make getDayOfWeekType behave as documented for last weekend day; fix for 1-day weekends
X-SVN-Rev: 33858
Peter Edberg [Thu, 27 Jun 2013 06:16:33 +0000 (06:16 +0000)]
ICU-9984 (J) For DTPG, Y in skeleton should produce Y in pattern
X-SVN-Rev: 33857
Peter Edberg [Thu, 27 Jun 2013 05:47:14 +0000 (05:47 +0000)]
ICU-10070 add more tests
X-SVN-Rev: 33856
Andy Heninger [Thu, 27 Jun 2013 00:34:48 +0000 (00:34 +0000)]
ICU-10236 Update dependencies check for 52.0.1 M1
X-SVN-Rev: 33855
Andy Heninger [Wed, 26 Jun 2013 18:34:15 +0000 (18:34 +0000)]
ICU-10088 Fix incorrect API doc for uregex_setStackLimit().
X-SVN-Rev: 33854
Steven R. Loomis [Wed, 26 Jun 2013 15:27:41 +0000 (15:27 +0000)]
ICU-7912 fix breakage
X-SVN-Rev: 33853
Steven R. Loomis [Wed, 26 Jun 2013 06:31:09 +0000 (06:31 +0000)]
ICU-7912 C wrapper for Formattable - UFormattable
X-SVN-Rev: 33849
Andy Heninger [Wed, 26 Jun 2013 00:27:11 +0000 (00:27 +0000)]
ICU-9719 Regular Expressions, add loop breaking to unbounded {min, max} loops.
X-SVN-Rev: 33848
Steven R. Loomis [Tue, 25 Jun 2013 04:41:43 +0000 (04:41 +0000)]
ICU-10233 oops, demodernize this one for Windows build
X-SVN-Rev: 33847
Steven R. Loomis [Tue, 25 Jun 2013 00:51:57 +0000 (00:51 +0000)]
ICU-10233 modernize #include usage, also add a verbose log for the data driven test
X-SVN-Rev: 33846
Steven R. Loomis [Tue, 25 Jun 2013 00:46:51 +0000 (00:46 +0000)]
ICU-10234 performance improvements in Layout: (1) in LETableReference, making some functions inline (minimal), (2) OpenTypeUtilities moving range checking out of the inner loop, and the big one is (3) GlyphIterator, caching the result of filterGlyph. (caching more than one had minimal or negative improvement)
X-SVN-Rev: 33845
Steven R. Loomis [Tue, 25 Jun 2013 00:32:25 +0000 (00:32 +0000)]
ICU-10233 manually update LEScripts.h - should do a full regenerate.
X-SVN-Rev: 33844
Travis Keep [Mon, 24 Jun 2013 18:05:38 +0000 (18:05 +0000)]
ICU-10069 Attempt to fix broken build.
X-SVN-Rev: 33843
Travis Keep [Mon, 24 Jun 2013 17:19:09 +0000 (17:19 +0000)]
ICU-10069 Attempt to fix broken build.
X-SVN-Rev: 33842
Travis Keep [Fri, 21 Jun 2013 00:33:41 +0000 (00:33 +0000)]
ICU-10069 Attempt fo fix broken build.
X-SVN-Rev: 33841
Michael Ow [Thu, 20 Jun 2013 22:40:32 +0000 (22:40 +0000)]
ICU-10025 Update tzcode svn property to not ignore generated files
X-SVN-Rev: 33840
Steven R. Loomis [Thu, 20 Jun 2013 22:20:51 +0000 (22:20 +0000)]
ICU-10069 improve error messages"
X-SVN-Rev: 33839
Steven R. Loomis [Thu, 20 Jun 2013 22:09:42 +0000 (22:09 +0000)]
ICU-10069 improve error messages, add commented-out case that passes on solaris and fails on others
X-SVN-Rev: 33838
Steven R. Loomis [Thu, 20 Jun 2013 22:05:51 +0000 (22:05 +0000)]
ICU-10231 add -u option to intltest, force utf-8 output
X-SVN-Rev: 33837
Andy Heninger [Tue, 18 Jun 2013 20:38:08 +0000 (20:38 +0000)]
ICU-10024 fixes for Regexp, look-behind pattern fails to compile bug.
X-SVN-Rev: 33835
Andy Heninger [Mon, 17 Jun 2013 20:35:47 +0000 (20:35 +0000)]
ICU-9936 Decimal Format, auto-enable SignificantDigitsUsed when setting significant digits.
X-SVN-Rev: 33834
Andy Heninger [Mon, 17 Jun 2013 18:49:28 +0000 (18:49 +0000)]
ICU-9936 Decimal Format, auto-enable SignificantDigitsUsed when setting significant digits.
X-SVN-Rev: 33833
Michael Ow [Fri, 14 Jun 2013 21:10:26 +0000 (21:10 +0000)]
ICU-10214 Update locale subtag check in XLIFF2ICU converter tool
X-SVN-Rev: 33831
Andy Heninger [Fri, 14 Jun 2013 00:47:11 +0000 (00:47 +0000)]
ICU-5901 RBBI.getRuleStatus(), hoist to BreakIterator from RuleBasedBreakIterator
X-SVN-Rev: 33830
Andy Heninger [Thu, 13 Jun 2013 23:38:21 +0000 (23:38 +0000)]
ICU-5901 RBBI.getRuleStatus(), hoist to BreakIterator from RuleBasedBreakIterator.
X-SVN-Rev: 33829