Christophe Weblog Wiki Code Publications Music
Merge pull request #4 from legoscia/master
[swankr.git] / swank.R
2014-10-03 Christophe Rhodesfix multibyte decoding protocol bug
2014-09-20 Christophe Rhodesupdate protocol version to 2014-09-13
2014-09-20 Christophe Rhodessupport new `swank-repl:...` protocol (as well as old...
2014-07-15 Christophe Rhodesadd `swank:apropos-list-for-emacs`
2014-07-15 Christophe Rhodesadd `swank:clear-repl-variables`
2014-03-14 Christophe Rhodesimplement swank-c-p-c
2014-01-11 Christophe Rhodes`swank:describe-function` and `swank:describe-symbol...
2012-11-29 Christophe Rhodesmore srcref frobbing
2012-11-20 Christophe Rhodesfix compilation of x[y,]
2012-09-17 Christophe Rhodesfix null implementation of operator-arglist
2012-05-01 Christophe Rhodesmake inspector printing more reasonable
2012-04-29 Christophe Rhodesrework `swank:simple-completions`
2012-04-24 Christophe Rhodesdeclare a version in `swank:connection-info`
2012-04-24 Christophe Rhodesimplement `swank:operator-arglist` properly
2012-04-23 Christophe Rhodesfix bug #21
2011-12-15 Christophe Rhodeslog and fix bug #20: infinite errors on disconnect.
2011-12-09 Christophe Rhodesgive us a chance with utf-8
2011-12-09 Christophe Rhodespass an :encoding stanza in the connection information
2011-10-23 Christophe Rhodesdon't print out "locals" from the global environment
2011-10-23 Christophe Rhodesfix for visible values from region and interactive...
2011-09-19 Christophe Rhodescatch errors during printing of frame locals
2011-09-13 Christophe Rhodesescape names when searching for completions
2011-09-10 Christophe Rhodesdeal with 0 or multiple expressions at the repl
2011-09-10 Christophe Rhodesuse withVisible() in appropriate places
2011-08-20 Christophe Rhodesmake contribs load when the working directory isn't...
2011-04-06 Christophe Rhodesenough support for emacs/slim to start swank for itself
2011-04-06 Christophe Rhodesimplement swank:interactive-eval-region
2011-04-06 Christophe Rhodesfix swank:compile-file-for-emacs when loadp is true
2011-04-06 Christophe Rhodessupport translation of t and nil
2011-04-06 Christophe Rhodesimplement swank:quit-lisp
2011-04-06 Christophe Rhodesabsolutify some more source file finding
2010-10-08 Christophe Rhodescapture output from evaluating swank requests
2010-10-08 Christophe Rhodessrcrefs in swank:compile-string-for-emacs
2010-10-07 Christophe Rhodesbetter swank:find-definitions-for-emacs
2010-10-07 Christophe Rhodesless debugging output cruft in `swank:frame-locals...
2010-10-07 Christophe Rhodesmore working `swank:compile-file-for-emacs`
2010-10-01 Christophe Rhodesimplement swank:load-file and swank:compile-file-for...
2010-10-01 Christophe Rhodesimplement swank:default-directory and swank:set-default...
2010-10-01 Christophe Rhodessort out printing functions
2010-09-16 Christophe Rhodesnew makeReplResultFunction hook
2010-09-12 Christophe Rhodesimplement swank:eval-string-in-frame
2010-09-12 Christophe Rhodesimplement swank:inspect-current-condition and swank...
2010-09-12 Christophe Rhodesimplement a default method for emacsInspect
2010-09-11 Christophe Rhodesimplement swank:inspector-eval
2010-09-10 Christophe Rhodesimplement swank:inspector-pop and swank:inspector-next
2010-09-09 Christophe Rhodesfix one multiple-string bug in the inspector
2010-09-09 Christophe Rhodesslightly more working inspector
2010-09-09 Christophe Rhodesimplement `swank:quit-inspector`
2010-09-09 Christophe Rhodesthe beginnings of an inspector
2010-09-07 Christophe Rhodesimplement withRetryRestart
2010-09-07 Christophe Rhodesimplement withOutputToString
2010-09-03 Christophe Rhodesswank:value-for-editing and swank:commit-edited-value
2010-09-03 Christophe Rhodesalternative printing for the REPL
2010-09-03 Christophe Rhodesintegrate into R's event loop, possibly
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