Subject: CVS commit: pkgsrc/lang/clisp
To: None <pkgsrc-changes@NetBSD.org>
From: Perry E. Metzger <perry@netbsd.org>
List: pkgsrc-changes
Date: 07/20/2006 23:05:43
Module Name:	pkgsrc
Committed By:	perry
Date:		Thu Jul 20 23:05:43 UTC 2006

Modified Files:
	pkgsrc/lang/clisp: Makefile PLIST distinfo
	pkgsrc/lang/clisp/patches: patch-aa patch-ac patch-ad patch-ae patch-af
	    patch-ag
Removed Files:
	pkgsrc/lang/clisp/patches: patch-ab

Log Message:
Update to clisp 2.39

List of changes from the release notes:

2.39 (2006-07-16)
=================

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

* SAVEINITMEM now accepts :SCRIPT argument that disables interpreting
  the first positional argument as the script name; and :DOCUMENTATION
  argument that is printed by the new -help-image command line option.
  See <http://clisp.cons.org/impnotes/image.html> and
  <http://clisp.cons.org/impnotes/clisp.html#opt-help-image> for details.

* FFI:UINT64 and FFI:SINT64 are now compatible with C's long long type.

* Stack overflow detection and recovery finally work fine on Unix.
  Libsigsegv is required for this, on all platforms (including MS-Windows).
  CLISP should neither exit nor crash under infinite recursion.
  If your distribution has CLISP compiled without libsigsegv, report
  the missing feature to its maintainer.
  Note that libsigsegv 2.4 is required, there are bugs in libsigsegv 2.3!

* It is now possible to specify the default method-combination of a generic
  function, to be used when the DEFGENERIC form does not specify the
  :METHOD-COMBINATION explicitly, through a default initarg specification
  for the :METHOD-COMBINATION keyword on the generic function class.

* Readline completion works with non 1:1 terminal encodings, e.g. UTF-8.

* WITH-KEYBOARD works with a Unix tty even when SLIME hijacks *TERMINAL-IO*.

* I/O operations on Win32 are now much faster.

* New functions: POSIX:FFS, POSIX:PATHCONF.

* Infrastructure:
  + Top-level configure now accepts a new option --with-gmalloc to use the
    GNU malloc implementation instead of the one supplied by libc.
    You may need it on older HP-UX and newer OpenBSD systems.
    See file unix/PLATFORMS for more information.
  + The value of the environment variable CFLAGS is respected by configure.

* Bug fixes:
  + SOCKET:SOCKET-SERVER :INTERFACE now behaves as documented.
  + EXT:READ-BYTE-NO-HANG and SOCKET:SOCKET-STATUS used to hang on
    buffered binary sockets.
  + Allow DESTRUCTURING-BIND (a . b) with circular and dotted lists.
  + ADJUST-ARRAY of zero length adjustable string now works.
  + TIME now reports correct results when the heap grows over 4GB.
  + RAWSOCK functions now handle :START/:END arguments correctly.
  + BDB:DBC-GET now accepts :READ-COMMITTED and :READ-UNCOMMITTED.
  + POSIX:GROUP-INFO and POSIX:USER-INFO now handle errors correctly.

* Portability:
  + Support DragonFly BSD.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 pkgsrc/lang/clisp/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/lang/clisp/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/clisp/distinfo
cvs rdiff -r1.13 -r1.14 pkgsrc/lang/clisp/patches/patch-aa
cvs rdiff -r1.9 -r0 pkgsrc/lang/clisp/patches/patch-ab
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/clisp/patches/patch-ac \
    pkgsrc/lang/clisp/patches/patch-ad pkgsrc/lang/clisp/patches/patch-ae
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/clisp/patches/patch-af
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/clisp/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.