]> granicus.if.org Git - icu/log
icu
11 years agoICU-10273 Plural Rules, remove unimplemented getFunctionalEquivalent().
Andy Heninger [Thu, 29 Aug 2013 18:07:13 +0000 (18:07 +0000)]
ICU-10273 Plural Rules, remove unimplemented getFunctionalEquivalent().

X-SVN-Rev: 34126

11 years agoICU-10299 Fix CjkBreakEngine fWordSet to include 30FC,FF70 (ICU4J)
Peter Edberg [Thu, 29 Aug 2013 18:04:59 +0000 (18:04 +0000)]
ICU-10299 Fix CjkBreakEngine fWordSet to include 30FC,FF70 (ICU4J)

X-SVN-Rev: 34125

11 years agoICU-10268 Serialization compatibility test related changes. Cleaned up skip cases...
Yoshito Umaoka [Thu, 29 Aug 2013 17:45:39 +0000 (17:45 +0000)]
ICU-10268 Serialization compatibility test related changes. Cleaned up skip cases. Reverted a previous change that seemed to exclude Currency from the compatibility test. Also fixed some compiler warnings introduced by previous commits for this ticket.

X-SVN-Rev: 34124

11 years agoICU-10268 Exclude PluralRules$FixedDecimal from the serialization coverage test for...
Yoshito Umaoka [Thu, 29 Aug 2013 17:30:19 +0000 (17:30 +0000)]
ICU-10268 Exclude PluralRules$FixedDecimal from the serialization coverage test for now.

X-SVN-Rev: 34123

11 years agoICU-10339 Fix build error on Cygwin/gcc (INT64_MAX) instead of (U_INT64_MAX)
John Emmons [Thu, 29 Aug 2013 17:13:06 +0000 (17:13 +0000)]
ICU-10339 Fix build error on Cygwin/gcc (INT64_MAX) instead of (U_INT64_MAX)

X-SVN-Rev: 34122

11 years agoICU-10299 Fix CjkBreakEngine fSet to include 30FC,FF70; fix broken test data (ICU4C)
Peter Edberg [Thu, 29 Aug 2013 05:13:36 +0000 (05:13 +0000)]
ICU-10299 Fix CjkBreakEngine fSet to include 30FC,FF70; fix broken test data (ICU4C)

X-SVN-Rev: 34118

11 years agoICU-10273 fix bug in plural rules parser, caused failure of CompactDecimalFormatTest
Andy Heninger [Thu, 29 Aug 2013 00:50:50 +0000 (00:50 +0000)]
ICU-10273 fix bug in plural rules parser, caused failure of CompactDecimalFormatTest

X-SVN-Rev: 34111

11 years agoICU-10273 fix for Solaris build error in plural rules (hopefully).
Andy Heninger [Wed, 28 Aug 2013 23:50:29 +0000 (23:50 +0000)]
ICU-10273 fix for Solaris build error in plural rules (hopefully).

X-SVN-Rev: 34109

11 years agoICU-10322 add a scary warning
Steven R. Loomis [Wed, 28 Aug 2013 23:17:03 +0000 (23:17 +0000)]
ICU-10322 add a scary warning

X-SVN-Rev: 34108

11 years agoICU-10322 simple resource bundle builder
Steven R. Loomis [Wed, 28 Aug 2013 23:12:36 +0000 (23:12 +0000)]
ICU-10322 simple resource bundle builder

X-SVN-Rev: 34107

11 years agoICU-10168 minor Unicode 6.3 change log updates
Markus Scherer [Wed, 28 Aug 2013 22:52:37 +0000 (22:52 +0000)]
ICU-10168 minor Unicode 6.3 change log updates

X-SVN-Rev: 34106

11 years agoICU-10168 Unicode 6.3 data files as of 2013-aug-27
Markus Scherer [Wed, 28 Aug 2013 21:08:11 +0000 (21:08 +0000)]
ICU-10168 Unicode 6.3 data files as of 2013-aug-27

X-SVN-Rev: 34104

11 years agoICU-10273 New plural rule syntax. Changes merged from development branch. With this...
Andy Heninger [Wed, 28 Aug 2013 20:51:44 +0000 (20:51 +0000)]
ICU-10273 New plural rule syntax. Changes merged from development branch. With this checkin, Plural rule data is back in synch between ICU4C, ICU4J and CLDR trunk.

X-SVN-Rev: 34103

11 years agoICU-8474 CompactDecimalFormat improvement avoid extra format call. Fix bugs in FixedD...
Travis Keep [Wed, 28 Aug 2013 19:34:03 +0000 (19:34 +0000)]
ICU-8474 CompactDecimalFormat improvement avoid extra format call. Fix bugs in FixedDecimal.

X-SVN-Rev: 34100

11 years agoICU-10268 Add the units along the lines of what was discussed. Needs more work, however.
Mark Davis [Wed, 28 Aug 2013 15:55:54 +0000 (15:55 +0000)]
ICU-10268 Add the units along the lines of what was discussed. Needs more work, however.

X-SVN-Rev: 34099

11 years agoICU-10168 Unicode 6.3 data files as of 2013-aug-27
Markus Scherer [Wed, 28 Aug 2013 01:36:57 +0000 (01:36 +0000)]
ICU-10168 Unicode 6.3 data files as of 2013-aug-27

X-SVN-Rev: 34098

11 years agoICU-10168 minor improvements for unicodetools
Markus Scherer [Tue, 27 Aug 2013 18:05:47 +0000 (18:05 +0000)]
ICU-10168 minor improvements for unicodetools

X-SVN-Rev: 34095

11 years agoICU-9675 add -Qunused-arguments if compiler is clang
Steven R. Loomis [Mon, 26 Aug 2013 20:45:20 +0000 (20:45 +0000)]
ICU-9675 add -Qunused-arguments if compiler is clang

X-SVN-Rev: 34088

11 years agoICU-8474 support plurals with decimals in MessageFormat and PluralFormat
Markus Scherer [Mon, 26 Aug 2013 20:29:07 +0000 (20:29 +0000)]
ICU-8474 support plurals with decimals in MessageFormat and PluralFormat

X-SVN-Rev: 34087

11 years agoICU-8474 Fix test to also check for decimals if integer samples empty
Mark Davis [Sat, 24 Aug 2013 16:19:47 +0000 (16:19 +0000)]
ICU-8474 Fix test to also check for decimals if integer samples empty

X-SVN-Rev: 34086

11 years agoICU-8474 Plural Rules, tweak samples test to stop false failures.
Andy Heninger [Sat, 24 Aug 2013 00:16:11 +0000 (00:16 +0000)]
ICU-8474 Plural Rules, tweak samples test to stop false failures.

X-SVN-Rev: 34085

11 years agoICU-8474 Plural Rule data regenerated from CLDR.
Andy Heninger [Fri, 23 Aug 2013 19:54:33 +0000 (19:54 +0000)]
ICU-8474 Plural Rule data regenerated from CLDR.

X-SVN-Rev: 34083

11 years agoICU-8474 Many changes to tests and code in order to properly separate DECIMAL from...
Mark Davis [Fri, 23 Aug 2013 10:38:57 +0000 (10:38 +0000)]
ICU-8474 Many changes to tests and code in order to  properly separate DECIMAL from INTEGER isLimited and samples; fix samples/unbounded in CLDR, fix bounded, fix when to return null, check disallowed syntax etc.

X-SVN-Rev: 34082

11 years agoICU-10250 fix an error in _getKeywords()
Jungshik Shin [Wed, 21 Aug 2013 23:51:56 +0000 (23:51 +0000)]
ICU-10250 fix an error in _getKeywords()

X-SVN-Rev: 34078

11 years agoICU-10318 add buffer length check to UTF-16/32 detector
Jungshik Shin [Wed, 21 Aug 2013 23:09:10 +0000 (23:09 +0000)]
ICU-10318 add buffer length check to UTF-16/32 detector

X-SVN-Rev: 34076

11 years agoICU-10305 ensure that data converted to assembly language starts on a 16 byte boundary.
Travis Keep [Wed, 21 Aug 2013 22:37:32 +0000 (22:37 +0000)]
ICU-10305 ensure that data converted to assembly language starts on a 16 byte boundary.

X-SVN-Rev: 34075

11 years agoICU-9526 Fixed a paring problem with custom monetary grouping separator. Ported equiv...
Yoshito Umaoka [Tue, 20 Aug 2013 20:59:18 +0000 (20:59 +0000)]
ICU-9526 Fixed a paring problem with custom monetary grouping separator. Ported equivalent fix for monetary decimal separator handing, updating the fix done by #9521. Fixed some bad coding style. Added a test case for testing custom symbols.

X-SVN-Rev: 34070

11 years agoICU-9526 Fixed a parsing problem with custom monetary gouping separator. Fixed some...
Yoshito Umaoka [Tue, 20 Aug 2013 20:51:31 +0000 (20:51 +0000)]
ICU-9526 Fixed a parsing problem with custom monetary gouping separator. Fixed some bad coding style. Added a test case for testing custom symbols.

X-SVN-Rev: 34069

11 years agoICU-10243 Free resource bundle before opening another one
Michael Ow [Tue, 20 Aug 2013 20:19:58 +0000 (20:19 +0000)]
ICU-10243 Free resource bundle before opening another one

X-SVN-Rev: 34068

11 years agoICU-10243 J, LocaleData.getMeasurementSystem/getPaperSize should get data from supple...
Peter Edberg [Mon, 19 Aug 2013 23:49:53 +0000 (23:49 +0000)]
ICU-10243 J, LocaleData.getMeasurementSystem/getPaperSize should get data from supplementalData

X-SVN-Rev: 34066

11 years agoICU-10243 C, ulocdata_getMeasurementSystem/getPaperSize should get data from suppleme...
Peter Edberg [Mon, 19 Aug 2013 22:29:26 +0000 (22:29 +0000)]
ICU-10243 C, ulocdata_getMeasurementSystem/getPaperSize should get data from supplementalData

X-SVN-Rev: 34065

11 years agoICU-8474 major change to PluralRules to move sample generation code into CLDR. Also...
Mark Davis [Mon, 19 Aug 2013 18:32:42 +0000 (18:32 +0000)]
ICU-8474 major change to PluralRules to move sample generation code into CLDR. Also did close to final renaming of internal classes

X-SVN-Rev: 34064

11 years agoICU-8474 major change to PluralRules to move sample generation code into CLDR. Also...
Mark Davis [Mon, 19 Aug 2013 18:32:19 +0000 (18:32 +0000)]
ICU-8474 major change to PluralRules to move sample generation code into CLDR. Also did close to final renaming of internal classes

X-SVN-Rev: 34063

11 years agoICU-8449 Remove calendar instances after test
Michael Ow [Sat, 17 Aug 2013 19:37:46 +0000 (19:37 +0000)]
ICU-8449 Remove calendar instances after test

X-SVN-Rev: 34061

11 years agoICU-10284 Fixed to use correct path for cldr tools, "${env.CLDR_DIR}/tools/java"
Peter Edberg [Sat, 17 Aug 2013 04:34:27 +0000 (04:34 +0000)]
ICU-10284 Fixed to use correct path for cldr tools, "${env.CLDR_DIR}/tools/java"

X-SVN-Rev: 34060

11 years agoICU-10310 C++11 checking in configure script.
Andy Heninger [Fri, 16 Aug 2013 22:56:38 +0000 (22:56 +0000)]
ICU-10310 C++11 checking in configure script.

X-SVN-Rev: 34057

11 years agoICU-10310 Improve C++11 handling in configure script
Andy Heninger [Fri, 16 Aug 2013 18:39:31 +0000 (18:39 +0000)]
ICU-10310 Improve C++11 handling in configure script

X-SVN-Rev: 34055

11 years agoICU-8449 fix broken build from earlier checkin.
Andy Heninger [Fri, 16 Aug 2013 18:10:31 +0000 (18:10 +0000)]
ICU-8449 fix broken build from earlier checkin.

X-SVN-Rev: 34054

11 years agoICU-8449 Add Um al-Qura Hijri Calendar Support
Scott Russell [Fri, 16 Aug 2013 17:09:51 +0000 (17:09 +0000)]
ICU-8449 Add Um al-Qura Hijri Calendar Support

X-SVN-Rev: 34053

11 years agoICU-10309 Fixed LD_LIBRARY_PATH issue (missing '/') - some more changes.
Yoshito Umaoka [Fri, 16 Aug 2013 17:07:02 +0000 (17:07 +0000)]
ICU-10309 Fixed LD_LIBRARY_PATH issue (missing '/') - some more changes.

X-SVN-Rev: 34052

11 years agoICU-10309 Fixed LD_LIBRARY_PATH issue (missing '/')
Yoshito Umaoka [Fri, 16 Aug 2013 16:56:58 +0000 (16:56 +0000)]
ICU-10309 Fixed LD_LIBRARY_PATH issue (missing '/')

X-SVN-Rev: 34051

11 years agoICU-8449 fix incorrect deprecations
Scott Russell [Fri, 16 Aug 2013 16:44:14 +0000 (16:44 +0000)]
ICU-8449 fix incorrect deprecations

X-SVN-Rev: 34050

11 years agoICU-10309 Changed performance regression test script not depending on ICU installatio...
Yoshito Umaoka [Fri, 16 Aug 2013 16:11:21 +0000 (16:11 +0000)]
ICU-10309 Changed performance regression test script not depending on ICU installation. The test programs are now invoked with a proper environment for each ICU copy. Also clean up some test scripts.

X-SVN-Rev: 34049

11 years agoICU-8449 Add Um al-Qura Hijri Calendar Support
Scott Russell [Fri, 16 Aug 2013 16:04:37 +0000 (16:04 +0000)]
ICU-8449 Add Um al-Qura Hijri Calendar Support

X-SVN-Rev: 34048

11 years agoICU-10258 Free minus sign and plus sign set in a clean up function.
Travis Keep [Thu, 15 Aug 2013 21:02:16 +0000 (21:02 +0000)]
ICU-10258 Free minus sign and plus sign set in a clean up function.

X-SVN-Rev: 34045

11 years agoICU-10304 Fix MessageFormat::setArgStartFormat() so that it returns immediately after...
Travis Keep [Thu, 15 Aug 2013 00:08:34 +0000 (00:08 +0000)]
ICU-10304 Fix MessageFormat::setArgStartFormat() so that it returns immediately after freeing adopted pointer on error.

X-SVN-Rev: 34044

11 years agoICU-10306 Fix ICU data loading so that data that is padded with 8 bytes is still...
Travis Keep [Thu, 15 Aug 2013 00:01:20 +0000 (00:01 +0000)]
ICU-10306 Fix ICU data loading so that data that is padded with 8 bytes is still loaded correctly.

X-SVN-Rev: 34043

11 years agoICU-10274 Close resource bundle after use
Michael Ow [Wed, 14 Aug 2013 20:17:38 +0000 (20:17 +0000)]
ICU-10274 Close resource bundle after use

X-SVN-Rev: 34042

11 years agoICU-10155 Deleted an empty test case - TestGetEffectiveCurrency.
Yoshito Umaoka [Wed, 14 Aug 2013 19:47:38 +0000 (19:47 +0000)]
ICU-10155 Deleted an empty test case - TestGetEffectiveCurrency.

X-SVN-Rev: 34041

11 years agoICU-7912 Fix memory leak in cintltst TestUFormattable
Michael Ow [Tue, 13 Aug 2013 23:32:48 +0000 (23:32 +0000)]
ICU-7912 Fix memory leak in cintltst TestUFormattable

X-SVN-Rev: 34040

11 years agoICU-10256 Fixed NPE problem in TimeZoneJDK#clone().
Yoshito Umaoka [Tue, 13 Aug 2013 14:35:01 +0000 (14:35 +0000)]
ICU-10256 Fixed NPE problem in TimeZoneJDK#clone().

X-SVN-Rev: 34038

11 years agoICU-10252 Use the new converter to generate synthetic locales and .mk files.
Jennifer Chye [Mon, 12 Aug 2013 23:27:00 +0000 (23:27 +0000)]
ICU-10252 Use the new converter to generate synthetic locales and .mk files.

X-SVN-Rev: 34035

11 years agoICU-10301 Remove nearly empty mutex.cpp file.
Andy Heninger [Mon, 12 Aug 2013 18:09:50 +0000 (18:09 +0000)]
ICU-10301 Remove nearly empty mutex.cpp file.

X-SVN-Rev: 34034

11 years agoICU-10301 Remove singleton classes, convert existing usage to UInitOnce
Andy Heninger [Mon, 12 Aug 2013 03:35:22 +0000 (03:35 +0000)]
ICU-10301 Remove singleton classes, convert existing usage to UInitOnce

X-SVN-Rev: 34032

11 years agoICU-10281 Synchronized patched en_MO to resolve time zone name MST problem.
Yoshito Umaoka [Fri, 9 Aug 2013 20:40:48 +0000 (20:40 +0000)]
ICU-10281 Synchronized patched en_MO to resolve time zone name MST problem.

X-SVN-Rev: 34031

11 years agoICU-10281 Temporary patch for MST problem in locale en_MO. Next CLDR data sync should...
Yoshito Umaoka [Fri, 9 Aug 2013 20:39:32 +0000 (20:39 +0000)]
ICU-10281 Temporary patch for MST problem in locale en_MO. Next CLDR data sync should resolve the issue in a different way.

X-SVN-Rev: 34030

11 years agoICU-10184 umutex.h, change to C++ only, in preparation for build time user mutex...
Andy Heninger [Fri, 9 Aug 2013 19:53:07 +0000 (19:53 +0000)]
ICU-10184 umutex.h, change to C++ only, in preparation for build time user mutex support.

X-SVN-Rev: 34029

11 years agoICU-10281 Fixed a VTIMEZONE writer problem that may produce overlapping rules.
Yoshito Umaoka [Fri, 9 Aug 2013 16:32:44 +0000 (16:32 +0000)]
ICU-10281 Fixed a VTIMEZONE writer problem that may produce overlapping rules.

X-SVN-Rev: 34026

11 years agoICU-10281 Fixed a VTIMEZONE writer problem that may produce overlapping rules.
Yoshito Umaoka [Fri, 9 Aug 2013 16:32:00 +0000 (16:32 +0000)]
ICU-10281 Fixed a VTIMEZONE writer problem that may produce overlapping rules.

X-SVN-Rev: 34025

11 years agoICU-10252 Switch rbnf and brkitr conversion to use the new converter.
Jennifer Chye [Fri, 9 Aug 2013 00:34:22 +0000 (00:34 +0000)]
ICU-10252 Switch rbnf and brkitr conversion to use the new converter.

X-SVN-Rev: 34024

11 years agoICU-10246 Remove extra lenient-parse rules from source/data/xml (again).
Jennifer Chye [Thu, 8 Aug 2013 22:56:45 +0000 (22:56 +0000)]
ICU-10246 Remove extra lenient-parse rules from source/data/xml (again).

X-SVN-Rev: 34023

11 years agoICU-10298 Updated windowsZones.txt from the CLDR trunk.
Yoshito Umaoka [Thu, 8 Aug 2013 20:52:54 +0000 (20:52 +0000)]
ICU-10298 Updated windowsZones.txt from the CLDR trunk.

X-SVN-Rev: 34021

11 years agoICU-10284 Remove redundant cldrVersion args.
Jennifer Chye [Mon, 5 Aug 2013 19:39:34 +0000 (19:39 +0000)]
ICU-10284 Remove redundant cldrVersion args.

X-SVN-Rev: 34013

11 years agoICU-10284 Remove unnecessary enviroment variables required by LDML2ICU conversion...
Jennifer Chye [Mon, 5 Aug 2013 18:26:24 +0000 (18:26 +0000)]
ICU-10284 Remove unnecessary enviroment variables required by LDML2ICU conversion process.

X-SVN-Rev: 34012

11 years agoICU-10288 check in original file (letest.xml is derived - committing update to show...
Steven R. Loomis [Thu, 1 Aug 2013 21:50:14 +0000 (21:50 +0000)]
ICU-10288 check in original file (letest.xml is derived - committing update to show changed date)

X-SVN-Rev: 34004

11 years agoICU-10204 Fix broken link in hebrew calendar documentation.
Travis Keep [Wed, 31 Jul 2013 23:38:17 +0000 (23:38 +0000)]
ICU-10204 Fix broken link in hebrew calendar documentation.

X-SVN-Rev: 34002

11 years agoICU-10271 C++11 atomics, simplify #ifdefs.
Andy Heninger [Tue, 30 Jul 2013 00:17:15 +0000 (00:17 +0000)]
ICU-10271 C++11 atomics, simplify #ifdefs.

X-SVN-Rev: 34000

11 years agoICU-10271 tweak to configure test for C++11 #include <atomic>.
Andy Heninger [Thu, 25 Jul 2013 20:41:57 +0000 (20:41 +0000)]
ICU-10271 tweak to configure test for C++11 #include <atomic>.

X-SVN-Rev: 33992

11 years agoICU-10258 Parse different variations of '+' and '-' when isLenient is set in C++.
Travis Keep [Thu, 25 Jul 2013 17:58:37 +0000 (17:58 +0000)]
ICU-10258 Parse different variations of '+' and '-' when isLenient is set in C++.

X-SVN-Rev: 33989

11 years agoICU-10274 Attempt to fix broken ICU4J build.
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

11 years agoICU-10274 Add compound duration formatting for C++
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

11 years agoICU-10274 Add compound duration formatting for JAVA.
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

11 years agoICU-10271 when #include <atomic> doesn't work, don't use it (autoconf mode only)
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

11 years agoICU-10267 update test summary message
Steven R. Loomis [Wed, 24 Jul 2013 21:04:50 +0000 (21:04 +0000)]
ICU-10267 update test summary message

X-SVN-Rev: 33977

11 years agoICU-10253 Fix #include of math.h
Andy Heninger [Wed, 24 Jul 2013 18:09:39 +0000 (18:09 +0000)]
ICU-10253 Fix #include of math.h

X-SVN-Rev: 33974

11 years agoICU-10255 Fix configure script comment error
Michael Ow [Wed, 24 Jul 2013 17:51:08 +0000 (17:51 +0000)]
ICU-10255 Fix configure script comment error

X-SVN-Rev: 33973

11 years agoICU-10253 Fix memory leak in plural rules.
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

11 years agoICU-10222 Fix failing TimeUnitTest.java the cldr path for duration units changed...
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

11 years agoICU-10253 Fix windows build problems with new plural rule code.
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

11 years agoICU-10222 (J) Update tests for new Latvian plural rules
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

11 years agoICU-10253 Currency plurals, pay attention to min fraction digits in format.
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

11 years agoICU-10253 Add missing export to class NumberInfo, fixes build failure on MacOSX
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

11 years agoICU-10222 (C) Update 2 more tests to match new plural rules
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

11 years agoICU-10084 BRS - updated readme and some others.
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

11 years agoICU-10084 BRS - clean up imports (update)
Yoshito Umaoka [Tue, 23 Jul 2013 17:02:56 +0000 (17:02 +0000)]
ICU-10084 BRS - clean up imports (update)

X-SVN-Rev: 33962

11 years agoICU-10084 Updated eclipse build stuffs
Yoshito Umaoka [Tue, 23 Jul 2013 16:54:58 +0000 (16:54 +0000)]
ICU-10084 Updated eclipse build stuffs

X-SVN-Rev: 33961

11 years agoICU-10222 (C) Update CLDR data snapshot: Latvian plural fix, measurementData in suppl...
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

11 years agoICU-10222 (J) Update CLDR data snapshot: Latvian plural fix, measurementData in suppl...
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

11 years agoICU-10253 Plural Rule, support for new syntax for fractional rules. Merge from develo...
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

11 years agoICU-10067 Implement feedback from API proposal.
Travis Keep [Mon, 22 Jul 2013 22:18:54 +0000 (22:18 +0000)]
ICU-10067 Implement feedback from API proposal.

X-SVN-Rev: 33955

11 years agoICU-10254 Added dtitvfmtsample.cpp, dtptngsample.cpp, and plurfmtsample.cpp. Update...
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

11 years agoICU-8474 make the fields of NumberInfo @internal for access by CLDR.
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

11 years agoICU-8474 Fixed more test cases caused by plurals change
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

11 years agoICU-8474 added Russian cases to replace ones with fixed decimals.
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

11 years agoICU-8474 fixed currency tests.
Mark Davis [Fri, 19 Jul 2013 20:22:23 +0000 (20:22 +0000)]
ICU-8474 fixed currency tests.

X-SVN-Rev: 33947

11 years agoICU-8474 fixed Serbian data
Mark Davis [Fri, 19 Jul 2013 20:04:47 +0000 (20:04 +0000)]
ICU-8474 fixed Serbian data

X-SVN-Rev: 33946

11 years agoICU-8474 made syntax fixes in accordance with doc, adjusted code for currencies to...
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

11 years agoICU-10255 set flag even on =1 case, add documentation
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

11 years agoICU-10255 add U_HAVE_ATOMIC define, whether <atomic> can be included or not. Also...
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

11 years agoICU-10222 (C) Update some plural test cases, add better error logging
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