Piotr Caban : msvcrt: Import pow implementation from musl.

Alexandre Julliard julliard at winehq.org
Mon Jun 14 16:00:36 CDT 2021


Module: wine
Branch: master
Commit: ff4d7edc338b35dce3274dd6887dbaf55cf86513
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ff4d7edc338b35dce3274dd6887dbaf55cf86513

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Jun 14 17:40:33 2021 +0200

msvcrt: Import pow implementation from musl.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crtdll/Makefile.in   |   1 -
 dlls/msvcr100/Makefile.in |   1 -
 dlls/msvcr110/Makefile.in |   1 -
 dlls/msvcr120/Makefile.in |   1 -
 dlls/msvcr70/Makefile.in  |   1 -
 dlls/msvcr71/Makefile.in  |   1 -
 dlls/msvcr80/Makefile.in  |   1 -
 dlls/msvcr90/Makefile.in  |   1 -
 dlls/msvcrt/Makefile.in   |   1 -
 dlls/msvcrt/math.c        | 423 ++++++++++++++++++++++++++++++++++++++++++++--
 dlls/msvcrt/unixlib.c     |  64 -------
 dlls/msvcrt/unixlib.h     |  29 ----
 dlls/msvcrtd/Makefile.in  |   1 -
 dlls/ucrtbase/Makefile.in |   1 -
 14 files changed, 412 insertions(+), 115 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=ff4d7edc338b35dce3274dd6887dbaf55cf86513



More information about the wine-cvs mailing list