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