Alexandre Julliard pushed to branch master at wine / wine
Commits:
f8f119f5 by Arkadiusz Hiler at 2025-02-06T16:00:51+01:00
jscript: Fix JSON.stringify for arrays longer than 10.
We've been passing `ARRAY_SIZE()` (equal to 16 in this case) as a radix
to _itow(). This has caused us trying to get "a" instead of "10", etc.
which resulted in unexpected nulls being interspersed in long arrays as
well as the arrays being cut short.
- - - - -
2 changed files:
- dlls/jscript/json.c
- dlls/jscript/tests/api.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f8f119f565581923e23cb8a18e2ed8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f8f119f565581923e23cb8a18e2ed8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
77dd0e61 by Zhiyi Zhang at 2025-02-06T13:32:18+01:00
include: Fix PRTL_GENERIC_ALLOCATE_ROUTINE prototype.
The last parameter of PRTL_GENERIC_ALLOCATE_ROUTINE should be CLONG instead of LONG.
- - - - -
9b23a225 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00
ntdll/tests: Add RtlInitializeGenericTable() tests.
- - - - -
937da611 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00
ntdll/tests: Add RtlNumberGenericTableElements() tests.
- - - - -
4d92ede5 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00
ntdll: Implement RtlIsGenericTableEmpty().
- - - - -
69be2d78 by Zhiyi Zhang at 2025-02-06T13:32:22+01:00
ntdll/tests: Add RtlIsGenericTableEmpty() tests.
- - - - -
6 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/rtl.c
- dlls/ntdll/tests/rtl.c
- dlls/ntoskrnl.exe/ntoskrnl.exe.spec
- include/ddk/ntddk.h
- include/ntdef.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd1c417434d1024586058839b0cd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd1c417434d1024586058839b0cd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a816c476 by Stefan Dösinger at 2025-02-06T13:31:02+01:00
gdi32: Windows adds an extra 4 bytes to EMREXTCREATEPEN.
The application in question doesn't care since it is at the end of a
struct, but the behavior is consistent and adding it is easier than
making our tests check for it.
- - - - -
b8d2f94f by Stefan Dösinger at 2025-02-06T13:31:04+01:00
gdi32: Set EMREXTCREATEPEN offBmi and offBits.
Again to match what the tests get on native.
- - - - -
60f31462 by Stefan Dösinger at 2025-02-06T13:31:07+01:00
gdi32: EMREXTCREATEPEN contains a 32 bit EXTLOGPEN.
- - - - -
3cd1c417 by Stefan Dösinger at 2025-02-06T13:31:11+01:00
gdi32/tests: Add an EMREXTCREATEPEN test.
- - - - -
5 changed files:
- dlls/gdi32/emfdc.c
- dlls/gdi32/tests/generated.c
- dlls/gdi32/tests/metafile.c
- dlls/wow64win/gdi.c
- include/wingdi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b57598dcfc9198aa9cf6ac4ce17e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b57598dcfc9198aa9cf6ac4ce17e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a138518d by Jinoh Kang at 2025-02-05T17:54:45+01:00
ntdll: Fix syscall_cfa offset in user_mode_abort_thread for ARM64.
Otherwise sending ^C to a running ARM64 process crashes it randomly.
Note that 0x110 is prev_frame, the field that immediately precedes
syscall_cfa.
Fixes: ca79629b3e436c8799281319dd313249bf05b9b5
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_arm64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a138518dba1462c4acf2bd910f916a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a138518dba1462c4acf2bd910f916a…
You're receiving this email because of your account on gitlab.winehq.org.