Index: slime/ChangeLog diff -u slime/ChangeLog:1.2251 slime/ChangeLog:1.2255 --- slime/ChangeLog:1.2251 Tue Nov 29 11:50:15 2011 +++ slime/ChangeLog Thu Dec 1 14:34:41 2011 @@ -1,3 +1,22 @@ +2011-12-01 Helmut Eller heller@common-lisp.net + + * swank-sbcl.lisp (wait-for-input): Call poll(2). + * swank-backend.lisp (wait-for-streams, wait-for-one-stream): + Deleted. Wouldn't work on binary streams. + +2011-12-01 Helmut Eller heller@common-lisp.net + + * swank-loader.lisp (*contribs*): Add swank-util. + +2011-12-01 Helmut Eller heller@common-lisp.net + + * swank-cmucl.lisp (method-location): Special case accessors. + +2011-11-29 Helmut Eller heller@common-lisp.net + + * swank.lisp (do-symbols*, classify-symbol) + (symbol-classification-string): Moved to contrib/swank-util.lisp. + 2011-11-29 Helmut Eller heller@common-lisp.net
* swank.lisp (to-line): Increase default limit to 512. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.511 slime/contrib/ChangeLog:1.513 --- slime/contrib/ChangeLog:1.511 Mon Nov 28 10:38:34 2011 +++ slime/contrib/ChangeLog Thu Dec 1 14:34:29 2011 @@ -1,3 +1,17 @@ +2011-12-01 Helmut Eller heller@common-lisp.net + + * swank-kawa.scm (mangled-name): Try to deal unnamed lambdas. + (inspect): Split up into inspect-array-ref and inspect-obj-ref. + (inspect-array-ref): New. + (inspect-obj-ref): New. Include methods in result. + +2011-11-29 Helmut Eller heller@common-lisp.net + + * swank-util.lisp: New file. + * swank-c-p-c.lisp: Use it. + * swank-fancy-inspector.lisp: + * swank-fuzzy.lisp: + 2011-11-28 Nikodemus Siivola nikodemus@random-state.net
* slime-cl-indent.el (common-lisp-trailing-comment): New function.