sbcl 2:1.2.14-1ubuntu1 source package in Ubuntu

Changelog

sbcl (2:1.2.14-1ubuntu1) wily; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - debian/rules: Do not leave stage1 unreadable, fixing an FTBFS on the
      Launchpad buildds with pkgstriptranslations.

sbcl (2:1.2.14-1) unstable; urgency=medium

  * New upstream version
    changes in sbcl-1.2.14 relative to sbcl-1.2.13:
      * minor incompatible change: The name of a compiled anonymous lambda
        as returned by the third value of FUNCTION-LAMBDA-EXPRESSION can have
        a lambda-list-like list following the introductory LAMBDA that is not
        in general a syntactically valid lambda list. Specifically, it won't
        retain default values, supplied-p variables, or &KEY or &AUX bindings.
      * enhancement: DESTRUCTURING-BIND has been totally reimplemented from
        scratch to address a handful of performance and correctness issues.
        Some minor behavioral differences exist regarding order of evaluation
        of default forms for unsupplied &OPTIONAL and &KEY arguments
        when nested destructuring patterns are involved.
        (lp#707556, lp#707573, lp#707578, lp#708051)
      * enhancement: DEFCONSTANT and DEFSTRUCT respect package locks. (lp#1186238,
        lp#1036716)
      * enhancement: sb-unicode:normalize-string has a new optional argument,
        FILTER, a callback which controls which decomposed characters are
        collected. Useful for stripping away diacritics more efficiently.
      * bug fix: (TYPE-OF ARRAY) for a non-simple array is subject to change
        after a call of ADJUST-ARRAY. (lp#1333731)
      * bug fix: Dynamic-extent allocation with a loop between allocating a value
        and the start of its environment no longer discards the allocated data
        when the loop is taken. (lp#1472785)
      * bug fix: Variable-reference elimination no longer generates incorrect code
        under certain circumstances. (lp#1446891)
      * bug fix: variables with EQL types are no longer treated as constants by
        VOPs, which caused problems with closures being allocated for such
        variables, but they remained unused. (lp#1390149)
      * bug fix: Windows installer generates registry key name
        correctly. (lp#1476447)
  * Use caninical Vcs URLs

 -- Logan Rosen <email address hidden>  Sat, 01 Aug 2015 22:12:48 +0000

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 kfreebsd-amd64 kfreebsd-i386 powerpc armhf armel all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sbcl_1.2.14.orig.tar.bz2 5.3 MiB b9146dd6460c05bca508f6dda83003580911833eedd51dbc09d8eca80b0f5c06
sbcl_1.2.14-1ubuntu1.debian.tar.gz 87.4 KiB 0af20f82b1fbedf979da81c27d8935a4d1468336032aabb3b0f40669f36766ee
sbcl_1.2.14-1ubuntu1.dsc 2.0 KiB 0d6d6a6588c7d0be49114efa59d72b0e951aa7004c7f6371eb64ad46192d8302

View changes file

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-dbgsym: debug symbols for package sbcl

 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.