summaryrefslogtreecommitdiff
path: root/libguile/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Remove scm_puts_unlocked....Andy Wingo2016-04-261-1/+1
* Remove scm_putc_unlocked....Andy Wingo2016-04-261-4/+4
* locking for putc, puts...Andy Wingo2011-11-081-5/+5
* check for pairs with scm_is_pair, not scm_nimp...Andy Wingo2011-10-241-4/+4
* add scm_call_n, scm_c_run_hookn...Andy Wingo2009-12-211-0/+11
* eval.c closures are now applicable smobs, not tc3s...Andy Wingo2009-12-041-7/+4
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Use `scm_gc_malloc ()' when allocating hook entries....Ludovic Courtès2009-01-181-4/+7
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2008-09-131-1/+4
|\|
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2008-09-101-4/+4
|\|
| * * gc.c (mark_gc_async): Change "func_data" to "fn_data", to avoid...Neil Jerram2007-12-291-4/+4
* | Removed a lot of now-useless SMOB mark/free functions....Ludovic Courtes2008-09-051-1/+0
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,...Marius Vollmer2004-10-221-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-1/+1
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,...Marius Vollmer2004-07-231-3/+3
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,...Marius Vollmer2004-07-101-9/+3
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to...Marius Vollmer2004-07-081-1/+1
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-6/+6
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * hooks.c (scm_c_hook_add): Fixed bug in append mode....Mikael Djurfeldt2003-02-191-2/+2
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>...Han-Wen Nienhuys2002-07-201-3/+3
* * Manual updates on hooks and features....Neil Jerram2002-03-161-2/+2
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when...Marius Vollmer2002-02-111-3/+2
* * Removed deprecated stuff....Dirk Herrmann2001-08-311-11/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * hooks.c (scm_make_hook, scm_add_hook_x),...Martin Grabmüller2001-07-041-6/+10
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,...Keisuke Nishida2001-06-281-2/+2
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,...Keisuke Nishida2001-06-261-1/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-13/+13
* * hooks.c (scm_create_hook): deprecated....Michael Livshin2001-05-281-24/+18
* * gc.c (scm_init_storage): init `scm_gc_registered_roots'....Michael Livshin2001-05-261-1/+1
* * validate.h...Michael Livshin2001-05-241-1/+1
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-1/+1
* * Ooops: This patch belongs to the previous ChangeLog entry...Dirk Herrmann2001-05-081-1/+1
* * Removed deprecated hook names....Dirk Herrmann2001-05-081-24/+2
* * hooks.c (scm_make_hook, scm_make_hook_with_name),...Martin Grabmüller2001-04-091-5/+9
* (scm_make_hook_with_name, scm_make_hook, scm_hook_p, scm_hook_empty_p,...Martin Grabmüller2001-02-161-9/+13
* * Make the creation of bindings more straightforward.Dirk Herrmann2000-12-121-2/+1
* Smob-related creanup.Keisuke Nishida2000-12-081-4/+3
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * Fixed some type-related errors.Dirk Herrmann2000-07-181-1/+1
* * Eliminated use of SCM_ASSERT to check for range errors....Dirk Herrmann2000-06-301-1/+2
* * Restored the old behaviour of scm_create_hook.Dirk Herrmann2000-05-291-8/+4
* * The name property of hooks is deprecated.Dirk Herrmann2000-05-261-22/+28