summaryrefslogtreecommitdiff
path: root/libguile/gdbint.c
Commit message (Expand)AuthorAgeFilesLines
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (SCM_BEGIN_FOREIGN_BLOCK, SCM_END_FOREIGN_BLOCK): Do not setMarius Vollmer2005-03-101-3/+0
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-3/+3
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-5/+5
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-5/+5
* Introduce scm_debug_mode_p as a replacement for scm_debug_mode andDirk Herrmann2004-03-291-7/+3
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-38/+11
* *** empty log message ***Rob Browning2003-03-251-1/+3
* * async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt2002-12-101-4/+2
* new gcHan-Wen Nienhuys2002-08-041-13/+16
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Removed tag.c and tag.h and all references.Martin Grabmüller2001-06-201-1/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * validate.hMichael Livshin2001-05-241-1/+1
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-4/+2
* * Replace function scm_makstr with new function scm_allocate_string.Dirk Herrmann2001-03-221-2/+2
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-0/+1
* * eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann2000-12-061-9/+9
* * gdbint.c (gdb_print): Removed superfluous macro definition.Mikael Djurfeldt2000-08-271-2/+0
* * Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make themDirk Herrmann2000-07-131-2/+2
* (SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replacesMikael Djurfeldt2000-06-211-3/+3
* * gdbint.c (gdb_print): Print warning instead of calling scm_writeMikael Djurfeldt2000-06-191-14/+22
* * gdbint.c (SEND_STRING): Cast argument to char pointer.Mikael Djurfeldt2000-06-121-2/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am: Let 'make clean' remove *.x and *.doc files.Dirk Herrmann2000-05-161-3/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-13/+13
* Use SCM_EQ_P to compare scheme objects, use SCM_CELL_WORD_1 for raw data.Dirk Herrmann2000-03-311-1/+1
* Change type of member 'stream' in scm_port from SCM to scm_bits_t.Dirk Herrmann2000-03-311-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include ports.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-6/+6
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-11/+5
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-8/+6
* 1999-09-18 Gary Houston <ghouston@freewire.co.uk>Gary Houston1999-09-181-1/+7
* * gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET is definedMikael Djurfeldt1999-08-301-1/+6
* 1999-08-12 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-08-121-3/+3
* 1999-07-24 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-07-241-2/+2
* * gdbint.c: Don't include <stdio.h> and "_scm.h" twice.Jim Blandy1999-07-191-4/+1
* * fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h,Jim Blandy1999-06-121-10/+9
* * debug.c, eval.c, evalext.c, gdbint.c stacks.c:Mikael Djurfeldt1999-03-191-0/+1
* * Makefile.in: Rebuilt.Tom Tromey1997-10-151-1/+1
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1997-05-161-1/+1
* * strports.c (scm_read_0str, scm_eval_0str): update scm_read usage.Gary Houston1997-03-081-1/+1
* It's an "eval closure", not an "eval thunk." A thunk is aJim Blandy1996-11-211-2/+2
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1996-10-141-35/+11
* * _scm.h: #include "print.h" here, since it seems to be used justJim Blandy1996-10-031-1/+0
* * gdbint.c: scm_lread now has one more argument.Mikael Djurfeldt1996-09-181-1/+1