CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 99/12/05 07:49:12

Modified files:
        .              : ChangeLog config.h config.h.in configure 
                         configure.in 
        src/core       : cfsml.pl decompress0.c decompress1.c kernel.c 
                         resource.c savegame.c scriptdebug.c vm.c 
                         vocab.c vocab_debug.c 
        src/include    : vm.h 
        src/sound      : sfx_save.c 

Log message:
* Replaced alloc functions with g_alloc functions in core/*.c (unless they
were already checked for NULL)
* Added DeviceInfo() for UNIX-like systems, and a skeleton for Win32
* Added SCIkASSERT() macro that prints out an error message and returns if
the assertion failed
* Removed the malloc()/free() construct from send_selector. send_selector is
called very often, so free()ing the temporary send stack doesn't make any
sense.
* Updated version number to 0.2.6

-- Christoph

Reply via email to