* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Fri, 16 Aug 2002 22:01:10 +0000 (22:01 +0000)
committerHan-Wen Nienhuys <hanwen@lilypond.org>
Fri, 16 Aug 2002 22:01:10 +0000 (22:01 +0000)
commit67329a9eefdcfae7ccee5ba2afc783e30dacdae2
tree62f268f12a88c3f969ad26f6ab0a9929eff71706
parentf07c886abbde77c62528981137406da88cf2f055
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
malloc.

* gc-segment.c (scm_i_get_new_heap_segment): remove cluster cruft:
only use SCM_MIN_HEAP_SEG_SIZE.

* ports.c (scm_add_to_port_table): add backwards compatibility
function

* ports.h: use scm_i_ prefix for port table and port table size.
22 files changed:
libguile/ChangeLog
libguile/alloca.c
libguile/coop.c
libguile/deprecation.c
libguile/fports.c
libguile/gc-segment.c
libguile/gc.c
libguile/goops.c
libguile/ioext.c
libguile/mallocs.c
libguile/ports.c
libguile/ports.h
libguile/posix.c
libguile/putenv.c
libguile/random.c
libguile/script.c
libguile/socket.c
libguile/sort.c
libguile/srcprop.c
libguile/strings.c
libguile/symbols.c
libguile/win32-dirent.c