From bb82c5ffb5905e0a7d578c1b94f24445a88afbd8 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 5 Sep 1996 00:00:41 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f8fab4bd4..aa00054a2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,25 @@ +Thu Sep 5 01:54:33 1996 Mikael Djurfeldt + + * gc.c (scm_cellp): New function: C predicate to determine if an + SCM value can be regarded as a pointer to a cell on the heap. + + * gc.h: Added declaration of scm_cellp. + + * gdb_interface.h: New file: The GDB interface header from the GDB + distribution. + + * gdbint.c: New file: GDB interface. + + * gdbint.h: New file: GDB interface. + + * libguile.h: Added #include . + + * init.c (scm_boot_guile): Added scm_init_gdbint. + + * Makefile.in: Added gdb_interface.h, gdbint.[hc]. + Added -I.. to INCLUDE_CFLAGS (otherwise the include files won't be + found if object files and source are kept separate). + Wed Sep 4 01:30:47 1996 Jim Blandy * configure.in: Don't substitute the values of TCL_SRC_DIR and