| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicit interrupt handling in VM... | Andy Wingo | 2016-11-17 | 1 | -4/+22 |
* | Parse bytecode to determine minimum arity... | Andy Wingo | 2016-06-24 | 1 | -31/+0 |
* | Remove primitive?, add primitive-code?... | Andy Wingo | 2015-12-01 | 1 | -3/+12 |
* | Small subr-call refactor... | Andy Wingo | 2015-10-22 | 1 | -1/+42 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-09-30 | 1 | -1/+2 |
|\ |
|
| * | Do not assume that 64-bit integers will be 64-bit aligned.... | Mark H Weaver | 2014-09-20 | 1 | -3/+4 |
* | | Rename objcodes?.{scm,c,h} to loader.{scm,c,h}... | Andy Wingo | 2013-11-19 | 1 | -4/+1 |
* | | Fix gsubr comment... | Andy Wingo | 2013-11-19 | 1 | -3/+3 |
* | | Change SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG... | Andy Wingo | 2013-11-19 | 1 | -19/+19 |
* | | scm_rtl_op_* -> scm_op_*... | Andy Wingo | 2013-11-19 | 1 | -19/+19 |
* | | Remove RTL_ infix from macros... | Andy Wingo | 2013-11-19 | 1 | -5/+5 |
* | | Rename scm_tc7_rtl_program to scm_tc7_program... | Andy Wingo | 2013-11-19 | 1 | -1/+1 |
* | | Fix reading and writing arities into DWARF.... | Andy Wingo | 2013-11-08 | 1 | -2/+2 |
* | | Foreign procedures are RTL programs... | Andy Wingo | 2013-10-18 | 1 | -2/+2 |
* | | Subrs are RTL programs... | Andy Wingo | 2013-10-18 | 1 | -682/+137 |
* | | locking for putc, puts... | Andy Wingo | 2011-11-08 | 1 | -4/+4 |
* | | most uses of scm_from_locale_symbol become scm_from_utf8_symbol... | Andy Wingo | 2011-10-25 | 1 | -1/+1 |
|/ |
|
* | objcode type is an enumeration, not flags... | Andy Wingo | 2011-01-27 | 1 | -2/+2 |
* | Use "pointer" instead of "foreign" when dealing with wrapped pointers.... | Ludovic Courtès | 2010-07-28 | 1 | -3/+2 |
* | Simplify the (system foreign) API.... | Ludovic Courtès | 2010-07-26 | 1 | -4/+2 |
* | foreign.h presents a more pointer-centric interface... | Andy Wingo | 2010-01-26 | 1 | -4/+4 |
* | remove scm_tc7_gsubr... | Andy Wingo | 2010-01-07 | 1 | -181/+2 |
* | subrs are now VM trampoline procedures... | Andy Wingo | 2010-01-07 | 1 | -25/+768 |
* | move subr implementation details to gsubr.[ch]... | Andy Wingo | 2010-01-05 | 1 | -35/+17 |
* | remove tc7_subr_* and tc7_lsubr_*... | Andy Wingo | 2009-12-03 | 1 | -0/+4 |
* | all subrs are gsubrs... | Andy Wingo | 2009-12-03 | 1 | -76/+23 |
* | first step to make the vm stop calling the interpreter... | Andy Wingo | 2009-12-01 | 1 | -0/+39 |
* | rename SCM_SNAME to SCM_SUBR_NAME... | Andy Wingo | 2009-06-19 | 1 | -7/+7 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <alloca.h> in `gsubr.c'.... | Ludovic Courtès | 2009-03-24 | 1 | -0/+2 |
* | Provide a C vararg interface to gsubr invocation.... | Ludovic Courtès | 2009-03-08 | 1 | -18/+108 |
* | Mark `scm_gsubr_apply ()' as internal.... | Ludovic Courtès | 2009-03-02 | 1 | -2/+2 |
* | Change `scm_gsubr_apply ()' to take the gsubr as its first argument.... | Ludovic Courtès | 2009-03-02 | 1 | -3/+1 |
* | Remove "compiled closures" ("cclos") in favor of a simpler mechanism.... | Ludovic Courtès | 2009-03-02 | 1 | -44/+34 |
* | Use `SCM_SNAME ()' when requesting the name of a subr.... | Ludovic Courtès | 2009-02-11 | 1 | -4/+4 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
* | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c... | Han-Wen Nienhuys | 2007-01-22 | 1 | -0/+2 |
* | 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 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -2/+2 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,... | Marius Vollmer | 2004-07-23 | 1 | -3/+3 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to... | Marius Vollmer | 2004-07-08 | 1 | -2/+2 |
* | * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to... | Dirk Herrmann | 2003-04-20 | 1 | -2/+0 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c... | Dirk Herrmann | 2002-06-30 | 1 | -2/+0 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | (create_gsubr): On "too many args" error,... | Thien-Thi Nguyen | 2002-02-09 | 1 | -8/+10 |
* | * Removed deprecated stuff.... | Dirk Herrmann | 2001-08-31 | 1 | -29/+1 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,... | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |