[slime-devel] Daily ChangeLog diff
Luke Gorrie
lgorrie at common-lisp.net
Mon Jan 19 08:00:11 UTC 2004
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.219 slime/ChangeLog:1.223
--- slime/ChangeLog:1.219 Sun Jan 18 02:59:49 2004
+++ slime/ChangeLog Sun Jan 18 16:54:06 2004
@@ -1,5 +1,32 @@
2004-01-18 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+ * swank-lispworks.lisp (sigint-handler): Bind a continue restart.
+ (make-dspec-location): Handle strings like pathnames.
+ Some multithreading support.
+
+ * slime.el (compile-defun): Don't use keywords. The keyword
+ package is locked in Lispworks and causes the test-suite to hang.
+ (slime-eval-with-transcript): Fix bug triggered when 'package' is
+ a buffer local variable. Reported by Janis Dzerins.
+ (slime-batch-test): Wait until the connection is ready.
+
+2004-01-18 Alan Ruttenberg <alanralanr at comcast.net>
+
+ * swank-openmcl: Implement frame-catch-tags. Added debugger functions
+ sldb-restart-frame, sldb-return-from-frame. Should probably be added to backend.lisp
+ but let's discuss first. Do other lisps support this?
+
+ * slime.el sldb-restart-frame, sldb-return-from-frame
+
+2004-01-18 Wolfgang Jenkner <wjenkner at inode.at>
+
+ * swank-clisp.lisp (call-without-interrupts): Evaluate
+ linux:SIGFOO at read time since the macro with-blocked-signals
+ expects a fixnum.
+ (compile-file-for-emacs): Comment fix.
+
+2004-01-18 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+
* swank-sbcl.lisp (make-fn-streams): Deleted. Already defined in
swank-gray.lisp.
More information about the slime-devel
mailing list