Peter Edberg
388b768262
ICU-22325 CLDR release-43-1-beta2 to ICU main
2023-06-07 10:17:18 -07:00
Frank Yung-Fong Tang
1cede3cb3f
ICU-22409 Update README.md for Maven build
...
See #2489
2023-06-06 16:35:15 -07:00
Pedro Kaj Kjellerup Nacht
2e3e49fed5
ICU-22350 Add minimal tokens to GitHub workflows
...
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
2023-06-06 10:32:26 -07:00
Frank Yung-Fong Tang
e2fde33b4b
ICU-22396 Fix tool until ICU4J add Temporal Calendar API
...
See #2488
2023-06-05 15:26:53 -07:00
Markus Scherer
f4234577ad
ICU-22404 initial changes.txt for Unicode 15.1
...
See #2490
- copy 15.0 change log to the top, unchanged
- adjust changes.txt for 15.1, incl. diffs from CLDR 43 root collation update
2023-06-04 20:16:39 -07:00
Victor Chang
a18c8f83e3
ICU-22390 Speed-up ICU4J Transliterator.<clinit>
...
It reduces the method runtime by approx. 60%.
2023-06-01 05:32:56 -07:00
Elango Cheran
5435007e6a
ICU-21697 Convert ICU Site pages to markdown for Github Pages
...
See #1785
2023-05-30 16:18:32 -07:00
Shane F. Carr
de26ea8c6a
ICU-22322 Revert extra parallelism for data-filter test in .azure-pipelines.yml
...
See #2471
2023-05-26 13:39:11 -07:00
Manish Goregaokar
8bbb8f506e
ICU-22403 Fix icuexportdata out-of-bounds during decomposition
2023-05-26 13:27:55 -07:00
Nicholas Vinson
0fb1b5588e
ICU-22377 Fix va_end errors found by gcc -fanalyzer
...
Fixes missing call to ‘va_end’ errors.
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
2023-05-26 15:50:21 +02:00
Rich Gillam
5ef4fa2989
ICU-22379 Update ICU PersonNameFormatter to match the spec change requested by CLDR-16623
2023-05-25 16:43:33 -07:00
Manish Goregaokar
43cd3ce647
ICU-22372 Fix headers in icuexportdata
2023-05-25 10:09:07 -07:00
Peter Edberg
8d2c78d160
ICU-22357 Rename gb18030.ucm to add -2022, follow-on to PR #2430
2023-05-25 09:25:35 -07:00
Peter Edberg
7f5d679a98
ICU-22357 Update gb18030 mappings for the -2022 version
...
See #2430
2023-05-18 08:51:47 -07:00
Norbert Runge
ba1c7006b7
ICU-22384 Limit execution of performance tests
...
Run the tests only on the main branch of the unicode-org/icu repository. This avoids diluting the performance charts with performance results from the maintenance branches. Also, the performance tests won't execute on forked directories anymore, on which they fail after execution anyway, thus using GitHub resources without purpose.
2023-05-11 23:02:31 -07:00
Peter Edberg
d205e03352
ICU-22325 CLDR release-43-1-beta1 to ICU main
2023-05-10 18:08:25 -07:00
Fredrik Roubert
e1e1c5feaf
ICU-22349 Use -l with make -j to limit jobs based on load average.
...
It has been proposed that make running too many parallel jobs recently
has led to resource exhaustion in our CI, so that some kind of limit
would be helpful to set.
The load average 2.5 limit choosen here is simply the limit used as an
example in the make documentation, as we don't really have any way of
picking an initial value that's certain to be better.
https://www.gnu.org/software/make/manual/html_node/Parallel.html
See #2421
See #2422
2023-05-11 00:50:59 +02:00
Peter Edberg
5618203821
ICU-22360 revert portions of #2159 which included @ in ALetter for wordbreak, update tests
2023-05-06 21:36:46 -07:00
Victor Chang
530ca98176
ICU-22371 Fix ULocale.getISOLanguages() API docs
2023-05-03 11:13:32 -07:00
Mihai Nita
00bb6789b3
ICU-22323 Remove broken link from the Chinese Calendar documentation
2023-05-03 10:51:22 -07:00
Mihai Nita
0e4b10b112
ICU-22378 Fix temperature format ignoring -u-mu-fahrenhe
2023-05-03 09:24:53 -07:00
Robert Bastian
6c05042cbc
ICU-22373 Export segmentation dictionaries
2023-05-02 07:29:27 -07:00
Shane F. Carr
62f493827f
ICU-22369 Merge maint/maint-73 into main ( #2437 )
2023-04-27 16:19:55 -07:00
Fredrik Roubert
4fd9d6ce9a
ICU-22356 Use ConstChar16Ptr to safely cast from UChar* to char16_t*.
...
This is necessary for this header file to be usable by clients that
define UCHAR_TYPE as a type not compatible with char16_t, eg. uint16_t.
2023-04-24 23:56:49 +02:00
Steven R. Loomis
ec3aef8fec
ICU-22309 update CONTRIBUTING.md for new process
...
- see https://github.com/unicode-org/.github/blob/main/.github/CONTRIBUTING.md
2023-04-24 13:55:48 -05:00
Frank Tang
5be2ea84e5
ICU-22349 Bump the cygwin timeout to 50 minutes
2023-04-20 19:32:34 -07:00
Fredrik Roubert
09f4459a77
ICU-22221 Add the -R flag to less to display ANSI colors.
...
Without this flag, any ANSI color escape sequences in the Maven error
log will be displayed in their escaped form, which isn't very readable.
2023-04-20 17:57:22 +02:00
yumaoka
295f0f2a43
ICU-22333 Exclude EhaustivePersonNameFormatterTest also from releaseJarCheck target.
2023-04-20 11:40:17 -04:00
Frank Tang
85fd7389e0
ICU-22349 Speed up pre-merge CI
...
See #2420
2023-04-19 08:06:59 +05:30
Shane F. Carr
2a2995951b
ICU-20926 Add tests for identity behavior in DateIntervalFormat
...
See #2245
2023-04-17 14:57:50 -07:00
Steven R. Loomis
1e60df0f82
ICU-22341 commit checker: umbrella, explanations
...
- support Umbrella ticket type (no commits)
- explain why commit policy was applied
2023-04-13 12:20:12 -05:00
Frank Tang
4b515504fd
ICU-22349 Build cygwin with -j to run multiple cores
...
See #2421
2023-04-13 11:48:01 +05:30
rp9-next
12c5fe04c0
ICU-22351 Update PGP key information for release signing
2023-04-13 08:17:47 +05:30
Frank Tang
cbb25bb186
ICU-22349 Change to use just -j value in make to "not limit the number of jobs that can run simultaneously"
...
See #2422
2023-04-12 15:47:06 -07:00
Steven R. Loomis
312bae8660
ICU-21964 use a single LICENSE file
...
- make the icu4c and icu4j LICENSE files symlinks
- fix paths
2023-04-12 14:36:09 -05:00
Peter Edberg
5861e1fd52
ICU-22221 update cldr-icu instructions, and ICU tag for integration
2023-04-11 11:38:40 -07:00
Rahul Pandey
69e1d707f8
ICU-22221 BRS73GA: Update version number to 73.1
2023-04-11 15:46:18 +05:30
Markus Scherer
0d2a03dbba
ICU-22338 getProperty(Value)Name accepts nameChoice above 1
2023-04-10 17:50:12 -07:00
Steven R. Loomis
58c674a72e
ICU-22309 update CONTRIBUTING.md
...
- fix broken links
- move all content into CONTRIBUTING.md from https://icu.unicode.org/processes/contribute
- no process change
Co-authored-by: Markus Scherer <markus.icu@gmail.com>
2023-04-10 12:23:25 -05:00
Peter Edberg
80f94a636e
ICU-22221 CLDR release-43-beta5 to ICU maint/maint-73
2023-04-07 11:15:47 -07:00
Rich Gillam
7d4e57dff1
ICU-22340 Fix it so that UNUM_NUMBERING_SYSTEM again always returns a RuleBasedNumberFormat.
...
(cherry picked from commit c702950294
)
2023-04-07 10:13:51 -07:00
Markus Scherer
f4687fc25a
ICU-22221 update root collation again from CLDR 43
2023-04-06 08:20:03 -07:00
Frank Tang
981c182a7f
ICU-22297 Speed up valgrind tests
...
Remove the valgrind build in azure pipeline which is slow (about 50-75
mins to run) and replace with a set in github action that run 17
testing jobs in parallel to speed it up to about 25 mins the longest.
2023-04-05 16:42:32 -07:00
Peter Edberg
2c584abf7e
ICU-22221 rebase CLDR 43-beta4 import onto latest maint/maint-73 (new zoneinfo64)
2023-03-30 15:43:22 -07:00
Peter Edberg
c125cf67f0
ICU-22337 restore strict parsing length tolerance for non-abutting numeric date fields
2023-03-30 13:52:40 -07:00
Fredrik Roubert
95d905a9e9
ICU-22190 Add information about the KEYS file to the Publish document.
2023-03-30 14:06:15 +02:00
Rich Gillam
c702950294
ICU-22340 Fix it so that UNUM_NUMBERING_SYSTEM again always returns a RuleBasedNumberFormat.
2023-03-29 16:31:55 -07:00
yumaoka
9f774e2b8c
ICU-22339 Update ICU tzdata to 2023c for ICU 73.1 release
2023-03-29 17:31:51 -04:00
Craig Cornelius
dfdf9141e5
ICU-22220 Add step for updating API Doc table
...
See #2400
2023-03-29 11:25:39 -07:00
Markus Scherer
22bbc7e12e
ICU-22308 add alignas(16) to the data entry point definition
...
not just to its struct declaration.
2023-03-28 14:20:21 -07:00