Age | Commit message (Expand) | Author | Files | Lines |
2013-11-27 | Remove nonfunctional gdb interface | Andy Wingo | 1 | -266/+0 |
2012-05-23 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -3/+2 |
2012-05-23 | deprecate scm_sym2var | Andy Wingo | 1 | -3/+2 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -1/+1 |
2011-11-08 | locking on port buffering operations | Andy Wingo | 1 | -1/+1 |
2011-10-24 | add SCM_HEAP_OBJECT_P | Andy Wingo | 1 | -2/+2 |
2011-03-06 | Let `scm_mkstrport' allocate buffers on the caller's behalf. | Ludovic Courtès | 1 | -7/+5 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -1/+1 |
2009-12-01 | fix to gdb_eval to use newer interfaces | Andy Wingo | 1 | -3/+2 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-10 | Fixed warnings due to unused stuff. | Ludovic Courtes | 1 | -39/+0 |
2008-09-10 | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei... | Ludovic Courtès | 1 | -10/+2 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -2/+15 |
2007-07-22 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -10/+2 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-10 | (SCM_BEGIN_FOREIGN_BLOCK, SCM_END_FOREIGN_BLOCK): Do not set | Marius Vollmer | 1 | -3/+0 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -3/+3 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -5/+5 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -5/+5 |
2004-03-29 | Introduce scm_debug_mode_p as a replacement for scm_debug_mode and | Dirk Herrmann | 1 | -7/+3 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -38/+11 |
2003-03-25 | *** empty log message *** | Rob Browning | 1 | -1/+3 |
2002-12-10 | * async.c, error.h (scm_ints_disabled): Removed. | Mikael Djurfeldt | 1 | -4/+2 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -13/+16 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-20 | Removed tag.c and tag.h and all references. | Martin Grabmüller | 1 | -1/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -4/+2 |
2001-03-22 | * Replace function scm_makstr with new function scm_allocate_string. | Dirk Herrmann | 1 | -2/+2 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -0/+1 |
2000-12-06 | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 1 | -9/+9 |
2000-08-27 | * gdbint.c (gdb_print): Removed superfluous macro definition. | Mikael Djurfeldt | 1 | -2/+0 |
2000-07-13 | * Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make them | Dirk Herrmann | 1 | -2/+2 |
2000-06-21 | (SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces | Mikael Djurfeldt | 1 | -3/+3 |
2000-06-19 | * gdbint.c (gdb_print): Print warning instead of calling scm_write | Mikael Djurfeldt | 1 | -14/+22 |
2000-06-12 | * gdbint.c (SEND_STRING): Cast argument to char pointer. | Mikael Djurfeldt | 1 | -2/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-16 | * Makefile.am: Let 'make clean' remove *.x and *.doc files. | Dirk Herrmann | 1 | -3/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -13/+13 |
2000-03-31 | Use SCM_EQ_P to compare scheme objects, use SCM_CELL_WORD_1 for raw data. | Dirk Herrmann | 1 | -1/+1 |
2000-03-31 | Change type of member 'stream' in scm_port from SCM to scm_bits_t. | Dirk Herrmann | 1 | -2/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-18 | Only include root.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -6/+6 |