Changes between Version 3 and Version 4 of Ticket #124


Ignore:
Timestamp:
Jun 25, 2006, 10:54:13 PM (18 years ago)
Author:
Jan Wassenberg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #124 – Description

    v3 v4  
    99 * ~~delay_load uses NLSO ctor to register functions. require load_notify to be called at init time. (rationale: this no longer works since splitting up into several static libs)~~
    1010 * ~~wsock_init: call via module init, have it do load_notify call~~
    11 
    1211 * ~~!ScopeTimerAccrue: change #ifdef spaghetti into templated policy class~~
    13 
    1412 * ~~app_hooks, define VOID_FUNC to FUNC(.., (void) )~~
    1513 * ~~look at stalk walk code; any reason not to work on Win64?~~
     14 * ~~replace ERR_TEX_CODEC_CANNOT_HANDLE with INFO_* - not an error. also ERR_SYM_SUPPRESS_OUTPUT ERR_SYM_SINGLE_SYMBOL_LIMIT~~
     15 * ~~wdbg_sym: only import RtlCaptureContext once (not every walk_stack)~~
     16 * ~~add sys_last_error (!GetLastError on win32); converts to text in display_error, also show sys_last_error and errno~~
     17 * ~~app_hooks: move i18n impl out (belongs in pyrogenesis)~~
     18 * ~~move non-lib asm code into separate asm file; split out memcpy and color code from ia32_asm.asm~~
     19 * ~~rename all C headers to C++ name (e.g. cmath)~~ Deemed not worth the effort.
    1620
    17  * ~~replace ERR_TEX_CODEC_CANNOT_HANDLE with INFO_* - not an error. also ERR_SYM_SUPPRESS_OUTPUT ERR_SYM_SINGLE_SYMBOL_LIMIT~~
    18 
    19  * ~~wdbg_sym: only import RtlCaptureContext once (not every walk_stack)~~
    20 
    21  * ~~add sys_last_error (!GetLastError on win32); converts to text in display_error, also show sys_last_error and errno~~
    22 
    23  * ~~app_hooks: move i18n impl out (belongs in pyrogenesis)~~
    24 
    25 
    26 
    27  * move non-lib asm code into separate asm file; split out memcpy and color code from ia32_asm.asm
    28 
     21 * fix mem leaks
    2922 * move GUIbase.h errors (DECLARE_ERROR) into philip's error mechanism, remove DECLARE_ERROR, remove ps/errors.h
    30 
    31  * rename all C headers to C++ name (e.g. cmath)
    32  * fix mem leaks