Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-21 | add scm_call_n, scm_c_run_hookn | Andy Wingo | 1 | -1/+2 | |
* 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. | |||||
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 | |
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) | |||||
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -2/+2 | |
2007-12-29 | * gc.c (mark_gc_async): Change "func_data" to "fn_data", to avoid | Neil Jerram | 1 | -3/+3 | |
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. | |||||
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-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -4/+4 | |
SCM_SMOB_FLAGS and SCM_SET_SMOB_FLAGS instead of accessing the zeroth word directly. Use SCM_SMOB_PREDICATE as appropriate. | |||||
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 | |
2002-03-16 | * Manual updates on hooks and features. | Neil Jerram | 1 | -4/+4 | |
* Fix scm_t_c_hookype_t corruption. | |||||
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -22/+22 | |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -7/+4 | |
* Some more renamings to SCM_<filename>_H. | |||||
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 | |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -19/+19 | |
2001-05-28 | * hooks.c (scm_create_hook): deprecated. | Michael Livshin | 1 | -1/+4 | |
(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. | |||||
2001-05-08 | * Removed deprecated hook names. | Dirk Herrmann | 1 | -14/+4 | |
* Fix use of SCM_FLOBUFLEN. | |||||
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -5/+5 | |
2000-05-26 | * The name property of hooks is deprecated. | Dirk Herrmann | 1 | -5/+12 | |
2000-05-25 | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 1 | -2/+2 | |
* Only access cons cells via SCM_{SET}?C[AD]R. * gc.c: Remove unused struct member variable 'valid'. | |||||
2000-04-21 | * hooks.c, hooks.h (scm_make_hook_with_name): Removed deprecated | Mikael Djurfeldt | 1 | -0/+127 | |
function. * hooks.c, hooks.h: New files. |