Age | Commit message (Expand) | Author | Files | Lines |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -0/+3 |
2008-01-22 | * srfi-39.scm: Update copyright statement to LGPL. | Neil Jerram | 1 | -37/+13 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-07-31 | * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak | Marius Vollmer | 1 | -88/+138 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -2/+2 |
2005-01-06 | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 1 | -0/+2 |
2005-01-02 | * weaks.c: Use new vector elements API or simple vector | Marius Vollmer | 1 | -68/+22 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -6/+6 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -40/+31 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -4/+4 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -4/+4 |
2003-02-19 | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 1 | -37/+47 |
2003-02-13 | * hashtab.c: Undid thread safety. (We decided that it's better to | Mikael Djurfeldt | 1 | -3/+3 |
2003-02-11 | * hashtab.c (scm_vector_to_hash_table, | Mikael Djurfeldt | 1 | -6/+19 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -8/+9 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -4/+7 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -10/+8 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -1/+1 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -1/+2 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -8/+10 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -5/+5 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-30 | * Fixed some signedness issues. | Dirk Herrmann | 1 | -43/+68 |
2001-06-07 | * Fix SCM <--> scm_t_bits related typing problems. | Dirk Herrmann | 1 | -4/+4 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -3/+9 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -4/+5 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -5/+4 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -32/+35 |
2001-03-30 | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 1 | -6/+11 |
2001-03-16 | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), | Martin Grabmüller | 1 | -7/+7 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-01-30 | * Added docstrings by Martin Grabmueller. | Dirk Herrmann | 1 | -4/+6 |
2000-12-29 | * weaks.c (scm_scan_weak_vectors): move the calculation of the | Michael Livshin | 1 | -5/+2 |
2000-12-06 | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 1 | -1/+1 |
2000-11-22 | * Added SCM_SET_VECTOR_LENGTH as one replacement for SCM_SETLENGTH. | Dirk Herrmann | 1 | -1/+2 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-09 | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 1 | -3/+3 |
2000-07-13 | * Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make them | Dirk Herrmann | 1 | -3/+3 |
2000-05-05 | * eval.c: Eliminated redundant SCM_IMP tests. | Dirk Herrmann | 1 | -3/+3 |
2000-04-21 | * weaks.c (scm_weaks_prehistory): New function: Add | Mikael Djurfeldt | 1 | -1/+115 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -5/+5 |
2000-04-19 | Again, SCM/scm_bits_t mixup fixes. | 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-17 | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -3/+3 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -3/+3 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -3/+3 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -26/+25 |