Shane F. Carr
9ac51f21ed
ICU-21351 Don't coalesce adjacent list formatter fields in ICU4J
2021-02-08 20:49:03 -06:00
Markus Scherer
790dfcf0b7
ICU-21050 add detail for when need to ifndef C++ boilerplate
2021-02-08 15:27:03 -08:00
Hugo van der Merwe
7feb300a87
ICU-21284 More MeasureFormatTest and NumberFormatterApiTest test cases
...
See #1530
2021-02-08 21:51:24 +01:00
Hugo van der Merwe
377dc22280
ICU-21349 Fix ICU4J reciprocal unit conversions
...
See #1565
2021-02-05 18:29:31 -08:00
Michael Block
a138318922
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).
2021-02-04 17:55:05 -08:00
Craig Cornelius
45b8834e7a
ICU-21440 letest updated to true/false from TRUE/FALSE
2021-02-04 14:55:37 -08:00
Younies Mahmoud
412ac386f4
ICU-21349 Change UnitConverter name to UnitsConverter
...
See #1557
2021-02-03 14:50:04 +01:00
Hugo van der Merwe
8e69552228
ICU-21451 Implement inverse unit handling for new consumption unit preferences in CLDR
...
See #1550
2021-02-03 00:42:43 +01:00
Hugo van der Merwe
5dc0513b29
ICU-21472 Update ICU to support latest CLDR units updates (ofglucose, new constants)
...
See #1545
2021-02-02 12:34:17 +01:00
Markus Scherer
5a7a8f015c
ICU-21461 uprops.h: remove unused gc macros
...
and some underused character constants
2021-02-01 18:45:59 -08:00
Markus Scherer
9d4beab200
ICU-13435 more RTL languages
2021-02-01 16:43:24 -08:00
Jeff Genovy
8082d0e145
ICU-21449 Infinite loop can occur with locale IDs that contain RES_PATH_SEPARATOR
2021-01-29 13:10:34 -08:00
Frank Tang
b82dc88148
ICU-21466 Remove size limit of intvector
...
See #1537
2021-01-28 16:45:24 -08:00
Jeff Genovy
56b4630ada
ICU-21473 Enable GHA CI on maint/maint* branches
2021-01-27 18:20:52 -08:00
Hugo van der Merwe
01da2732b7
ICU-21349 Improve forIdentifier docs to exclude long_unit_identifier.
2021-01-27 19:02:45 +01:00
Hugo van der Merwe
1c61c57ece
ICU-21357 Support IEC Binary Prefixes in MeasureUnit
...
See #1474
2021-01-27 15:34:10 +01:00
yumaoka
7c412f9c8f
ICU-21467 tzdata 2021a updates
2021-01-27 00:44:56 -05:00
Jeff Genovy
a1a1fafb7d
ICU-21465 Fix Windows Time Zone mapping when the Automatic DST setting is OFF.
2021-01-26 15:43:40 -08:00
gnrunge
3c9f5aa9b2
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.
2021-01-26 15:13:58 -08:00
gnrunge
a3e5065340
ICU-21469 Remove .travis.yml file now that continuous integration tasks have been moved to GHA.
2021-01-26 13:21:33 -08:00
gnrunge
38125f3c50
ICU-21450 Migrates ICU4C document build with doxygen from Travis CI to GHA CI.
2021-01-25 14:18:15 -08:00
George Rhoten
747f5cd924
ICU-21462 ICULocaleService.java has a race condition
2021-01-22 11:05:08 -08:00
gnrunge
e5a3f2baa7
ICU-21450 Add builds for MacOS and with extra warnings to GHA CI.
...
ICU-21450 Fix indent.
ICU-21450 Factor in review comments.
2021-01-21 16:05:13 -08:00
Long Nguyen
6092942e23
ICU-21435 Remove -Bsymbolic flag for mingw targets
2021-01-20 11:31:49 -08:00
younies
b594f4b2a9
ICU-21349 Enhance Supporting Mixed Unit (such as "inch-and-foot")
...
See #1363
2021-01-20 17:50:36 +01:00
gnrunge
c7ea02fcca
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.
2021-01-20 08:44:43 -08:00
Younies Mahmoud
6562ac57df
ICU-21349 move testConverter from C++ to Java
...
See #1532
2021-01-20 11:48:41 +01:00
Jeff Genovy
dc5ab7aa6e
ICU-21427 Don't ignore already checked-in files under "tools/cldr/lib".
...
Co-authored-by: Victor Chang <vichang@google.com>
2021-01-19 17:08:15 -08:00
Younies Mahmoud
0895a223a3
ICU-21349 Adjust C++ MeasureUnitImpl::serialize
to be as same as the Java one
...
See #1496
2021-01-13 22:31:05 +01:00
Victor Chang
3b1ec5032c
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.
2021-01-13 00:38:37 -06:00
Markus Scherer
fc12cf095c
ICU-21279 decompose (NFD/NFKD) UTF-8 with Edits
...
See #1518
2021-01-07 15:38:16 -08:00
yumaoka
25eb1510ec
ICU-21448 Update ICU tzdata to 2020f
2021-01-06 21:44:07 -05:00
Erik Torres Aguilar
bd3b202741
ICU-21018 Fix typos across repo that start with letter A
...
See #1506
2021-01-06 15:15:35 -08:00
Erik Torres Aguilar
6eea259143
ICU-21018 Fix typos across repo that start with letter C
...
See #1525
2021-01-06 15:15:26 -08:00
Markus Scherer
dea5448cb1
ICU-13702 C++ UnicodeSet cleanup: use UTF-16 literals
2020-12-29 19:07:55 -08:00
Markus Scherer
67cc873789
ICU-20698 C++ Hashtable allow integer value zero
2020-12-29 13:47:17 -08:00
Markus Scherer
1863bea230
ICU-20698 UHashtable allow integer value zero
2020-12-29 10:33:33 -08:00
Markus Scherer
9963b4d62a
ICU-13702 allow empty string in UnicodeSet
...
See #1519
2020-12-29 09:33:35 -08:00
Ken Harris
fb715eab4c
ICU-21416 Fix typos and formatting errors in regexp.md
...
See ICU-20088, which seems to be where most of them were introduced.
2020-12-16 21:15:34 -08:00
Steven R. Loomis
8d2360ae6e
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 cad3903cc2
ICU-21051
- some FALSE/TRUE were missed in source/test/letest
2020-12-15 10:35:59 -06:00
Peter Edberg
c023eef140
ICU-21405 brs 68.2, update urename.h
2020-12-14 13:01:30 -08:00
gnrunge
ce00ef1c99
ICU-21423 Remove obsolete scriptfile bomfix.py
2020-12-14 09:47:50 -08:00
gnrunge
8078ae4937
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.
2020-12-11 19:12:30 -08:00
Erik Torres Aguilar
17f725fe0d
ICU-21118 check that dst and src are not null in uprv_memcpy
...
See #1489
2020-12-10 10:59:49 -08:00
Markus Scherer
3d62b74392
ICU-20107 binary compat: APIs may move between libraries
2020-12-09 16:49:37 -08:00
inokawa
bb5d29b143
ICU-21416 Fix typos in comments
2020-12-09 14:17:14 -08:00
Frank Tang
d9ff1888ee
ICU-21414 Fix toLanguageTag x-private
...
Also fix ICU-21433 forLanguageTag when there are variant and -x-
extension
2020-12-08 22:51:18 -08:00
gnrunge
563f8b550a
ICU-21431 Adds a check to an ICU4C unit test to prevent a segmentation fault
...
if this test runs without ICU data.
2020-12-08 14:25:42 -08:00
Frank Tang
c3ed0c5371
ICU-21430 propagate error code
2020-12-07 23:03:23 -08:00
Frank Tang
5f8df0d288
ICU-21406 canonicalize -T- extension
...
See #1491
2020-12-07 21:21:41 -08:00