summaryrefslogtreecommitdiff
path: root/libguile/gdbint.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-27Remove nonfunctional gdb interfaceAndy Wingo1-266/+0
2012-05-23Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-3/+2
2012-05-23deprecate scm_sym2varAndy Wingo1-3/+2
2011-11-08locking for putc, putsAndy Wingo1-1/+1
2011-11-08locking on port buffering operationsAndy Wingo1-1/+1
2011-10-24add SCM_HEAP_OBJECT_PAndy Wingo1-2/+2
2011-03-06Let `scm_mkstrport' allocate buffers on the caller's behalf.Ludovic Courtès1-7/+5
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-1/+1
2009-12-01fix to gdb_eval to use newer interfacesAndy Wingo1-3/+2
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-09-10Fixed warnings due to unused stuff.Ludovic Courtes1-39/+0
2008-09-10Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei...Ludovic Courtès1-10/+2
2008-09-05Merge from lcourtes@laas.fr--2005-mobileLudovic Courtes1-2/+15
2007-07-22Changes from arch/CVS synchronizationLudovic Courtès1-10/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
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