New foreign object facility, to replace SMOBs
[bpt/guile.git] / module / system / repl /
2014-02-12 David ThompsonAdd cooperative REPL server module.
2014-02-12 Mark H WeaverREPL Server: Fix 'stop-server-and-clients!'.
2014-02-04 Mark H WeaverREPL Server: Remove unneeded error case in 'run-server'.
2014-02-04 Mark H WeaverREPL Server: Redirect warnings to client socket.
2014-01-21 Mark H WeaverREPL Server: Don't establish a SIGINT handler.
2014-01-12 Mark H WeaverBump user-visible copyright years to 2014.
2013-04-08 Mark H WeaverConsume a peeked EOF at the REPL.
2013-03-07 Andy Wingo,option evaluates its right-hand-side
2013-01-31 Mark H WeaverBump copyright year to 2013 in REPL greeting.
2013-01-22 Andy Wingocurrent-language is a parameter in boot-9
2012-12-10 Daniel Hartwigrepl: add repl-option for customized print
2012-07-06 Daniel Kruegerfixed repl command ,describe to also handle syntax
2012-01-30 Mark H WeaverUpdate user-visible copyright dates in manual and REPL...
2012-01-25 Ludovic CourtèsFix a couple of warnings.
2011-12-04 Andy Wingo,language at REPL sets current-language
2011-11-16 Andy Wingofix bug in make-repl when lang is actually a language
2011-10-22 BT Templetonset width for `,trace' command
2011-10-10 Andy Wingoadd ,expand and ,optimize
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-07-07 Andy Wingomore precision for ,time
2011-04-11 Andy Wingoignore SIGPIPE in (system repl server)
2011-03-29 Andy Wingofix error message on ,disassemble "non-procedure"
2011-03-22 Mark H WeaverDo not enter the debugger if the thrown key is in ...
2011-03-17 Andy Wingoallow ,option on-error report instead of debug
2011-03-04 Andy Wingorepl: terminal-width by default
2011-03-04 Michael GranAdd ,width meta-command to set screen width in debug...
2011-03-04 Andy Wingofix ,stat
2011-03-03 Andy Wingorepl.scm understands comments
2011-03-03 Andy Wingorepl.scm refactor
2011-02-27 Andy Wingoflush all input on a read error
2011-02-14 Ludovic CourtèsLeave the default `*current-warning-prefix*' at the...
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2011-02-12 Mark H WeaverBump copyright date in REPL version string
2011-02-11 Andy Wingorepl.scm: use print-exception
2011-02-11 Andy Wingo(system repl error-handling) uses print-exception
2011-02-08 Andy Wingohackily fix another case where display-exception would...
2011-02-02 Michael GranUse 'substring' instead of obsoleted 'make-shared-subst...
2011-02-01 Andreas RottmannFix `show' REPL meta-command
2010-12-17 Andy Wingoadd ,reload meta-command and document it and reload...
2010-11-20 Andreas RottmannAllow user-defined meta-commands
2010-11-18 Andy Wingorepl read/write using current ports, not captured ports
2010-11-18 Andy Wingorepl.scm displays syntax errors on read as well
2010-11-16 Andy Wingoadd proper pretty-printing for syntax errors
2010-11-12 Andy Wingocall-with-error-handling pass-keys w/ procedural handle...
2010-10-12 Andy Wingo,frame and related commands handle for-trap? appropriately
2010-10-12 Andy Wingodon't warn for (format #t fmt) -- format string actuall...
2010-10-12 Andy Wingodebug has for-trap? field
2010-10-10 Ludovic CourtèsFix typo.
2010-10-10 Andy Wingoadd (system repl server)
2010-10-08 Andy Wingofurther repl tweaks
2010-10-08 Ludovic CourtèsFixlets for REPL error handling.
2010-10-08 Andy Wingofix a bug in `finish'
2010-10-08 Andy Wingoadd repl debugging command docs
2010-10-07 Andy Wingorename vm-trace to call-with-trace
2010-10-06 Andy Wingoupdate (system repl debug) todo
2010-10-06 Andy Wingoadd ,step ,stepi ,next and ,nexti
2010-10-06 Andy Wingocleanups to ,finish
2010-10-05 Andy Wingoadd ,finish repl meta-command
2010-10-05 Andy Wingodebug-trap-handler ephemeral trap enhancement
2010-10-05 Andy Wingo(system repl debug): add frame->stack-vector
2010-10-05 Andy Wingosystem repl repl comments
2010-10-04 Andy WingoRevert "repl.scm next-char needed to read EOF from...
2010-10-03 Andy Wingorepl.scm next-char needed to read EOF from port
2010-10-01 Andy Wingoadd source:line-for-user, returning a 1-indexed line...
2010-09-30 Andy Wingoadd ,registers
2010-09-24 Andy Wingofix ,traps REPL command
2010-09-23 Andy Wingoadd ,break-at-source
2010-09-23 Andy Wingolist-traps just returns trap identifiers, not names
2010-09-23 Andy Wingomore uniform break / tracepoint printing in repl
2010-09-23 Andy Wingoadd repl ,tracepoint command
2010-09-23 Andy Wingoavoid traps in repl except when evaluating the expression
2010-09-21 Andy Wingo(system repl command) cleanups
2010-09-19 Andy Wingoadd ,traps ,delete ,disable ,enable
2010-09-19 Andy Wingoimplement breakpoints in the repl
2010-09-01 Ludovic CourtèsFix typos.
2010-08-31 Jose A. Ortega RuizAdd new debug meta-command ,error-message
2010-08-06 Andy Wingofix stack narrowing for tail-call to throw
2010-08-06 Andy Wingo,x unbound does not quit repl
2010-07-16 Andy Wingoremove (system vm debug)
2010-07-16 Andy Wingoupdates to system repl command
2010-07-15 Andy Wingodon't re-print the error by default in call-with-error...
2010-07-15 Andy Wingoerror-handling tweak
2010-07-15 Andy Wingopass a frame to display-error in system repl error...
2010-07-10 Andy Wingoprint column numbers in backtraces
2010-07-10 Andy Wingofinally, backtraces only showing frames for the computation
2010-07-10 Andy Wingovalidating repl options; value-history on by default
2010-07-10 Andy Wingoheap/literal fixes for repl-default-options
2010-07-09 Andy Wingoavoid running the debugger during parsing or compilatio...
2010-07-09 Andy Wingofix up a repl command docstring
2010-07-09 Andy Wingotweaks to print-locals
2010-07-09 Andy Wingotweaks to new repl
2010-07-09 Andy Wingointegrate the debugger into the repl
2010-06-29 Andy Wingofix repl level printing
2010-06-26 Andy Wingouse *repl-stack* instead of *repl-level*
2010-06-26 Andy Wingoadd repl inport and outport fields and accessors
2010-06-26 Andy Wingoallow kwargs to repl metacommands
2010-06-19 Andy Wingorepl compiles with warnings by default
2010-06-19 Andy Wingodon't bind the-last-stack in repl.scm
2010-06-18 Andy Wingobatch-mode? in terms of *repl-level*
next