summaryrefslogtreecommitdiff
path: root/module/system/repl/command.scm
AgeCommit message (Expand)AuthorFilesLines
2024-10-25Better REPL behavior on syntax errors in meta commands.Taylan Kammer1-1/+4
2024-07-12define-meta-command: mention effects of a missing categoryRob Browning1-0/+2
2024-05-06Fix error messages containing format stringsMichael Käppler1-2/+2
2023-07-16Fix typos throughout codebase.Morgan Smith1-1/+1
2023-02-24Remove unnecessary module imports.Ludovic Courtès1-3/+0
2021-10-01Add ,optimize-cps REPL meta-commandAndy Wingo1-1/+6
2021-09-20(system repl command) autoloads the compiler, disassembler, and profiler.Ludovic Courtès1-4/+6
2020-01-20repl: Add missing bindings in #:autoload spec.Ludovic Courtès1-2/+3
2016-08-25Fix exception when running ",help debug"Andy Wingo1-1/+1
2015-12-01Remove `procedure' repl commandAndy Wingo1-5/+0
2013-11-19Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo1-1/+1
2013-11-19rtl-program-code -> program-codeAndy Wingo1-1/+1
2013-11-19rtl-program? -> program?Andy Wingo1-1/+1
2013-11-08Miscellaneous fixups related to objcode removal.Andy Wingo1-1/+2
2013-11-08Remove assembly language.Andy Wingo1-6/+0
2013-11-07Program sources are always pre-retire nowAndy Wingo1-17/+9
2013-10-31Better REPL support for disassembling RTL imagesAndy Wingo1-7/+10
2013-08-29,xx for RTL imagesAndy Wingo1-1/+4
2013-06-09Add RTL disassemblerAndy Wingo1-4/+11
2013-05-27pop-continuation abort-continuation hooks pass return vals directlyAndy Wingo1-12/+11
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-5/+7
2013-03-07,option evaluates its right-hand-sideAndy Wingo1-5/+7
2013-01-23merge stable-2.0Andy Wingo1-2/+2
2013-01-22current-language is a parameter in boot-9Andy Wingo1-2/+2
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+6
2012-07-06fixed repl command ,describe to also handle syntaxDaniel Krueger1-1/+6
2012-06-22instead of our custom .go format, use elfAndy Wingo1-2/+2
2011-12-04,language at REPL sets current-languageAndy Wingo1-0/+1
2011-10-22set width for `,trace' commandBT Templeton1-1/+1
2011-10-10add ,expand and ,optimizeAndy Wingo1-0/+15
2011-07-07more precision for ,timeAndy Wingo1-12/+10
2011-03-29fix error message on ,disassemble "non-procedure"Andy Wingo1-1/+5
2011-03-17allow ,option on-error report instead of debugAndy Wingo1-14/+0
2011-03-04repl: terminal-width by defaultAndy Wingo1-10/+18
2011-03-04Add ,width meta-command to set screen width in debug outputMichael Gran1-3/+18
2011-03-04fix ,statAndy Wingo1-18/+9
2011-02-01Fix `show' REPL meta-commandAndreas Rottmann1-3/+7
2010-12-17add ,reload meta-command and document it and reload-moduleAndy Wingo1-1/+10
2010-11-20Allow user-defined meta-commandsAndreas Rottmann1-42/+93
2010-11-18repl read/write using current ports, not captured portsAndy Wingo1-13/+8
2010-10-12,frame and related commands handle for-trap? appropriatelyAndy Wingo1-7/+15
2010-10-12don't warn for (format #t fmt) -- format string actually named fmtAndy Wingo1-2/+2
2010-10-12debug has for-trap? fieldAndy Wingo1-2/+2
2010-10-10Fix typo.Ludovic Courtès1-2/+2
2010-10-08fix a bug in `finish'Andy Wingo1-2/+2
2010-10-08add repl debugging command docsAndy Wingo1-1/+1
2010-10-07rename vm-trace to call-with-traceAndy Wingo1-4/+2
2010-10-06add ,step ,stepi ,next and ,nextiAndy Wingo1-1/+57
2010-10-06cleanups to ,finishAndy Wingo1-26/+28
2010-10-05add ,finish repl meta-commandAndy Wingo1-0/+35