ChangeSet ID: 7564 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/20 17:47:26
Modified files: library : port.c include : config.h.in dlls/msvcrt : msvcrt.spec msvcrt.h math.c . : configure.ac configure
Log message: Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread buffer.
Patch: http://cvs.winehq.com/patch.py?id=7564
Old revision New revision Changes Path 1.44 1.45 +0 -59 wine/library/port.c 1.142 1.143 +0 -9 wine/include/config.h.in 1.70 1.71 +3 -3 wine/dlls/msvcrt/msvcrt.spec 1.20 1.21 +1 -0 wine/dlls/msvcrt/msvcrt.h 1.17 1.18 +48 -0 wine/dlls/msvcrt/math.c 1.131 1.132 +0 -3 wine/configure.ac 1.402 1.403 +0 -6 wine/configure