Changes between Initial Version and Version 1 of Ticket #124


Ignore:
Timestamp:
Jun 22, 2006, 9:23:24 PM (18 years ago)
Author:
Jan Wassenberg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #124 – Description

    initial v1  
    1313
    1414 * move non-lib asm code into separate asm file; split out memcpy and color code from ia32_asm.asm
     15
     16 * app_hooks, define VOID_FUNC to FUNC(.., (void) )
     17 * look at stalk walk code; any reason not to work on Win64?
     18 * rename all C headers to C++ name (e.g. cmath)
     19
     20 * fix mem leaks
     21
     22 * replace ERR_TEX_CODEC_CANNOT_HANDLE with INFO_* - not an error. also ERR_SYM_SUPPRESS_OUTPUT ERR_SYM_SINGLE_SYMBOL_LIMIT
     23
     24 * move GUIbase.h errors (DECLARE_ERROR) into philip's error mechanism, remove DECLARE_ERROR, remove ps/errors.h
     25
     26 * add sys_last_error (!GetLastError on win32); converts to text in display_error, also show sys_last_error and errno