On Tue, 18 Apr 2023 05:08:35 GMT, Yoshiki Sato wrote:
> Please review this PR.
> With this minor change, the javazic compiler (Main.java) can produce the HTML
> files that display given time zone data correctly.
This pull request has now been integrated.
Changeset: 544bd2
> Please review this PR.
> With this minor change, the javazic compiler (Main.java) can produce the HTML
> files that display given time zone data correctly.
Yoshiki Sato has updated the pull request incrementally with one additional
commit since the last revision:
Insert null
On Tue, 18 Apr 2023 19:50:59 GMT, Naoto Sato wrote:
>> Please review this PR.
>> With this minor change, the javazic compiler (Main.java) can produce the
>> HTML files that display given time zone data correctly.
>
> test/jdk/sun/util/calendar/zi/GenDoc.java line 159:
>
>> 157: if
Please review this PR.
With this minor change, the javazic compiler (Main.java) can produce the HTML
files that display given time zone data correctly.
-
Commit messages:
- Remove trailing spaces
- Fix a mistake in the change
- 8305505: NPE in javazic compiler
Changes: https://
On Fri, 31 Mar 2023 00:02:02 GMT, Yoshiki Sato wrote:
> Pleases review this PR.
> The PR includes the following changes.
> - tzdata 2023c
> - Hack code to deal with Cairo's DST end, which is same as done in
> 2014g([JDK-8049343](https://bugs.openjdk.org/browse/JDK-8049343))
ompiler, where the time 24:00 is
> recognized as 0:00 in the previous day.
Yoshiki Sato has updated the pull request incrementally with two additional
commits since the last revision:
- Revert formatted code in ZoneInfoFile.java
- fixing typo again
-
Changes:
- all: https:
ompiler, where the time 24:00 is
> recognized as 0:00 in the previous day.
Yoshiki Sato has updated the pull request incrementally with one additional
commit since the last revision:
fixing some typos
-
Changes:
- all: https://git.openjdk.org/jdk/pull/13255/files
- new: h
On Fri, 31 Mar 2023 22:06:34 GMT, Sergey Bylokhov wrote:
>> Pleases review this PR.
>> The PR includes the following changes.
>> - tzdata 2023c
>> - Hack code to deal with Cairo's DST end, which is same as done in
>> 2014g([JDK-8049343](https://bugs.openjdk.org/browse/JDK-8049343)). To work
>
On Fri, 31 Mar 2023 22:05:01 GMT, Sergey Bylokhov wrote:
>> Pleases review this PR.
>> The PR includes the following changes.
>> - tzdata 2023c
>> - Hack code to deal with Cairo's DST end, which is same as done in
>> 2014g([JDK-8049343](https://bugs.openjdk.org/browse/JDK-8049343)). To work
>
On Fri, 31 Mar 2023 16:44:52 GMT, Naoto Sato wrote:
>> Pleases review this PR.
>> The PR includes the following changes.
>> - tzdata 2023c
>> - Hack code to deal with Cairo's DST end, which is same as done in
>> 2014g([JDK-8049343](https://bugs.openjdk.org/browse/JDK-8049343)). To work
>> aro
On Fri, 31 Mar 2023 00:02:59 GMT, Yoshiki Sato wrote:
>> Pleases review this PR.
>> The PR includes the following changes.
>> - tzdata 2023c
>> - Hack code to deal with Cairo's DST end, which is same as done in
>> 2014g([JDK-8049343](https://bugs.openjdk
Pleases review this PR.
The PR includes the following changes.
- tzdata 2023c
- Hack code to deal with Cairo's DST end, which is same as done in
2014g([JDK-8049343](https://bugs.openjdk.org/browse/JDK-8049343)). To work
around the the limitation of JSR 310 compiler, where the time 24:00 is
rec
On Fri, 31 Mar 2023 00:02:02 GMT, Yoshiki Sato wrote:
> Pleases review this PR.
> The PR includes the following changes.
> - tzdata 2023c
> - Hack code to deal with Cairo's DST end, which is same as done in
> 2014g([JDK-8049343](https://bugs.openjdk.org/browse/JDK-8049343))
On Wed, 30 Nov 2022 18:07:07 GMT, Andrew John Hughes wrote:
> Update to the latest tzdata, 2022g.
>
> Primary changes:
> * `America/Ojinaga` (CST) is split, creating `America/Ciudad_Juarez` (MST/MDT)
> * `America/Pangnirtung` becomes a link to `America/Iqaluit`
> * `America/Ojinaga` gains DST (C
On Wed, 2 Nov 2022 04:10:43 GMT, Yoshiki Sato wrote:
> Please review this PR. The PR includes changes in the resource bundle
> sources to follow the time zone change observed in America/Chihuahua and
> America/Ojinaga.
This pull request has now been integrated.
Changeset: 9d3b4e
On Wed, 2 Nov 2022 04:10:43 GMT, Yoshiki Sato wrote:
> Please review this PR. The PR includes changes in the resource bundle
> sources to follow the time zone change observed in America/Chihuahua and
> America/Ojinaga.
@naotoj Can I ask you to review the PR?
-
Please review this PR. The PR includes changes in the resource bundle sources
to follow the time zone change observed in America/Chihuahua and
America/Ojinaga.
-
Commit messages:
- 1st commit for tz2022f
Changes: https://git.openjdk.org/jdk/pull/10940/files
Webrev: https://webre
On Wed, 12 Oct 2022 00:01:50 GMT, David Alvarez wrote:
> Please, review this PR for an update of timezone data. No changes besides the
> import were needed.
We normally run test/jdk/java/util/TimeZone/tools/share/Makefile with the JDK
integrating new timezone data in order to generate
test/jd
On Wed, 28 Sep 2022 03:40:06 GMT, Yoshiki Sato wrote:
> Please review this PR. The change include some code changes in
> ZoneInfoFile.java and TestZoneInfo310.java since tzdata2022d breaks
> TestZoneInfo310.java.
This pull request has now been integrated.
Changeset: f01573
On Fri, 30 Sep 2022 04:17:54 GMT, Naoto Sato wrote:
>> Please review this PR. The change include some code changes in
>> ZoneInfoFile.java and TestZoneInfo310.java since tzdata2022d breaks
>> TestZoneInfo310.java.
>
> test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt line 170:
>
>> 16
Please review this PR. The change include some code changes in
ZoneInfoFile.java and TestZoneInfo310.java since tzdata2022d breaks
TestZoneInfo310.java.
-
Commit messages:
- Added minor changes in comment lines
- reverting irrelvant change in pom.xml
- 1st commit for tz2022d
Ch
On Thu, 25 Aug 2022 02:26:19 GMT, Yoshiki Sato wrote:
> Please review this PR. The PR adopts the official tzdata2022c as it is.
> It means the pre-1970s data merged in tzdata2022c doesn't exist.
> All tests have been passed with no failures.
This pull request has now b
On Thu, 25 Aug 2022 02:26:19 GMT, Yoshiki Sato wrote:
> Please review this PR. The PR adopts the official tzdata2022c as it is.
> It means the pre-1970s data merged in tzdata2022c doesn't exist.
> All tests have been passed with no failures.
The test failure seems to be irreleva
Please review this PR. The PR adopts the official tzdata2022c as it is.
It means the pre-1970s data merged in tzdata2022c doesn't exist.
All tests have been passed with no failures.
-
Commit messages:
- Merge branch 'master' into tz2022c
- The first fix for tz2022c
Changes: https:
On Wed, 13 Jul 2022 04:30:39 GMT, Yoshiki Sato wrote:
> Please review this PR. The PR open sources the closed timezone tests.
This pull request has now been integrated.
Changeset: 92deab54
Author: Yoshiki Sato
Committer: Sean Coffey
URL:
https://git.openjdk.org/jdk/com
On Wed, 13 Jul 2022 04:30:39 GMT, Yoshiki Sato wrote:
> Please review this PR. The PR open sources the closed timezone tests.
Can I ask you to help reviewing this PR?
@coffeys @naotoj
-
PR: https://git.openjdk.org/jdk/pull/9476
Please review this PR. The PR open sources the closed timezone tests.
-
Commit messages:
- Minor change added to Makefile
- 8028265: Move closed timezone tests to open repository
Changes: https://git.openjdk.org/jdk/pull/9476/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr
27 matches
Mail list logo