[slime-cvs] CVS update: slime/ChangeLog

Helmut Eller heller at common-lisp.net
Thu Oct 30 00:01:23 UTC 2003


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv13684

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Wed Oct 29 19:01:21 2003
Author: heller

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.69 slime/ChangeLog:1.70
--- slime/ChangeLog:1.69	Tue Oct 28 23:48:55 2003
+++ slime/ChangeLog	Wed Oct 29 19:01:19 2003
@@ -1,3 +1,27 @@
+2003-10-29  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* slime.el:
+	Beginnings of a REPL-mode.
+	Minor debugger cleanups.
+
+	* swank.lisp:
+	slime-read-error: New condition.
+	(read-next-form): Re-signal the conditions as slime-read-errors.  And
+	check the result of read-sequence (i.e. detect CMUCL's read-sequence
+	bug).
+	(sldb-continue, throw-to-toplevel): Was more or less the same in all
+	backends.
+
+	* swank-openmcl.lisp, swank-sbcl.lisp, swank-cmucl.lisp:
+	(serve-request): Handle slime-read-errors and bind a
+	slime-toplevel catcher.
+
+	* swank-cmucl.lisp:
+	(sldb-loop): Flush output at the beginning.
+	(inspect-in-frame): New function.
+	(frame-locals): Don't send the validity indicator across wire.  Too
+	cmucl specific.
+
 2003-10-29  Luke Gorrie  <luke at bluetail.com>
 
 	* slime.el (slime-net-sentinel): Only show a message about





More information about the slime-cvs mailing list