sbcl 2:1.1.12-1 source package in Ubuntu

Changelog

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


  * new upstream release
    * enhancement: Add sb-bsd-sockets:socket-shutdown, for calling
      shutdown(3). (thanks to Jan Moringen, lp#1207483)
    * enhancement: document extensible sequences.  (thanks to Jan Moringen,
      lp#994528)
    * optimization: EQUAL and EQUALP transforms are smarter.
      (thanks to Elias Martenson, lp#1220084)
    * optimization: CHAR-EQUAL is faster for constant and base-char arguments.
    * bug fix: probe-file now can access symlinks to pipes and sockets in
      /proc/pid/fd on Linux. (reported by Eric Schulte)
    * bug fix: SBCL can now be built on Solaris x86-64.
    * bug fix: Floating point exceptions do not persist on Solaris anymore.
    * bug fix: (setf . a) is pprinted correctly (reported by Douglas Katzman).
    * bug fix: handle compiler-error in LOAD when it's not run from inside EVAL.
      (lp#1219601)
    * bug fix: SB-GMP:MPZ-POW no longer segfaults given a non-bignum base.
      (thanks to Stephan Frank)
    * bug fix: space allocation of result bignums in SB-GMP is more accurate.
      (thanks to Stephan Frank, lp#1206191)
    * bug fix: sb-safepoint can now reliably handle signal interruptions of
      foreign code. (lp#1133018)
    * bug fix: the compiler-macro for MAKE-INSTANCE when emitting "fallback"
      constructors no longer fails to merge actual and default initargs
      (thanks to Jan Moringen, lp#1179858)
    * bug fix: the compiler-macro for MAKE-INSTANCE when emitting "fallback"
      constructors handles non-KEYWORD initialization arguments more correctly.
    * bug fix: loading the SB-SIMPLE-STREAMS contributed module no longer
      clobbers FILE-NAMESTRING.  (thanks to Anton Kovalenko, lp#884603)
    * bug fix: class definitions with CPLs inconsistent with their metaclasses
      are less likely to destroy the object system's integrity.  (lp#309076)
    * bug fix: restart clause parsing in RESTART-CASE is more in line with the
      standard.  (lp#1203585, thanks to Jan Moringen)
    * bug fix: silence a note from RESTART-CASE under high-SPEED optimization
      settings.  (lp#1023721)
    * bug fix: getting the order of arguments to
      SB-MOP:SET-FUNCALLABLE-INSTANCE-FUNCTION wrong produces a sensible error
      rather than a failed AVER.  (reported by Paul Nathan)
    * bug fix: Parsing of &optional/&key/&rest arguments now never overwrites
      arguments during copying on x86 and x86-64; it may still happen on other
      platforms when there are more fixed arguments than stack slots.
      (reported by Jan Moringen)


 -- Christoph Egger <email address hidden>  Tue, 22 Oct 2013 21:55:31 +0200

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.12-1.dsc 2.2 KiB 6bb4796667dec3197de650e04b216111f5736a61902f4de276bea7b6f657a59a
sbcl_1.1.12.orig.tar.bz2 4.0 MiB 8c9412cbdb601b636ff3e3c7908ca46d9d97dcfedec33eb634db13122f357457
sbcl_1.1.12-1.debian.tar.gz 73.5 KiB c99701bf85fda279a485b6c9a6b33f2c6c640649d68fbca31db845706e2ce42b

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.