Added patch to calculate msvcrt exponential math operations with higher precision.

This commit is contained in:
Sebastian Lackner
2015-04-10 08:05:36 +02:00
parent 77bc095cb4
commit c382d2430b
5 changed files with 172 additions and 29 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ wine-staging (1.7.41) UNRELEASED; urgency=low
* Added patch to enable/disable EAX support via winecfg.
* Added patch with stub for setupapi.SetupDiSetDeviceInstallParamsW.
* Added first part of patchset containing various improvements for LsaLookupSids.
* Added patch to calculate msvcrt exponential math operations with higher precision.
* Added tests for RtlIpv6AddressToString and RtlIpv6AddressToStringEx.
* Removed patches to fix invalid memory access in get_registry_locale_info (accepted upstream).
* Removed patches to avoid repeated FIXMEs in PsLookupProcessByProcessId stub (accepted upstream).