Merge branch 'stable-2.0'
[bpt/guile.git] / module / system / vm / traps.scm
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2014-01-09 Ian PriceFix trap handlers to handle applicable structs.
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-27 Andy WingoRemove the restore-continuation-hook.
2013-11-21 Andy WingoNo more VM objects visible to Scheme
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-19 Andy Wingo(system vm instruction) rtl-instruction-list -> (langua...
2013-11-19 Andy Wingortl-program-code -> program-code
2013-11-19 Andy Wingortl-program? -> program?
2013-11-08 Andy Wingo(system vm traps) support for rtl programs
2013-10-17 Andy WingoProcedure traps work with RTL programs.
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-05-27 Andy Wingopop-continuation abort-continuation hooks pass return...
2010-10-08 Andy Wingoadd program-sources-pre-retire to core and define frame...
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-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-09-24 Andy Wingoprocedure traps can fire on nested procedures
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-17 Andy Wingoadd (system vm traps)