]> granicus.if.org Git - icu/log
icu
9 years agoICU-11740 Attempt to fix broken build.
Travis Keep [Wed, 26 Aug 2015 19:13:28 +0000 (19:13 +0000)]
ICU-11740 Attempt to fix broken build.

X-SVN-Rev: 37827

9 years agoICU-11740 Attempt to fix broken build.
Travis Keep [Wed, 26 Aug 2015 18:18:55 +0000 (18:18 +0000)]
ICU-11740 Attempt to fix broken build.

X-SVN-Rev: 37826

9 years agoICU-11740 Attempt to fix broken build.
Travis Keep [Wed, 26 Aug 2015 17:43:02 +0000 (17:43 +0000)]
ICU-11740 Attempt to fix broken build.

X-SVN-Rev: 37825

9 years agoICU-11818 Implement PluralRules in fractional RBNF
George Rhoten [Wed, 26 Aug 2015 10:42:45 +0000 (10:42 +0000)]
ICU-11818 Implement PluralRules in fractional RBNF

X-SVN-Rev: 37824

9 years agoICU-11818 Implement PluralRules in fractional RBNF
George Rhoten [Wed, 26 Aug 2015 10:42:17 +0000 (10:42 +0000)]
ICU-11818 Implement PluralRules in fractional RBNF

X-SVN-Rev: 37823

9 years agoICU-11740 Attempt to fix broken build.
Travis Keep [Wed, 26 Aug 2015 00:28:27 +0000 (00:28 +0000)]
ICU-11740 Attempt to fix broken build.

X-SVN-Rev: 37822

9 years agoICU-11740 DecimalFormat refactor.
Travis Keep [Tue, 25 Aug 2015 23:31:01 +0000 (23:31 +0000)]
ICU-11740 DecimalFormat refactor.

X-SVN-Rev: 37821

9 years agoICU-11480 added tests for regex with capture groups that do not participate in match.
Andy Heninger [Tue, 25 Aug 2015 20:47:38 +0000 (20:47 +0000)]
ICU-11480 added tests for regex with capture groups that do not participate in match.

X-SVN-Rev: 37816

9 years agoICU-11760 Fixed a build error with Java 5 runtime.
Yoshito Umaoka [Tue, 25 Aug 2015 19:37:01 +0000 (19:37 +0000)]
ICU-11760 Fixed a build error with Java 5 runtime.

X-SVN-Rev: 37813

9 years agoICU-11653 Override roundingMode API from the NumberFormat superclass so that it doesn...
George Rhoten [Tue, 25 Aug 2015 19:33:18 +0000 (19:33 +0000)]
ICU-11653 Override roundingMode API from the NumberFormat superclass so that it doesn't throw an exception.

X-SVN-Rev: 37812

9 years agoICU-8223 Fix a compiler issue from the last change.
George Rhoten [Tue, 25 Aug 2015 17:43:22 +0000 (17:43 +0000)]
ICU-8223 Fix a compiler issue from the last change.

X-SVN-Rev: 37811

9 years agoICU-8223 Add rule syntax for NaN, infinity and alternate decimal points.
George Rhoten [Tue, 25 Aug 2015 16:55:52 +0000 (16:55 +0000)]
ICU-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.

X-SVN-Rev: 37810

9 years agoICU-11004 bulk-read data from ByteBuffer; read .res key strings up front into byte...
Markus Scherer [Mon, 24 Aug 2015 20:30:44 +0000 (20:30 +0000)]
ICU-11004 bulk-read data from ByteBuffer; read .res key strings up front into byte[] for faster lookup

X-SVN-Rev: 37806

9 years agoICU-11537 fix .res formatVersion check
Markus Scherer [Fri, 21 Aug 2015 21:06:38 +0000 (21:06 +0000)]
ICU-11537 fix .res formatVersion check

X-SVN-Rev: 37796

9 years agoICU-11537 fix .res formatVersion check
Markus Scherer [Fri, 21 Aug 2015 20:50:48 +0000 (20:50 +0000)]
ICU-11537 fix .res formatVersion check

X-SVN-Rev: 37795

9 years agoICU-11794 add uprv_isInvariantUnicodeString(), as requested by Markus
Andy Heninger [Fri, 21 Aug 2015 17:32:53 +0000 (17:32 +0000)]
ICU-11794 add uprv_isInvariantUnicodeString(), as requested by Markus

X-SVN-Rev: 37794

9 years agoICU-11031 cache spoof check data (ICU4C).
Andy Heninger [Fri, 21 Aug 2015 01:23:29 +0000 (01:23 +0000)]
ICU-11031 cache spoof check data (ICU4C).

X-SVN-Rev: 37793

9 years agoICU-11794 change error handling of CharString::appendInvariantChars()
Andy Heninger [Thu, 20 Aug 2015 00:55:03 +0000 (00:55 +0000)]
ICU-11794 change error handling of CharString::appendInvariantChars()

X-SVN-Rev: 37790

9 years agoICU-11760 Add rule syntax for NaN, infinity and alternate decimal points.
George Rhoten [Mon, 17 Aug 2015 08:38:34 +0000 (08:38 +0000)]
ICU-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.

X-SVN-Rev: 37778

9 years agoICU-11779 Fix parameter names in documentation.
Travis Keep [Thu, 13 Aug 2015 22:46:04 +0000 (22:46 +0000)]
ICU-11779 Fix parameter names in documentation.

X-SVN-Rev: 37774

9 years agoICU-11779 Introduce static versions of DTPNG getSkeleton and getBaseSkeleton
Travis Keep [Thu, 13 Aug 2015 22:09:13 +0000 (22:09 +0000)]
ICU-11779 Introduce static versions of DTPNG getSkeleton and getBaseSkeleton

X-SVN-Rev: 37771

9 years agoICU-11821 Fix break rules inconsistencies in line_normal_cj.txt
Andy Heninger [Thu, 13 Aug 2015 00:59:32 +0000 (00:59 +0000)]
ICU-11821 Fix break rules inconsistencies in line_normal_cj.txt

X-SVN-Rev: 37766

9 years agoICU-11630 tzdata2015f to ICU4J
Yoshito Umaoka [Wed, 12 Aug 2015 20:25:20 +0000 (20:25 +0000)]
ICU-11630 tzdata2015f to ICU4J

X-SVN-Rev: 37764

9 years agoICU-11630 tzdata2015f to ICU4C
Yoshito Umaoka [Wed, 12 Aug 2015 20:23:09 +0000 (20:23 +0000)]
ICU-11630 tzdata2015f to ICU4C

X-SVN-Rev: 37763

9 years agoICU-11789 Always specify class loader when loading test data.
Fredrik Roubert [Wed, 12 Aug 2015 15:24:01 +0000 (15:24 +0000)]
ICU-11789 Always specify class loader when loading test data.

X-SVN-Rev: 37758

9 years agoICU-11821 Fix break rules inconsistencies in line_loose_cj.txt
Andy Heninger [Tue, 11 Aug 2015 23:58:23 +0000 (23:58 +0000)]
ICU-11821 Fix break rules inconsistencies in line_loose_cj.txt

X-SVN-Rev: 37756

9 years agoICU-11821 fix bug in line_loose break rules.
Andy Heninger [Fri, 7 Aug 2015 21:47:38 +0000 (21:47 +0000)]
ICU-11821 fix bug in line_loose break rules.

X-SVN-Rev: 37738

9 years agoICU-11537 genrb write .res formatVersion 2 if it would default to 3 without benefit...
Markus Scherer [Fri, 7 Aug 2015 21:36:08 +0000 (21:36 +0000)]
ICU-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

X-SVN-Rev: 37737

9 years agoICU-11537 genrb write .res formatVersion 2 if it would default to 3 without benefit...
Markus Scherer [Fri, 7 Aug 2015 21:05:32 +0000 (21:05 +0000)]
ICU-11537 genrb write .res formatVersion 2 if it would default to 3 without benefit: without sharing pool bundle string values

X-SVN-Rev: 37736

9 years agoICU-11537 move shared resource bundle string values to pool.res, .res formatVersion 3
Markus Scherer [Fri, 7 Aug 2015 18:46:21 +0000 (18:46 +0000)]
ICU-11537 move shared resource bundle string values to pool.res, .res formatVersion 3

X-SVN-Rev: 37732

9 years agoICU-11537 move shared resource bundle string values to pool.res, .res formatVersion...
Markus Scherer [Fri, 7 Aug 2015 18:44:38 +0000 (18:44 +0000)]
ICU-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

X-SVN-Rev: 37731

9 years agoICU-11767 Fix brokenbuild.
Travis Keep [Fri, 7 Aug 2015 13:39:05 +0000 (13:39 +0000)]
ICU-11767 Fix brokenbuild.

X-SVN-Rev: 37730

9 years agoICU-11767 Try to fix failing test.
Travis Keep [Thu, 6 Aug 2015 20:19:23 +0000 (20:19 +0000)]
ICU-11767 Try to fix failing test.

X-SVN-Rev: 37728

9 years agoICU-11767 Bound the ICU UnifiedCache.
Travis Keep [Wed, 5 Aug 2015 20:21:14 +0000 (20:21 +0000)]
ICU-11767 Bound the ICU UnifiedCache.

X-SVN-Rev: 37723

9 years agoICU-11248 merge to trunk: FilteredBreakIteratorBuilder work
Steven R. Loomis [Wed, 5 Aug 2015 00:03:18 +0000 (00:03 +0000)]
ICU-11248 merge to trunk: FilteredBreakIteratorBuilder work

* passes rbbi extended tests
* uses <locale en@x-uli=true> in rbbitst.txt,
so added a "known issue" for this when en@ss=standard will suffice.

X-SVN-Rev: 37721

9 years agoICU-11248 improve organization of sources within project files
Steven R. Loomis [Tue, 4 Aug 2015 22:22:15 +0000 (22:22 +0000)]
ICU-11248 improve organization of sources within project files

X-SVN-Rev: 37718

9 years agoICU-11689 fix some ignores under cygwin/msvc
Steven R. Loomis [Thu, 30 Jul 2015 22:52:11 +0000 (22:52 +0000)]
ICU-11689 fix some ignores under cygwin/msvc

X-SVN-Rev: 37706

9 years agoICU-11689 add assertEquals(double..)
Steven R. Loomis [Thu, 30 Jul 2015 22:45:39 +0000 (22:45 +0000)]
ICU-11689 add assertEquals(double..)

X-SVN-Rev: 37705

9 years agoICU-11689 remove ICU-231 patch for VS2015 ufile.c
Steven R. Loomis [Thu, 30 Jul 2015 22:29:51 +0000 (22:29 +0000)]
ICU-11689 remove ICU-231 patch for VS2015 ufile.c

X-SVN-Rev: 37704

9 years agoICU-11759 Remove unused constant
Michael Ow [Tue, 28 Jul 2015 17:53:12 +0000 (17:53 +0000)]
ICU-11759 Remove unused constant

X-SVN-Rev: 37702

9 years agoICU-11757 Fix initializer list order
Michael Ow [Tue, 28 Jul 2015 17:50:08 +0000 (17:50 +0000)]
ICU-11757 Fix initializer list order

X-SVN-Rev: 37701

9 years agoICU-11744 Ensure that array is initialized correctly
Michael Ow [Tue, 28 Jul 2015 17:29:43 +0000 (17:29 +0000)]
ICU-11744 Ensure that array is initialized correctly

X-SVN-Rev: 37700

9 years agoICU-11790 fix to resource leaks on error conditions
Steven R. Loomis [Mon, 27 Jul 2015 22:20:39 +0000 (22:20 +0000)]
ICU-11790 fix to resource leaks on error conditions

(Corrected bad previous checkin)

X-SVN-Rev: 37698

9 years agoICU-11790 fix to resource leaks on error conditions
Steven R. Loomis [Mon, 27 Jul 2015 22:05:52 +0000 (22:05 +0000)]
ICU-11790 fix to resource leaks on error conditions

X-SVN-Rev: 37697

9 years agoICU-11248 Improve SimpleFilteredSentenceBreakIterator.hashCode
Steven R. Loomis [Sat, 18 Jul 2015 00:18:17 +0000 (00:18 +0000)]
ICU-11248 Improve SimpleFilteredSentenceBreakIterator.hashCode

X-SVN-Rev: 37680

9 years agoICU-11771 move FilteredBreakIterator from i18n to common
Steven R. Loomis [Thu, 16 Jul 2015 21:02:06 +0000 (21:02 +0000)]
ICU-11771 move FilteredBreakIterator from i18n to common

X-SVN-Rev: 37676

9 years agoICU-11763 turn icuplugs off by default
Steven R. Loomis [Thu, 16 Jul 2015 18:13:02 +0000 (18:13 +0000)]
ICU-11763 turn icuplugs off by default

add "--enable-plugins" to configure, and also "UCONFIG_ENABLE_PLUGINS".
These are disabled by default.

Also, start splitting out acinclude.m4 content to source/config/m4/..

X-SVN-Rev: 37675

9 years agoICU-11776 Thread safety fixes in data loading.
Andy Heninger [Wed, 15 Jul 2015 22:09:25 +0000 (22:09 +0000)]
ICU-11776 Thread safety fixes in data loading.

X-SVN-Rev: 37670

9 years agoICU-11599 simplify preprocessor conditions for U_HAVE_CLANG_ATOMICS
Markus Scherer [Wed, 15 Jul 2015 20:04:11 +0000 (20:04 +0000)]
ICU-11599 simplify preprocessor conditions for U_HAVE_CLANG_ATOMICS

X-SVN-Rev: 37667

9 years agoICU-11761 init fStringsForm with named constant
Markus Scherer [Wed, 8 Jul 2015 23:14:47 +0000 (23:14 +0000)]
ICU-11761 init fStringsForm with named constant

X-SVN-Rev: 37657

9 years agoICU-11761 stringSet strings are unique
Markus Scherer [Wed, 8 Jul 2015 22:37:20 +0000 (22:37 +0000)]
ICU-11761 stringSet strings are unique

X-SVN-Rev: 37656

9 years agoICU-11761 reslist.cpp force explicit UnicodeString constructors, like other genrb...
Markus Scherer [Wed, 8 Jul 2015 22:24:54 +0000 (22:24 +0000)]
ICU-11761 reslist.cpp force explicit UnicodeString constructors, like other genrb .cpp files

X-SVN-Rev: 37655

9 years agoICU-11761 bug fix: always begin 16BitUnits[] with a 0 for empty resources, see uresda...
Markus Scherer [Wed, 8 Jul 2015 22:07:52 +0000 (22:07 +0000)]
ICU-11761 bug fix: always begin 16BitUnits[] with a 0 for empty resources, see uresdata.h (was almost always true before r37644)

X-SVN-Rev: 37654

9 years agoICU-11761 include assert.h
Markus Scherer [Wed, 8 Jul 2015 18:17:53 +0000 (18:17 +0000)]
ICU-11761 include assert.h

X-SVN-Rev: 37653

9 years agoICU-11761 share equal strings even if they need explicit length; more generic root...
Markus Scherer [Tue, 7 Jul 2015 18:50:21 +0000 (18:50 +0000)]
ICU-11761 share equal strings even if they need explicit length; more generic root resource for flexibility (experiment with more work on pool bundles)

X-SVN-Rev: 37649

9 years agoICU-11761 more readable pool bundle usage & string compacting
Markus Scherer [Fri, 3 Jul 2015 17:09:17 +0000 (17:09 +0000)]
ICU-11761 more readable pool bundle usage & string compacting

X-SVN-Rev: 37645

9 years agoICU-11761 simpler memory management with UnicodeString & LocalArray
Markus Scherer [Fri, 3 Jul 2015 02:12:17 +0000 (02:12 +0000)]
ICU-11761 simpler memory management with UnicodeString & LocalArray

X-SVN-Rev: 37644

9 years agoICU-11761 SResource virtual dispatch for preflighting & writing resources; C++ify...
Markus Scherer [Thu, 2 Jul 2015 23:51:09 +0000 (23:51 +0000)]
ICU-11761 SResource virtual dispatch for preflighting & writing resources; C++ify some of SRBRoot

X-SVN-Rev: 37643

9 years agoICU-11753 Resource directory path must end with a slash
Fredrik Roubert [Wed, 1 Jul 2015 17:37:18 +0000 (17:37 +0000)]
ICU-11753 Resource directory path must end with a slash

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/252750043.

X-SVN-Rev: 37639

9 years agoICU-11628 commit README
Steven R. Loomis [Wed, 1 Jul 2015 17:24:41 +0000 (17:24 +0000)]
ICU-11628 commit README

X-SVN-Rev: 37636

9 years agoICU-11628 commit API change report
Steven R. Loomis [Wed, 1 Jul 2015 17:23:27 +0000 (17:23 +0000)]
ICU-11628 commit API change report

X-SVN-Rev: 37635

9 years agoICU-11628 Fix some no data test failures
Michael Ow [Tue, 30 Jun 2015 23:45:58 +0000 (23:45 +0000)]
ICU-11628 Fix some no data test failures

X-SVN-Rev: 37633

9 years agoICU-11628 Fix uconfig test failures
Michael Ow [Tue, 30 Jun 2015 17:20:55 +0000 (17:20 +0000)]
ICU-11628 Fix uconfig test failures

X-SVN-Rev: 37631

9 years agoICU-11754 remove gcc version test for noexcept.
Andy Heninger [Mon, 29 Jun 2015 18:15:44 +0000 (18:15 +0000)]
ICU-11754 remove gcc version test for noexcept.

X-SVN-Rev: 37630

9 years agoICU-11629 Updated ICU4J readme for 56m1
Yoshito Umaoka [Mon, 29 Jun 2015 04:12:07 +0000 (04:12 +0000)]
ICU-11629 Updated ICU4J readme for 56m1

X-SVN-Rev: 37629

9 years agoICU-11629 Updated API change report for 56m1
Yoshito Umaoka [Mon, 29 Jun 2015 03:57:11 +0000 (03:57 +0000)]
ICU-11629 Updated API change report for 56m1

X-SVN-Rev: 37628

9 years agoICU-11613 un-document that a UnicodeString is memmovable, see ticket discussion
Markus Scherer [Sun, 28 Jun 2015 11:20:51 +0000 (11:20 +0000)]
ICU-11613 un-document that a UnicodeString is memmovable, see ticket discussion

X-SVN-Rev: 37627

9 years agoICU-11628 C, update MeasureUnit interfaces and tests for new units in CLDR 27/28
Peter Edberg [Sun, 28 Jun 2015 03:26:33 +0000 (03:26 +0000)]
ICU-11628 C, update MeasureUnit interfaces and tests for new units in CLDR 27/28

X-SVN-Rev: 37626

9 years agoICU-11629 J, update MeasureUnit interfaces and tests for new units in CLDR 27/28
Peter Edberg [Sun, 28 Jun 2015 01:41:07 +0000 (01:41 +0000)]
ICU-11629 J, update MeasureUnit interfaces and tests for new units in CLDR 27/28

X-SVN-Rev: 37625

9 years agoICU-11754 C++03 build errors.
Andy Heninger [Sat, 27 Jun 2015 00:02:59 +0000 (00:02 +0000)]
ICU-11754 C++03 build errors.

X-SVN-Rev: 37624

9 years agoICU-11629
Yoshito Umaoka [Fri, 26 Jun 2015 20:15:08 +0000 (20:15 +0000)]
ICU-11629

X-SVN-Rev: 37623

9 years agoICU-11751 Fix Windows build problem with revised reslist.cpp, again.
Andy Heninger [Wed, 24 Jun 2015 23:21:11 +0000 (23:21 +0000)]
ICU-11751 Fix Windows build problem with revised reslist.cpp, again.

X-SVN-Rev: 37622

9 years agoICU-11751 Fix Windows build problem with revised reslist.cpp
Andy Heninger [Wed, 24 Jun 2015 22:13:11 +0000 (22:13 +0000)]
ICU-11751 Fix Windows build problem with revised reslist.cpp

X-SVN-Rev: 37621

9 years agoICU-11706 Fix memory leak when DateIntervalFormat::setDateIntervalInfo is called
Peter Edberg [Wed, 24 Jun 2015 21:43:08 +0000 (21:43 +0000)]
ICU-11706 Fix memory leak when DateIntervalFormat::setDateIntervalInfo is called

X-SVN-Rev: 37620

9 years agoICU-11751 polymorphic TableResource, ArrayResource, IntResource, IntVectorResource...
Markus Scherer [Wed, 24 Jun 2015 20:15:08 +0000 (20:15 +0000)]
ICU-11751 polymorphic TableResource, ArrayResource, IntResource, IntVectorResource, BinaryResource

X-SVN-Rev: 37619

9 years agoICU-11751 change genrb.c to .cpp, polymorphic StringResource & AliasResource with...
Markus Scherer [Wed, 24 Jun 2015 09:11:42 +0000 (09:11 +0000)]
ICU-11751 change genrb.c to .cpp, polymorphic StringResource & AliasResource with UnicodeString

X-SVN-Rev: 37618

9 years agoICU-11706 (and #11726) more code cleanup (rolling in from J)
Peter Edberg [Wed, 24 Jun 2015 08:03:16 +0000 (08:03 +0000)]
ICU-11706 (and #11726) more code cleanup (rolling in from J)

X-SVN-Rev: 37617

9 years agoICU-11706 (and #11726) Improve documentation, code cleanup
Peter Edberg [Wed, 24 Jun 2015 07:59:38 +0000 (07:59 +0000)]
ICU-11706 (and #11726) Improve documentation, code cleanup

X-SVN-Rev: 37616

9 years agoICU-11706 (and #11726) Fix DateIntervalFormat handling of (1) skeletons with seconds...
Peter Edberg [Wed, 24 Jun 2015 07:40:11 +0000 (07:40 +0000)]
ICU-11706 (and #11726) Fix DateIntervalFormat handling of (1) skeletons with seconds, (2) FieldPosition (J)

X-SVN-Rev: 37615

9 years agoICU-11706 (and #11726) Fix DateIntervalFormat handling of (1) skeletons with seconds...
Peter Edberg [Tue, 23 Jun 2015 22:07:03 +0000 (22:07 +0000)]
ICU-11706 (and #11726) Fix DateIntervalFormat handling of (1) skeletons with seconds, (2) FieldPosition

X-SVN-Rev: 37613

9 years agoICU-11693 C support for CompactDecimalFormat, via UNumberFormatStyle additions
Peter Edberg [Tue, 23 Jun 2015 18:09:52 +0000 (18:09 +0000)]
ICU-11693 C support for CompactDecimalFormat, via UNumberFormatStyle additions

X-SVN-Rev: 37612

9 years agoICU-11708 CompactDecimaFormat should override and implement several more format methods
Peter Edberg [Tue, 23 Jun 2015 17:33:03 +0000 (17:33 +0000)]
ICU-11708 CompactDecimaFormat should override and implement several more format methods

X-SVN-Rev: 37611

9 years agoICU-11751 change genrb reslist.c & wrtjava.c to C++ (mostly just .c to .cpp)
Markus Scherer [Tue, 23 Jun 2015 07:07:27 +0000 (07:07 +0000)]
ICU-11751 change genrb reslist.c & wrtjava.c to C++ (mostly just .c to .cpp)

X-SVN-Rev: 37610

9 years agoICU-11673 Add new Japanese name for Georgia to cjdict (J)
Peter Edberg [Tue, 23 Jun 2015 02:16:43 +0000 (02:16 +0000)]
ICU-11673 Add new Japanese name for Georgia to cjdict (J)

X-SVN-Rev: 37609

9 years agoICU-11673 Add new Japanese name for Georgia to cjdict
Peter Edberg [Tue, 23 Jun 2015 02:09:49 +0000 (02:09 +0000)]
ICU-11673 Add new Japanese name for Georgia to cjdict

X-SVN-Rev: 37608

9 years agoICU-11688 Add Thai words for "update" and "event" to dictionary (J)
Peter Edberg [Tue, 23 Jun 2015 00:54:21 +0000 (00:54 +0000)]
ICU-11688 Add Thai words for "update" and "event" to dictionary (J)

X-SVN-Rev: 37607

9 years agoICU-11688 Add Thai words for "update" and "event" to dictionary
Peter Edberg [Tue, 23 Jun 2015 00:44:09 +0000 (00:44 +0000)]
ICU-11688 Add Thai words for "update" and "event" to dictionary

X-SVN-Rev: 37606

9 years agoICU-11677 Fixed spelling of NUMEIRC_FORMAT_CHARS2, removed duplicate M from "ceLMMQq"
Peter Edberg [Mon, 22 Jun 2015 22:18:31 +0000 (22:18 +0000)]
ICU-11677 Fixed spelling of NUMEIRC_FORMAT_CHARS2, removed duplicate M from "ceLMMQq"

X-SVN-Rev: 37605

9 years agoICU-11317 split out a new doAppend() from the more general doReplace(), each optimizi...
Markus Scherer [Thu, 18 Jun 2015 14:09:54 +0000 (14:09 +0000)]
ICU-11317 split out a new doAppend() from the more general doReplace(), each optimizing for different cases

X-SVN-Rev: 37601

9 years agoICU-11613 document that a UnicodeString is memmovable
Markus Scherer [Thu, 18 Jun 2015 12:30:03 +0000 (12:30 +0000)]
ICU-11613 document that a UnicodeString is memmovable

X-SVN-Rev: 37600

9 years agoICU-10119 better document aliasing vs. copy/move/RVO
Markus Scherer [Thu, 18 Jun 2015 12:19:20 +0000 (12:19 +0000)]
ICU-10119 better document aliasing vs. copy/move/RVO

X-SVN-Rev: 37599

9 years agoICU-11732 Increase buffer size to avoid overflow
Michael Ow [Tue, 16 Jun 2015 18:31:19 +0000 (18:31 +0000)]
ICU-11732 Increase buffer size to avoid overflow

X-SVN-Rev: 37580

9 years agoICU-11720 better memory management in genrb parseBinary() using auto pointers
Markus Scherer [Tue, 16 Jun 2015 13:14:14 +0000 (13:14 +0000)]
ICU-11720 better memory management in genrb parseBinary() using auto pointers

X-SVN-Rev: 37577

9 years agoICU-11719 better memory management in genrb parseImport() using string class & auto...
Markus Scherer [Tue, 16 Jun 2015 12:34:36 +0000 (12:34 +0000)]
ICU-11719 better memory management in genrb parseImport() using string class & auto pointers

X-SVN-Rev: 37576

9 years agoICU-11711 better memory management in GenrbImporter::getRules() using string class...
Markus Scherer [Tue, 16 Jun 2015 11:23:04 +0000 (11:23 +0000)]
ICU-11711 better memory management in GenrbImporter::getRules() using string class & auto pointers

X-SVN-Rev: 37575

9 years agoICU-11630 Update tzdata in ICU4J to 2015e
Michael Ow [Mon, 15 Jun 2015 23:17:37 +0000 (23:17 +0000)]
ICU-11630 Update tzdata in ICU4J to 2015e

X-SVN-Rev: 37572

9 years agoICU-11630 Update tzdata in ICU4C to 2015e
Michael Ow [Mon, 15 Jun 2015 23:16:58 +0000 (23:16 +0000)]
ICU-11630 Update tzdata in ICU4C to 2015e

X-SVN-Rev: 37571

9 years agoICU-11731 Fix number format data driven tests to show test failures in test summary.
Travis Keep [Mon, 15 Jun 2015 17:33:23 +0000 (17:33 +0000)]
ICU-11731 Fix number format data driven tests to show test failures in test summary.

X-SVN-Rev: 37559

9 years agoICU-11574 Unicode 8.0 final data
Markus Scherer [Fri, 12 Jun 2015 11:10:47 +0000 (11:10 +0000)]
ICU-11574 Unicode 8.0 final data

X-SVN-Rev: 37549

9 years agoICU-11574 Unicode 8.0 final data
Markus Scherer [Fri, 12 Jun 2015 11:10:10 +0000 (11:10 +0000)]
ICU-11574 Unicode 8.0 final data

X-SVN-Rev: 37548