summaryrefslogtreecommitdiff
path: root/libguile/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-3/+5
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-12/+12
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Devolve more validate macrosAndy Wingo2018-06-181-82/+2
* Deprecate dynamic rootsAndy 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, putsAndy Wingo2011-11-081-5/+5
* check for pairs with scm_is_pair, not scm_nimpAndy Wingo2011-10-241-4/+4
* add scm_call_n, scm_c_run_hooknAndy Wingo2009-12-211-0/+11
* eval.c closures are now applicable smobs, not tc3sAndy Wingo2009-12-041-7/+4
* Merge branch 'master' into boehm-demers-weiser-gcLudovic 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-gcLudovic 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-gcLudovic Courtès2008-09-101-4/+4
|\ \ | |/
| * * gc.c (mark_gc_async): Change "func_data" to "fn_data", to avoidNeil 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 toMarius 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 whenMarius 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