CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 99/12/15 05:28:44
Modified files:
. : ChangeLog
src/console : commands.c
src/core : old_objects.c script.c scriptdebug.c vm.c
vocab_debug.c
src/include : script.h vocabulary.h
src/tools : scidisasm.c vocabdump.c
src/win32 : console.dsp
Log message:
1999-12-15 Dmitry Jemerov <[EMAIL PROTECTED]>
* src/core/vocab_debug.c, src/include/vocabulary.h
(vocabulary_get_snames): New parameter pcount.
* Updated references to this function accordingly.
* src/tools/scidisasm.c: Disassembly improvements. Printing of
selector names pushed by pushi, object names and said strings
referred to by lofsa/lofss. Global variable references are printed
as global_<number>. Changed format of opcode size display and made
it optional. Jump label generation. Display of some additional
information made optional. Support of older script header format.
And more...
* src/core/script.c, src/include/script.h: New opcode type
Script_Global.
* Updated references to opcode table accordingly.