Remove #include <stdio.h>. Add #include <string.h>.
[bpt/guile.git] / libguile / gdbint.c
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2000-12-06 Dirk Herrmann* eval.c: remove commented code, remove #ifdef CCLO...
2000-08-27 Mikael Djurfeldt* gdbint.c (gdb_print): Removed superfluous macro defin...
2000-07-13 Dirk Herrmann* Extend checks performed with SCM_DEBUG_CELL_ACCESSES...
2000-06-21 Mikael Djurfeldt(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces
2000-06-19 Mikael Djurfeldt* gdbint.c (gdb_print): Print warning instead of callin...
2000-06-12 Mikael Djurfeldt* gdbint.c (SEND_STRING): Cast argument to char pointer.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-05-16 Dirk Herrmann* Makefile.am: Let 'make clean' remove *.x and *.doc...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-31 Dirk HerrmannUse SCM_EQ_P to compare scheme objects, use SCM_CELL_WO...
2000-03-31 Dirk HerrmannChange type of member 'stream' in scm_port from SCM...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-18 Gary Houston1999-09-18 Gary Houston <ghouston@freewire.co.uk>
1999-08-30 Mikael Djurfeldt* gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET...
1999-08-12 Gary Houston1999-08-12 Gary Houston <ghouston@easynet.co.uk>
1999-07-24 Gary Houston1999-07-24 Gary Houston <ghouston@easynet.co.uk>
1999-07-19 Jim Blandy* gdbint.c: Don't include <stdio.h> and "_scm.h" twice.
1999-06-12 Jim Blandy* fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports...
1999-03-19 Mikael Djurfeldt* debug.c, eval.c, evalext.c, gdbint.c stacks.c:
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-03-08 Gary Houston * strports.c (scm_read_0str, scm_eval_0str): update...
1996-11-21 Jim BlandyIt's an "eval closure", not an "eval thunk." A thunk...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-03 Jim Blandy* _scm.h: #include "print.h" here, since it seems to...
1996-09-18 Mikael Djurfeldt* gdbint.c: scm_lread now has one more argument.
1996-09-11 Mikael Djurfeldt* gdbint.c (gdb_read): Now possible to run during GC.
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-09-04 Mikael Djurfeldt* gdbint.c: New file: GDB interface.