Nikolay Sivov : msvcrt: Add _atoflt and _atoflt_l implementations.

Alexandre Julliard julliard at winehq.org
Wed Jan 19 11:46:09 CST 2011


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Jan 18 19:06:07 2011 +0300

msvcrt: Add _atoflt and _atoflt_l implementations.

---

 dlls/msvcr100/msvcr100.spec  |    4 +-
 dlls/msvcr80/msvcr80.spec    |    4 +-
 dlls/msvcr90/msvcr90.c       |    8 +++
 dlls/msvcr90/msvcr90.spec    |    4 +-
 dlls/msvcr90/tests/msvcr90.c |   65 ++++++++++++++++++++++++++
 dlls/msvcrt/msvcrt.h         |    8 +++
 dlls/msvcrt/msvcrt.spec      |    2 +-
 dlls/msvcrt/string.c         |  105 ++++++++++++++++++++++++++++++++++++++++++
 dlls/msvcrt/tests/headers.c  |    3 +
 include/msvcrt/crtdefs.h     |   54 +++++++++++++++++++++
 include/msvcrt/stdlib.h      |    1 +
 11 files changed, 251 insertions(+), 7 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=ad6bc9449162567f1b6cfcd4d61015783e87254b



More information about the wine-cvs mailing list