[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Tue Mar 18 05:35:03 UTC 2008
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1321 slime/ChangeLog:1.1322
--- slime/ChangeLog:1.1321 Sun Mar 16 05:46:33 2008
+++ slime/ChangeLog Mon Mar 17 06:36:00 2008
@@ -1,3 +1,16 @@
+2008-03-17 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank-source-path-parser.lisp:
+
+ Multibyte characters in files could screw up compiler-notes
+ highlighting on SBCL. Fix that.
+
+ (skip-toplevel-forms): Abstracted out from READ-SOURCE-FORM.
+ (source-path-file-position): Don't operate on the file stream
+ directly, since CL:FILE-POSITION may not return character but
+ binary offsets on such streams; instead slurp file content into a
+ buffer string, and operate on that.
+
2008-03-16 Tobias C. Rittweiler <tcr at freebits.de>
* swank.lisp (load-file-set-package): Removed; the function was
More information about the slime-devel
mailing list