summaryrefslogtreecommitdiff
path: root/libguile/hooks.h
Commit message (Expand)AuthorAgeFilesLines
* add scm_call_n, scm_c_run_hookn...* libguile/eval.h: * libguile/eval.c (scm_call_n): New function, applies a function to an array of args. * libguile/hooks.h: * libguile/hooks.c (scm_c_run_hookn): New function, runs a hook with an array of args. Andy Wingo2009-12-211-1/+2
* Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* * gc.c (mark_gc_async): Change "func_data" to "fn_data", to avoid...clash with AIX header file. * hooks.c (scm_c_hook_add, scm_c_hook_remove): Same again. * hooks.h (scm_t_c_hook_function, scm_c_hook_add, scm_c_hook_remove): Same again. Neil Jerram2007-12-291-3/+3
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use...SCM_SMOB_FLAGS and SCM_SET_SMOB_FLAGS instead of accessing the zeroth word directly. Use SCM_SMOB_PREDICATE as appropriate. Marius Vollmer2004-05-061-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * Manual updates on hooks and features....* Fix scm_t_c_hookype_t corruption. Neil Jerram2002-03-161-4/+4
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-22/+22
* * Removed deprecated stuff....* Some more renamings to SCM_<filename>_H. Dirk Herrmann2001-08-311-7/+4
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-19/+19
* * hooks.c (scm_create_hook): deprecated....(make_hook): deleted. (scm_make_hook): all the hook creation code is now here. * gc.c (scm_init_gc): don't call `scm_create_hook'. instead make a hook, make it permanent, and do a `scm_c_define' on it. Michael Livshin2001-05-281-1/+4
* * Removed deprecated hook names....* Fix use of SCM_FLOBUFLEN. Dirk Herrmann2001-05-081-14/+4
* Smob-related creanup.Keisuke Nishida2000-12-081-5/+5
* * The name property of hooks is deprecated.Dirk Herrmann2000-05-261-5/+12
* * Replace SCM_UNPACK_CAR appropriately....* Only access cons cells via SCM_{SET}?C[AD]R. * gc.c: Remove unused struct member variable 'valid'. Dirk Herrmann2000-05-251-2/+2
* * hooks.c, hooks.h (scm_make_hook_with_name): Removed deprecated...function. * hooks.c, hooks.h: New files. Mikael Djurfeldt2000-04-211-0/+127