sbcl 2:1.1.13-1 source package in Ubuntu

Changelog

sbcl (2:1.1.13-1) unstable; urgency=low


  * New upstream release:
    changes in sbcl-1.1.13 relative to sbcl-1.1.12:
      * optimization: better distribution of SXHASH over small conses of related
        values.  (lp#309443)
      * other improvements to SXHASH:
        ** use the whole of the positive-fixnum range for SXHASH of fixnums
      * enhancement: The error message when calling an undefined alien function
        includes the name of the function on x86-64.
      * enhancement: sb-ext:run-program now supports :environment on Windows.
      * enhancement: ASDF is no longer required to load contribs at runtime.
        (lp#1132254)
      * enhancement: when called with a symbol, FIND-RESTART no longer calls
        COMPUTE-RESTARTS, making it faster and cons less (lp#769615)
      * enhancement: FIND-RESTART and COMPUTE-RESTARTS handle huge restart
        clusters better in some cases
      * enhancement: SOME/ANY/other quantification higher-order functions no
        longer cons. (lp#1070635)
      * bug fix: forward references to classes in fasls can now be loaded.
        (lp#746132)
      * bug fix: don't warn on a interpreted->compiled function redefinition
        from the same location.  (patch by Douglas Katzman, lp#1042405)
      * bug fix: Create vectors of proper internal length when reading literal
        vectors from FASLs. (Reported by Jan Moringen)
      * bug fix: COMPILE can now succefully compile setf functions.
        (Reported by Douglas Katzman)
      * bug fix: run-program performs more correct escaping of arguments on
        Windows. (lp#1239242)
      * bug fix: function-lambda-expression on generic functions returns the
        actual name.
      * bug fix: (the [type] [constant]) now warns when [constant] matches
        [type] except for the number of values.  (Reported by Nathan Trapuzzano
        on sbcl-help)
      * bug fix: signal errors in required cases of slot-definition initialization
        protocol.  (lp#309072)
      * bug fix: run-sbcl.sh works better in the presence of symlinks on OS X.
        (thanks to Stelian Ionescu, lp#1242643)
      * bug fix: when given a restart object, FIND-RESTART checks whether the
        restart is active and, when a condition is supplied, whether the restart
        is associated to a different condition (lp#774410)


 -- Christoph Egger <email address hidden>  Tue, 05 Nov 2013 18:32:04 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
i386 amd64 kfreebsd-amd64 kfreebsd-i386 powerpc all
Section:
lisp
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sbcl_1.1.13-1.dsc 2.2 KiB 3c071c275b0265b546d4833b284128063fb4bcaf3d19e12d088d8683e4c3833f
sbcl_1.1.13.orig.tar.bz2 4.0 MiB a01f894739483e52b2188367699d322d04751e866afab50d000eacedfe5b8ab8
sbcl_1.1.13-1.debian.tar.gz 72.3 KiB 66a0617214a06415458e79ad18b5a3372084a966113399d10bb35a1f45417310

Available diffs

No changes file available.

Binary packages built by this source

sbcl: Common Lisp compiler and development system

 SBCL is a development environment for the ANSI Common Lisp language.
 It provides a native-code compiler and an integrated debugger, as well
 as all the features in the ANSI specification.
 .
 SBCL also contains other extensions to the ANSI specification, including
 a foreign-function interface, a pseudo-server API, user-extensible
 stream functionality, a Meta-Object Protocol, and an ability to run
 external processes.
 .
 To browse SBCL source definitions with development environments,
 install the sbcl-source package. For documentation on SBCL's usage
 and internals, the package sbcl-doc is provided.

sbcl-doc: Documentation for Steel Bank Common Lisp

 This package provides documentation for SBCL -- a development
 environment for the ANSI Common Lisp language.
 .
 The documents in this package cover SBCL-specific extensions to the
 language, explain how to use this Common Lisp implementation and how
 it differs from the ANSI standard.
 .
 The manual about SBCL's internals is also included in this package
 and may be of interest for people who intent to work with SBCL's
 source code.

sbcl-source: Source code files for SBCL

 This package provides the source code for SBCL -- a development
 environment for the ANSI Common Lisp language.
 .
 The source code is useful in conjunction with development
 environments and debuggers like SLIME, that allow macro expansion and
 lookup of source definitions.
 .
 Installing this package enables your source browser to dig deeply
 into the core of Steel Bank Common Lisp.