Christophe Weblog Wiki Code Publications Music
swankr.git
2010-10-07 Christophe... less debugging output cruft in `swank:frame-locals...
2010-10-07 Christophe... more working `swank:compile-file-for-emacs`
2010-10-01 Christophe... log issue with srcref in swank:compile-string-for-emacs
2010-10-01 Christophe... implement swank:load-file and swank:compile-file-for...
2010-10-01 Christophe... implement swank:default-directory and swank:set-default...
2010-10-01 Christophe... convenience Makefile for generating html from org files
2010-10-01 Christophe... create BUGS and TODO files
2010-10-01 Christophe... update README for swank-media information
2010-10-01 Christophe... sort out printing functions
2010-09-16 Christophe... R implementation of the swank side of the (brand-new...
2010-09-16 Christophe... new makeReplResultFunction hook
2010-09-12 Christophe... implement swank:eval-string-in-frame
2010-09-12 Christophe... implement swank:inspect-current-condition and swank...
2010-09-12 Christophe... implement a default method for emacsInspect
2010-09-11 Christophe... implement swank:inspector-eval
2010-09-10 Christophe... implement swank:inspector-pop and swank:inspector-next
2010-09-09 Christophe... fix one multiple-string bug in the inspector
2010-09-09 Christophe... slightly more working inspector
2010-09-09 Christophe... implement `swank:quit-inspector`
2010-09-09 Christophe... the beginnings of an inspector
2010-09-07 Christophe... implement withRetryRestart
2010-09-07 Christophe... implement withOutputToString
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