Index: slime/ChangeLog diff -u slime/ChangeLog:1.2390 slime/ChangeLog:1.2392 --- slime/ChangeLog:1.2390 Sat Feb 2 02:11:16 2013 +++ slime/ChangeLog Fri Feb 8 06:11:34 2013 @@ -1,3 +1,16 @@ +2013-02-08 Helmut Eller heller@common-lisp.net + + * swank-lispworks.lisp (frame-package): Implemented. + (function-name-package): New. + +2013-02-08 Helmut Eller heller@common-lisp.net + + * swank-allegro.lisp (handle-compiler-warning): Ignore "Closure + will be stack allocated" notes. Those are harmless and there are + too many of them. + (pc-source-location, ldb-code-to-src-loc): Handle case when + excl::ldb-code-pc returns nil. + 2013-02-02 Stas Boukarev stassats@gmail.com
* swank-backend.lisp (type-specifier-p): New.