Christophe Weblog Wiki Code Publications Music
implement swank:find-definitions-for-emacs
[swankr.git] / swank.R
2010-09-01 Christophe Rhodesimplement swank:find-definitions-for-emacs
2010-09-01 Christophe Rhodesuse srcfile$wd when going to source for an sldb frame
2010-08-31 Christophe Rhodesinitial implementation of support for REPL presentations
2010-08-30 Christophe RhodesA proper implementation of swank:swank-require
2010-08-30 Christophe Rhodesimplement a mini code-walker to support nested function...
2010-08-30 Christophe Rhodesmake swank:listener-eval be a bit more like the CL...
2010-08-30 Christophe Rhodesuse an environment holding the Slime I/O connection
2010-08-26 Christophe RhodesAdd licence information to swank.R
2010-08-25 Christophe Rhodesimplement swank:frame-source-location
2010-08-25 Christophe Rhodesfactor out backtraceForEmacs() into `swank:backtrace`
2010-08-25 Christophe Rhodesimplement swank:interactive-eval and swank:eval-and...
2010-08-25 Christophe Rhodesensure that the fifo is closed in printToString()
2010-08-24 Christophe Rhodesimplement swank:compile-string-for-emacs
2010-08-20 Christophe Rhodesimplement swank:simple-completions
2010-08-20 Christophe Rhodesstub for swank:operator-arglist
2010-08-19 Christophe Rhodesreturn properly from sldbLoop()
2010-08-15 Christophe Rhodesput abort restarts around the main and sldb loops
2010-08-14 Christophe RhodesThe beginnings of a vaguely-useful sldb
2010-08-14 Christophe Rhodesstore calls and frames on entry to sldb itself
2010-08-13 Christophe Rhodesimplement swank:buffer-first-change
2010-08-13 Christophe Rhodesreturn stack frames in slime's order (most recent first)
2010-08-13 Christophe Rhodesget definitions (use of <-) to work in the REPL
2010-08-13 Christophe Rhodessupport invoking restarts from sldb
2010-08-13 Christophe Rhodesuse a restart description for restart printing, if...
2010-08-13 Christophe Rhodesrework to support sldb
2010-08-11 Christophe Rhodesimplement swank:throw-to-toplevel
2010-08-11 Christophe Rhodesinclude swank.R hacks from today