Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -3/+5 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -12/+12 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-18 | Devolve more validate macros | Andy Wingo | 1 | -82/+2 |
2016-11-21 | Deprecate dynamic roots | Andy Wingo | 1 | -1/+0 |
2016-04-26 | Remove scm_puts_unlocked. | Andy Wingo | 1 | -1/+1 |
2016-04-26 | Remove scm_putc_unlocked. | Andy Wingo | 1 | -4/+4 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -5/+5 |
2011-10-24 | check for pairs with scm_is_pair, not scm_nimp | Andy Wingo | 1 | -4/+4 |
2009-12-21 | add scm_call_n, scm_c_run_hookn | Andy Wingo | 1 | -0/+11 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -7/+4 |
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 |
2009-01-18 | Use `scm_gc_malloc ()' when allocating hook entries. | Ludovic Courtès | 1 | -4/+7 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -4/+4 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -1/+0 |
2007-12-29 | * gc.c (mark_gc_async): Change "func_data" to "fn_data", to avoid | Neil Jerram | 1 | -4/+4 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -1/+1 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -3/+3 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -9/+3 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -6/+6 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-02-19 | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 1 | -2/+2 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -3/+3 |
2002-03-16 | * Manual updates on hooks and features. | Neil Jerram | 1 | -2/+2 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -3/+2 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -11/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-07-04 | * hooks.c (scm_make_hook, scm_add_hook_x), | Martin Grabmüller | 1 | -6/+10 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -2/+2 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -1/+1 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -13/+13 |
2001-05-28 | * hooks.c (scm_create_hook): deprecated. | Michael Livshin | 1 | -24/+18 |
2001-05-26 | * gc.c (scm_init_storage): init `scm_gc_registered_roots'. | Michael Livshin | 1 | -1/+1 |