wine/ dlls/msvcrt/cpp.c dlls/msvcrt/dir.c dlls ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 18 22:24:51 CDT 2002


ChangeSet ID:	1027049091365012449984537
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/07/18 22:24:51

Modified files:
	dlls/msvcrt    : cpp.c dir.c errno.c file.c heap.c main.c math.c 
	                 msvcrt.h msvcrt.spec process.c thread.c 
	include/msvcrt : eh.h 

Log message:
	Fixed per-thread data handling.
	Made terminate and unexpected function pointer per-thread.
	Added set_se_translator.

Patch: http://cvs.winehq.com/patch.py?id=1027049091365012449984537

Revision  Changes    Path
 1.12     +31 -17    wine/dlls/msvcrt/cpp.c
 1.11     +10 -11    wine/dlls/msvcrt/dir.c
 1.8      +6 -6      wine/dlls/msvcrt/errno.c
 1.32     +7 -7      wine/dlls/msvcrt/file.c
 1.12     +2 -1      wine/dlls/msvcrt/heap.c
 1.11     +2 -18     wine/dlls/msvcrt/main.c
 1.15     +28 -30    wine/dlls/msvcrt/math.c
 1.14     +10 -10    wine/dlls/msvcrt/msvcrt.h
 1.45     +1 -1      wine/dlls/msvcrt/msvcrt.spec
 1.12     +3 -4      wine/dlls/msvcrt/process.c
 1.10     +21 -1     wine/dlls/msvcrt/thread.c
 1.4      +4 -1      wine/include/msvcrt/eh.h




More information about the wine-cvs mailing list