summaryrefslogtreecommitdiff
path: root/libguile/gsubr.h
Commit message (Expand)AuthorAgeFilesLines
* Provide SCM_DEFINE_STATICDaniel Llorens2020-01-031-1/+11
* Add internal function mapping subr index to functionAndy Wingo2018-08-191-0/+1
* Fix bugs with primitive code allocator; expose internallyAndy Wingo2018-08-061-0/+3
* Rewrite subr implementationAndy Wingo2018-07-291-7/+8
* Most header files use forward decl for union scm_vm_stack_elementAndy Wingo2018-06-261-1/+0
* Use ptrdiff_t instead of scm_t_ptrdiffAndy Wingo2018-06-211-1/+1
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-2/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-2/+74
* Parse bytecode to determine minimum arityAndy Wingo2016-06-241-1/+0
* Remove primitive?, add primitive-code?Andy Wingo2015-12-011-0/+1
* Small subr-call refactorAndy Wingo2015-10-221-1/+5
* Remove RTL_ infix from macrosAndy Wingo2013-11-191-5/+5
* Fix reading and writing arities into DWARF.Andy Wingo2013-11-081-1/+1
* Subrs are RTL programsAndy Wingo2013-10-181-13/+10
* Add `scm_t_subr' typedef (fix bug #23681).Ludovic Courtès2011-02-131-7/+8
* Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès2010-07-281-2/+2
* Simplify the (system foreign) API.Ludovic Courtès2010-07-261-3/+10
* foreign.h presents a more pointer-centric interfaceAndy Wingo2010-01-261-2/+2
* re-add SCM_GSUBR_MAXAndy Wingo2010-01-091-0/+3
* remove scm_tc7_gsubrAndy Wingo2010-01-071-16/+1
* subrs are now VM trampoline proceduresAndy Wingo2010-01-071-19/+15
* move subr implementation details to gsubr.[ch]Andy Wingo2010-01-051-0/+26
* first step to make the vm stop calling the interpreterAndy Wingo2009-12-011-0/+2
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Provide a C vararg interface to gsubr invocation.Ludovic Courtès2009-03-081-1/+2
* Mark `scm_gsubr_apply ()' as internal.Ludovic Courtès2009-03-021-1/+1
* Change `scm_gsubr_apply ()' to take the gsubr as its first argument.Ludovic Courtès2009-03-021-1/+1
* Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès2009-03-021-9/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-13/+13
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-20/+9
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-3/+3
* * validate.hMichael Livshin2001-05-241-3/+3
* (scm_c_make_gsubr, scm_c_define_gsubr,Marius Vollmer2001-05-201-2/+18
* * Don't use string or vector macros when accessing compiled closures.Dirk Herrmann2000-09-261-2/+4
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-10/+10
* * procs.c, procs.h (scm_subr_entry): New type: Stores dataMikael Djurfeldt1999-08-261-0/+6
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-1/+2
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1