Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | Provide SCM_DEFINE_STATIC | Daniel Llorens | 1 | -1/+11 |
2018-08-19 | Add internal function mapping subr index to function | Andy Wingo | 1 | -0/+1 |
2018-08-06 | Fix bugs with primitive code allocator; expose internally | Andy Wingo | 1 | -0/+3 |
2018-07-29 | Rewrite subr implementation | Andy Wingo | 1 | -7/+8 |
2018-06-26 | Most header files use forward decl for union scm_vm_stack_element | Andy Wingo | 1 | -1/+0 |
2018-06-21 | Use ptrdiff_t instead of scm_t_ptrdiff | Andy Wingo | 1 | -1/+1 |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rename __scm.h to scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove useless "classes: h_files" from Guile headers. | Andy Wingo | 1 | -2/+0 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -2/+74 |
2016-06-24 | Parse bytecode to determine minimum arity | Andy Wingo | 1 | -1/+0 |
2015-12-01 | Remove primitive?, add primitive-code? | Andy Wingo | 1 | -0/+1 |
2015-10-22 | Small subr-call refactor | Andy Wingo | 1 | -1/+5 |
2013-11-19 | Remove RTL_ infix from macros | Andy Wingo | 1 | -5/+5 |
2013-11-08 | Fix reading and writing arities into DWARF. | Andy Wingo | 1 | -1/+1 |
2013-10-18 | Subrs are RTL programs | Andy Wingo | 1 | -13/+10 |
2011-02-13 | Add `scm_t_subr' typedef (fix bug #23681). | Ludovic Courtès | 1 | -7/+8 |
2010-07-28 | Use "pointer" instead of "foreign" when dealing with wrapped pointers. | Ludovic Courtès | 1 | -2/+2 |
2010-07-26 | Simplify the (system foreign) API. | Ludovic Courtès | 1 | -3/+10 |
2010-01-26 | foreign.h presents a more pointer-centric interface | Andy Wingo | 1 | -2/+2 |
2010-01-09 | re-add SCM_GSUBR_MAX | Andy Wingo | 1 | -0/+3 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -16/+1 |
2010-01-07 | subrs are now VM trampoline procedures | Andy Wingo | 1 | -19/+15 |
2010-01-05 | move subr implementation details to gsubr.[ch] | Andy Wingo | 1 | -0/+26 |
2009-12-01 | first step to make the vm stop calling the interpreter | Andy Wingo | 1 | -0/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-03-08 | Provide a C vararg interface to gsubr invocation. | Ludovic Courtès | 1 | -1/+2 |
2009-03-02 | Mark `scm_gsubr_apply ()' as internal. | Ludovic Courtès | 1 | -1/+1 |
2009-03-02 | Change `scm_gsubr_apply ()' to take the gsubr as its first argument. | Ludovic Courtès | 1 | -1/+1 |
2009-03-02 | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 1 | -9/+7 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -2/+2 |
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 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -13/+13 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -20/+9 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -3/+3 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -3/+3 |
2001-05-20 | (scm_c_make_gsubr, scm_c_define_gsubr, | Marius Vollmer | 1 | -2/+18 |
2000-09-26 | * Don't use string or vector macros when accessing compiled closures. | Dirk Herrmann | 1 | -2/+4 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -10/+10 |
1999-08-26 | * procs.c, procs.h (scm_subr_entry): New type: Stores data | Mikael Djurfeldt | 1 | -0/+6 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -1/+2 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |