CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/09/24 15:08:01

Modified files:
        .              : ChangeLog acinclude.m4 aclocal.m4 configure 
                         configure.in 
        src            : Makefile.am main.c 
        src/engine     : Makefile.am game.c savegame.c savegame.cfsml 
        src/include    : engine.h sci_memory.h 
        src/scicore    : sci_memory.c 
        src/sound      : Makefile.am sfx_save.c 

Log message:
* The buffer used by the savegame dir hack is now allocated dynamically,
fixing CFSML problems
* --with-dmalloc disables CFSML #line commands and (on UNIX) maps sci_X
for X from {malloc, calloc, realloc, free, strdup, strndup} to X (to
help locating memory leaks)
* Never link against libc explicitly. Please scream if this breaks your
platform.
* Some SDL_CFLAGS fixes

-- Christoph


Reply via email to