New foreign object facility, to replace SMOBs
[bpt/guile.git] / module / system / vm /
2014-01-09 Ian PriceFix trap handlers to handle applicable structs.
2013-01-16 Andy Wingotrace: limit length of "| | | "... prefix
2013-01-07 Andy WingoMore procedure-arguments-alist documentation and a...
2013-01-07 Cedric Cellierdocument program-arguments-alist and program-lambda...
2012-05-11 Andy Wingofix more assumptions that the frame-procedure is a...
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-10 Andy Wingorefactor vm application of non-programs; boot continuat...
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-02-11 Andy Wingoframe-source available in default environment
2010-10-08 Andy Wingostepping traps use frame-next-source, not frame-source
2010-10-08 Andy Wingoadd program-sources-pre-retire to core and define frame...
2010-10-08 Andy Wingofix error in frame-return-values
2010-10-08 Andy Wingofix tracing of mv returns
2010-10-07 Andy Wingodocument trap states
2010-10-07 Andy Wingorename vm-trace to call-with-trace
2010-10-06 Andy Wingoadd ,step ,stepi ,next and ,nexti
2010-10-06 Andy Wingocleanups to ,finish
2010-10-05 Andy Wingo(system vm trap-state): add-trap-at-frame-finish!
2010-10-05 Andy Wingo(system vm frame): frame-return-values
2010-10-05 Andy Wingofix embarrassing error preventing ,del from working
2010-10-03 Andy Wingoavoid some double-breaks in trap-at-procedure-ip-in...
2010-10-03 Andy Wingobugfixen in source breakpoints and in-procedure traps
2010-10-01 Andy Wingosource breakpoints accept user line numbers
2010-10-01 Andy Wingoadd source:line-for-user, returning a 1-indexed line...
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-25 Andy Wingoremove vm-version, vm options
2010-09-24 Ludovic CourtèsMake `procedure-execution-count' fail gracefully when...
2010-09-24 Ludovic CourtèsFix coverage analysis of procedures called from C.
2010-09-24 Ludovic CourtèsAdd `thread-vm' and `set-thread-vm!'.
2010-09-24 Andy Wingoprocedure traps can fire on nested procedures
2010-09-23 Andy Wingoadd ,break-at-source
2010-09-23 Andy Wingoanother trap printing tweak
2010-09-23 Andy Wingolist-traps just returns trap identifiers, not names
2010-09-23 Andy Wingotrace printing tweak
2010-09-23 Andy Wingoadd trap-name procedure
2010-09-23 Andy Wingotracepoints print their trap number
2010-09-23 Andy Wingoadd repl ,tracepoint command
2010-09-23 Andy Wingoavoid traps in repl except when evaluating the expression
2010-09-23 Andy Wingoadd trap-calls-to-procedure
2010-09-23 Andy Wingotracing in terms of traps
2010-09-21 Andy Wingobreakpoints from recursive prompts work
2010-09-19 Andy Wingodefault-trap-handler bugfix
2010-09-19 Andy Wingoimplement breakpoints in the repl
2010-09-17 Andy Wingoadd (system vm traps)
2010-09-16 Andy Wingoinstruction tracing tweak
2010-09-16 Andy Wingoonly trace instructions inside the thunk
2010-09-16 Andy Wingoadd vm-abort-continuation-hook, vm-restore-continuation...
2010-09-16 Andy Wingotrim our set of vm hooks
2010-09-16 Andy Wingoremove unused (system vm profile)
2010-08-27 Ludovic CourtèsRemove unneeded #:use-module.
2010-07-16 Andy Wingoremove (system vm debug)
2010-06-18 Andy Wingo`(debug)' debugs the current stack.
2010-06-10 Andy Wingofix error handling when reading debugger args
2010-06-10 Andy Wingorepl.scm simplifications
2010-06-10 Andy Wingostart cleaning up repl/debugger error handling
2010-06-02 Andy Wingobrown-paper-bag commit
2010-06-02 Andy Wingoflesh out recursive repl module with local vars
2010-06-02 Andy Wingorecursive repl support
2010-05-07 Ludovic CourtèsAdd (system vm coverage).
2010-05-07 Ludovic CourtèsAdd `program-free-variables' to `(system vm program)'.
2010-04-17 Andy Wingoremove program-name, program-documentation
2010-04-17 Andy Wingoscm_i_program_properties is internal; just use procedur...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoadd debugging input and output ports
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-03-14 Andy Wingo(debug) at the repl invokes the vm debugger
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-01-13 Andy Wingovm-trace prints return values
2010-01-13 Andy Wingovm-trace only traces execution of its thunk
2010-01-12 Andy Wingofix texinfo reflection for procedures
2010-01-11 Andy Wingoinspector integration in debugger
2010-01-11 Andy Wingoprograms print as #<procedure ...>
2010-01-11 Andy Wingoadd a silly inspector
2010-01-10 Andy Wingoshow args to subr calls in backtraces
2010-01-09 Andy Wingoslight tweak to stack narrowing in the debugger
2010-01-09 Andy WingoNarrow one more frame in debug.scm:debug-pre-unwind...
2010-01-09 Andy Wingoprint the error more nicely when we enter the debugger
2010-01-09 Andy Wingomake backtraces prettier
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-08 Ludovic CourtèsFix frame printing in the debugger.
2010-01-07 Andy Wingotc7 tags for vm-related data
2009-12-29 Andy Wingocleanups to debugger
2009-12-29 Andy Wingodebugger's backtrace implemented in scheme
2009-12-29 Andy Wingointegers at debugger select frames
2009-12-29 Andy Wingoclean up (system vm frames), add locals command to...
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-24 Andy Wingoimplement up, down, frame, and bindings in the repl
2009-12-24 Andy Wingorewrite debugger command loop
2009-12-22 Andy Wingoimplement a silly debugger
2009-12-21 Andy Wingo(system vm trace) sorta working
2009-12-21 Andy Wingorework vm tracing
2009-12-11 Andy Wingovm no longer measures bogoclock or times, relies on...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-10 Andy Wingoadd gbt macro to gdbinit, and fix a bug in program...
2009-12-03 Andy Wingoreplace frame implementation with VM frames
2009-11-21 Andy Wingobetter printing of procedures with keyword arguments
2009-11-17 Ludovic CourtèsFix copyright headers.
2009-11-15 Andy Wingofix printing-programs bug
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-26 Andy Wingoupdate procedure docs for programs, lambda*, case-lambda
next