Age | Commit message (Expand) | Author | Files | Lines |
2024-10-25 | Better REPL behavior on syntax errors in meta commands. | Taylan Kammer | 1 | -1/+4 |
2024-07-12 | define-meta-command: mention effects of a missing category | Rob Browning | 1 | -0/+2 |
2024-05-06 | Fix error messages containing format strings | Michael Käppler | 1 | -2/+2 |
2023-07-16 | Fix typos throughout codebase. | Morgan Smith | 1 | -1/+1 |
2023-02-24 | Remove unnecessary module imports. | Ludovic Courtès | 1 | -3/+0 |
2021-10-01 | Add ,optimize-cps REPL meta-command | Andy Wingo | 1 | -1/+6 |
2021-09-20 | (system repl command) autoloads the compiler, disassembler, and profiler. | Ludovic Courtès | 1 | -4/+6 |
2020-01-20 | repl: Add missing bindings in #:autoload spec. | Ludovic Courtès | 1 | -2/+3 |
2016-08-25 | Fix exception when running ",help debug" | Andy Wingo | 1 | -1/+1 |
2015-12-01 | Remove `procedure' repl command | Andy Wingo | 1 | -5/+0 |
2013-11-19 | Rename objcodes?.{scm,c,h} to loader.{scm,c,h} | Andy Wingo | 1 | -1/+1 |
2013-11-19 | rtl-program-code -> program-code | Andy Wingo | 1 | -1/+1 |
2013-11-19 | rtl-program? -> program? | Andy Wingo | 1 | -1/+1 |
2013-11-08 | Miscellaneous fixups related to objcode removal. | Andy Wingo | 1 | -1/+2 |
2013-11-08 | Remove assembly language. | Andy Wingo | 1 | -6/+0 |
2013-11-07 | Program sources are always pre-retire now | Andy Wingo | 1 | -17/+9 |
2013-10-31 | Better REPL support for disassembling RTL images | Andy Wingo | 1 | -7/+10 |
2013-08-29 | ,xx for RTL images | Andy Wingo | 1 | -1/+4 |
2013-06-09 | Add RTL disassembler | Andy Wingo | 1 | -4/+11 |
2013-05-27 | pop-continuation abort-continuation hooks pass return vals directly | Andy Wingo | 1 | -12/+11 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -5/+7 |
2013-03-07 | ,option evaluates its right-hand-side | Andy Wingo | 1 | -5/+7 |
2013-01-23 | merge stable-2.0 | Andy Wingo | 1 | -2/+2 |
2013-01-22 | current-language is a parameter in boot-9 | Andy Wingo | 1 | -2/+2 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+6 |
2012-07-06 | fixed repl command ,describe to also handle syntax | Daniel Krueger | 1 | -1/+6 |
2012-06-22 | instead of our custom .go format, use elf | Andy Wingo | 1 | -2/+2 |
2011-12-04 | ,language at REPL sets current-language | Andy Wingo | 1 | -0/+1 |
2011-10-22 | set width for `,trace' command | BT Templeton | 1 | -1/+1 |
2011-10-10 | add ,expand and ,optimize | Andy Wingo | 1 | -0/+15 |
2011-07-07 | more precision for ,time | Andy Wingo | 1 | -12/+10 |
2011-03-29 | fix error message on ,disassemble "non-procedure" | Andy Wingo | 1 | -1/+5 |
2011-03-17 | allow ,option on-error report instead of debug | Andy Wingo | 1 | -14/+0 |
2011-03-04 | repl: terminal-width by default | Andy Wingo | 1 | -10/+18 |
2011-03-04 | Add ,width meta-command to set screen width in debug output | Michael Gran | 1 | -3/+18 |
2011-03-04 | fix ,stat | Andy Wingo | 1 | -18/+9 |
2011-02-01 | Fix `show' REPL meta-command | Andreas Rottmann | 1 | -3/+7 |
2010-12-17 | add ,reload meta-command and document it and reload-module | Andy Wingo | 1 | -1/+10 |
2010-11-20 | Allow user-defined meta-commands | Andreas Rottmann | 1 | -42/+93 |
2010-11-18 | repl read/write using current ports, not captured ports | Andy Wingo | 1 | -13/+8 |
2010-10-12 | ,frame and related commands handle for-trap? appropriately | Andy Wingo | 1 | -7/+15 |
2010-10-12 | don't warn for (format #t fmt) -- format string actually named fmt | Andy Wingo | 1 | -2/+2 |
2010-10-12 | debug has for-trap? field | Andy Wingo | 1 | -2/+2 |
2010-10-10 | Fix typo. | Ludovic Courtès | 1 | -2/+2 |
2010-10-08 | fix a bug in `finish' | Andy Wingo | 1 | -2/+2 |
2010-10-08 | add repl debugging command docs | Andy Wingo | 1 | -1/+1 |
2010-10-07 | rename vm-trace to call-with-trace | Andy Wingo | 1 | -4/+2 |
2010-10-06 | add ,step ,stepi ,next and ,nexti | Andy Wingo | 1 | -1/+57 |
2010-10-06 | cleanups to ,finish | Andy Wingo | 1 | -26/+28 |
2010-10-05 | add ,finish repl meta-command | Andy Wingo | 1 | -0/+35 |