On Thu Aug 21 10:16:25 2025 +0000, Ivan Lyugaev wrote:
> changed this line in version 7 of the diff
The format of the config entry looks like this:
name=value
I meant that the value of the scanner parameter is a whole word without spaces. But I will correct the solution to take into account spaces inside
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8778#note_113425
Order of day or month and time or year needs to be considered.
The year also needs to be adjusted correctly.
--
v4: wininet/internet: Fix year parsing to include millennium.
wininet/internet: Fix parsing order of http times.
wininet/tests: Add more http time test strings.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8614
--
v3: jscript: Fix error value when passing non-string 'this' to String's toString.
jscript: Fallback to Object's toString for Arrays when 'this' isn't an
jscript: Return proper error when passing wrong type to Function.apply.
jscript: Allow objects that expose "length" prop for Function.apply under
https://gitlab.winehq.org/wine/wine/-/merge_requests/8781
--
v3: iphlpapi/tests: Add tests for Icmp6SendEcho2().
iphlpapi: Implement Icmp6SendEcho2().
nsiproxy.sys: Don't try to check for original packet for ping socket.
iphlpapi: Implement Icmp6CreateFile().
iphlpapi: Implement Icmp6ParseReplies().
iphlpapi: Only supply APC routine if no event in icmp_send_echo().
iphlpapi/tests: Refactor APC testing in testIcmpSendEcho().
iphlpapi: Factor out icmp_send_echo() function.
nsiproxy.sys: Store socket type in struct icmp_data.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8782
Add Expat as a dependency, and use it to parse the XML returned from FreeBSD's kern.sched.topology_spec sysctl.
--
v6: ntdll: implement create_logical_proc_info on FreeBSD.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7339