Skip to content
  1. May 13, 2012
  2. Nov 18, 2011
    • D Herring's avatar
      don't rebind debug I/O streams · 77e0a273
      D Herring authored
      Now stuff like (break) has a chance of working inside ABLE's listener.
      This change shouldn't affect normal user code.
      77e0a273
  3. Nov 16, 2011
  4. Nov 12, 2011
  5. Nov 11, 2011
    • D Herring's avatar
      put the rest of the key bindings in the menu · 8928f816
      D Herring authored
      8928f816
    • D Herring's avatar
      user-stream bugfix · c4727b06
      D Herring authored
      Under SBCL, floating-point numbers were printing incorrectly.
      e.g. (format t "~A" 12.34) was printing 12.1234!
      The equivalent string literals were ok.
      
      Investigation found that SBCL prints floats as
        (write-string "1234" 0 3)
        (write-char #\.)
        (write-string "1234" 3 nil)
      This last call was incorrectly handled by the IF.
      I assume it was meant as an optimization...
      c4727b06
  6. Nov 09, 2011
  7. Nov 08, 2011
  8. Nov 07, 2011
  9. Dec 28, 2009
  10. Dec 27, 2009
  11. Dec 26, 2009