GNU CLISP 2.32 released

From: Sam Steingold (sds_at_gnu.org)
Date: 12/31/03


Date: 31 Dec 2003 06:56:09 -0800

GNU CLISP is an ANSI Common Lisp implementation.
Release 2.32 (2003-12-29) fixes many bugs
and adds some new features; NEWS appended.
More information on <http://clisp.cons.org>.
Download CLISP 2.32 from <http://sf.net/clisp>.

2.32 (2003-12-29)
=================

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

* WRITE-BYTE-SEQUENCE now accepts :NO-HANG keyword argument.
  Thanks to Don Cohen <don-sourceforge@isis.cs3-inc.com>.

* Support files larger than 2 GB or 4 GB on platforms with LFS
  (Large File Support).

* New module berkeley-db interfaces to
  <http://www.sleepycat.com/docs/api_c/dbt_class.html>
  and allows working the Berkeley DB databases.
  See <http://clisp.cons.org/impnotes.html#berkeley-db> for details.

* New module pcre interfaces to <http://www.pcre.org/> and
  makes Perl Compatible Regular Expressions available in CLISP.
  See <http://clisp.cons.org/impnotes.html#pcre> for details.

* Module syscalls now exports function POSIX:STAT-VFS.
  See <http://clisp.cons.org/impnotes.html#syscalls> for details.

* When the system C library provides a wildcard (fnmatch) implementation,
  it is used instead of the GNU wildcard distributed with CLISP
  when the CLISP wildcard module is built.

* Prompt is now fully customizable by the user.
  CUSTOM:*PROMPT* is replaced with 5 variables.
  See <http://clisp.cons.org/impnotes.html#prompt> for details.

* Readline is now used properly on Cygwin/X11.

* Command line interface: the initial verbosity level is controlled
  by the pair of mutually canceling options -q/-v.
  See <http://clisp.cons.org/clisp.html#opt-verbose> for details.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>


Relevant Pages

  • GNU CLISP 2.32 released
    ... GNU CLISP is an ANSI Common Lisp implementation. ... it is used instead of the GNU wildcard distributed with CLISP ...
    (comp.os.linux.announce)
  • Re: why are Macros special? & Protection of codes.
    ... yes I'm using the common lisp implementation of CLISP on windows ... You mean "the clisp implementation of Common Lisp." ... of the system's C compiler appears less ...
    (comp.lang.lisp)
  • Re: Suggestions for Beginners Lisp?
    ... > leaning towards a Common Lisp implementation. ... Allegro or LispWorks seem ... On MS-Windows you have VisualCLisp for clisp which is reported to work well. ...
    (comp.lang.lisp)
  • Re: GNU CLISP 2.33.1 (2004-05-22) bug fix release
    ... >> GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe ... >> University and Michael Stoll of Munich University, ... simply because they are their opinions. ...
    (comp.lang.lisp)
  • Re: GNU CLisp in Emacs
    ... figuring out how to run GNU CLisp in Emacs just like I do with MIT ... I also suggest using Slime. ...
    (comp.lang.lisp)