more deprecation
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 2 May 2012 11:48:35 +0000 (14:48 +0300)
committerNikodemus Siivola <nikodemus@sb-studio.net>
Wed, 2 May 2012 18:07:36 +0000 (21:07 +0300)
commit11802a47e04b0dbfbfec03d8b438fb59f84ce35d
treeeeb689a4d11fa2a2785859e6bf9c7543762633a5
parent760de025ce5437902c8a289bc831c6f6dc92fd16
more deprecation

 * Add "Deprecated Interfaces" chapter to the manual.

 * Add list of deprecated interfaces along with a policy note to a
   comment near DEFINE-DEPRECATED-FUNCTION.

 * Add a proper deprecation warning for SB-C::MERGE-TAIL-CALLS.

 * Fix the deprecation warning for WITH-SPINLOCK. (Accidentally
   referred to WITH-RECURSIVE-SPINLOCK before.)
doc/manual/deprecated.texinfo [new file with mode: 0644]
doc/manual/sbcl.texinfo
src/code/early-extensions.lisp
src/code/thread.lisp
src/compiler/policies.lisp
src/compiler/policy.lisp