Age | Commit message (Expand) | Author | Files | Lines |
2010-10-08 | add program-sources-pre-retire to core and define frame-next-source | Andy Wingo | 1 | -1/+58 |
2010-10-01 | add source:line-for-user, returning a 1-indexed line number | Andy Wingo | 1 | -1/+8 |
2010-05-07 | Add `program-free-variables' to `(system vm program)'. | Ludovic Courtès | 1 | -2/+12 |
2010-04-17 | remove program-name, program-documentation | Andy Wingo | 1 | -5/+1 |
2010-04-17 | scm_i_program_properties is internal; just use procedure-properties | Andy Wingo | 1 | -6/+2 |
2010-03-16 | rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 | Andy Wingo | 1 | -1/+2 |
2010-01-12 | fix texinfo reflection for procedures | Andy Wingo | 1 | -14/+20 |
2010-01-12 | programs print as #<procedure ...> | Andy Wingo | 1 | -2/+3 |
2010-01-09 | allocate free variables inline to closures | Andy Wingo | 1 | -2/+4 |
2009-12-10 | add gbt macro to gdbinit, and fix a bug in program-arity | Andy Wingo | 1 | -0/+1 |
2009-11-21 | better printing of procedures with keyword arguments | Andy Wingo | 1 | -1/+2 |
2009-11-15 | fix printing-programs bug | Andy Wingo | 1 | -1/+1 |
2009-10-27 | update procedure docs for programs, lambda*, case-lambda | Andy Wingo | 1 | -3/+6 |
2009-10-25 | arities can have noncontiguous starts and ends | Andy Wingo | 1 | -14/+18 |
2009-10-23 | runtime and debugging support for callee-parsed procedure args | Andy Wingo | 1 | -33/+136 |
2009-10-22 | Fix typos leading to unbound variable references. | Ludovic Courtès | 1 | -1/+1 |
2009-07-23 | remove all mentions of "external" from the compiler and related code | Andy Wingo | 1 | -5/+5 |
2009-07-23 | rename "closure-ref" to "free-ref"; s/vars/variables/ in some names | Andy Wingo | 1 | -1/+1 |
2009-07-23 | remove "externals" from the vm | Andy Wingo | 1 | -4/+3 |
2009-07-15 | Switch remaining GPLv2+ Guile-VM headers to LGPLv3+. | Ludovic Courtès | 1 | -11/+10 |
2009-03-27 | frame, program, objcode, etc inits use load-extension | Andy Wingo | 1 | -1/+1 |
2009-02-25 | export procedure-arguments from ice-9 session | Andy Wingo | 1 | -1/+13 |
2009-02-10 | propagate much more source info through compilation | Andy Wingo | 1 | -7/+11 |
2009-02-02 | tick in calls, procedure-name works on compiled procedures | Andy Wingo | 1 | -18/+0 |
2009-01-29 | static opcodes; refactor program/objcode division; use new assembly pipeline | Andy Wingo | 1 | -8/+10 |
2008-11-02 | proper printing of thunks, reduced disasm verbosity | Andy Wingo | 1 | -1/+1 |
2008-10-16 | fix use of `binding' data abstraction | Andy Wingo | 1 | -7/+11 |
2008-10-12 | make disassembly better -- a more woven text. | Andy Wingo | 1 | -3/+3 |
2008-09-13 | tweaks for printing programs | Andy Wingo | 1 | -1/+3 |
2008-09-13 | programs can now get at their names, and print nicely | Andy Wingo | 1 | -1/+21 |
2008-09-09 | rework late binding resolution to be simpler and more efficient | Andy Wingo | 1 | -1/+1 |
2008-09-09 | use #:keywords in module/*.scm, not :keywords | Andy Wingo | 1 | -1/+1 |
2008-09-08 | lazily load meta info, for less consage | Andy Wingo | 1 | -3/+6 |
2008-08-21 | merge guile-vm into libguile itself | Andy Wingo | 1 | -1/+1 |
2008-08-08 | improve source loc info in nonlocal exits and backtraces | Andy Wingo | 1 | -0/+10 |
2008-08-07 | fix stack corruption on vm-save-stack; more robust with nonlocal exits | Andy Wingo | 1 | -1/+1 |
2008-08-07 | big reorg of scheme modules -- e.g. programs.c -> (system vm program) | Andy Wingo | 1 | -0/+63 |