Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -9/+10 |
2001-05-20 | (scm_c_make_gsubr, scm_c_define_gsubr, | Marius Vollmer | 1 | -56/+156 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -3/+5 |
2000-12-11 | * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern... | Dirk Herrmann | 1 | -3/+7 |
2000-12-06 | * Various minor cleanups. | Dirk Herrmann | 1 | -10/+11 |
2000-09-26 | * Don't use string or vector macros when accessing compiled closures. | Dirk Herrmann | 1 | -2/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -5/+5 |
2000-04-04 | Lots of fixes with respect to strict typing. | Dirk Herrmann | 1 | -2/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-18 | Only include root.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Removed empty file genio.h and references to it. | Dirk Herrmann | 1 | -1/+0 |