Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -1/+1 |
2001-05-08 | * Ooops: This patch belongs to the previous ChangeLog entry... | Dirk Herrmann | 1 | -1/+1 |
2001-05-08 | * Removed deprecated hook names. | Dirk Herrmann | 1 | -24/+2 |
2001-04-09 | * hooks.c (scm_make_hook, scm_make_hook_with_name), | Martin Grabmüller | 1 | -5/+9 |
2001-02-16 | (scm_make_hook_with_name, scm_make_hook, scm_hook_p, scm_hook_empty_p, | Martin Grabmüller | 1 | -9/+13 |
2000-12-12 | * Make the creation of bindings more straightforward. | Dirk Herrmann | 1 | -2/+1 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -4/+3 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-07-18 | * Fixed some type-related errors. | Dirk Herrmann | 1 | -1/+1 |
2000-06-30 | * Eliminated use of SCM_ASSERT to check for range errors. | Dirk Herrmann | 1 | -1/+2 |
2000-05-29 | * Restored the old behaviour of scm_create_hook. | Dirk Herrmann | 1 | -8/+4 |
2000-05-26 | * The name property of hooks is deprecated. | Dirk Herrmann | 1 | -22/+28 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -2/+0 |
2000-04-21 | * hooks.c, hooks.h (scm_make_hook_with_name): Removed deprecated | Mikael Djurfeldt | 1 | -0/+363 |