Steel Bank Common Lisp.

Edit Package sbcl
http://www.sbcl.org/

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp
compiler. It is open source / free software, with a permissive license.
In addition to the compiler and runtime system for ANSI Common Lisp, it
provides an interactive environment including a debugger, a statistical
profiler, a code coverage tool, and many other extensions.

Refresh
Refresh
Source Files
Filename Size Changed
README.openSUSE 0000000368 368 Bytes
customize-target-features.lisp 0000000260 260 Bytes
disable-localport-bsd-sockets-test.patch 0000002936 2.87 KB
dont-split-doc.patch 0000000505 505 Bytes
sbcl-1.1.13-personality.patch 0000000674 674 Bytes
sbcl-1.1.17-optflags.patch 0000001651 1.61 KB
sbcl-1.1.2-install.patch 0000000357 357 Bytes
sbcl-1.2.10-source.tar.bz2 0005520417 5.26 MB
sbcl-cast.patch 0000000496 496 Bytes
sbcl-disable-frlock-test.patch 0000000464 464 Bytes
sbcl.changes 0000062721 61.3 KB
sbcl.spec 0000005024 4.91 KB
sbclrc.sample 0000001322 1.29 KB
Revision 35 (latest revision is 104)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 294078 from Togan Muftuoglu's avatar Togan Muftuoglu (toganm) (revision 35)
- Update to version 1.2.10
*  One thing that is not mentioned in the release notes, but which
   has been exercising developers recently, is a warning for the near
   future: some interfaces which are currently in "early" deprecation
   status (and so are emitting style-warnings at compilation-time) 
   will in the next release cycle or two start emitting full warnings,
   either at compilation time or at load time.  Particular interfaces
   signalling warnings causing problems to some users include:
   SB-EXT:QUIT, and the SB-THREAD:SPINLOCK API.  If anyone is using
   those, now is the time to update to SB-EXT:EXIT and
   SB-THREAD:MUTEX respectively.  (See also the "Deprecated Interfaces"
   chapter in the manual).
  * minor incompatible change:
    + all SOCKINT::WIN32-* functions have been deprecated with
      EARLY deprecation state
    + performing introspection via the system-internal SB-INT:INFO
      function could expose that :TYPE :TRANSLATOR is not
      necessarily a function, as it always was before. (Affects
      swank-fancy-inspector)
  * enhancement:
    + The value of SXHASH on bit-vectors of length equal to the
      word size now depends on the vector's contents instead of
      being constant; its value on bit-vectors of length divisible
      by the word size now depends also on the contents of the
      vector's last word.
  * bug-fix:
    + sb-bsd-sockets on win32 uses proper C function declarations.
      (lp#1426667)
    + A new dead code elimination phase removes dead code loops
      that confuse stack analysis. (lp#1255782, lp#308914) (forwarded request 294077 from toganm)
Comments 0
openSUSE Build Service is sponsored by