News

For the latest and most up-to-date news, also look at CMUCL Trac Wiki.

20c released
CMUCL 20c has been released, For information on the changes between 20c and 20b, we refer the reader to the 20c release notes. Because of the release, there will not be a 2011-11 snapshot. .
Snapshot 2011-10
The 2011-10 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
2011-09-20
The CMUCL CVS repository has been converted to git and is now available. You can browse the repository using the Browse Source, or you can visit CMUCL gitweb for a different view. This page also includes links necessary for cloning the repository. (For commiters, be sure to put your userid in the ssh link.) The CVS repository will still be available, but will not allow checkins anymore. Git is integrated with Trac so the commit messages can refer to and even close Trac tickets. If the commit messages contains text like
        command #1
    	command #1, #2
    	command #1 & #2
    	command #1 and #2
then the given command is applied to the specified tickets. Instead of the short-hand syntax above, you can also use
        command ticket:1
    	command ticket:1, ticket:2
    	command ticket:1 & ticket:2
    	command ticket:1 and ticket:2
The available commands (not case-sensitive) are:
close, closed, closes, fix, fixed, fixes
The specified issue numbers are closed with the contents of this commit message being added to it.
references, refs, addresses, re, see
The specified issue numbers are left in their current status, but the contents of this commit message are added to their notes.
Snapshot 2011-09
The 2011-09 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-08
There was no snapshot for this month.
Snapshot 2011-07
The 2011-07 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-06
The 2011-06 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-05
There was no snapshot in May, partly due to the ongoing upgrade on common-lisp.net.
Snapshot 2011-04
The 2011-04 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-03
The 2011-02 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-02
The 2011-02 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-01
The 2011-01 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2010-12
Some of the important changes are listed below. See the release notes for more details.
20b patch 000
A critical bug in REALPART and IMAGPART has been fixed in the 2010-11 snapshot. A patch is provided now to fix this issue in the 20b release. Installation instructions are available.
2010-11 snapshot
Some of the important changes are listed below. See the release notes for more details.
20b released

CMUCL 20b has been released. For information on the changes, we refer the reader to the 20b release notes.

2010-09 snapshot and 20b prerelease 2

CMUCL 20b prelease 2 has been released, in preparation for the upcoming 20b release. Therefore there will not be a 2010-09 snapshot.

2010-08 snapshot and 20b prerelease 1

CMUCL 20b prelease 1 has been released, in preparation for the upcoming 20b release. Therefore there will not be a 2010-08 snapshot.

2010-07 snapshot

2010-06 snapshot

2010-05 snapshot

2010-04 snapshot

2010-03 snapshot

2010-02

2010-01-04

Experimental support for static arrays has been added. These are allocated in foreign (malloc) space and are never moved by GC. They are, however, properly garbage collected. To create an array, use MAKE-ARRAY with :ALLOCATION :MALLOC. Only arrays of character; 8, 16, and 32-bit integers (signed or unsigned); single and double floats; and complex single and double floats are supported.

Also see older news:

FAQ · Benchmarks · Credits · Documentation · Download · Hemlock · Home · Install · News · Platforms · Ports · Projects · Search · Support · 

CMUCLon
Last modified 2011-11-17 by <webmaster@cmucl.cons.org>
Copyright © 1999-2010 CMUCL Project
Validate links, HTML, stylesheet.