summaryrefslogtreecommitdiff
path: root/libguile/gdbint.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-10(SCM_BEGIN_FOREIGN_BLOCK, SCM_END_FOREIGN_BLOCK): Do not setMarius Vollmer1-3/+0
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-3/+3
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-5/+5
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-5/+5
2004-03-29 Introduce scm_debug_mode_p as a replacement for scm_debug_mode andDirk Herrmann1-7/+3
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-38/+11
2003-03-25*** empty log message ***Rob Browning1-1/+3
2002-12-10* async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt1-4/+2
2002-08-04new gcHan-Wen Nienhuys1-13/+16
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-20Removed tag.c and tag.h and all references.Martin Grabmüller1-1/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1
2001-05-24* validate.hMichael Livshin1-1/+1
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-4/+2
2001-03-22* Replace function scm_makstr with new function scm_allocate_string.Dirk Herrmann1-2/+2
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-0/+1
2000-12-06* eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann1-9/+9
2000-08-27* gdbint.c (gdb_print): Removed superfluous macro definition.Mikael Djurfeldt1-2/+0
2000-07-13* Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make themDirk Herrmann1-2/+2
2000-06-21(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replacesMikael Djurfeldt1-3/+3
2000-06-19* gdbint.c (gdb_print): Print warning instead of calling scm_writeMikael Djurfeldt1-14/+22
2000-06-12* gdbint.c (SEND_STRING): Cast argument to char pointer.Mikael Djurfeldt1-2/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-16* Makefile.am: Let 'make clean' remove *.x and *.doc files.Dirk Herrmann1-3/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-13/+13
2000-03-31Use SCM_EQ_P to compare scheme objects, use SCM_CELL_WORD_1 for raw data.Dirk Herrmann1-1/+1
2000-03-31Change type of member 'stream' in scm_port from SCM to scm_bits_t.Dirk Herrmann1-2/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
1999-12-16* *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1-6/+6
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-11/+5
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-8/+6
1999-09-181999-09-18 Gary Houston <ghouston@freewire.co.uk>Gary Houston1-1/+7
1999-08-30* gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET is definedMikael Djurfeldt1-1/+6
1999-08-121999-08-12 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-3/+3
1999-07-241999-07-24 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-2/+2
1999-07-19* gdbint.c: Don't include <stdio.h> and "_scm.h" twice.Jim Blandy1-4/+1
1999-06-12* fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h,Jim Blandy1-10/+9
1999-03-19* debug.c, eval.c, evalext.c, gdbint.c stacks.c:Mikael Djurfeldt1-0/+1
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-1/+1
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-05-16* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1-1/+1
1997-03-08 * strports.c (scm_read_0str, scm_eval_0str): update scm_read usage.Gary Houston1-1/+1
1996-11-21It's an "eval closure", not an "eval thunk." A thunk is aJim Blandy1-2/+2
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-35/+11
1996-10-03* _scm.h: #include "print.h" here, since it seems to be used justJim Blandy1-1/+0
1996-09-18* gdbint.c: scm_lread now has one more argument.Mikael Djurfeldt1-1/+1
1996-09-11* gdbint.c (gdb_read): Now possible to run during GC.Mikael Djurfeldt1-4/+56