summaryrefslogtreecommitdiff
path: root/libguile/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08locking for putc, putsAndy Wingo1-5/+5
2011-10-24check for pairs with scm_is_pair, not scm_nimpAndy Wingo1-4/+4
2009-12-21add scm_call_n, scm_c_run_hooknAndy Wingo1-0/+11
2009-12-04eval.c closures are now applicable smobs, not tc3sAndy Wingo1-7/+4
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
2009-01-18Use `scm_gc_malloc ()' when allocating hook entries.Ludovic Courtès1-4/+7
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+4
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2008-09-10Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-4/+4
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-1/+0
2007-12-29* gc.c (mark_gc_async): Change "func_data" to "fn_data", to avoidNeil Jerram1-4/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-10-22* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer1-1/+1
2004-09-22*** empty log message ***Marius Vollmer1-1/+1
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-3/+3
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-9/+3
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-6/+6
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-02-19* hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt1-2/+2
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-3/+3
2002-03-16* Manual updates on hooks and features.Neil Jerram1-2/+2
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-3/+2
2001-08-31* Removed deprecated stuff.Dirk Herrmann1-11/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-07-04 * hooks.c (scm_make_hook, scm_add_hook_x),Martin Grabmüller1-6/+10
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-2/+2
2001-06-26 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida1-1/+1
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-13/+13
2001-05-28* hooks.c (scm_create_hook): deprecated.Michael Livshin1-24/+18
2001-05-26* gc.c (scm_init_storage): init `scm_gc_registered_roots'.Michael Livshin1-1/+1
2001-05-24* validate.hMichael Livshin1-1/+1
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-1/+1
2001-05-08* Ooops: This patch belongs to the previous ChangeLog entry...Dirk Herrmann1-1/+1
2001-05-08* Removed deprecated hook names.Dirk Herrmann1-24/+2
2001-04-09 * hooks.c (scm_make_hook, scm_make_hook_with_name),Martin Grabmüller1-5/+9
2001-02-16(scm_make_hook_with_name, scm_make_hook, scm_hook_p, scm_hook_empty_p,Martin Grabmüller1-9/+13
2000-12-12* Make the creation of bindings more straightforward.Dirk Herrmann1-2/+1
2000-12-08Smob-related creanup.Keisuke Nishida1-4/+3
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-07-18* Fixed some type-related errors.Dirk Herrmann1-1/+1
2000-06-30* Eliminated use of SCM_ASSERT to check for range errors.Dirk Herrmann1-1/+2
2000-05-29* Restored the old behaviour of scm_create_hook.Dirk Herrmann1-8/+4
2000-05-26* The name property of hooks is deprecated.Dirk Herrmann1-22/+28
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-2/+0
2000-04-21* hooks.c, hooks.h (scm_make_hook_with_name): Removed deprecatedMikael Djurfeldt1-0/+363