CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 99/12/17 14:54:08
Modified files:
. : ChangeLog
src : main.c
src/core : kernel.c kfile.c kstring.c script.c
scriptdebug.c vm.c vocab.c
src/graphics : graphics_ggi.c
src/include : Makefile.am engine.h kernel.h vm.h vocabulary.h
Log message:
* Implemented SetSynonyms(), updated related functions/data structures
* Make kstub() issue warnings instead of debug messages- unimplemented
kernel function calls have become rare enough for that.
* Implemented a simple SetDebug(), NOPped FlushResources() (we don't need it)
* Implemented GetSaveFiles()
* Implemented CheckFreeSpace(), which tries to generate a 1 MB file (trying
up to ca. 400 file names) to test for free space. Is there any POSIX
call to test for this? I don't know of any portable way to check for
both quota and free disk space (except for the kludge I used).
By the way, it turned out that my input segfaults were caused by libggi-
I installed yesterday's snapshot, and everything worked just fine.
-- Christoph