Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id B438E63BDA8 for ; Mon, 23 Jun 2008 19:34:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9561163B1FA; Mon, 23 Jun 2008 19:34:01 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 4F6CA63B1F9 for ; Mon, 23 Jun 2008 19:34:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 32412175D0; Mon, 23 Jun 2008 19:34:00 +0000 (UTC) From: Geert Hendrickx Subject: CVS commit: pkgsrc/lang/clisp To: pkgsrc-changes@NetBSD.org Reply-To: ghen@netbsd.org Message-Id: <20080623193400.32412175D0@cvs.netbsd.org> Date: Mon, 23 Jun 2008 19:34:00 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: ghen Date: Mon Jun 23 19:34:00 UTC 2008 Modified Files: pkgsrc/lang/clisp: Makefile PLIST distinfo Added Files: pkgsrc/lang/clisp/patches: patch-ad Removed Files: pkgsrc/lang/clisp/patches: patch-ab patch-ac Log Message: Update CLISP to 2.45, from Aleksej Saushev via PR pkg/39005. Changes since previous (2.44.1) release: User visible changes -------------------- * Experimental Just-In-Time Compilation of byte-compiled closures is now done using GNU lightning (this is a configure-time option). Thanks to Yann Dauphin . * New command-line option -lp adds directories to *LOAD-PATHS*. See for details. * New function FFI:OPEN-FOREIGN-LIBRARY allows pre-opening of shared libraries. See for details. * New macro EXT:COMPILE-TIME-VALUE allows computing values at file compilation. See for details. * New function FFI:FOREIGN-POINTER-INFO allows some introspection. See for details. * Versioned library symbols are now accessible via the :VERSION argument of DEF-CALL-OUT and DEF-C-VAR. Thanks to Kaz Kylheku . See for details. * New functions GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE have been added for portability reasons. Suggested by Anton Vodonosov . See for details. * New user variable CUSTOM:*SUPPRESS-SIMILAR-CONSTANT-REDEFINITION-WARNING* controls whether the redefinition warning is issues when the new constant value is visually similar to the old one. See for details. * REPL commands can now accept arguments. See for details. * Updated the postgresql module to PostgreSQL 8.3. See for details. * Module syscalls now interfaces to (for the sake of FFI modules). See for details. There are others additions there also, but they are too numerous to be enumerated here. * Bug fixes: + Fix handling of quoted objects by READ-PRESERVING-WHITESPACE. [ 1890854 ] + Fix rectangle count in NEW-CLX XLIB:SET-GCONTEXT-CLIP-MASK. [ 1918017 ] + Fix argument handling in NEW-CLX XLIB:QUERY-COLORS. [ 1931101 ] + Fix compilation on systems not supporting returning void. [ 1924506 ] + Fix TANH floating point overflow for large floats. [ 1683394 ] + Avoid extra aggressive bignum overflow reporting in READ. [ 1928735 ] + Improved floating point number formatting. [ 1790496, 1928759 ] + COMPILE no longer discards MACRO doc strings. [ 1936255 ] + Improved accuracy of LOG on complex numbers. [ 1934968 ] + Fix COERCE for compound float result-types. [ 1942246 ] + Fix $http_proxy parsing. [ 1959436 ] + Fix LISTEN on buffered streams when the last character was CRLF. [ 1961475 ] + Cross-compilation process has been restored to its former glory, To generate a diff of this commit: cvs rdiff -r1.67 -r1.68 pkgsrc/lang/clisp/Makefile cvs rdiff -r1.14 -r1.15 pkgsrc/lang/clisp/PLIST cvs rdiff -r1.20 -r1.21 pkgsrc/lang/clisp/distinfo cvs rdiff -r1.13 -r0 pkgsrc/lang/clisp/patches/patch-ab cvs rdiff -r1.11 -r0 pkgsrc/lang/clisp/patches/patch-ac cvs rdiff -r0 -r1.10 pkgsrc/lang/clisp/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.