From a4af5db9a74b252364dc8da9321f2998135e2f35 Mon Sep 17 00:00:00 2001 From: Aleksej Saushev Date: Sun, 26 Oct 2008 16:26:08 +0000 Subject: [PATCH] Update to CLISP 2.47: 2.47 (2008-10-23) ================= Important notes --------------- * New module DBUS interfaces to the D-Bus message bus system. See for details. * New function EXT:PROBE-PATHNAME can figure out whether the existing pathname refers to a file or a directory. See for details. * New function EXT:CANONICALIZE lets you easily canonicalize a value before processing it. See for details. * New user variable CUSTOM:*REOPEN-OPEN-FILE* controls CLISP behavior when opening an already open file. See for details. * New SETFable function OS:FILE-SIZE extends FILE-LENGTH to pathname designators and lets you change file size. See for details. New function OS:USER-SHELLS returns the list of legal user shells. See for details. New SETFable functions OS:HOSTID and OS:DOMAINNAME. See for details. * Module readline has been upgraded to readline 5.2 (older versions 5.0 and 5.1 are, of course, still supported). See for details. * LOAD now uses DIRECTORY only for wild *LOAD-PATHS* components, thus speeding up the most common cases and preventing the denial-of-service attack whereas CLISP would not start if a file with a name incompatible with *PATHNAME-ENCODING* is present in USER-HOMEDIR-PATHNAME. * ROOM now prints some GC statistics and returns the same values as GC. See for details. * New user variable CUSTOM:*HTTP-LOG-STREAM* controls EXT:OPEN-HTTP logging. See for details. * Bug fixes: + Comparison of floats and rationals never underflows. [ 2014262 ] + When failing to convert a huge LONG-FLOAT to a RATIONAL, signal an ARITHMETIC-ERROR instead of blowing the stack. [ 2015118 ] + Restored TYPECODES g++ compilation [ 2015118 ], which allowed fixing a few GC-safety bugs. + Fixed a segfault when signaling some UNBOUND-VARIABLE errors in some interpreted code on MacOS X (introduced in 2.46). [ 2020784 ] Thanks to Vladimir Tzankov . + Fixed input after switching a :DOS stream to binary. [ 2022362 ] + Support circular objects in EQUAL and EQUALP hash-tables. [ 2029069 ] + Avoid C namespace pollution. [ 2146126 ] + Fix timeout precision in NEW-CLX. [ 2188102 ] * ANSI compliance: + The sets of declaration and type names are disjoint. + FLET, LABELS and MACROLET respect declarations. --- clisp/Makefile | 4 ++-- clisp/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clisp/Makefile b/clisp/Makefile index 73b16acdd3..2189ef6fb3 100644 --- a/clisp/Makefile +++ b/clisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/10/26 15:44:14 asau Exp $ +# $NetBSD: Makefile,v 1.17 2008/10/26 16:26:08 asau Exp $ # -DISTNAME= clisp-2.46 +DISTNAME= clisp-2.47 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} #EXTRACT_SUFX= .tar.bz2 diff --git a/clisp/distinfo b/clisp/distinfo index 89e1b4a27d..6bd72899c3 100644 --- a/clisp/distinfo +++ b/clisp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2008/07/02 20:42:25 asau Exp $ +$NetBSD: distinfo,v 1.11 2008/10/26 16:26:08 asau Exp $ -SHA1 (clisp-2.46.tar.gz) = 108d7de0251d73dead68bda078da6237d15b31a6 -RMD160 (clisp-2.46.tar.gz) = 60596522852db317aaeb9c620d354aa1af875ba0 -Size (clisp-2.46.tar.gz) = 9078177 bytes +SHA1 (clisp-2.47.tar.gz) = 537222b2633a09847bd9864bcfe68e69a856f08b +RMD160 (clisp-2.47.tar.gz) = e084fbd9b77266f36655789c42f91653cb06365c +Size (clisp-2.47.tar.gz) = 9175929 bytes SHA1 (patch-aa) = d2f1de2e0f3e02ccf4ece2a7b1ed0ce6ba025af2