Merge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907' into vm-check
[bpt/guile.git] / module / system / repl / repl.scm
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-02-24 Andy Wingounbork the repl
2009-02-24 Andy Wingoin meta-reader, return directly if the peeked char...
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2009-01-11 Andy Wingofinish compiler.texi, woo
2008-12-26 Andy Wingorepl.scm relies on `display-backtrace' to do everything...
2008-11-14 Andy Wingonifty generic compiler infrastructure -- no more hardco...
2008-10-09 Andy Wingohandle throws to unknown keys in the repl
2008-10-03 Andy Wingoremove repl.scm's start-stack definition
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-25 Andy Wingoa number of small compilation fixes
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.