]>
granicus.if.org Git - icu/log
Younies Mahmoud [Fri, 19 Feb 2021 01:50:46 +0000 (01:50 +0000)]
ICU-21349 Add extra ComplexUnitsConverter constructor that takes only CLDR units Identifier
See #1586
Jeff Genovy [Wed, 17 Feb 2021 20:17:38 +0000 (12:17 -0800)]
ICU-21499 Suppress warnings about non-NULL address in uprv_memcpy and uprv_memmove
Christoph Gohlke [Fri, 31 Jul 2020 12:54:55 +0000 (05:54 -0700)]
ICU-21210 Fix static builds on Windows
Shane F. Carr [Fri, 12 Feb 2021 01:27:39 +0000 (01:27 +0000)]
ICU-20421 Add span fields to NumberRangeFormatter
See #1572
Andy Heninger [Sat, 13 Feb 2021 21:28:10 +0000 (13:28 -0800)]
ICU-21492 Fix regex compile assertion failure.
A regex pattern containing nested look-behind blocks could trigger an assertion
failure during pattern compilation. The problem was caused by an off-by-one
error in the code that computes an upper bound on the match length, needed
because look-behind expressions are constrained to not have unbounded match
length.
Nested look-behind blocks come into play because, when computing the maximum
match length of an outer block, any inner look-behind blocks are skipped over -
they do not directly contribute to the length matched by the outer block. The
problem was in the code that skips over these nested look-behind blocks.
Shane F. Carr [Thu, 4 Feb 2021 03:36:12 +0000 (21:36 -0600)]
ICU-21067 Maybe fix synchronization lint in MeasureUnit.java
Hugo van der Merwe [Wed, 17 Feb 2021 15:58:16 +0000 (15:58 +0000)]
ICU-21123 Support unit inflections in ICU4C
See #1574
Markus Scherer [Wed, 17 Feb 2021 00:09:18 +0000 (16:09 -0800)]
ICU-13702 add missing API functions
and fix a bug in Java UnicodeSet.retain(String) which added the string even if the set did not contain it before,
and some drive-by API doc fixes/clarifications
Peter Edberg [Tue, 16 Feb 2021 09:08:03 +0000 (01:08 -0800)]
ICU-21480 integrate CLDR release 39 alpha1 to ICU trunk
Hugo van der Merwe [Tue, 16 Feb 2021 13:04:59 +0000 (13:04 +0000)]
ICU-21284 Deal with remaining unit normalization TODOs
See #1580
Erik Torres Aguilar [Thu, 11 Feb 2021 20:09:37 +0000 (20:09 +0000)]
ICU-21480 BRS69RC Version update and regenerate configure for v69
See #1567
Peter Edberg [Mon, 1 Feb 2021 21:23:41 +0000 (13:23 -0800)]
ICU-21480 integrate CLDR release 39 alpha0 to ICU trunk
younies [Wed, 10 Feb 2021 11:48:35 +0000 (11:48 +0000)]
ICU-21349 Add UnitsConverter.getConversionInfo(...)
See #1568
Shane F. Carr [Thu, 4 Feb 2021 03:48:19 +0000 (21:48 -0600)]
ICU-20888 Hide or remove old list formatter methods
Hugo van der Merwe [Mon, 8 Feb 2021 09:29:11 +0000 (09:29 +0000)]
ICU-21306 ldml2icu: add rules for Inflections-related CLDR data
See #1566
Shane F. Carr [Thu, 4 Feb 2021 03:06:31 +0000 (21:06 -0600)]
ICU-21275 Remove obsolete functions from numberrangeformatter.h
Victor Chang [Mon, 1 Feb 2021 22:20:48 +0000 (22:20 +0000)]
ICU-21455 Add new API ubrk_clone() and deprecate ubrk_safeClone()
Hugo van der Merwe [Mon, 8 Feb 2021 21:16:57 +0000 (21:16 +0000)]
ICU-21284 Correctly normalize Unit Identifiers
See #1527
Shane F. Carr [Thu, 4 Feb 2021 07:25:53 +0000 (01:25 -0600)]
ICU-21351 Don't coalesce adjacent list formatter fields in ICU4J
Markus Scherer [Mon, 1 Feb 2021 22:48:06 +0000 (14:48 -0800)]
ICU-21050 add detail for when need to ifndef C++ boilerplate
Hugo van der Merwe [Thu, 4 Feb 2021 02:02:37 +0000 (02:02 +0000)]
ICU-21284 More MeasureFormatTest and NumberFormatterApiTest test cases
See #1530
Hugo van der Merwe [Sat, 6 Feb 2021 00:06:33 +0000 (00:06 +0000)]
ICU-21349 Fix ICU4J reciprocal unit conversions
See #1565
Michael Block [Wed, 1 Jul 2020 22:26:33 +0000 (10:26 +1200)]
ICU-21179 Clean up unused code in the RBBI dictbe
The wordsMatched conditional gave the misleading impression that only the first "first word" candidate that was followed by a dictionary word would be marked, but because the wordsMatched declaration is inside the while loop, every "first word" candidate that's followed by a dictionary word is marked (resulting in the shortest and not the longest first candidate that's followed by a second dictionary word).
Craig Cornelius [Thu, 4 Feb 2021 21:55:40 +0000 (13:55 -0800)]
ICU-21440 letest updated to true/false from TRUE/FALSE
Younies Mahmoud [Wed, 3 Feb 2021 02:24:49 +0000 (02:24 +0000)]
ICU-21349 Change UnitConverter name to UnitsConverter
See #1557
Hugo van der Merwe [Tue, 2 Feb 2021 15:09:25 +0000 (15:09 +0000)]
ICU-21451 Implement inverse unit handling for new consumption unit preferences in CLDR
See #1550
Hugo van der Merwe [Wed, 27 Jan 2021 19:35:38 +0000 (19:35 +0000)]
ICU-21472 Update ICU to support latest CLDR units updates (ofglucose, new constants)
See #1545
Markus Scherer [Tue, 2 Feb 2021 00:04:14 +0000 (16:04 -0800)]
ICU-21461 uprops.h: remove unused gc macros
and some underused character constants
Markus Scherer [Mon, 1 Feb 2021 23:09:37 +0000 (15:09 -0800)]
ICU-13435 more RTL languages
Jeff Genovy [Thu, 28 Jan 2021 03:32:53 +0000 (19:32 -0800)]
ICU-21449 Infinite loop can occur with locale IDs that contain RES_PATH_SEPARATOR
Frank Tang [Sat, 23 Jan 2021 02:17:30 +0000 (02:17 +0000)]
ICU-21466 Remove size limit of intvector
See #1537
Jeff Genovy [Wed, 27 Jan 2021 20:02:23 +0000 (12:02 -0800)]
ICU-21473 Enable GHA CI on maint/maint* branches
Hugo van der Merwe [Thu, 14 Jan 2021 19:57:53 +0000 (20:57 +0100)]
ICU-21349 Improve forIdentifier docs to exclude long_unit_identifier.
Hugo van der Merwe [Tue, 26 Jan 2021 15:22:42 +0000 (15:22 +0000)]
ICU-21357 Support IEC Binary Prefixes in MeasureUnit
See #1474
yumaoka [Tue, 26 Jan 2021 18:09:19 +0000 (13:09 -0500)]
ICU-21467 tzdata 2021a updates
Jeff Genovy [Tue, 26 Jan 2021 02:11:37 +0000 (18:11 -0800)]
ICU-21465 Fix Windows Time Zone mapping when the Automatic DST setting is OFF.
gnrunge [Tue, 26 Jan 2021 22:00:39 +0000 (14:00 -0800)]
ICU-21464 Modifies comments to address warnings when Doxygen 1.8.20 is used to
build the ICU4C docs. Typical changes: avoid linebreaks in {@link ...}
declarations, remove duplicate @param declaration.
The document building task in GHA CI is designed to fail upon warnings but
currently still passes because GHA uses an older version of Doxygen.
ICU-21464 Fix a typo.
gnrunge [Tue, 26 Jan 2021 18:12:13 +0000 (10:12 -0800)]
ICU-21469 Remove .travis.yml file now that continuous integration tasks have been moved to GHA.
gnrunge [Sat, 23 Jan 2021 00:57:22 +0000 (16:57 -0800)]
ICU-21450 Migrates ICU4C document build with doxygen from Travis CI to GHA CI.
George Rhoten [Tue, 19 Jan 2021 18:44:43 +0000 (10:44 -0800)]
ICU-21462 ICULocaleService.java has a race condition
gnrunge [Wed, 20 Jan 2021 17:52:30 +0000 (09:52 -0800)]
ICU-21450 Add builds for MacOS and with extra warnings to GHA CI.
ICU-21450 Fix indent.
ICU-21450 Factor in review comments.
Long Nguyen [Wed, 9 Dec 2020 15:42:27 +0000 (22:42 +0700)]
ICU-21435 Remove -Bsymbolic flag for mingw targets
younies [Wed, 20 Jan 2021 11:10:43 +0000 (11:10 +0000)]
ICU-21349 Enhance Supporting Mixed Unit (such as "inch-and-foot")
See #1363
gnrunge [Sat, 16 Jan 2021 00:18:46 +0000 (16:18 -0800)]
ICU-21450 Add asan check, tsan check, gcc debug build and test, gcc 8 build and
test, and ICU4C release tools buildability check GitHub Action Continuous Integration.
ICU-21450 Minor fixes from review comments.
ICU-21450 One line break was missing.
Younies Mahmoud [Tue, 19 Jan 2021 15:33:36 +0000 (15:33 +0000)]
ICU-21349 move testConverter from C++ to Java
See #1532
Jeff Genovy [Sun, 6 Dec 2020 22:53:20 +0000 (14:53 -0800)]
ICU-21427 Don't ignore already checked-in files under "tools/cldr/lib".
Co-authored-by: Victor Chang <vichang@google.com>
Younies Mahmoud [Fri, 11 Dec 2020 13:56:22 +0000 (13:56 +0000)]
ICU-21349 Adjust C++ `MeasureUnitImpl::serialize` to be as same as the Java one
See #1496
Victor Chang [Tue, 12 Jan 2021 11:59:13 +0000 (11:59 +0000)]
ICU-21116 Fix ListFormatterTest on Android
Android ignores assert statement by default.
The test also failed when running with ant and on OpenJDK runtime
on release-67-1. But no longer fails on master branch.
Markus Scherer [Mon, 21 Dec 2020 23:06:24 +0000 (23:06 +0000)]
ICU-21279 decompose (NFD/NFKD) UTF-8 with Edits
See #1518
yumaoka [Wed, 6 Jan 2021 20:52:35 +0000 (20:52 +0000)]
ICU-21448 Update ICU tzdata to 2020f
Erik Torres Aguilar [Tue, 5 Jan 2021 18:22:35 +0000 (18:22 +0000)]
ICU-21018 Fix typos across repo that start with letter A
See #1506
Erik Torres Aguilar [Tue, 5 Jan 2021 18:27:59 +0000 (18:27 +0000)]
ICU-21018 Fix typos across repo that start with letter C
See #1525
Markus Scherer [Mon, 28 Dec 2020 20:32:16 +0000 (12:32 -0800)]
ICU-13702 C++ UnicodeSet cleanup: use UTF-16 literals
Markus Scherer [Tue, 29 Dec 2020 19:16:09 +0000 (11:16 -0800)]
ICU-20698 C++ Hashtable allow integer value zero
Markus Scherer [Tue, 29 Dec 2020 04:22:48 +0000 (20:22 -0800)]
ICU-20698 UHashtable allow integer value zero
Markus Scherer [Tue, 29 Dec 2020 00:39:40 +0000 (00:39 +0000)]
ICU-13702 allow empty string in UnicodeSet
See #1519
Ken Harris [Tue, 20 Oct 2020 02:54:59 +0000 (19:54 -0700)]
ICU-21416 Fix typos and formatting errors in regexp.md
See ICU-20088, which seems to be where most of them were introduced.
Steven R. Loomis [Mon, 14 Dec 2020 21:21:02 +0000 (15:21 -0600)]
ICU-13837 c build: make --disable-layoutex the default
- update GitHub workflow / Azure pipeline to no longer specify layoutex
Also:
- update configure.ac that was missed in #1265
cad3903cc25c0db7f392adbc024829aea6591a50 ICU-21051
- some FALSE/TRUE were missed in source/test/letest
Peter Edberg [Mon, 14 Dec 2020 05:28:54 +0000 (21:28 -0800)]
ICU-21405 brs 68.2, update urename.h
gnrunge [Sat, 12 Dec 2020 05:15:36 +0000 (21:15 -0800)]
ICU-21423 Remove obsolete scriptfile bomfix.py
gnrunge [Fri, 11 Dec 2020 20:17:31 +0000 (12:17 -0800)]
ICU-21434 First version of a GitHub Action CI script. Contains selected CI targets
migrated from Travis CI.
ICU-21434 Shorten the GitHub Action name to ICU CI only to leave more space on the dashboard.
ICU-21434 Review comments: better name, and one line turned out to be a no-op.
ICU-21434 Fix Java JDK version setting.
ICU-21434 Sort out Java version setting.
ICU-21434 Adds an entry to icu4c/source/test/depstest/dependencies.txt to fix depstest
and enable depstest.
Erik Torres Aguilar [Wed, 9 Dec 2020 19:35:39 +0000 (19:35 +0000)]
ICU-21118 check that dst and src are not null in uprv_memcpy
See #1489
Markus Scherer [Mon, 7 Dec 2020 23:12:01 +0000 (15:12 -0800)]
ICU-20107 binary compat: APIs may move between libraries
inokawa [Mon, 30 Nov 2020 03:02:55 +0000 (12:02 +0900)]
ICU-21416 Fix typos in comments
Frank Tang [Tue, 8 Dec 2020 22:53:09 +0000 (14:53 -0800)]
ICU-21414 Fix toLanguageTag x-private
Also fix ICU-21433 forLanguageTag when there are variant and -x-
extension
gnrunge [Tue, 8 Dec 2020 18:10:13 +0000 (10:10 -0800)]
ICU-21431 Adds a check to an ICU4C unit test to prevent a segmentation fault
if this test runs without ICU data.
Frank Tang [Tue, 8 Dec 2020 03:43:09 +0000 (19:43 -0800)]
ICU-21430 propagate error code
Frank Tang [Tue, 8 Dec 2020 00:03:52 +0000 (00:03 +0000)]
ICU-21406 canonicalize -T- extension
See #1491
yumaoka [Fri, 4 Dec 2020 22:44:07 +0000 (17:44 -0500)]
ICU-21363 Resurrect support for IBM's XL compiler
Yoshito is making this change on behalf of @datalogics-robb.
IBM's XL compiler can only support c++11 when the 'clang front end' is used.
This change modifies the configure step to use xlclang and xlclang++
Change readme.html reference to xlC to refer to xlclang++ instead.
Jeff Genovy [Tue, 17 Nov 2020 22:09:06 +0000 (14:09 -0800)]
ICU-21388 Remove test case that does nothing so that we can mark RuleBasedCollator as final.
Elango Cheran [Thu, 3 Dec 2020 02:59:21 +0000 (18:59 -0800)]
ICU-21405 Update ICU4J Readme for BRS 68.2
Erik Torres Aguilar [Wed, 2 Dec 2020 21:36:06 +0000 (21:36 +0000)]
ICU-21405 BRS 68.2 Version update and regenerate configure for v68.2
Hugo van der Merwe [Mon, 30 Nov 2020 19:42:09 +0000 (19:42 +0000)]
ICU-21306 Pull CLDR's compoundUnitPattern1's into ICU
See #1487
Hugo van der Merwe [Thu, 3 Dec 2020 11:11:06 +0000 (11:11 +0000)]
ICU-21349 ensure parser behave the same and add import test cases to Java Code
See #1493
Elango Cheran [Fri, 13 Nov 2020 22:34:24 +0000 (14:34 -0800)]
ICU-21310 finish converting ICU4C and ICU4J Readmes to Markdown
Jeff Genovy [Wed, 4 Nov 2020 19:54:13 +0000 (11:54 -0800)]
ICU-21377 Add Google Analytics to the ICU User Guide.
Hugo van der Merwe [Fri, 20 Nov 2020 13:55:26 +0000 (14:55 +0100)]
ICU-21349 Add update instructions for unitConstants. Plus minor fixes.
See #1480
Hugo van der Merwe [Fri, 20 Nov 2020 12:37:41 +0000 (13:37 +0100)]
ICU-21349 Import 'Updating Measure Unit' sites page, improve formatting.
Sites page was last updated on: 21 Oct 2020.
See #1480
Frank Tang [Tue, 1 Dec 2020 02:00:14 +0000 (18:00 -0800)]
ICU-21419 Fix memory leak in AliasReplacer
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.
younies [Mon, 30 Nov 2020 18:37:37 +0000 (18:37 +0000)]
ICU-21349 Make appendSingleUnit behaviour in C++ comply with Java
See #1486
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
Hugo van der Merwe [Wed, 25 Nov 2020 11:12:05 +0000 (11:12 +0000)]
ICU-21349 fix comment for CLDR identifiers
See #1481
Frank Tang [Tue, 24 Nov 2020 22:38:00 +0000 (22:38 +0000)]
ICU-21402 replace sd and rg by subdivisionAlias
See #1475
Hugo van der Merwe [Wed, 18 Nov 2020 22:48:04 +0000 (23:48 +0100)]
ICU-21387 measunit: check for nullptr before calling delete
Frank Tang [Thu, 19 Nov 2020 20:21:48 +0000 (12:21 -0800)]
ICU-21408 Prohibit alpha4 as language inside tlang.
Frank Tang [Fri, 20 Nov 2020 00:42:31 +0000 (00:42 +0000)]
ICU-21410 fix int32_t overflow in listFormat
See #1479
Jeff Genovy [Sat, 7 Nov 2020 02:15:09 +0000 (18:15 -0800)]
ICU-21381 AppVeyor CI Builds: Speed up the Cygwin setup download.
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.
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
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.
Shane F. Carr [Tue, 17 Nov 2020 00:50:26 +0000 (18:50 -0600)]
ICU-21389 Merge maint/maint-68 to master
Frank Tang [Thu, 12 Nov 2020 06:41:28 +0000 (22:41 -0800)]
ICU-21391 Make test/perf compile
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
Frank Tang [Thu, 12 Nov 2020 23:39:40 +0000 (15:39 -0800)]
ICU-21395 Fix UBSan breakage on 8bit of rbbi
younies [Fri, 13 Nov 2020 13:10:08 +0000 (13:10 +0000)]
ICU-21349 Improve MeasureUnit comparators
See #1433
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.
Frank Tang [Thu, 12 Nov 2020 08:33:40 +0000 (08:33 +0000)]
ICU-21385 Fix assertion when setKeywordValue w/ long value.
See #1461
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
Shane F. Carr [Tue, 10 Nov 2020 06:44:23 +0000 (00:44 -0600)]
ICU-21383 Fix memory problem in FormattedStringBuilder