]> granicus.if.org Git - icu/log
icu
11 years agoICU-10107 LayoutEngine improvements
Steven R. Loomis [Thu, 18 Apr 2013 21:24:51 +0000 (21:24 +0000)]
ICU-10107 LayoutEngine improvements

X-SVN-Rev: 33535

11 years agoICU-9973 Make CharsetProviderICU thread safe
Michael Ow [Wed, 17 Apr 2013 15:29:37 +0000 (15:29 +0000)]
ICU-9973 Make CharsetProviderICU thread safe

X-SVN-Rev: 33534

11 years agoICU-10107 bump script codes
Steven R. Loomis [Mon, 15 Apr 2013 23:56:16 +0000 (23:56 +0000)]
ICU-10107 bump script codes

X-SVN-Rev: 33531

11 years agoICU-10107 Improve test generation
Steven R. Loomis [Mon, 15 Apr 2013 23:54:51 +0000 (23:54 +0000)]
ICU-10107 Improve test generation

X-SVN-Rev: 33530

11 years agoICU-10106 Removed the reference to fallbackRegionFormat that is no longer used.
Yoshito Umaoka [Mon, 15 Apr 2013 19:41:05 +0000 (19:41 +0000)]
ICU-10106 Removed the reference to fallbackRegionFormat that is no longer used.

X-SVN-Rev: 33529

11 years agoICU-8474 fixes for serialization, which included change to equals
Mark Davis [Mon, 15 Apr 2013 06:19:53 +0000 (06:19 +0000)]
ICU-8474 fixes for serialization, which included change to equals

X-SVN-Rev: 33528

11 years agoICU-10070 Misunderstanding, back out r33521
Peter Edberg [Sat, 13 Apr 2013 02:54:22 +0000 (02:54 +0000)]
ICU-10070 Misunderstanding, back out r33521

X-SVN-Rev: 33524

11 years agoICU-10070 And handle NULl return from uregion_getContainedRegions... while I am at it
Peter Edberg [Sat, 13 Apr 2013 00:16:56 +0000 (00:16 +0000)]
ICU-10070 And handle NULl return from uregion_getContainedRegions... while I am at it

X-SVN-Rev: 33522

11 years agoICU-10070 Fix crash due to bug in uenum_next that only affects some compilers
Peter Edberg [Fri, 12 Apr 2013 23:48:49 +0000 (23:48 +0000)]
ICU-10070 Fix crash due to bug in uenum_next that only affects some compilers

X-SVN-Rev: 33521

11 years agoICU-10070 Add plain C wrappers for Region class
Peter Edberg [Fri, 12 Apr 2013 23:00:51 +0000 (23:00 +0000)]
ICU-10070 Add plain C wrappers for Region class

X-SVN-Rev: 33520

11 years agoICU-10080 Removed the old serializable test data except 3.6.
Yoshito Umaoka [Fri, 12 Apr 2013 18:04:23 +0000 (18:04 +0000)]
ICU-10080 Removed the old serializable test data except 3.6.

X-SVN-Rev: 33519

11 years agoICU-8957 Fixed issues detected by FindBugs in ICU library code except #9667 and ...
Yoshito Umaoka [Fri, 12 Apr 2013 15:31:31 +0000 (15:31 +0000)]
ICU-8957 Fixed issues detected by FindBugs in ICU library code except #9667 and #10097. Added FindBugs exclusion filter files in ICU4J library project directories.

X-SVN-Rev: 33516

11 years agoICU-10099 Explicitly add charset=UTF-8 in the ICU4J API reference docs. Forcing UTF...
Yoshito Umaoka [Thu, 11 Apr 2013 17:52:38 +0000 (17:52 +0000)]
ICU-10099 Explicitly add charset=UTF-8 in the ICU4J API reference docs. Forcing UTF-8 to be used by JCite for reading java source files.

X-SVN-Rev: 33512

11 years agoICU-7881 add new options to the short usage text too
Markus Scherer [Wed, 10 Apr 2013 19:27:41 +0000 (19:27 +0000)]
ICU-7881 add new options to the short usage text too

X-SVN-Rev: 33504

11 years agoICU-9743 Logging known issues with ticket information, instead of timebomb.
Yoshito Umaoka [Wed, 10 Apr 2013 08:15:11 +0000 (08:15 +0000)]
ICU-9743 Logging known issues with ticket information, instead of timebomb.

X-SVN-Rev: 33503

11 years agoICU-8474 fix serbian, revamp rules to generate smarter samples
Mark Davis [Tue, 9 Apr 2013 13:43:13 +0000 (13:43 +0000)]
ICU-8474 fix serbian, revamp rules to generate smarter samples

X-SVN-Rev: 33502

11 years agoICU-8474 correct isEmpty()
Mark Davis [Tue, 9 Apr 2013 09:04:45 +0000 (09:04 +0000)]
ICU-8474 correct isEmpty()

X-SVN-Rev: 33501

11 years agoICU-7881 add icupkg options --auto_toc_prefix --auto_toc_prefix_with_type --toc_prefix
Markus Scherer [Mon, 8 Apr 2013 21:31:58 +0000 (21:31 +0000)]
ICU-7881 add icupkg options --auto_toc_prefix  --auto_toc_prefix_with_type  --toc_prefix

X-SVN-Rev: 33500

11 years agoICU-8474 updates to fix new rules, separate out test generation class, factory class...
Mark Davis [Mon, 8 Apr 2013 14:11:49 +0000 (14:11 +0000)]
ICU-8474 updates to fix new rules, separate out test generation class, factory class, change toString() to roundtrip, etc.

X-SVN-Rev: 33499

11 years agoICU-10017 Git rid of special code in TimePeriod that copies non-immutable Number...
Travis Keep [Wed, 3 Apr 2013 22:05:00 +0000 (22:05 +0000)]
ICU-10017 Git rid of special code in TimePeriod that copies non-immutable Number types. Add comments explaining that Number objects need to be immutable. Add unit test for TestPeriod.equals/hashCode. In JAVA implementation remove extra boolean flag for numeric and treat NUMERIC as a full fledged style as much as possible.

X-SVN-Rev: 33490

11 years agoICU-10045 Change UNICODE_STRING_SIMPLE to a UnicodeString constructor in an attempt...
Travis Keep [Wed, 3 Apr 2013 21:18:45 +0000 (21:18 +0000)]
ICU-10045 Change UNICODE_STRING_SIMPLE to a UnicodeString constructor in an attempt to fix broken builds.

X-SVN-Rev: 33489

11 years agoICU-10067 Add getLocale() and createPatternForNumItems() to ListFormatter.
Travis Keep [Wed, 3 Apr 2013 20:42:55 +0000 (20:42 +0000)]
ICU-10067 Add getLocale() and createPatternForNumItems() to ListFormatter.

X-SVN-Rev: 33488

11 years agoICU-10045 Fix number of significant digits with 0.
Travis Keep [Wed, 3 Apr 2013 20:11:01 +0000 (20:11 +0000)]
ICU-10045 Fix number of significant digits with 0.

X-SVN-Rev: 33487

11 years agoICU-10045 Formatting with significant digits to work correctly with 0 in C++
Travis Keep [Tue, 2 Apr 2013 22:01:33 +0000 (22:01 +0000)]
ICU-10045 Formatting with significant digits to work correctly with 0 in C++

X-SVN-Rev: 33485

11 years agoICU-10063 Change ListFormatter.format() method to take a Collection<?> instead of...
Travis Keep [Fri, 29 Mar 2013 22:23:24 +0000 (22:23 +0000)]
ICU-10063 Change ListFormatter.format() method to take a Collection<?> instead of a Collection<Object>

X-SVN-Rev: 33480

11 years agoICU-10017 Correctly handle all types of Number fields in TimePeriod.
Travis Keep [Fri, 29 Mar 2013 21:43:18 +0000 (21:43 +0000)]
ICU-10017 Correctly handle all types of Number fields in TimePeriod.

X-SVN-Rev: 33479

11 years agoICU-10017 Remove unused imports
Travis Keep [Fri, 29 Mar 2013 20:17:43 +0000 (20:17 +0000)]
ICU-10017 Remove unused imports

X-SVN-Rev: 33478

11 years agoICU-10017 Add test to insure that TimePeriod.forAmounts() throws IllegalArgumentExcep...
Travis Keep [Thu, 28 Mar 2013 22:51:46 +0000 (22:51 +0000)]
ICU-10017 Add test to insure that TimePeriod.forAmounts() throws IllegalArgumentException when necessary.

X-SVN-Rev: 33476

11 years agoICU-10017 Add test for formatPeriod for numeric style and for TimePeriods with just...
Travis Keep [Thu, 28 Mar 2013 22:25:47 +0000 (22:25 +0000)]
ICU-10017 Add test for formatPeriod for numeric style and for TimePeriods with just a single field.

X-SVN-Rev: 33475

11 years agoICU-10017 Do defensive copy of TimeUnitAmount objects in TimePeriod.forAmounts.
Travis Keep [Thu, 28 Mar 2013 21:04:41 +0000 (21:04 +0000)]
ICU-10017 Do defensive copy of TimeUnitAmount objects in TimePeriod.forAmounts.

X-SVN-Rev: 33474

11 years agoICU-10017 Add test for TimeUnitFormat.formatPeriod for english using full name style.
Travis Keep [Thu, 28 Mar 2013 20:35:26 +0000 (20:35 +0000)]
ICU-10017 Add test for TimeUnitFormat.formatPeriod for english using full name style.

X-SVN-Rev: 33473

11 years agoICU-2940 Remove synchronization from uset and uget DataDirectory().
Andy Heninger [Thu, 28 Mar 2013 18:25:12 +0000 (18:25 +0000)]
ICU-2940 Remove synchronization from uset and uget DataDirectory().

X-SVN-Rev: 33472

11 years agoICU-10017 Add API specification for composition of time periods for ICU4J into code.
Travis Keep [Thu, 28 Mar 2013 17:38:18 +0000 (17:38 +0000)]
ICU-10017 Add API specification for composition of time periods for ICU4J into code.

X-SVN-Rev: 33471

11 years agoICU-10061 Make getDayOfWeekType behave as documented for last weekend day; fix for...
Peter Edberg [Wed, 27 Mar 2013 22:44:22 +0000 (22:44 +0000)]
ICU-10061 Make getDayOfWeekType behave as documented for last weekend day; fix for 1-day weekends

X-SVN-Rev: 33468

11 years agoICU-10062 Fix header documentation for getDayOfWeekType, getWeekendTransition
Peter Edberg [Wed, 27 Mar 2013 22:43:03 +0000 (22:43 +0000)]
ICU-10062 Fix header documentation for getDayOfWeekType, getWeekendTransition

X-SVN-Rev: 33467

11 years agoICU-10026 Add comment to normalizePlusAndMinus function in DecimalFormat.
Travis Keep [Wed, 27 Mar 2013 15:52:49 +0000 (15:52 +0000)]
ICU-10026 Add comment to normalizePlusAndMinus function in DecimalFormat.

X-SVN-Rev: 33466

11 years agoICU-8474 enhanced syntax
Mark Davis [Wed, 27 Mar 2013 13:57:35 +0000 (13:57 +0000)]
ICU-8474 enhanced syntax

X-SVN-Rev: 33465

11 years agoICU-10026 Make Numberformat.parse() even more lenient by allowing 7 alternates for...
Travis Keep [Tue, 26 Mar 2013 23:51:41 +0000 (23:51 +0000)]
ICU-10026 Make Numberformat.parse() even more lenient by allowing 7 alternates for plus and minus when parsing Not just ascii plus and minus.

X-SVN-Rev: 33462

11 years agoICU-10026 Make Numberformat.parse() method accept ascii plus and minus in addition...
Travis Keep [Tue, 26 Mar 2013 23:03:44 +0000 (23:03 +0000)]
ICU-10026 Make Numberformat.parse() method accept ascii plus and minus in addition to native plus and minus of locale for ICU4J.

X-SVN-Rev: 33461

11 years agoICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and...
Andy Heninger [Thu, 21 Mar 2013 22:09:06 +0000 (22:09 +0000)]
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.

X-SVN-Rev: 33457

11 years agoICU-10042 Fix documentation for unum_formatXXX()
Travis Keep [Thu, 21 Mar 2013 18:48:00 +0000 (18:48 +0000)]
ICU-10042 Fix documentation for unum_formatXXX()

X-SVN-Rev: 33455

11 years agoICU-9914 ICU4C DateIntervalFormat to handle 2 year vs. 4 year formats.
Travis Keep [Thu, 21 Mar 2013 17:25:43 +0000 (17:25 +0000)]
ICU-9914 ICU4C DateIntervalFormat to handle 2 year vs. 4 year formats.

X-SVN-Rev: 33453

11 years agoICU-9914 DateIntervalFormat to handle 2 year vs. 4 year formats in ICU4J.
Travis Keep [Thu, 21 Mar 2013 16:43:17 +0000 (16:43 +0000)]
ICU-9914 DateIntervalFormat to handle 2 year vs. 4 year formats in ICU4J.

X-SVN-Rev: 33447

11 years agoICU-10048 Compiler warning cleanup.
Andy Heninger [Thu, 21 Mar 2013 05:48:52 +0000 (05:48 +0000)]
ICU-10048 Compiler warning cleanup.

X-SVN-Rev: 33445

11 years agoICU-10048 Fix some compiler warnings in ICU4C.
Andy Heninger [Thu, 21 Mar 2013 01:42:01 +0000 (01:42 +0000)]
ICU-10048 Fix some compiler warnings in ICU4C.

X-SVN-Rev: 33444

11 years agoICU-10013 Update readme to release version
Peter Edberg [Fri, 15 Mar 2013 18:07:46 +0000 (18:07 +0000)]
ICU-10013 Update readme to release version

X-SVN-Rev: 33435

11 years agoICU-10014 Updated readme.html for ICU4J 51 official release.
Yoshito Umaoka [Fri, 15 Mar 2013 15:15:39 +0000 (15:15 +0000)]
ICU-10014 Updated readme.html for ICU4J 51 official release.

X-SVN-Rev: 33433

11 years agoICU-10014 Update maven pom.xml to release 51.1.
Yoshito Umaoka [Thu, 14 Mar 2013 20:18:19 +0000 (20:18 +0000)]
ICU-10014 Update maven pom.xml to release 51.1.

X-SVN-Rev: 33427

11 years agoICU-10014 Updated ICU4J version related strings to 51.1 release.
Yoshito Umaoka [Thu, 14 Mar 2013 20:16:07 +0000 (20:16 +0000)]
ICU-10014 Updated ICU4J version related strings to 51.1 release.

X-SVN-Rev: 33426

11 years agoICU-10013 Fix some no data test error and memory leaks
Michael Ow [Thu, 14 Mar 2013 17:14:52 +0000 (17:14 +0000)]
ICU-10013 Fix some no data test error and memory leaks

X-SVN-Rev: 33424

11 years agoICU-9732 Update tzdata in ICU4J to 2013b
Michael Ow [Wed, 13 Mar 2013 21:49:58 +0000 (21:49 +0000)]
ICU-9732 Update tzdata in ICU4J to 2013b

X-SVN-Rev: 33421

11 years agoICU-9732 Update tzdata in ICU4C to 2013b
Michael Ow [Wed, 13 Mar 2013 21:32:28 +0000 (21:32 +0000)]
ICU-9732 Update tzdata in ICU4C to 2013b

X-SVN-Rev: 33420

11 years agoICU-10036 Logically corrected if condition included in the previous change.
Yoshito Umaoka [Wed, 13 Mar 2013 21:10:31 +0000 (21:10 +0000)]
ICU-10036 Logically corrected if condition included in the previous change.

X-SVN-Rev: 33418

11 years agoICU-10036 Fixed the ICU zic problem with tzdata2013b America/Asuncion. The fix will...
Yoshito Umaoka [Wed, 13 Mar 2013 21:02:39 +0000 (21:02 +0000)]
ICU-10036 Fixed the ICU zic problem with tzdata2013b America/Asuncion. The fix will move the start year of final rule set after overriding rule(s).

X-SVN-Rev: 33417

11 years agoICU-9721 Update mapping table from #9891
Michael Ow [Tue, 12 Mar 2013 22:33:06 +0000 (22:33 +0000)]
ICU-9721 Update mapping table from #9891

X-SVN-Rev: 33413

11 years agoICU-10013 fix tags for LETypes.h, regen api change report
Steven R. Loomis [Tue, 12 Mar 2013 21:22:53 +0000 (21:22 +0000)]
ICU-10013 fix tags for LETypes.h, regen api change report

X-SVN-Rev: 33412

11 years agoICU-9996 Exclude OS390 from isspace call
Michael Ow [Mon, 11 Mar 2013 16:55:23 +0000 (16:55 +0000)]
ICU-9996 Exclude OS390 from isspace call

X-SVN-Rev: 33410

11 years agoICU-10030 fix crasher when no subregions, also err check, and modernize test infrastr...
Steven R. Loomis [Fri, 8 Mar 2013 19:23:41 +0000 (19:23 +0000)]
ICU-10030 fix crasher when no subregions, also err check, and modernize test infrastructure

X-SVN-Rev: 33401

12 years agoICU-10018 Merge data from CLDR 5744 + delete old shi_Latn_MA
John Emmons [Thu, 7 Mar 2013 04:52:49 +0000 (04:52 +0000)]
ICU-10018 Merge data from CLDR 5744 + delete old shi_Latn_MA

X-SVN-Rev: 33393

12 years agoICU-10018 Merge data from CLDR 5744 + delete old shi_Latn_MA
John Emmons [Thu, 7 Mar 2013 04:50:42 +0000 (04:50 +0000)]
ICU-10018 Merge data from CLDR 5744 + delete old shi_Latn_MA

X-SVN-Rev: 33392

12 years agoICU-9732 Update tzdata in ICU4J to 2013a
Yoshito Umaoka [Thu, 7 Mar 2013 02:58:25 +0000 (02:58 +0000)]
ICU-9732 Update tzdata in ICU4J to 2013a

X-SVN-Rev: 33390

12 years agoICU-9732 Update tzdata in ICU4C trunk to 2013a
Yoshito Umaoka [Thu, 7 Mar 2013 02:57:53 +0000 (02:57 +0000)]
ICU-9732 Update tzdata in ICU4C trunk to 2013a

X-SVN-Rev: 33389

12 years agoICU-9732 Fixed tzdata build problem - additional fix to r32877
Yoshito Umaoka [Wed, 6 Mar 2013 22:29:55 +0000 (22:29 +0000)]
ICU-9732 Fixed tzdata build problem - additional fix to r32877

X-SVN-Rev: 33387

12 years agoICU-9955 update with latest API change report
Steven R. Loomis [Wed, 6 Mar 2013 18:19:14 +0000 (18:19 +0000)]
ICU-9955 update with latest API change report

X-SVN-Rev: 33385

12 years agoICU-9983 Fixes for RBBITest failure.
Andy Heninger [Tue, 5 Mar 2013 21:43:19 +0000 (21:43 +0000)]
ICU-9983 Fixes for RBBITest failure.

X-SVN-Rev: 33378

12 years agoICU-9722 Added ICU4J 51.1 serializable test data.
Yoshito Umaoka [Tue, 5 Mar 2013 05:35:36 +0000 (05:35 +0000)]
ICU-9722 Added ICU4J 51.1 serializable test data.

X-SVN-Rev: 33373

12 years agoICU-9722 Updated the API change report. Also added the API signature file generated...
Yoshito Umaoka [Tue, 5 Mar 2013 05:11:28 +0000 (05:11 +0000)]
ICU-9722 Updated the API change report. Also added the API signature file generated from the trunk.

X-SVN-Rev: 33372

12 years agoICU-9722 Resolved a JavaDoc warning.
Yoshito Umaoka [Tue, 5 Mar 2013 05:05:26 +0000 (05:05 +0000)]
ICU-9722 Resolved a JavaDoc warning.

X-SVN-Rev: 33371

12 years agoICU-9722 Updated ICU4J readme.html for 51RC.
Yoshito Umaoka [Tue, 5 Mar 2013 04:48:13 +0000 (04:48 +0000)]
ICU-9722 Updated ICU4J readme.html for 51RC.

X-SVN-Rev: 33370

12 years agoICU-9721 Fix version in release candidate note
Peter Edberg [Tue, 5 Mar 2013 02:09:22 +0000 (02:09 +0000)]
ICU-9721 Fix version in release candidate note

X-SVN-Rev: 33369

12 years agoICU-9721 Turn on the release candidate note in readme
Peter Edberg [Tue, 5 Mar 2013 02:04:00 +0000 (02:04 +0000)]
ICU-9721 Turn on the release candidate note in readme

X-SVN-Rev: 33368

12 years agoICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
Peter Edberg [Tue, 5 Mar 2013 01:38:48 +0000 (01:38 +0000)]
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status

X-SVN-Rev: 33367

12 years agoICU-9722 Synchronize test data version with ICU4C.
Yoshito Umaoka [Mon, 4 Mar 2013 19:53:50 +0000 (19:53 +0000)]
ICU-9722 Synchronize test data version with ICU4C.

X-SVN-Rev: 33364

12 years agoICU-9721 Update copyright date in readme
Michael Ow [Mon, 4 Mar 2013 19:43:12 +0000 (19:43 +0000)]
ICU-9721 Update copyright date in readme

X-SVN-Rev: 33363

12 years agoICU-9722 Updated copyright year in the Unicode license notice to match the update...
Yoshito Umaoka [Mon, 4 Mar 2013 19:24:35 +0000 (19:24 +0000)]
ICU-9722 Updated copyright year in the Unicode license notice to match the update in last week.

X-SVN-Rev: 33362

12 years agoICU-9721 Updated copyright year in the Unicode license notice to match the update...
Yoshito Umaoka [Mon, 4 Mar 2013 19:24:04 +0000 (19:24 +0000)]
ICU-9721 Updated copyright year in the Unicode license notice to match the update in last week.

X-SVN-Rev: 33361

12 years agoICU-9965 Don't skip availableFormats items from non-root locales if conflict only...
Peter Edberg [Mon, 4 Mar 2013 11:10:20 +0000 (11:10 +0000)]
ICU-9965 Don't skip availableFormats items from non-root locales if conflict only due to basePattern (C)

X-SVN-Rev: 33360

12 years agoICU-9965 Don't skip availableFormats items from non-root locales if conflict only...
Peter Edberg [Mon, 4 Mar 2013 11:09:41 +0000 (11:09 +0000)]
ICU-9965 Don't skip availableFormats items from non-root locales if conflict only due to basePattern (J)

X-SVN-Rev: 33359

12 years agoICU-9890 Merge CLDR23 data
John Emmons [Sun, 3 Mar 2013 21:34:51 +0000 (21:34 +0000)]
ICU-9890 Merge CLDR23 data

X-SVN-Rev: 33355

12 years agoICU-9890 Merge CLDR23 data
John Emmons [Sun, 3 Mar 2013 21:17:08 +0000 (21:17 +0000)]
ICU-9890 Merge CLDR23 data

X-SVN-Rev: 33354

12 years agoICU-9987 Fixed getWithFallback problem with a resource path including alias table...
Yoshito Umaoka [Sat, 2 Mar 2013 00:22:00 +0000 (00:22 +0000)]
ICU-9987 Fixed getWithFallback problem with a resource path including alias table. The issue with multiple getWithFallback calls will be tracked by #9964. This fix resolved the date format issue with Dangi calendar in English locale. It also fixed a part of problems reported by #9952.

X-SVN-Rev: 33353

12 years agoICU-9983 Fix inconsistent forward and reverse RBBI word break rules when a dictionary...
Andy Heninger [Fri, 1 Mar 2013 00:26:35 +0000 (00:26 +0000)]
ICU-9983 Fix inconsistent forward and reverse RBBI word break rules when a dictionary character is followed by an extend char.

X-SVN-Rev: 33351

12 years agoICU-9975 Update test for new expected result, remove timebomb
Peter Edberg [Thu, 28 Feb 2013 22:56:34 +0000 (22:56 +0000)]
ICU-9975 Update test for new expected result, remove timebomb

X-SVN-Rev: 33350

12 years agoICU-9996 Disable call to isspace on zos
Michael Ow [Thu, 28 Feb 2013 18:32:54 +0000 (18:32 +0000)]
ICU-9996 Disable call to isspace on zos

X-SVN-Rev: 33349

12 years agoICU-9988 remove poor mans RTTI from new class hierarchy, remove undocumented UNDEFINE...
Markus Scherer [Wed, 27 Feb 2013 23:56:23 +0000 (23:56 +0000)]
ICU-9988 remove poor mans RTTI from new class hierarchy, remove undocumented UNDEFINED_NUMERIC_CODE, fix destructor definition, not intended for public subclassing

X-SVN-Rev: 33348

12 years agoICU-9721 Change version number to 51.1 and update timebombs
Michael Ow [Wed, 27 Feb 2013 21:34:41 +0000 (21:34 +0000)]
ICU-9721 Change version number to 51.1 and update timebombs

X-SVN-Rev: 33347

12 years agoICU-9880 do not define a virtual destructor inline
Markus Scherer [Wed, 27 Feb 2013 19:50:08 +0000 (19:50 +0000)]
ICU-9880 do not define a virtual destructor inline

X-SVN-Rev: 33342

12 years agoICU-9721 temporarily allow class Region to depend on DecimalFormat
Markus Scherer [Wed, 27 Feb 2013 19:40:55 +0000 (19:40 +0000)]
ICU-9721 temporarily allow class Region to depend on DecimalFormat

X-SVN-Rev: 33341

12 years agoICU-9722 Updated license.html in ICU4J
Yoshito Umaoka [Wed, 27 Feb 2013 15:28:41 +0000 (15:28 +0000)]
ICU-9722 Updated license.html in ICU4J

X-SVN-Rev: 33340

12 years agoICU-9722 Updated license.html in ICU4C
Yoshito Umaoka [Wed, 27 Feb 2013 15:28:27 +0000 (15:28 +0000)]
ICU-9722 Updated license.html in ICU4C

X-SVN-Rev: 33339

12 years agoICU-9878 Update language/country code lists
John Emmons [Wed, 27 Feb 2013 14:01:41 +0000 (14:01 +0000)]
ICU-9878 Update language/country code lists

X-SVN-Rev: 33338

12 years agoICU-9878 Use just the CLDR language code list instead of the whole ISO639
John Emmons [Wed, 27 Feb 2013 13:44:20 +0000 (13:44 +0000)]
ICU-9878 Use just the CLDR language code list instead of the whole ISO639

X-SVN-Rev: 33337

12 years agoICU-9878 Update LANGUAGES and COUNTRIES list with current ISO/CLDR tables
John Emmons [Wed, 27 Feb 2013 04:33:58 +0000 (04:33 +0000)]
ICU-9878 Update LANGUAGES and COUNTRIES list with current ISO/CLDR tables

X-SVN-Rev: 33336

12 years agoICU-9722 Fixed some test case issues when JDK TimeZone implementation is used (mostly...
Yoshito Umaoka [Tue, 26 Feb 2013 22:53:58 +0000 (22:53 +0000)]
ICU-9722 Fixed some test case issues when JDK TimeZone implementation is used (mostly, skipping cases - not really a bug).

X-SVN-Rev: 33335

12 years agoICU-9721 update pool.res bundle files
Markus Scherer [Tue, 26 Feb 2013 21:09:25 +0000 (21:09 +0000)]
ICU-9721 update pool.res bundle files

X-SVN-Rev: 33334

12 years agoICU-9979 Fix some memory leaks in cintltst
Michael Ow [Tue, 26 Feb 2013 16:57:42 +0000 (16:57 +0000)]
ICU-9979 Fix some memory leaks in cintltst

X-SVN-Rev: 33332

12 years agoICU-9721 update C/C++ dependencies
Markus Scherer [Tue, 26 Feb 2013 01:00:58 +0000 (01:00 +0000)]
ICU-9721 update C/C++ dependencies

X-SVN-Rev: 33331

12 years agoICU-9721 Fix bom in data file
Michael Ow [Tue, 26 Feb 2013 00:30:58 +0000 (00:30 +0000)]
ICU-9721 Fix bom in data file

X-SVN-Rev: 33330

12 years agoICU-9981 Initialize memory that was causing erratic results.
Andy Heninger [Mon, 25 Feb 2013 23:56:37 +0000 (23:56 +0000)]
ICU-9981 Initialize memory that was causing erratic results.

X-SVN-Rev: 33329

12 years agoICU-9602 increment the _MBCSHeader.version from 5.3/4.3 to 5.4/4.4
Markus Scherer [Mon, 25 Feb 2013 23:26:00 +0000 (23:26 +0000)]
ICU-9602 increment the _MBCSHeader.version from 5.3/4.3 to 5.4/4.4

X-SVN-Rev: 33327