Sam Steingold | 31 Dec 15:49

GNU CLISP 2.32 released

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 <at> 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,
(Continue reading)


Gmane