Age | Commit message (Expand) | Author | Files | Lines |
2012-05-11 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -0/+1 |
2012-05-11 | fix more assumptions that the frame-procedure is a procedure | Andy Wingo | 1 | -1/+2 |
2012-04-23 | make-stack handles prompt tags better | Noah Lavine | 1 | -33/+33 |
2012-03-07 | dynstack: pushing a prompt no longer allocates memory | Andy Wingo | 1 | -3/+3 |
2012-03-03 | the dynamic stack is really a stack now, instead of a list | Andy Wingo | 1 | -19/+15 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -3/+3 |
2011-07-29 | simplify narrow_stack. | Andy Wingo | 1 | -5/+4 |
2011-05-13 | scm_is_eq for SCM vals, not == or != | Andy Wingo | 1 | -1/+1 |
2011-03-17 | fix code that causes warnings on gcc 4.6 | Andy Wingo | 1 | -2/+0 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -2/+2 |
2010-03-13 | narrowing stacks to prompts; backtrace shows frames from start-stack | Andy Wingo | 1 | -67/+110 |
2010-02-08 | continuations return multiple values on the stack | Andy Wingo | 1 | -1/+1 |
2010-02-08 | scm_i_make_continuation takes vm and vm_cont args explicitly | Andy Wingo | 1 | -1/+1 |
2010-02-08 | continuations are vm procedures | Andy Wingo | 1 | -31/+3 |
2010-01-09 | Fix bug: Init auto var to unrandomize `stack_depth' rv. | Thien-Thi Nguyen | 1 | -1/+1 |
2009-12-15 | expose frame-previous, once again | Andy Wingo | 1 | -10/+10 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -4/+2 |
2009-12-03 | replace frame implementation with VM frames | Andy Wingo | 1 | -253/+92 |
2009-12-03 | remove debug frames | Andy Wingo | 1 | -327/+74 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -38/+2 |
2009-09-17 | Fix incorrect stack count warnings | Neil Jerram | 1 | -0/+6 |
2009-09-17 | Remove unhittable else branch for nonexistent type of debug frame | Neil Jerram | 1 | -3/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-03-17 | non-srcdir build fixes | Andy Wingo | 1 | -1/+0 |
2009-03-17 | Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check | Andy Wingo | 1 | -7/+1 |
2009-03-02 | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 1 | -4/+1 |
2009-02-09 | minor cleanups | Andy Wingo | 1 | -2/+6 |
2009-02-05 | fix the ping-pong between evaluator and vm stacks in make-stack | Andy Wingo | 1 | -11/+15 |
2009-02-05 | fix boot program detection, which in turn makes `make-stack' actually work | Andy Wingo | 1 | -38/+41 |
2009-01-29 | static opcodes; refactor program/objcode division; use new assembly pipeline | Andy Wingo | 1 | -2/+2 |
2009-01-13 | fix marking empty VM continuations | Andy Wingo | 1 | -2/+2 |
2008-12-26 | remove heap links in VM frames, incorporate vm frames into normal backtraces | Andy Wingo | 1 | -16/+88 |
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-03-07 | merge from 1.8 branch | Kevin Ryde | 1 | -9/+5 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -0/+2 |
2006-08-11 | (scm_last_stack_frame): Correct docstring (returns a | Neil Jerram | 1 | -3/+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 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2004-12-23 | (read_frame, read_frames, scm_make_stack, scm_last_stack_frame, | Marius Vollmer | 1 | -34/+32 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -2/+2 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -2/+3 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -7/+7 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -12/+12 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -4/+1 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -6/+6 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -10/+10 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -38/+11 |
2003-03-27 | * stacks.c: fix various preprocessor usages of new public | Rob Browning | 1 | -3/+3 |
2003-03-26 | * stacks.c: replace usage of STACK_GROWS_UP with | Rob Browning | 1 | -3/+3 |