<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce">
    <title>gmane.lisp.steel-bank.announce</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/122"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/119"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/117"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/115"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/133">
    <title>sbcl 1.0.57</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/133</link>
    <description>&lt;pre&gt;changes in sbcl-1.0.57 relative to sbcl-1.0.56:
  * RANDOM enhancements and bug fixes:
    ** bug fix: the range and distribution of random integers could be
       catastrophically wrong when the compiler derived the type of its
       argument as a disjoint set of small integers.
    ** bug fix: the distribution of random integers is now completely
       uniform even when the specified limit is not a power of two.
       (Previously some values could be about 0.1 % more probable than
       others in the worst case.)
    ** RANDOM on large integer arguments is generally faster and conses
       less than before; this is visible for fixnums above a length of
       about 24 bits, but extremely so for bignums: the old implementation
       used time and space quadratical in the size of the argument there,
       the new one is linear.
  * enhancement: redesigned protocol for quitting SBCL. SB-EXT:EXIT is the new
    main entry point, SB-EXT:QUIT is deprecated.
&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2012-05-20T21:36:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/132">
    <title>sbcl 1.0.56</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/132</link>
    <description>&lt;pre&gt;SBCL 1.0.56 has been released, with the following changes:

changes in sbcl-1.0.56 relative to sbcl-1.0.55:
  * bug fix: fix copy-structure.  When copying from stack to heap, garbage
    could end up in the heap making GC unhappy.
    (Thanks to James Knight, lp#911027)
  * enhancements
    ** SBCL can now be built using Clang.
    ** ASDF has been updated 2.20.
  * bug fix: compiler errors when weakening hairy integer types. (lp#913232)
  * bug fix: don't complain about a too-hairy lexical environment for
inlining
    when the function has never been requested for inlining.  (lp#963530)

&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2012-04-13T02:02:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/131">
    <title>sbcl 1.0.55 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/131</link>
    <description>&lt;pre&gt;changes in sbcl-1.0.55 relative to sbcl-1.0.54:  * enhancements to
building SBCL using make.sh:    ** --fancy can be specified to enable
all supported feature enhancements.    ** --with-&amp;lt;feature&amp;gt; and
--without-&amp;lt;feature&amp;gt; can be used to specify       which features to
build with.    ** --arch option can be used to specify the
architecture to build for.       (Mainly useful for building 32-bit
SBCL's on x86-64 hosts, not       full-blows cross-compilation.)  *
enhancement: extended package prefix syntax
&amp;lt;pkgname&amp;gt;::&amp;lt;form-in-package&amp;gt;    which allows specifying name of the
default interning package for the    whole form.  * enhancement: when
*READ-EVAL* is true, arrays with element type other than    T can be
printed readably using #.-based syntax. (Thanks to Robert Brown)  *
enhancement: MAKE-ALIEN signals a storage-condition instead of
returning a    null alien when malloc() fails. (lp#891268)  *
enhancement: SB-EXT:PRINT-UNREADABLY restart for PRINT-NOT-READABLE
conditions can be &lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2012-01-09T04:16:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/131">
    <title>sbcl 1.0.55 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/131</link>
    <description>&lt;pre&gt;changes in sbcl-1.0.55 relative to sbcl-1.0.54:  * enhancements to
building SBCL using make.sh:    ** --fancy can be specified to enable
all supported feature enhancements.    ** --with-&amp;lt;feature&amp;gt; and
--without-&amp;lt;feature&amp;gt; can be used to specify       which features to
build with.    ** --arch option can be used to specify the
architecture to build for.       (Mainly useful for building 32-bit
SBCL's on x86-64 hosts, not       full-blows cross-compilation.)  *
enhancement: extended package prefix syntax
&amp;lt;pkgname&amp;gt;::&amp;lt;form-in-package&amp;gt;    which allows specifying name of the
default interning package for the    whole form.  * enhancement: when
*READ-EVAL* is true, arrays with element type other than    T can be
printed readably using #.-based syntax. (Thanks to Robert Brown)  *
enhancement: MAKE-ALIEN signals a storage-condition instead of
returning a    null alien when malloc() fails. (lp#891268)  *
enhancement: SB-EXT:PRINT-UNREADABLY restart for PRINT-NOT-READABLE
conditions can be &lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2012-01-09T04:16:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/130">
    <title>sbcl 1.0.54</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/130</link>
    <description>&lt;pre&gt;SBCL 1.0.54 has been released with the following changes:

changes in sbcl-1.0.54 relative to sbcl-1.0.53:
  * minor incompatible changes:
    ** RENAME-FILE on a symbolic links used to rename the linked-to file
       instead of the link.
    ** DELETE-DIRECTORY on symbolic link to a directory used to delete the
       directory, but now signal an error instead. Use TRUENAME to resolve the
       pathname if you wish to delete the linked directory, and DELETE-FILE if
       you wish to delete the
    ** The internal SB-THREAD::SPINLOCK API has been deprecated, and using
       symbols associated with it will trigger a compile-time warning.
  * thread-related enhancements:
    (This work has been funded by the SBCL Threading 2011 IndieGoGo campaign.
     Many thanks to generous donors!)
    ** Threading is now more reliable on non-Linux platforms. We still don't
       consider threads on non-Linux platforms good enough to enable them by
       default, but they're in a clearly better shape now.
    ** Deadl&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-12-05T00:34:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/129">
    <title>sbcl.org dns issues</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/129</link>
    <description>&lt;pre&gt;www.sbcl.org is having DNS issues. In the meanwhile the site can also
be accessed as

  http://sbcl.sourceforge.net/

Cheers,

 -- Nikodemus

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Sbcl-announce mailing list
Sbcl-announce&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-announce
&lt;/pre&gt;</description>
    <dc:creator>Nikodemus Siivola</dc:creator>
    <dc:date>2011-11-19T13:11:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/128">
    <title>sbcl 1.0.53 has been released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/128</link>
    <description>&lt;pre&gt;changes in sbcl-1.0.53 relative to sbcl-1.0.52:
  * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,
    the parameter n-fixnum-tag-bits may now vary from 1 (fixnum =
    (signed-byte 63)) to 3 (fixnum = (signed-byte 61)) at build-time.
  * enhancement: SB-EXT:WAIT-FOR allows waiting for arbitrary events.
  * minor(?) incompatible(?) change: The default fixnum width on 64-bit
    targets is now 63 bits (up from 61).
  * enhancement: DESCRIBE now reports a lambda-list and source location
    for complext setf-expanders.
  * bug fix: PUSH, PUSHNEW, POP, REMF, INCF, DECF, DEFINE-MODIFY-MACRO,
    GETF, LOGBITP, LDB, and MASK-FIELD now arrange for non-primary values
    of multiple-valued places to be set to NIL, instead of signalling an
    error (per a careful reading of CLHS 5.1.2.3).
  * bug fix: floating-point traps now work on darwin/x86 and /x86-64.
  * bug fix: repair crash in x86oid darwin signal handling emulation
    when built with certain compilers.
  * bug fix: SB-ROTATE-BYTE &lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-11-06T22:33:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/127">
    <title>sbcl 1.0.52 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/127</link>
    <description>&lt;pre&gt;changes in sbcl-1.0.52 relative to sbcl-1.0.51: * enhancement: ASDF has been
updated to version 2.017. * enhancement: the --core command line option now
accepts binaries with an embedded core. * enhancement: when built with
:sb-core-compression, core files (regular or executable) can be compressed
with zlib. Use the :COMPRESSION argument to SAVE-LISP-AND-DIE to specify a
compression level. * enhancement: --[no-]merge-core-pages determines whether
the runtime hints the operating system that identical core pages between
SBCL processes should share the same physical memory. Default is to only
enable this for compressed cores. * optimization: SLEEP no longer conses. *
optimization: *PRINT-PRETTY* no longer slows down printing of strings or
bit-vectors when using the standard pretty-print dispatch table. * bug fix:
non-function FTYPE declarations no longer cause a compiler-error.
(lp#738464) * bug fix: compiler-errors causes by MEMBER types in conjunction
with with AREF, CHAR, etc. (lp#826971) * bug fix: compiler&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-10-09T04:54:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/126">
    <title>sbcl-1.0.51</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/126</link>
    <description>&lt;pre&gt;SBCL 1.0.51 has been released, with the following changes:

changes in sbcl-1.0.51 relative to sbcl-1.0.50:
  * minor incompatible change: SB-BSD-SOCKET socket streams no longer
    participate in SERVE-EVENT by default: pass :SERVE-EVENTS T to
    MAKE-SOCKET-STREAM if using SERVE-EVENT.
  * enhancement: added support for socket keepalive timeout intervals
    and probe counts on Linux.
  * enhancement: building 32-bit SBCL on Linux/x86-64 now works without a
    chroot. (Use "SBCL_ARCH=x86 sh make.sh" to build.)
  * enhancement: added new toplevel options --quit and --non-interactive
    (lp#822712).
  * enhancement: the Windows port of SBCL now builds and runs on Wine
    (thanks to Anton Kovalenko).
  * enhancement: more, and more correct, SSE instruction definitions on
    x86-64 (thanks to Alexander Gavrilov).
  * enhancement: SB-EXT:SPIN-LOOP-HINT assembles to an instruction designed
    to help the processor execute spin loops, when applicable.  Currently
    implemented for x86 and x86-64.
  * optim&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-08-21T00:28:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/125">
    <title>sbcl 1.0.50</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/125</link>
    <description>&lt;pre&gt;SBCL 1.0.50 has been released (git tag sbcl-1.0.50), source and Linux binary
tarballs available.

changes in sbcl-1.0.50 relative to sbcl-1.0.49:
  * enhancement: errors from FD handlers now provide a restart to remove
    the offending handler.
  * enhancement: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works on structure
    copiers as well.
  * enhancement: location of user or system initialization file can now
easily
    be customized for saved cores. See: SB-EXT:*USERINIT-PATHNAME-FUNCTION*
    and SB-EXT:*SYSINIT-PATHNAME-FUNCTION*.
  * enhancement: SB-EXT:MAKE-THREAD accepts an argument list designator for
    the thunk, as a keyword argument, :arguments.
  * enhancement: constraint propagation is simplified (and sped up) when
    COMPILATION-SPEED &amp;gt; SPEED.
  * enhancement: SB-ALIEN exports alien type specifiers SIZE-T and OFF-T.
  * enhancement: debugger understands &amp;amp;MORE arguments better.
  * optimization: extracting bits of a single-float on x86-64 has been
    optimized. (lp#555201)
  * optimization&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-07-11T23:27:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/124">
    <title>SBCL 1.0.49</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/124</link>
    <description>&lt;pre&gt;SBCL 1.0.49 has been released.

changes in sbcl-1.0.49 relative to sbcl-1.0.48:
  * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables
    interrupts for its body.
  * enhancement: source locations are now available for files loaded as
    source, compile-time-too evaluation, and initialization files.
  * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing
    virtual source-file information, eg. overriding input-file of
COMPILE-FILE
    when a temporary file is used for compilation.
  * enhancement: ASDF has been updated to version 2.015.3.
  * enhancement: backtraces involving frames from the default evaluator are
    more readable.
  * enhancement: RUN-PROGRAM works with user-defined binary input and output
    streams.
  * enhancement: more informative compile-time warnings and runtime errors
for
    type-errors detected at compile-time.
  * enhancement: deadlock detection for mutexes and spinlocks.
  * enhancement: dynamic-extent for &amp;amp;rest lists stack allocate only t&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-06-05T23:15:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/123">
    <title>sbcl 1.0.48</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/123</link>
    <description>&lt;pre&gt;SBCL 1.0.48 has been released, release notes follow:

changes in sbcl-1.0.48 relative to sbcl-1.0.47:
  * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
    years, is now no longer supported.
  * enhancement: read() and write() have been added to SB-POSIX.
  * enhancement: types of DEFSTRUCT constructors are proclaimed more
    accurately, allowing better typechecking of call-sites.
  * enhancement: errors during compile-time-too processing (i.e. EVAL-WHEN)
    are no longer caught. (reverted to pre 1.0.34 behaviour)
  * optimization: slightly faster ISQRT. (lp#713343)
  * bug fix: better support for Solaris /bin/sh in sh-based tests.
  * bug fix: TRACE behaves better when attempting to trace undefined
    functions. (lp#740717)
  * bug fix: missed optimizations for (FUNCALL (LAMBDA ...) ...) in
comparison
    to (FUNCALL #'(LAMBDA ...) ...).
  * bug fix: ((LAMBDA ...) ...) forms with invalid argument counts resulted
in
    a compile-time error. (lp#720382)
  * bug fix: forms such a&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-05-09T00:40:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/122">
    <title>SBCL 1.0.47</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/122</link>
    <description>&lt;pre&gt;We've released a new version of SBCL, release notes follow:

changes in sbcl-1.0.47 relative to sbcl-1.0.46:
  * bug fix: fix mach port rights leaks in mach exception handling code on
    darwin/x86 and /x86-64. (thanks to Willem Oudshoorn for motivation and
the
    initial patch)
  * enhancement: --script muffles style-warnings and compiler notes.
(lp#677779)
  * enhancement: redefinition warnings for macros from different files.
(lp#434657)
  * enhancement: better MACHINE-VERSION on Darwin x86 and x86-64.
(lp#668332)
  * enhancement: (FORMAT "foo" ...) and similar signal a compile-time
warning. (lp#327223)
  * enhancement: no more "in: LAMBDA NIL" messages from the compiler for
forms
    processed using EVAL -- now the appropriate toplevel form is reported
instead.
  * enhancement: more legible style-warnings for inappropriate IGNORE and
IGNORABLE
    declarations. (lp#726331)
  * enhancement: :NOT-NULL option has been added to alien C-STRING type to
indicate
    that NIL/NULL is excluded from the type.
  &lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-03-27T12:57:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/121">
    <title>sbcl 1.0.46</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/121</link>
    <description>&lt;pre&gt;SBCL 1.0.46 has been released, here are the release notes:

changes in sbcl-1.0.46 relative to sbcl-1.0.45:
  * enhancement: largefile support on Solaris.
  * enhancement: SB-PROFILE:REPORT now supports :LIMIT and
:PRINT-NO-CALL-LIST
    arguments (lp#710017)
  * enhancement: SB-PCL:+SLOT-UNBOUND+ is exported, making it possible to
    distinguish unbound instance slots when using STANDARD-INSTANCE-ACCESS
    &amp;amp;co. (lp#718039)
  * optimization: ERROR and CERROR are approximately 5 times faster.
  * optimization: optimized constructors are used for MAKE-INSTANCE of
classes
    with applicable non-standard (SETF SLOT-VALUE-USING-CLASS),
    SLOT-BOUNDP-USING-CLASS, and INITIALIZE-INSTANCE :AROUND methods,
speeding
    up instance creation in those cases.
  * optimization: arithmetic operations with multiple constant arguments in
now
    have them reduced at compile-time. (lp#676414)
  * optimization: determining current character position on string-streams
for
    pretty-printing was overly slow.
  * bug fix: l&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2011-02-20T04:56:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/120">
    <title>sbcl 1.0.44 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/120</link>
    <description>&lt;pre&gt;SBCL 1.0.44 has been released, release notes follow:

changes in sbcl-1.0.44 relative to sbcl-1.0.43:
  * enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument to select the
    external-format for its :INPUT, :OUTPUT, AND :ERROR :STREAMs.
  * enhancement: ALLOCATION-INFORMATION also provides the page the object
    resides on.
  * enhancement: default dynamic-space size can be configured at build-time
    without touching source, using the --dynamic-space-size argument to
make.sh.
  * enhancement: DESCRIBE recognizes symbols naming optimization policy
    qualities, and mentions ALWAYS-BOUND declarations.
  * enhancement: ATOMIC-INCF now supports AREF of (SIMPLE-ARRAY SB-EXT:WORD
(*))
    as a place.
  * enhancement: ASDF has been updated to 2.009.
  * enhancement: the system detects known type-erros in calls better,
    signalling a full warning about violated proclaimed FTYPEs and
violations
    of derived FTYPEs within the same file, including self-calls.
  * enhancement: new function: SB-EXT:DELETE&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2010-11-06T03:56:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/119">
    <title>SBCL User Survey 2010</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/119</link>
    <description>&lt;pre&gt;I've put up an SBCL User Survey.

  http://random-state.net/sbcl-survey-2010.html

This survey is unofficial, but run by me in my capacity as an SBCL
developer. Please take a moment to fill it out, and forward the survey
URL to people who might not otherwise see it.

Summary of results will be published on the survey page.

Thank you,

 -- Nikodemus Siivola

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
&lt;/pre&gt;</description>
    <dc:creator>Nikodemus Siivola</dc:creator>
    <dc:date>2010-10-03T13:17:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/118">
    <title>sbcl 1.0.43</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/118</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________
Sbcl-announce mailing list
Sbcl-announce&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-announce
&lt;/pre&gt;</description>
    <dc:creator>Juho Snellman</dc:creator>
    <dc:date>2010-09-30T01:57:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/117">
    <title>sbcl-1.0.42 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/117</link>
    <description>&lt;pre&gt;Hi,

I've tagged sbcl-1.0.42 in CVS and uploaded the usual goodies to
Sourceforge.  Notes for this release are appended below.

Best,

Christophe

changes in sbcl-1.0.42 relative to sbcl-1.0.41
  * build changes
    ** Cross-compilation host is now specified to make.sh using
       command-line argument --xc-host=&amp;lt;command&amp;gt; instead of a positional
       argument. (thanks to Daniel Herring)
    ** Install location can be specified to make.sh using command-line
       argument --prefix=&amp;lt;path&amp;gt;. (lp#550889s, thanks to Daniel Herring)
  * optimization: The default implementation of
    COMPUTE-DISCRIMINATING-FUNCTION does much less wasted work.
  * enhancement: Explicit memory barrier operations are now available for use
    by multithreaded code.  See documentation for details.
  * enhancement: Experimental support for threading on Linux/PPC.
  * bug fix: RENAME-PACKAGE returns the package.  (Thanks to Eric Marsden)
  * bug fix: EXPT signals an error if first argument is a zero and second
    argument is a float&lt;/pre&gt;</description>
    <dc:creator>Christophe Rhodes</dc:creator>
    <dc:date>2010-08-29T14:22:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/116">
    <title>sbcl-1.0.41 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/116</link>
    <description>&lt;pre&gt;Hi,

I've just tagged and uploaded sbcl-1.0.41, whose release notes are
appended below.

Cheers,

Christophe

changes in sbcl-1.0.41 relative to sbcl-1.0.40:
  * optimization: validity of observed keyword initargs to MAKE-INSTANCE is
    cached, leading to many fewer expensive calls to
    COMPUTE-APPLICABLE-METHODS.
  * optimization: in the (unoptimized) general method for MAKE-INSTANCE on a
    CLASS argument, search for and call an appropriate optimized ctor function
    if it exists.
  * bug fix: WRITE always returns the correct value.


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
&lt;/pre&gt;</description>
    <dc:creator>Christophe Rhodes</dc:creator>
    <dc:date>2010-07-30T13:15:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/115">
    <title>sbcl-1.0.40 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/115</link>
    <description>&lt;pre&gt;Hi,

After a relatively quiet development cycle and an eventful freeze
period, I have just tagged and uploaded sbcl-1.0.40, the
release notes for which are appended to this message.

Christophe

changes in sbcl-1.0.40 relative to sbcl-1.0.39:
  * bug fix: readdir now works on :inode64 darwin builds (lp#592897)
  * bug fix: Name conflicts between symbols passed as arguments to a single
    call to IMPORT no longer add multiple symbols with the same name to the
    package (detectable via DO-SYMBOLS).
  * bug fix: support building without the dlshim on darwin x86 and x86-64
    (lp#533470).
  * bug fix: TRACE :ENCAPSULATE NIL now works on ppc/linux.


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
&lt;/pre&gt;</description>
    <dc:creator>Christophe Rhodes</dc:creator>
    <dc:date>2010-06-30T21:47:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.steel-bank.announce/114">
    <title>sbcl-1.0.39 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.steel-bank.announce/114</link>
    <description>&lt;pre&gt;Hi,

I just tagged sbcl-1.0.39, and uploaded source and an x86/linux binary
to Sourceforge.  Release notes appended to this message.  Enjoy.

Best,

Christophe

changes in sbcl-1.0.39 relative to sbcl-1.0.38:
  * bug fix: Backtrace from undefined function on x86 and x86-64 now show
    the calling frame.
  * bug fix: linkage-table entries on PPC now no longer overflow their
    space allocation (potentially causing crashes if they are written out
    of order).
  * bug fix: Scrub control stack after scavenging in gencgc on non-x86oid
    platforms, preventing the GC from seeing stale pointers on the control
    stack in subsequent GCs (which would, and does, break invariants).
  * bug fix: 32-bit unicode external formats now work on big-endian systems.
  * bug fix: Literal characters with code points greater than about 32767
    now work on PPC UNICODE builds.
  * bug fix: Any noise left by SSE operations (sqrt and conversions) in the
    high order bits are explicitly cleared out. In some contrived situatio&lt;/pre&gt;</description>
    <dc:creator>Christophe Rhodes</dc:creator>
    <dc:date>2010-05-29T19:45:07</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.steel-bank.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.steel-bank.announce</link>
  </textinput>
</rdf:RDF>

