Skip to content
  1. May 01, 2012
  2. Apr 29, 2012
    • Christophe Rhodes's avatar
      rework `swank:simple-completions` · f198b5e4
      Christophe Rhodes authored
      In the process, implement looking up foo$bar$baz, and passing those
      completions back.  It's not completely robust to somewhat exotic
      syntax, as it assumes that the text being completed can be used
      directly as character vectors naming objects or fields; it is good
      enough to get started, and now a lot less annoying to
      use (particularly when lots of fields have underscores in them...)
      f198b5e4
    • Christophe Rhodes's avatar
      log wishlist completion bug · 62734d71
      Christophe Rhodes authored
      Also note some other bugs as fixed.
      62734d71
  3. Apr 24, 2012
  4. Apr 23, 2012
    • Christophe Rhodes's avatar
      fix bug #21 · 24bb738d
      Christophe Rhodes authored
      %in% needs a `vector' first argument, so make it so, listifying
      anything that isn't already a vector.  (Note: there seem to be plenty
      of non-vector first arguments that work, such as
      as.Date("2012-01-01"), which returns FALSE to is.vector() -- but the new
      code seems to get that right anyway, based on very limited testing.
      24bb738d
    • Christophe Rhodes's avatar
      log bug #21, regarding inspection of environments · 14bc3a0d
      Christophe Rhodes authored
      Reported by Philipp Marek
      14bc3a0d
  5. Dec 15, 2011
  6. Dec 09, 2011
  7. Oct 23, 2011
  8. Sep 19, 2011
  9. Sep 13, 2011
  10. Sep 10, 2011
  11. Sep 09, 2011
  12. Aug 20, 2011
  13. Apr 06, 2011
  14. Oct 08, 2010