Alexandre Julliard pushed to branch master at wine / wine
Commits:
84872377 by Piotr Caban at 2024-07-25T23:00:37+02:00
msvcrt: Use thread-safe functions in _ctime64_s.
- - - - -
0fbd405b by Piotr Caban at 2024-07-25T23:00:37+02:00
msvcrt: Use thread-safe functions in _ctime32_s.
- - - - -
41844ec6 by Piotr Caban at 2024-07-25T23:00:37+02:00
msvcrt: Don't access input string after NULL-byte in mbstowcs.
- - - - -
2 changed files:
- dlls/msvcrt/mbcs.c
- dlls/msvcrt/time.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2f53eac6645a72ed725e08d4d650…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2f53eac6645a72ed725e08d4d650…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9b345198 by Jacek Caban at 2024-07-25T23:00:24+02:00
jscript: Improve invoke_prop_func error handling.
- - - - -
3291186b by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Explicitly specify case insensitive search in GetIDsOfNames.
- - - - -
7b455865 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Treat external properties as volatile.
- - - - -
63cb963a by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Suport deleting host object properties.
- - - - -
9518a147 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Support configuring host properties.
- - - - -
a6a2c992 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Allow host objects to implement fdexNameEnsure.
- - - - -
110dcd68 by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Use host object script bindings for HTMLFormElement.
- - - - -
d330411f by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Use ensure_real_info in dispex_compat_mode.
- - - - -
b2f53eac by Jacek Caban at 2024-07-25T23:00:26+02:00
mshtml: Use host object script bindings for document nodes.
- - - - -
12 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/jscript/tests/api.js
- dlls/mshtml/dispex.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
- dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c1c8c295b14626c2cb3c2fac65e1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c1c8c295b14626c2cb3c2fac65e1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b3aac0e5 by François Gouget at 2024-07-24T20:15:30+02:00
wineboot: Downgrade the wineprefix update message to a trace.
There is no reason for Wine to unconditionally pollute stderr.
- - - - -
1 changed file:
- programs/wineboot/wineboot.c
Changes:
=====================================
programs/wineboot/wineboot.c
=====================================
@@ -1612,7 +1612,7 @@ static void update_wineprefix( BOOL force )
install_root_pnp_devices();
update_user_profile();
- WINE_MESSAGE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) );
+ TRACE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) );
}
done:
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b3aac0e5562c8e29c30b2e2a5c7f2f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b3aac0e5562c8e29c30b2e2a5c7f2f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
62d37671 by Brendan Shanks at 2024-07-23T21:30:48+02:00
wine.inf: Don't register wineqtdecoder.dll.
wineqtdecoder was removed in 34289e749f44703997e8d904aaf12ac20b691b24.
- - - - -
1 changed file:
- loader/wine.inf.in
Changes:
=====================================
loader/wine.inf.in
=====================================
@@ -2116,7 +2116,6 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,windowscodecs.dll,1
11,,winegstreamer.dll,1
55,,wineps.drv,1
-11,,wineqtdecoder.dll,1
11,,winevulkan.dll,1
55,,winprint.dll,1
11,,wintrust.dll,1
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/62d37671616393284f31a0cca8931f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/62d37671616393284f31a0cca8931f…
You're receiving this email because of your account on gitlab.winehq.org.