Christophe Weblog Wiki Code Publications Music
swankr.git
2010-09-03 Christophe... swank:value-for-editing and swank:commit-edited-value
2010-09-03 Christophe... alternative printing for the REPL
2010-09-03 Christophe... integrate into R's event loop, possibly
2010-09-01 Christophe... implement swank:find-definitions-for-emacs
2010-09-01 Christophe... use srcfile$wd when going to source for an sldb frame
2010-08-31 Christophe... support swank:clear-repl-results in swank-presentations
2010-08-31 Christophe... initial implementation of support for REPL presentations
2010-08-30 Christophe... A proper implementation of swank:swank-require
2010-08-30 Christophe... implement a mini code-walker to support nested function...
2010-08-30 Christophe... make swank:listener-eval be a bit more like the CL...
2010-08-30 Christophe... use an environment holding the Slime I/O connection
2010-08-28 Christophe... slightly clarified the relationship to ESS
2010-08-26 Christophe... add README
2010-08-26 Christophe... Add licence information to swank.R
2010-08-25 Christophe... implement swank:frame-source-location
2010-08-25 Christophe... factor out backtraceForEmacs() into `swank:backtrace`
2010-08-25 Christophe... implement swank:interactive-eval and swank:eval-and...
2010-08-25 Christophe... ensure that the fifo is closed in printToString()
2010-08-24 Christophe... implement swank:compile-string-for-emacs
2010-08-20 Christophe... implement swank:simple-completions
2010-08-20 Christophe... stub for swank:operator-arglist
2010-08-19 Christophe... return properly from sldbLoop()
2010-08-15 Christophe... put abort restarts around the main and sldb loops
2010-08-14 Christophe... The beginnings of a vaguely-useful sldb
2010-08-14 Christophe... store calls and frames on entry to sldb itself
2010-08-13 Christophe... implement swank:buffer-first-change
2010-08-13 Christophe... return stack frames in slime's order (most recent first)
2010-08-13 Christophe... get definitions (use of <-) to work in the REPL
2010-08-13 Christophe... support invoking restarts from sldb
2010-08-13 Christophe... use a restart description for restart printing, if...
2010-08-13 Christophe... rework to support sldb
2010-08-11 Christophe... implement swank:throw-to-toplevel
2010-08-11 Christophe... include swank.R hacks from today