Naoto Sato
|
d0be73a780
|
8041488: Locale-Dependent List Patterns
Reviewed-by: joehw, rriggs
|
2023-09-11 16:48:22 +00:00 |
|
Andrey Turbanov
|
c12ca885cc
|
8312521: Unused field LocaleProviderAdapter#defaultLocaleProviderAdapter could be removed
Reviewed-by: naoto
|
2023-08-31 20:10:15 +00:00 |
|
John Jiang
|
f8c2b7fee1
|
8313231: Redundant if statement in ZoneInfoFile
Reviewed-by: jiefu, scolebourne
|
2023-07-31 07:49:10 +00:00 |
|
Sergey Tsypanov
|
297c799631
|
8301492: Modernize equals() method of ResourceBundle.CacheKey and Bundles.CacheKey
Reviewed-by: prappo, naoto
|
2023-06-26 19:41:43 +00:00 |
|
Naoto Sato
|
f9a785e855
|
8307547: Support variant collations
Reviewed-by: srl, jlu, alanb
|
2023-05-16 18:00:45 +00:00 |
|
Justin Lu
|
82bcee76ea
|
8159337: Introduce a method in Locale class to return the language tags as per RFC 5646 convention
Reviewed-by: naoto, rriggs
|
2023-05-09 17:15:06 +00:00 |
|
Naoto Sato
|
44f33ad1a9
|
8304982: Emit warning for removal of COMPAT provider
Reviewed-by: alanb
|
2023-04-05 16:06:23 +00:00 |
|
Yoshiki Sato
|
ed9592c6e8
|
8305113: (tz) Update Timezone Data to 2023c
Reviewed-by: naoto, andrew, serb
|
2023-04-05 01:19:00 +00:00 |
|
Justin Lu
|
f1f4e1de44
|
6453901: (cal) clean up sun.util.calendar classes
Reviewed-by: naoto, lancea
|
2023-03-07 18:30:28 +00:00 |
|
Justin Lu
|
acf899612f
|
8303275: Use {@Return and @linkplain in Locale and related classes
Reviewed-by: naoto
|
2023-03-07 18:18:59 +00:00 |
|
Pavel Rappo
|
45a616a891
|
8303480: Miscellaneous fixes to mostly invisible doc comments
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
|
2023-03-07 15:31:42 +00:00 |
|
Justin Lu
|
e3016c1142
|
8303472: Display name for region TR
Reviewed-by: naoto
|
2023-03-03 17:18:44 +00:00 |
|
Justin Lu
|
7e47d51e10
|
8282319: java.util.Locale method to stream available Locales
Reviewed-by: stsypanov, naoto, lancea, rriggs
|
2023-03-01 00:36:22 +00:00 |
|
Magnus Ihse Bursie
|
4073b68565
|
8298047: Remove all non-significant trailing whitespace from properties files
Reviewed-by: serb, rriggs
|
2023-01-16 18:53:54 +00:00 |
|
Andrew John Hughes
|
ce896731d3
|
8297804: (tz) Update Timezone Data to 2022g
Reviewed-by: naoto
|
2022-12-07 00:34:00 +00:00 |
|
Yoshiki Sato
|
9d3b4ef2ad
|
8296108: (tz) Update Timezone Data to 2022f
Reviewed-by: serb, naoto
|
2022-11-04 02:23:17 +00:00 |
|
Naoto Sato
|
4224d45132
|
8295232: "java.locale.useOldISOCodes" property is read lazily
Reviewed-by: lancea, bpb, iris, rriggs, coffeys
|
2022-10-13 16:18:53 +00:00 |
|
Justin Lu
|
d4c9a88073
|
6560981: (cal) unused local variables in GregorianCalendar, etc.
Reviewed-by: naoto, bchristi, iris
|
2022-10-06 23:16:06 +00:00 |
|
Yoshiki Sato
|
f01573368f
|
8294357: (tz) Update Timezone Data to 2022d
Reviewed-by: naoto, coffeys
|
2022-09-30 12:45:35 +00:00 |
|
Naoto Sato
|
e3358e77f5
|
8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException
Reviewed-by: joehw, smarks
|
2022-09-20 16:46:18 +00:00 |
|
Naoto Sato
|
b8598b0297
|
8291660: Grapheme support in BreakIterator
Reviewed-by: smarks
|
2022-09-09 17:13:51 +00:00 |
|
Alisen Chung
|
0def5316cd
|
8290889: JDK 19 RDP2 L10n resource files update - msgdrop 10
Reviewed-by: naoto, asemenyuk
|
2022-08-09 22:27:58 +00:00 |
|
XenoAmess
|
e01cd7c3ed
|
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
Reviewed-by: naoto, bpb, dfuchs, ascarpino
|
2022-06-09 01:50:54 +00:00 |
|
Sergey Tsypanov
|
4fe0ca9ec3
|
8287860: Revise usage of volatile in j.u.Locale
Reviewed-by: naoto
|
2022-06-07 11:46:06 +00:00 |
|
Naoto Sato
|
26d24263c7
|
8287340: Refactor old code using StringTokenizer in locale related code
Reviewed-by: iris, joehw
|
2022-06-02 18:35:20 +00:00 |
|
Andrey Turbanov
|
65850431ed
|
8287181: Avoid redundant HashMap.containsKey calls in InternalLocaleBuilder.setExtension
Reviewed-by: naoto, rriggs
|
2022-05-25 07:23:56 +00:00 |
|
Andrey Turbanov
|
01916e1920
|
8287053: Avoid redundant HashMap.containsKey calls in ZoneInfoFile.getZoneInfo0
Reviewed-by: redestad, naoto, rriggs
|
2022-05-23 08:29:29 +00:00 |
|
Naoto Sato
|
b884db8f7c
|
8285844: TimeZone.getTimeZone(ZoneOffset) does not work for all ZoneOffsets and returns GMT unexpected
Reviewed-by: uschindler, scolebourne, joehw
|
2022-05-16 15:45:01 +00:00 |
|
Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +00:00 |
|
Naoto Sato
|
3d07b3c7f0
|
8282227: Locale information for nb is not working properly
Reviewed-by: rriggs
|
2022-04-29 17:20:41 +00:00 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +00:00 |
|
Naoto Sato
|
526e73498e
|
8282819: Deprecate Locale class constructors
Reviewed-by: lancea, rriggs
|
2022-04-05 15:38:36 +00:00 |
|
Naoto Sato
|
c4dc58e12e
|
8283277: ISO 4217 Amendment 171 Update
Reviewed-by: iris, joehw
|
2022-03-21 15:33:09 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Naoto Sato
|
9b74c3f2e7
|
8176706: Additional Date-Time Formats
Reviewed-by: joehw, rriggs
|
2022-02-16 16:54:53 +00:00 |
|
Andrey Turbanov
|
5af7f25814
|
8274811: Remove superfluous use of boxing in java.base
Reviewed-by: lancea
|
2022-01-19 10:59:40 +00:00 |
|
Naoto Sato
|
8dc4437d00
|
8278434: timeouts in test java/time/test/java/time/format/TestZoneTextPrinterParser.java
Reviewed-by: joehw
|
2022-01-04 02:48:23 +00:00 |
|
Daniel Le
|
87cc4e5009
|
8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1)
Reviewed-by: naoto
|
2021-12-23 14:11:11 +00:00 |
|
Naoto Sato
|
543d1a8cf4
|
8275721: Name of UTC timezone in a locale changes depending on previous code
Reviewed-by: joehw
|
2021-12-07 16:44:52 +00:00 |
|
Andrey Turbanov
|
6677554374
|
8274949: Use String.contains() instead of String.indexOf() in java.base
Reviewed-by: weijun, dfuchs, vtewari, lancea
|
2021-11-19 18:48:06 +00:00 |
|
Andrey Turbanov
|
5a2452c80e
|
8274835: Remove unnecessary castings in java.base
Reviewed-by: mullan, naoto, lancea, bpb
|
2021-11-12 16:30:56 +00:00 |
|
Yoshiki Sato
|
ad3be04d2a
|
8276536: Update TimeZoneNames files to follow the changes made by JDK-8275766
Reviewed-by: naoto, coffeys
|
2021-11-11 01:39:06 +00:00 |
|
Yoshiki Sato
|
5b4e39863d
|
8275766: (tz) Update Timezone Data to 2021e
8275849: TestZoneInfo310.java fails with tzdata2021e
Reviewed-by: naoto, iris, erikj, coffeys
|
2021-11-02 13:02:51 +00:00 |
|
Pavel Rappo
|
2eafa036c0
|
8276234: Trivially clean up locale-related code
Reviewed-by: redestad, naoto, iris
|
2021-11-01 22:50:43 +00:00 |
|
Andrey Turbanov
|
9a3e954299
|
8274879: Replace uses of StringBuffer with StringBuilder within java.base classes
Reviewed-by: naoto
|
2021-10-27 16:18:12 +00:00 |
|
Naoto Sato
|
ec199072c5
|
8274864: Remove Amman/Cairo hacks in ZoneInfoFile
Reviewed-by: iris, joehw
|
2021-10-08 16:11:22 +00:00 |
|
Naoto Sato
|
8ca084617f
|
8274407: (tz) Update Timezone Data to 2021c
8274467: TestZoneInfo310.java fails with tzdata2021b
8274468: TimeZoneTest.java fails with tzdata2021b
Reviewed-by: rriggs, iris, coffeys
|
2021-10-07 15:32:11 +00:00 |
|
Naoto Sato
|
f2404d60de
|
8274658: ISO 4217 Amendment 170 Update
Reviewed-by: lancea, iris
|
2021-10-04 15:06:48 +00:00 |
|
Jaikiran Pai
|
ddc262746a
|
8273790: Potential cyclic dependencies between Gregorian and CalendarSystem
Reviewed-by: naoto, yyang, rriggs
|
2021-09-28 05:00:27 +00:00 |
|