]> granicus.if.org Git - icu/log
icu
4 years agoICU-21419 Fix memory leak in AliasReplacer
Frank Tang [Tue, 1 Dec 2020 02:00:14 +0000 (18:00 -0800)]
ICU-21419 Fix memory leak in AliasReplacer

4 years agoICU-21243 Migrates preparseucd.py script to Python 3. Python 3 changes
gnrunge [Mon, 30 Nov 2020 20:38:14 +0000 (12:38 -0800)]
ICU-21243 Migrates preparseucd.py script to Python 3. Python 3 changes
the order of elements in an iterator from Python 2 with the result
that the generated data in ppucd.txt changes with respect to the selection
of a property value used to compact the output when there is a
property with equal count of the two most frequent values. This
change doesn't change the validity of the generated ppucd.txt file.

While at it, also migrated script parsescriptmetadata.py to Python 3.

4 years agoICU-21349 Make appendSingleUnit behaviour in C++ comply with Java
younies [Mon, 30 Nov 2020 18:37:37 +0000 (18:37 +0000)]
ICU-21349 Make appendSingleUnit behaviour in C++ comply with Java

See #1486

4 years agoICU-21306 Pull CLDR 38's unit prefixes into ICU
Hugo van der Merwe [Wed, 25 Nov 2020 23:57:11 +0000 (23:57 +0000)]
ICU-21306 Pull CLDR 38's unit prefixes into ICU

See #1483

4 years agoICU-21349 fix comment for CLDR identifiers
Hugo van der Merwe [Wed, 25 Nov 2020 11:12:05 +0000 (11:12 +0000)]
ICU-21349 fix comment for CLDR identifiers

See #1481

4 years agoICU-21402 replace sd and rg by subdivisionAlias
Frank Tang [Tue, 24 Nov 2020 22:38:00 +0000 (22:38 +0000)]
ICU-21402 replace sd and rg by subdivisionAlias

See #1475

4 years agoICU-21387 measunit: check for nullptr before calling delete
Hugo van der Merwe [Wed, 18 Nov 2020 22:48:04 +0000 (23:48 +0100)]
ICU-21387 measunit: check for nullptr before calling delete

4 years agoICU-21408 Prohibit alpha4 as language inside tlang.
Frank Tang [Thu, 19 Nov 2020 20:21:48 +0000 (12:21 -0800)]
ICU-21408 Prohibit alpha4 as language inside tlang.

4 years agoICU-21410 fix int32_t overflow in listFormat
Frank Tang [Fri, 20 Nov 2020 00:42:31 +0000 (00:42 +0000)]
ICU-21410 fix int32_t overflow in listFormat

See #1479

4 years agoICU-21381 AppVeyor CI Builds: Speed up the Cygwin setup download.
Jeff Genovy [Sat, 7 Nov 2020 02:15:09 +0000 (18:15 -0800)]
ICU-21381 AppVeyor CI Builds: Speed up the Cygwin setup download.

4 years agoICU-21401 Fix C++ canonicalize cel-gaulish to xtg
Frank Tang [Tue, 17 Nov 2020 21:44:50 +0000 (13:44 -0800)]
ICU-21401 Fix C++ canonicalize cel-gaulish to xtg

Java is already doing so.

4 years agoICU-21349 Fix confusing names of exponent variables.
Hugo van der Merwe [Tue, 17 Nov 2020 10:06:57 +0000 (10:06 +0000)]
ICU-21349 Fix confusing names of exponent variables.

See #1464

4 years agoICU-21349 Remove a potential 0/0 (=NaN). Align C++ & Java better.
Hugo van der Merwe [Fri, 6 Nov 2020 17:37:07 +0000 (18:37 +0100)]
ICU-21349 Remove a potential 0/0 (=NaN). Align C++ & Java better.

4 years agoICU-21389 Merge maint/maint-68 to master
Shane F. Carr [Tue, 17 Nov 2020 00:50:26 +0000 (18:50 -0600)]
ICU-21389 Merge maint/maint-68 to master

4 years agoICU-21391 Make test/perf compile 1462/head
Frank Tang [Thu, 12 Nov 2020 06:41:28 +0000 (22:41 -0800)]
ICU-21391 Make test/perf compile

4 years agoICU-21394 Don't use null to test for unset ICU4J NumberFormatter options
Shane F. Carr [Fri, 13 Nov 2020 18:22:33 +0000 (18:22 +0000)]
ICU-21394 Don't use null to test for unset ICU4J NumberFormatter options

See #1466

4 years agoICU-21395 Fix UBSan breakage on 8bit of rbbi
Frank Tang [Thu, 12 Nov 2020 23:39:40 +0000 (15:39 -0800)]
ICU-21395 Fix UBSan breakage on 8bit of rbbi

4 years agoICU-21349 Improve MeasureUnit comparators
younies [Fri, 13 Nov 2020 13:10:08 +0000 (13:10 +0000)]
ICU-21349 Improve MeasureUnit comparators

See #1433

4 years agoICU-21392 Fix Windows Time Zone detection when more than one possible zone.
Jeff Genovy [Thu, 12 Nov 2020 19:08:24 +0000 (11:08 -0800)]
ICU-21392 Fix Windows Time Zone detection when more than one possible zone.

4 years agoICU-21385 Fix assertion when setKeywordValue w/ long value.
Frank Tang [Thu, 12 Nov 2020 08:33:40 +0000 (08:33 +0000)]
ICU-21385 Fix assertion when setKeywordValue w/ long value.

See #1461

4 years agoICU-21366 testConverter: allow some double-precision error for 0.0
Hugo van der Merwe [Fri, 6 Nov 2020 17:55:21 +0000 (17:55 +0000)]
ICU-21366 testConverter: allow some double-precision error for 0.0

See #1443

4 years agoICU-21383 Fix memory problem in FormattedStringBuilder
Shane F. Carr [Tue, 10 Nov 2020 06:44:23 +0000 (00:44 -0600)]
ICU-21383 Fix memory problem in FormattedStringBuilder

4 years agoICU-21361 Add public PGP key
Craig Cornelius [Sat, 7 Nov 2020 01:11:48 +0000 (17:11 -0800)]
ICU-21361 Add public PGP key

4 years agoICU-21373 Remove wrong cast to avoid CFI
Frank Tang [Wed, 4 Nov 2020 00:05:50 +0000 (16:05 -0800)]
ICU-21373 Remove wrong cast to avoid CFI

4 years agoICU-10997 Port test case for 10997 currency formatting to icu4c icu4c/source/test/intltest/units_test.cpp
Corey Taylor [Thu, 5 Nov 2020 00:08:11 +0000 (18:08 -0600)]
ICU-10997 Port test case for 10997 currency formatting to icu4c

4 years agoICU-21349 Refactor testComplexUnitsConverter
Hugo van der Merwe [Wed, 4 Nov 2020 00:54:48 +0000 (00:54 +0000)]
ICU-21349 Refactor testComplexUnitsConverter

See #1441

4 years agoICU-20941 Support formatting joule-per-furlong (builtin-per-builtin).
Hugo van der Merwe [Wed, 4 Nov 2020 01:08:48 +0000 (01:08 +0000)]
ICU-20941 Support formatting joule-per-furlong (builtin-per-builtin).

See #1409

4 years agoICU-21356 Fix memory handling in MemoryPool::operator=()
Hugo van der Merwe [Wed, 28 Oct 2020 15:45:52 +0000 (15:45 +0000)]
ICU-21356 Fix memory handling in MemoryPool::operator=()

See #1437

4 years agoICU-21250 Update Apache Ant to 1.10.9 release-68-1
Jeff Genovy [Tue, 27 Oct 2020 17:20:57 +0000 (10:20 -0700)]
ICU-21250 Update Apache Ant to 1.10.9

4 years agoICU-21355 Fixed UCONFIG_NO_FORMATTING=1 build issue for ICU 68.1 release.
yumaoka [Tue, 27 Oct 2020 05:25:11 +0000 (01:25 -0400)]
ICU-21355 Fixed UCONFIG_NO_FORMATTING=1 build issue for ICU 68.1 release.

4 years agoICU-21349 Some improvements to UnitsTest
Hugo van der Merwe [Wed, 21 Oct 2020 14:27:21 +0000 (14:27 +0000)]
ICU-21349 Some improvements to UnitsTest

See #1421

4 years agoICU-21352 ICU4C: Windows time zone detection can fail in RDP sessions with some 3rd...
Jeff Genovy [Fri, 23 Oct 2020 20:23:03 +0000 (13:23 -0700)]
ICU-21352 ICU4C: Windows time zone detection can fail in RDP sessions with some 3rd party software and older RDP clients

4 years agoICU-21250 Update ICU4J and ICU4C APIChangeReports
Craig Cornelius [Fri, 23 Oct 2020 19:23:18 +0000 (19:23 +0000)]
ICU-21250 Update ICU4J and ICU4C APIChangeReports

See #1431

4 years agoICU-21340 Don't coalesce adjacent list formatter fields in ICU4C
Shane F. Carr [Thu, 22 Oct 2020 07:02:22 +0000 (07:02 +0000)]
ICU-21340 Don't coalesce adjacent list formatter fields in ICU4C

See #1425

4 years agoICU-21343 Added code to keep us from messing up quoted literal pattern text when...
Rich Gillam [Thu, 22 Oct 2020 02:23:46 +0000 (19:23 -0700)]
ICU-21343 Added code to keep us from messing up quoted literal pattern text when performing find-and-replace
operations on it.

4 years agoICU-21250 integrate CLDR release-38-final0 to ICU trunk
Peter Edberg [Fri, 23 Oct 2020 04:08:22 +0000 (21:08 -0700)]
ICU-21250 integrate CLDR release-38-final0 to ICU trunk

4 years agoICU-21350 tz database 2020d updates
yumaoka [Thu, 22 Oct 2020 06:30:15 +0000 (02:30 -0400)]
ICU-21350 tz database 2020d updates

4 years agoICU-21342 Made sure adjustFieldWidth() got called on the duplicated hour pattern...
Rich Gillam [Thu, 22 Oct 2020 00:14:55 +0000 (17:14 -0700)]
ICU-21342 Made sure adjustFieldWidth() got called on the duplicated hour pattern used for UCAL_AM_PM in 24-hour patterns.

4 years agoICU-21344 merge localebuilder into resourcebundle
Frank Tang [Thu, 22 Oct 2020 18:01:44 +0000 (11:01 -0700)]
ICU-21344 merge localebuilder into resourcebundle

4 years agoICU-21308 Fix icu4j build for Java 7 in MeasureUnitImpl
younies [Thu, 22 Oct 2020 09:45:47 +0000 (09:45 +0000)]
ICU-21308 Fix icu4j build for Java 7 in MeasureUnitImpl

See #1428

4 years agoICU-21334 Promote ICU4C ListFormatter openForType to stable.
Shane F. Carr [Wed, 21 Oct 2020 23:24:30 +0000 (18:24 -0500)]
ICU-21334 Promote ICU4C ListFormatter openForType to stable.

Also fixes ICU-20957 and ICU-21286.

4 years agoICU-21348 tz database 2020c updates
yumaoka [Mon, 19 Oct 2020 23:03:37 +0000 (19:03 -0400)]
ICU-21348 tz database 2020c updates

4 years agoICU-21344 Fix wrong passing of script in Locale.
Frank Tang [Wed, 21 Oct 2020 21:11:40 +0000 (14:11 -0700)]
ICU-21344 Fix wrong passing of script in Locale.

Also add same unit test in Java which have no problem.

4 years agoICU-21333 Port fix from ICU-21258 to internal CLDR API cldr/2020-10-21
Shane F. Carr [Wed, 14 Oct 2020 01:22:43 +0000 (20:22 -0500)]
ICU-21333 Port fix from ICU-21258 to internal CLDR API

4 years agoICU-21339 toSkeleton: treat percent and permille correctly
Hugo van der Merwe [Tue, 20 Oct 2020 21:26:17 +0000 (21:26 +0000)]
ICU-21339 toSkeleton: treat percent and permille correctly

See #1414

4 years agoICU-21311 Fix code generation in MeasureUnitTest.java and use it
Hugo van der Merwe [Fri, 16 Oct 2020 17:06:28 +0000 (19:06 +0200)]
ICU-21311 Fix code generation in MeasureUnitTest.java and use it

4 years agoICU-21337 Remove U_I18N_API from enum.
Hugo van der Merwe [Mon, 19 Oct 2020 23:39:28 +0000 (01:39 +0200)]
ICU-21337 Remove U_I18N_API from enum.

4 years agoICU-21308 Fix units parser thread safety issue
younies [Fri, 9 Oct 2020 15:30:59 +0000 (15:30 +0000)]
ICU-21308 Fix units parser thread safety issue

See #1402

4 years agoICU-21250 integrate CLDR release-38-beta3 to ICU trunk
Peter Edberg [Mon, 19 Oct 2020 22:04:08 +0000 (15:04 -0700)]
ICU-21250 integrate CLDR release-38-beta3 to ICU trunk

4 years agoICU-21337 Remove U_I18N_API from enum.
Hugo van der Merwe [Mon, 19 Oct 2020 23:39:28 +0000 (01:39 +0200)]
ICU-21337 Remove U_I18N_API from enum.

4 years agoICU-21326 Changed res_findResource() so that it doesn't try index-based lookup in...
Rich Gillam [Wed, 14 Oct 2020 21:47:28 +0000 (14:47 -0700)]
ICU-21326 Changed res_findResource() so that it doesn't try index-based lookup in a table resource if the resource ID has a leading zero

(cherry picked from commit af7ed1f6d2298013dc303628438ec4abe1f16479)

4 years agoICU-21336 Fix format string to use long instead of int.
Jeff Genovy [Thu, 15 Oct 2020 06:10:37 +0000 (23:10 -0700)]
ICU-21336 Fix format string to use long instead of int.

4 years agoICU-21326 Changed res_findResource() so that it doesn't try index-based lookup in...
Rich Gillam [Wed, 14 Oct 2020 21:47:28 +0000 (14:47 -0700)]
ICU-21326 Changed res_findResource() so that it doesn't try index-based lookup in a table resource if the resource ID has a leading zero

4 years agoICU-21250 BRS68GA Update version numbers for 68GA and regenerate jar files
Erik Torres Aguilar [Mon, 12 Oct 2020 21:21:05 +0000 (21:21 +0000)]
ICU-21250 BRS68GA Update version numbers for 68GA and regenerate jar files

See #1404

4 years agoICU-21249 integrate CLDR release-38-beta2 to ICU trunk release-68-rc
Peter Edberg [Fri, 9 Oct 2020 19:28:44 +0000 (12:28 -0700)]
ICU-21249 integrate CLDR release-38-beta2 to ICU trunk

4 years agoICU-13259 Check whether ulocdata_getDelimiter works in various locales including...
Peter Edberg [Thu, 26 Mar 2020 06:21:17 +0000 (23:21 -0700)]
ICU-13259 Check whether ulocdata_getDelimiter works in various locales including fr_CA

4 years agoICU-21325 tz database 2020b updates
yumaoka [Fri, 9 Oct 2020 00:52:39 +0000 (20:52 -0400)]
ICU-21325 tz database 2020b updates

4 years agoICU-20677 Fixing cygwin/MSVC build
Artemkth [Wed, 7 Oct 2020 20:31:25 +0000 (20:31 +0000)]
ICU-20677 Fixing cygwin/MSVC build

See #1398

4 years agoICU-21249 Update instructions for generating C++ API change reports
Craig Cornelius [Thu, 1 Oct 2020 19:40:05 +0000 (12:40 -0700)]
ICU-21249 Update instructions for generating C++ API change reports

4 years agoICU-21316 Fix bug under different default locales
Frank Tang [Thu, 8 Oct 2020 00:25:34 +0000 (00:25 +0000)]
ICU-21316 Fix bug under different default locales

See #1399

4 years agoICU-21249 Add new U_HIDE_INTERNAL_API guards
Richard Gillam [Sat, 3 Oct 2020 00:56:04 +0000 (17:56 -0700)]
ICU-21249 Add new U_HIDE_INTERNAL_API guards

4 years agoICU-20853 undef Solaris x86 register macros where they conflict
Markus Scherer [Fri, 2 Oct 2020 18:38:52 +0000 (11:38 -0700)]
ICU-20853 undef Solaris x86 register macros where they conflict

4 years agoICU-20901 VersionInfo.compareTo() compare signed version int as unsigned
Markus Scherer [Fri, 2 Oct 2020 18:08:39 +0000 (11:08 -0700)]
ICU-20901 VersionInfo.compareTo() compare signed version int as unsigned

4 years agoICU-21249 Adds error code check to prevent segmentation fault if release-68-alpha
Norbert Runge [Fri, 2 Oct 2020 03:35:10 +0000 (03:35 +0000)]
ICU-21249 Adds error code check to prevent segmentation fault if

See #1356

4 years agoICU-21270 Support exponent in FixedDecimal and samples in C++
Elango Cheran [Wed, 23 Sep 2020 01:16:21 +0000 (18:16 -0700)]
ICU-21270 Support exponent in FixedDecimal and samples in C++

4 years agoICU-21249 BRS68RC Remaining updates for Readmes for ICU4C and ICU4J
Elango Cheran [Thu, 1 Oct 2020 20:31:26 +0000 (13:31 -0700)]
ICU-21249 BRS68RC Remaining updates for Readmes for ICU4C and ICU4J

4 years agoICU-21249 add unumberrangeformatter.h to API docs main page
Markus Scherer [Thu, 1 Oct 2020 21:43:15 +0000 (14:43 -0700)]
ICU-21249 add unumberrangeformatter.h to API docs main page

4 years agoICU-21249 API Change Reports for C++
Craig Cornelius [Thu, 1 Oct 2020 17:28:49 +0000 (17:28 +0000)]
ICU-21249 API Change Reports for C++

See #1387

4 years agoICU-21249 Fix warnings about uninitialized variables in locid.cpp
Jeff Genovy [Wed, 30 Sep 2020 21:48:18 +0000 (14:48 -0700)]
ICU-21249 Fix warnings about uninitialized variables in locid.cpp

4 years agoICU-21249 API signature file for ICU 68
Yoshito Umaoka [Thu, 1 Oct 2020 16:29:18 +0000 (12:29 -0400)]
ICU-21249 API signature file for ICU 68

Also fixed some API docs missing @provisional

4 years agoICU-21249 ICU4J 68 serialization test data
Yoshito Umaoka [Thu, 1 Oct 2020 15:55:54 +0000 (11:55 -0400)]
ICU-21249 ICU4J 68 serialization test data

4 years agoICU-21249 Fixed warnings in last minute changes for 68RC
Yoshito Umaoka [Thu, 1 Oct 2020 15:34:07 +0000 (11:34 -0400)]
ICU-21249 Fixed warnings in last minute changes for 68RC

4 years agoICU-20963 Remove executable bit from .clang-format file.
Fredrik Roubert [Thu, 1 Oct 2020 14:02:27 +0000 (16:02 +0200)]
ICU-20963 Remove executable bit from .clang-format file.

This configuration file was marked executable by mistake.

4 years agoICU-21266 Support toSkeleton() for all functional Unit Formatters
Hugo van der Merwe [Wed, 30 Sep 2020 22:52:30 +0000 (22:52 +0000)]
ICU-21266 Support toSkeleton() for all functional Unit Formatters

See #1347

4 years agoICU-21304 Update old userguide links to unicode-org.github.io
Hugo van der Merwe [Wed, 30 Sep 2020 22:10:39 +0000 (00:10 +0200)]
ICU-21304 Update old userguide links to unicode-org.github.io

4 years agoICU-20568 Improve negative measure handling for mixed units
Hugo van der Merwe [Wed, 30 Sep 2020 16:31:20 +0000 (16:31 +0000)]
ICU-20568 Improve negative measure handling for mixed units

See #1379

4 years agoICU-21249 Change AppVeyor to not use parallel build due to Cygwin stability issues.
Jeff Genovy [Wed, 30 Sep 2020 18:44:28 +0000 (11:44 -0700)]
ICU-21249 Change AppVeyor to not use parallel build due to Cygwin stability issues.

4 years agoICU-21278 Add Ubuntu 20.04 build bot to CI builds.
Jeff Genovy [Wed, 16 Sep 2020 07:56:10 +0000 (00:56 -0700)]
ICU-21278 Add Ubuntu 20.04 build bot to CI builds.

4 years agoICU-21249 Fixed some coding problems found by Spotbugs
Yoshito Umaoka [Wed, 30 Sep 2020 18:13:38 +0000 (18:13 +0000)]
ICU-21249 Fixed some coding problems found by Spotbugs

See #1382

4 years agoICU-21249 Fixing java/javadoc compiler warnings.
yumaoka [Wed, 30 Sep 2020 04:40:46 +0000 (04:40 +0000)]
ICU-21249 Fixing java/javadoc compiler warnings.

See #1381

4 years agoICU-21249 Fixing javadoc errors
yumaoka [Wed, 30 Sep 2020 02:37:15 +0000 (22:37 -0400)]
ICU-21249 Fixing javadoc errors

4 years agoICU-21307 Java 7 compatibility support in ULocale.java
Yoshito Umaoka [Tue, 29 Sep 2020 22:34:28 +0000 (22:34 +0000)]
ICU-21307 Java 7 compatibility support in ULocale.java

Recent code changes introduced String#join(...) method, which is available in Java 8 or newer release. We still need to support Java 7 as minimum runtime, we need to replace the method call with equivalent code. I added Utility#joinStrings(...) as temporary alternative until we change minimum Java version to 8 or later.

4 years agoICU-21269 ParagraphLayout complexTable: init & access based on actual values
Markus Scherer [Thu, 24 Sep 2020 21:53:08 +0000 (14:53 -0700)]
ICU-21269 ParagraphLayout complexTable: init & access based on actual values

4 years agoICU-21249 Fix API status tag issues
Yoshito Umaoka [Tue, 29 Sep 2020 20:14:12 +0000 (16:14 -0400)]
ICU-21249 Fix API status tag issues

4 years agoICU-21293 Fix typo in rematch.cpp comment
Ikko Ashimine [Sun, 20 Sep 2020 16:38:34 +0000 (01:38 +0900)]
ICU-21293 Fix typo in rematch.cpp comment
arguements→arguments

4 years agoICU-13845 Windows timezone detection: When DST is off, map to an Etc/GMT+-hh zone.
Jeff Genovy [Wed, 23 Sep 2020 20:21:16 +0000 (13:21 -0700)]
ICU-13845 Windows timezone detection: When DST is off, map to an Etc/GMT+-hh zone.

The Windows 'Date and Time' Control Panel has a setting for "Automatically
adjust clock for DST". When this setting is manually unchecked, the DST
setting is considered OFF, and the clock does not adjust for DST.

This change detects when the setting is OFF and uses the non-DST offset
to map to an Etc/GMT+-hh zone.

- Also refactor uprv_detectWindowsTimeZone

Co-authored-by: Jungshik Shin <jshin@chromium.org>
4 years agoICU-21249 ICU 68 BRS - Clean up import statements
Yoshito Umaoka [Tue, 29 Sep 2020 13:53:59 +0000 (09:53 -0400)]
ICU-21249 ICU 68 BRS - Clean up import statements

4 years agoICU-21249 Update copy of LICENSE file in icu4j tree
Yoshito Umaoka [Tue, 29 Sep 2020 15:30:15 +0000 (11:30 -0400)]
ICU-21249 Update copy of LICENSE file in icu4j tree

Lao dictionally repo location was updated in LICENSE file in icu4c, but a copy in icu4j tree was not. Sync the icu4j copy with the icu4c one.

4 years agoICU-21249 ICU4J 68 API status updates
Yoshito Umaoka [Mon, 28 Sep 2020 18:58:14 +0000 (14:58 -0400)]
ICU-21249 ICU4J 68 API status updates

See https://docs.google.com/spreadsheets/d/1OIezmSf2mN-hiRnIrpwugCHTzCFIm_-GyeA3ng4QFP8

4 years agoICU-21249 ICU4C API promotions
Rich Gillam [Thu, 24 Sep 2020 01:43:50 +0000 (18:43 -0700)]
ICU-21249 ICU4C API promotions

4 years agoICU-21124 fix minor LocaleMatcher API doc issues
Markus Scherer [Fri, 25 Sep 2020 21:03:45 +0000 (14:03 -0700)]
ICU-21124 fix minor LocaleMatcher API doc issues

4 years agoICU-21257 remove #License suffix from pull request template
Markus Scherer [Fri, 25 Sep 2020 19:20:07 +0000 (12:20 -0700)]
ICU-21257 remove #License suffix from pull request template

4 years agoICU-21010 add the @draft to the public methods
younies [Sat, 26 Sep 2020 00:15:27 +0000 (00:15 +0000)]
ICU-21010 add the @draft to the public methods

See #1369

4 years agoICU-21249 restore tests of Version resources
Markus Scherer [Fri, 25 Sep 2020 18:25:33 +0000 (11:25 -0700)]
ICU-21249 restore tests of Version resources

4 years agoICU-21249 integrate CLDR release-38-beta to ICU trunk
Peter Edberg [Fri, 25 Sep 2020 04:53:44 +0000 (21:53 -0700)]
ICU-21249 integrate CLDR release-38-beta to ICU trunk

4 years agoICU-21297 Fix crash when ICU runs with stubdata only
Frank Tang [Thu, 24 Sep 2020 21:31:44 +0000 (21:31 +0000)]
ICU-21297 Fix crash when ICU runs with stubdata only

See #1361

4 years agoICU-21248 Adds line ending check to Travis CI check. The eol check fits
gnrunge [Wed, 23 Sep 2020 23:22:31 +0000 (16:22 -0700)]
ICU-21248 Adds line ending check to Travis CI check. The eol check fits
quite well into what the script is doing already.
Note that one file, 'testrunner.cmd', contains \r, which seems to
be acceptable since it is a Windows file.

4 years agoICU-21249 BRS68rc update urename.h
Peter Edberg [Wed, 23 Sep 2020 21:56:31 +0000 (14:56 -0700)]
ICU-21249 BRS68rc update urename.h

4 years agoICU-20846 remove header guard from .cpp file
Markus Scherer [Wed, 23 Sep 2020 21:22:28 +0000 (14:22 -0700)]
ICU-20846 remove header guard from .cpp file

4 years agoICU-21236 better document UniqueCharStrings
Markus Scherer [Tue, 22 Sep 2020 01:59:50 +0000 (18:59 -0700)]
ICU-21236 better document UniqueCharStrings