Commit graph

32424 commits

Author SHA1 Message Date
Elango Cheran
2e9d1288dd ICU-22324 Add docs for Maven usage
See #2655
2023-10-05 13:43:38 -07:00
Elango Cheran
deab8eef82 ICU-22324 Update Maven migration scripts
See #2661
2023-10-05 13:43:31 -07:00
Elango Cheran
cc777ef48c ICU-22324 Remove Ant build's shared directory 2023-10-05 08:43:18 -07:00
Elango Cheran
623cb1accc ICU-22324 Update BRS task docs 2023-10-04 21:05:20 -07:00
Mihai Nita
1b5542da42 ICU-22324 Mavenization: fix the with_full_javadoc profile
See #2658
2023-10-04 16:29:18 -07:00
DraganBesevic
597e3110a5 ICU-22325 CLDR 44 beta2 integration to ICU part three, source files changes 2023-10-04 15:18:56 -07:00
DraganBesevic
72099ee64c ICU-22325 CLDR 44 beta2 integration to ICU part two, source files generated or copied from CLDR 2023-10-04 15:18:56 -07:00
DraganBesevic
34883e931c ICU-22325 CLDR 44 beta2 integration to ICU part one, binary and binary source files 2023-10-04 15:18:56 -07:00
Frank Tang
d82ad9975d ICU-22526 Allow GMT-23:59 time zone
ECMA402 now allow offset timezone from -23:59 to 23:59.
We need to lower the minimum ZONE_OFFSET value to -23:59
2023-10-04 14:43:36 -07:00
yumaoka
1651e63b33 ICU-22325 BRS74 ICU4J API signature file 2023-10-04 12:11:07 -04:00
Fredrik Roubert
c587069895 ICU-22527 Add -Wambiguous-reversed-operator test code. 2023-10-04 00:05:31 +02:00
Shane F. Carr
fc386c3a9a ICU-22149 Be more graceful with missing lang bundle data
See #2635
2023-10-03 14:20:26 -07:00
Mihai Nita
e09adbf05a ICU-22324 Mavenization: removed license links (error on Windows)
See #2652
2023-10-03 12:47:48 -07:00
Yoshito Umaoka
3cc4e1aac6 ICU-22325 BRS74 Updating ICU4J serialization test data 2023-10-03 15:20:03 -04:00
Mihai Nita
e6f7ef7ef4 ICU-22324 Mavenization, remove maven proof of concept and ant script 2023-10-03 10:58:25 -07:00
Peter Edberg
e1af930c6a ICU-22325 BRS 74rc move cldr testdata to consistent place, adjust test & tools to match 2023-10-03 10:24:27 -07:00
Craig
dff59b61f9 ICU-22325 ICU4C update APIChangeReport 73 -> 74 2023-10-03 07:21:20 -07:00
Frank Tang
05b0e7abaf ICU-22517 Limit the closure expansion loop and return error
To avoid very slow return from the constructor, we return
error while the Collation rule expand too big.
Add a soft limit to limit to the number of loop needed for 8 Hanguls
  Necessary number of loop: H(0)=0; H(i)=3H(i-1)+2.
  Where i is the length of Hangul in the rule.
  H(1) = 2, H(2) = 8, H(3)=26, H(4)=80, H(5) = 242 ...
2023-10-02 19:06:38 -07:00
Markus Scherer
f6d09d514d ICU-22527 add Measure::operator!=() 2023-10-02 17:03:28 -07:00
Craig Cornelius
e73d9736c9 ICU-22325 Update docs.md to change ant commands to new scripts 2023-10-02 16:04:02 -07:00
Yoshito Umaoka
3446660d27 ICU-22325 BRS74 Clean up import statements 2023-10-02 17:22:26 -04:00
Antonio Bueno
f24e0a0ff3 ICU-22323 Describe date field symbol ee as 02, not 2
See #2636
2023-10-02 12:29:59 -07:00
DraganBesevic
38643e14e5 ICU-22325 CLDR 44 beta1 integration to ICU part two, source files generated or copied from CLDR 2023-09-29 20:29:49 -07:00
DraganBesevic
5fa75fb9cc ICU-22325 CLDR 44 beta1 integration to ICU part one, binary and binary source files 2023-09-29 20:29:49 -07:00
Mihai Nita
76b9e089be ICU-22324 Mavenization, publish the root pom to Maven 2023-09-28 17:32:30 -07:00
Frank Tang
07137b64e4 ICU-22521 Return U_INTERNAL_PROGRAM_ERROR instead of % 0
When the gap is 0, return status as U_INTERNAL_PROGRAM_ERROR
and avoid the operation of "% gap"
2023-09-28 14:23:07 -07:00
Shane F. Carr
acfe1c299b ICU-22325 Update double-conversion to v3.3.0 2023-09-28 14:31:16 +02:00
Markus Scherer
bfbf578f1c ICU-22325 docmain ICU 74 new C services 2023-09-27 17:55:37 -07:00
Robin Leroy
9ed8532d2d ICU-22332 document advanced usage of bidi confusability
Co-authored-by: Markus Scherer <markus.icu@gmail.com>
2023-09-28 02:22:05 +02:00
Mihai Nita
aa377d7366 ICU-22324 Mavenization, script to generate serial test data 2023-09-27 16:11:39 -07:00
Mihai Nita
7a0373411e ICU-22324 Mavenization, building the CLDR utilities 2023-09-27 11:01:06 -07:00
Markus Scherer
c670bbd5b0 ICU-22420 GB18030 change 3 mappings for GBK/web compat 2023-09-27 08:37:24 -07:00
Mihai Nita
87fe057838 ICU-22324 Mavenization, add -SNAPSHOT back to the maven version 2023-09-27 06:46:31 -07:00
Fredrik Roubert
037449fff8 ICU-21289 Switch to using CharString for calling uloc_getParent(). 2023-09-26 23:41:24 +02:00
Fredrik Roubert
96dcaf7da8 ICU-21289 Switch to using CharString for calling uloc_forLanguageTag(). 2023-09-26 17:52:51 +02:00
Elango Cheran
99026f01cc ICU-22325 BRS74RC: Update version number to 74.1
See #2613
2023-09-26 08:21:21 -07:00
Fredrik Roubert
9bce52f003 ICU-21289 Switch to using CharString for calling uloc_toLanguageTag(). 2023-09-26 13:26:11 +02:00
Fredrik Roubert
2df1ab7240 ICU-21289 Switch to using CharString for calling uloc_canonicalize(). 2023-09-26 00:52:13 +02:00
Fredrik Roubert
47b28d6740 ICU-21289 Switch to using CharString for calling uloc_getBaseName(). 2023-09-26 00:52:13 +02:00
Fredrik Roubert
558df3aeb8 ICU-21289 Switch to using CharString for calling uloc_getName(). 2023-09-26 00:52:13 +02:00
Frank Tang
c1475f4bbd ICU-22516 Return error while the style is invalid
To avoid later unknown address in icu_74::UnicodeString::copyFrom
2023-09-25 15:43:49 -07:00
Fredrik Roubert
6d1999fbb9 ICU-21289 Switch to using CharString for calling uloc_getKeywordValue(). 2023-09-25 19:02:41 +02:00
Younies Mahmoud
c4689841c0 ICU-22463 Fix the conversion from gasoline-equivalent units to kilograms-per-meter-squared-per-second
See #2616
2023-09-23 06:48:25 +02:00
Mihai Nita
8c4af504a0 ICU-22324 Mavenization, minimize the places that need a version 2023-09-22 13:08:25 -07:00
Fredrik Roubert
6e0468d3bf ICU-22498 Write directly to sink (instead of into legacy buffers). 2023-09-22 15:01:42 +02:00
Frank Tang
cdcea0c378 ICU-22479 Enahnce the fuzzer for ListFormatter
Add the testing for invalid type and width.
Also test formatStringsToValue
2023-09-21 21:21:21 -07:00
Mihai Nita
501fe1b74a ICU-22324 Mavenization, preparing for maven central deployment 2023-09-21 18:21:06 -07:00
Craig
c3544278cb ICU-22325 BRS#13: urename.h 2023-09-21 16:45:25 -07:00
Frank Tang
77bc51e03e ICU-22479 Add fuzzer for RelativeTimeFormatFuzzer
And also fix a bug by checking the unit
2023-09-21 14:50:35 -07:00
Craig
263db44a3a ICU-22325 BRS#19 ICU4J 74 Status and Change Report
Change FormattedNumber.getNounClass to @stable ICU 72
2023-09-21 13:21:20 -07:00