CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 99/11/27 03:52:54
Modified files:
. : ChangeLog
src : config.c config.l
src/core : kernel.c scriptdebug.c vm.c
src/include : engine.h kdebug.h
Log message:
1999-11-26 Dmitry Jemerov <[EMAIL PROTECTED]>
* src/include/kdebug.h: Moved sci_debug_flags definition to kdebug.h
from scriptdebug.c.
* src/core/kernel.c: Support for new debug flag "break on
warnings" (0x02).
* src/core/kernel.c (kAnimate): Fixed attempt to free the
dyn_views list twice.
* config.l: conf.console_log is now allocated by strdup, to avoid
attempt to free the same buffer multiple times.
* src/core/scriptdebug.c (disassemble): When disassembling the jmp
instruction, the destination offset is also printed.