| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Wingo | 2009-12-21 | 1 | -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 Jerram | 2009-06-17 | 1 | -6/+7 |
* | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -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 Jerram | 2007-12-29 | 1 | -3/+3 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -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 Vollmer | 2004-05-06 | 1 | -4/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * Manual updates on hooks and features....* Fix scm_t_c_hookype_t corruption.
| Neil Jerram | 2002-03-16 | 1 | -4/+4 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -22/+22 |
* | * Removed deprecated stuff....* Some more renamings to SCM_<filename>_H.
| Dirk Herrmann | 2001-08-31 | 1 | -7/+4 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -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 Livshin | 2001-05-28 | 1 | -1/+4 |
* | * Removed deprecated hook names....* Fix use of SCM_FLOBUFLEN.
| Dirk Herrmann | 2001-05-08 | 1 | -14/+4 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -5/+5 |
* | * The name property of hooks is deprecated. | Dirk Herrmann | 2000-05-26 | 1 | -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 Herrmann | 2000-05-25 | 1 | -2/+2 |
* | * hooks.c, hooks.h (scm_make_hook_with_name): Removed deprecated...function.
* hooks.c, hooks.h: New files.
| Mikael Djurfeldt | 2000-04-21 | 1 | -0/+127 |