On Wed, 6 Apr 2022 12:07:30 GMT, Daniel Jeliński wrote:
> This patch adds missing `r` in `string`s
This pull request has now been integrated.
Changeset: 5bafcfdc
Author: Daniel Jeliński
URL:
https://git.openjdk.java.net/jdk/commit/5bafcfdc171b5a514ecf620703e77fa2f4a49c58
St
On Wed, 6 Apr 2022 15:49:06 GMT, Naoto Sato wrote:
>> Daniel Jeliński has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Revert liblcms changes
>
> src/java.base/share/classes/jdk/internal/icu/text/Str
> This patch adds missing `r` in `string`s
Daniel Jeliński has updated the pull request incrementally with two additional
commits since the last revision:
- revert xalan changes
- revert icu changes
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8125/files
-
On Wed, 6 Apr 2022 13:36:05 GMT, Alexey Ivanov wrote:
>> Daniel Jeliński has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Revert liblcms changes
>
> src/jdk.jpackage/windows/classes/jdk/jpackage/internal/res
> This patch adds missing `r` in `string`s
Daniel Jeliński has updated the pull request incrementally with one additional
commit since the last revision:
Revert liblcms changes
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8125/files
- new: ht
On Wed, 6 Apr 2022 13:38:03 GMT, Alexey Ivanov wrote:
>> This patch adds missing `r` in `string`s
>
> src/java.desktop/share/native/liblcms/cmstypes.c line 3668:
>
>> 3666: // Auxiliary, read an string specified as count + string
>> 3667: static
>> 3668: cmsBool ReadCountAndString(struct _cms_t
This patch adds missing `r` in `string`s
-
Commit messages:
- Fix sting typo
Changes: https://git.openjdk.java.net/jdk/pull/8125/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8125&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-828
Stats: 25 lines in
On Fri, 21 Jan 2022 19:28:21 GMT, Daniel Jeliński wrote:
> Reported by clang-tidy. Verified manually by running
>
> Calendar c = Calendar.getInstance();
> System.out.println (c.getDisplayNames(Calendar.MONTH,
> Calendar.SHORT_STANDALONE, Locale.getDefault
On Fri, 21 Jan 2022 19:28:21 GMT, Daniel Jeliński wrote:
> Reported by clang-tidy. Verified manually by running
>
> Calendar c = Calendar.getInstance();
> System.out.println (c.getDisplayNames(Calendar.MONTH,
> Calendar.SHORT_STANDALONE, Locale.getDefault
Reported by clang-tidy. Verified manually by running
Calendar c = Calendar.getInstance();
System.out.println (c.getDisplayNames(Calendar.MONTH,
Calendar.SHORT_STANDALONE, Locale.getDefault()));
with `-Djava.locale.providers=HOST`
Without the fix the WINAPI functions fail, and [t
10 matches
Mail list logo