[slime-devel] Daily ChangeLog diff

Index: slime/ChangeLog diff -u slime/ChangeLog:1.2115 slime/ChangeLog:1.2117 --- slime/ChangeLog:1.2115 Thu Jul 22 09:45:46 2010 +++ slime/ChangeLog Fri Jul 30 12:14:50 2010 @@ -1,3 +1,18 @@ +2010-07-30 Helmut Eller <heller@common-lisp.net> + + Don't get confused by END-OF-FILE on unrelated streams. + Fixes bug "slime connection broken on trivial condition..." + Reported by Pascal J. Bourguignon. + + * swank.lisp (end-of-repl-input): New condition. + (simple-repl, read-non-blocking): Use it. + * slime.el ([test] end-of-file): Test it. + +2010-07-30 Helmut Eller <heller@common-lisp.net> + + * swank.lisp (print-part-to-string): Bind *print-readably* to nil. + Useful when debugging broken printer methods. + 2010-07-22 Vitaly Mayatskikh <v.mayatskih@gmail.com> * swank-lispworks.lisp (list-callers-internal): Fix for LW6.
participants (1)
-
Helmut Eller