add support for package::form-read-in-package syntax
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 3 Dec 2011 09:01:25 +0000 (11:01 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Dec 2011 10:45:36 +0000 (12:45 +0200)
commit2612849876e000af9b3c1f52cddb04cef0841f37
tree7ebc681aebf7260387dcab8b35d68940730d9e4a
parent628c9c353690b012965ccd74d68e1b81e4a2a368
add support for package::form-read-in-package syntax

   sb-c::(csubtypep (specifier-type 'fixnum) (specifier-type 'integer))

 Isn't that lovely? The superbly fantasic thing is that this even works
 *right* with package locks:

    (in-package :cl-user)

    sb-c::(defun some-internal-bit ...)

  causes a package lock violation since the current package is back to CL-USER
  by the type the code is executed.
NEWS
doc/manual/beyond-ansi.texinfo
src/code/reader.lisp
tests/reader.pure.lisp