From: ·············@gmail.com
Subject: GNU CLISP 2.46 (2008-07-02) released
Date: 
Message-ID: <ce5b2ff7-29bb-4e7c-86fb-65e40f975ccd@s50g2000hsb.googlegroups.com>
ANSI Common Lisp is a high-level, general-purpose programming
language.
GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
University and Michael Stoll of Munich University, both in Germany.
It mostly supports the Lisp described in the ANSI Common Lisp
standard.
It runs on most GNU and Unix systems (GNU/Linux, GNU/Hurd, FreeBSD,
NetBSD,
OpenBSD, Solaris, Tru64, HP-UX, BeOS, IRIX, AIX, Mac OS X and others)
and on other systems (Windows NT/2000/XP/Vista, Windows 95/98/ME)
and needs only 4 MB of RAM.
It is Free Software and may be distributed under the terms of GNU GPL,
while it is possible to distribute commercial proprietary applications
compiled with GNU CLISP.
The user interface comes in English, German, French, Spanish, Dutch,
Russian and Danish, and can be changed during run time.
GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP,
a foreign language interface, a socket interface, i18n, fast bignums,
arbitrary precision floats and more.
An X11 interface is available through CLX, Garnet, CLUE/CLIO.
GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.

More information at
  <http://clisp.cons.org/>,
  <http://www.clisp.org/>,
  <http://www.gnu.org/software/clisp/> and
  <http://clisp.sourceforge.net/>.
Sources and selected binaries are available by anonymous ftp from
  <ftp://ftp.gnu.org/pub/gnu/clisp/>
and its mirrors.


2.46 (2008-07-02)
=================

User visible changes
--------------------

* CLISP built natively on 64-bit platforms (i.e., with 64-bit
pointers)
  now has :WORD-SIZE=64 in *FEATURES*.
  See <http://clisp.cons.org/impnotes/features.html> for details.

* Module syscalls now offers OS:ERRNO and OS:STRERROR (for the sake of
  FFI modules).
  See <http://clisp.cons.org/impnotes/syscalls.html#errno> for
details.

* Modules MIT-CLX and NEW-CLX export a new macro XLIB:WITH-OPEN-
DISPLAY.

* Module netica has been upgraded to the Netica C API version 3.25
(from 2.15).
  See <http://clisp.cons.org/impnotes/netica.html> for details.

* Module libsvm has been upgraded to the upstream version 2.86.
  See <http://clisp.cons.org/impnotes/libsvm.html> for details.

* Bug fixes:
  + Work around the absence of tgamma() on solaris. [ 1966375 ]
  + Avoid a rare segfault on SIGHUP. [ 1956715 ]
  + Improve module portability to systems with non-GNU make.
[ 1970141 ]
  + Fix GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE.
[ 1975798 ]
  + Fix the remaining bugs in special bindings in evaluated code on
    TYPECODES (64-bit) platforms.
  + Fix SOCKET:SOCKET-CONNECT with timeout to a dead port. [ 2007052 ]
From: vanekl
Subject: Re: GNU CLISP 2.46 (2008-07-02) released
Date: 
Message-ID: <ae1edeb7-998e-4bda-8c60-67183a73e659@c58g2000hsc.googlegroups.com>
hmmmm, question:
it looks like there hasn't been a windows installer made for 2.46
at http://sourceforge.net/project/showfiles.php?group_id=1355
Is this correct?

Also, the SF download counter is broken. It's reading all 0s for
version 2.46 downloads. Probably nothing you can do about it, but
thought you might be interested.

Thanks