1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1996-09-05 00:00:41 +00:00
parent f7c66ee8b3
commit bb82c5ffb5

View file

@ -1,3 +1,25 @@
Thu Sep 5 01:54:33 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
* 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 <libguile/gdbint.h>.
* 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 <jimb@totoro.cyclic.com> Wed Sep 4 01:30:47 1996 Jim Blandy <jimb@totoro.cyclic.com>
* configure.in: Don't substitute the values of TCL_SRC_DIR and * configure.in: Don't substitute the values of TCL_SRC_DIR and