fix case in which we can fail to exit the repl cleanly
[bpt/guile.git] / module / system / repl / repl.scm
2008-09-18 Andy Wingofix case in which we can fail to exit the repl cleanly
2008-09-09 Andy Wingoreally newline on eof
2008-09-09 Andy Wingorun the vm repl instead of the scm-style-repl
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-08-26 Andy Wingomerge from guile master
2008-08-11 Andy Wingoease-of-use improvement to ,m; catch read errors at...
2008-08-11 Andy Wingofix bug in compilation of `and' and `or'; more robust...
2008-08-09 Andy Wingobacktraces on meta-commands too
2008-08-09 Andy Wingofix source location reporting for compiled code
2008-08-08 Andy WingoMore relevant VM backtrace
2008-08-07 Andy Wingovm backtrace improvements
2008-08-07 Andy Wingobig reorg of scheme modules -- e.g. programs.c -> ...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-20 Andy Wingoguile-vm is completely self-compiling now!
2008-05-12 Andy Wingocatch errors in the repl, with poor backtraces
2008-05-12 Andy Wingoreplace cenv with things in <repl> and fluids; remove...
2008-05-11 Andy Wingofix to meta-reader's optional port argument
2008-05-09 Andy Wingoice-9 history integration
2008-05-09 Andy Wingoreadline integration for guile-vm
2008-05-09 Andy Wingomultiple-values help for the repl; exports cleanups
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-19 Keisuke Nishida*** empty log message ***
2001-04-16 Keisuke Nishida*** empty log message ***
2001-04-12 Keisuke Nishida*** empty log message ***
2001-04-11 Keisuke Nishida*** empty log message ***
2001-04-04 Keisuke NishidaDon't use module.scm.
2001-04-04 Keisuke NishidaBetter current module system support.
2001-04-01 Keisuke NishidaNew VM.