ChangeSet ID: 98815417686660536006093
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/24 19:16:16
Modified files:
debugger : db_disasm.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Added some more disassembly instructions (notably rdtsc, which is used
by several programs) and more MMX.
Patch: http://cvs.winehq.com/patch.py?id=98815417686660536006093
Revision Changes Path
1.21 +44 -5 wine/debugger/db_disasm.c
ChangeSet ID: 988050153128393910825253
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/23 14:22:33
Modified files:
dlls/msvcrt : time.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
We must not free the pointer returned by localtime (especially not
with MSVCRT_free!).
We no longer need to include stdlib.h.
Patch: http://cvs.winehq.com/patch.py?id=988050153128393910825253
Revision Changes Path
1.5 +2 -4 wine/dlls/msvcrt/time.c