NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/39005 CVS commit: pkgsrc/lang/clisp



The following reply was made to PR kern/39005; it has been noted by GNATS.

From: Geert Hendrickx <ghen%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39005 CVS commit: pkgsrc/lang/clisp
Date: Mon, 23 Jun 2008 19:34:00 +0000 (UTC)

 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 <asau%inbox.ru@localhost> 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 <yann-nicolas.dauphin%polymtl.ca@localhost>.
 
 * New command-line option -lp adds directories to *LOAD-PATHS*.
   See <http://clisp.cons.org/impnotes/clisp.html#opt-load-paths> for details.
 
 * New function FFI:OPEN-FOREIGN-LIBRARY allows pre-opening of shared libraries.
   See <http://clisp.cons.org/impnotes/dffi.html#dffi-open-lib> for details.
 
 * New macro EXT:COMPILE-TIME-VALUE allows computing values at file compilation.
   See <http://clisp.podval.org/impnotes/macros3.html#compile-time-value>
   for details.
 
 * New function FFI:FOREIGN-POINTER-INFO allows some introspection.
   See <http://clisp.cons.org/impnotes/dffi.html#fptr-info> for details.
 
 * Versioned library symbols are now accessible via the :VERSION argument of
   DEF-CALL-OUT and DEF-C-VAR.
   Thanks to Kaz Kylheku <kkylheku%gmail.com@localhost>.
   See <http://clisp.cons.org/impnotes/dffi.html#def-call-out> for details.
 
 * New functions GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE have
   been added for portability reasons.
   Suggested by Anton Vodonosov <avodonosov%yandex.ru@localhost>.
   See <http://clisp.cons.org/impnotes/gray.html#st-rd-seq> 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 <http://clisp.cons.org/impnotes/defconstant.html#defconstant-similar>
   for details.
 
 * REPL commands can now accept arguments.
   See <http://clisp.cons.org/impnotes/repl.html> for details.
 
 * Updated the postgresql module to PostgreSQL 8.3.
   See <http://clisp.cons.org/impnotes/postgresql.html> for details.
 
 * Module syscalls now interfaces to <stdio.h> (for the sake of FFI modules).
   See <http://clisp.cons.org/impnotes/syscalls.html#stdio> 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.
 


Home | Main Index | Thread Index | Old Index