From 545243294d260f232a3dba0ee05d5ff884617ebc Mon Sep 17 00:00:00 2001 From: mjl Date: Tue, 22 Aug 2000 12:13:47 +0000 Subject: Update to 1.4.2. Changes since 1.4.1: slang.c: Under certain conditions, the continue statement was not properly handled in do..while statements. src/test/loops.sl added for testing. slparse.c: avoid potential (rare?) infinite loop when slang error occurs slsmg.c: When SLsmg_init_smg is called, mark the display as trashed. It is now possible to add intrinsics to their own namespace via new SLns_add* functions. Moreover, the import function now takes an optional additional argument that specifies a namespace. New namespace intrinsics: use_namespace, current_namespace Changed inner-product algorithm to minimize the number of cache misses. sldisply.c: Kanji specific patch sldisply.c: Assume that Eterm and rxvt are xterm-like sldostty.c: mouse support added slsearch.c: avoid infinite loop if search string has no length. slregexp.c: regexp \d+ was not working properly keyhash.c: typos involving USER_BLOCK keywords corrected. New intrinsic variable: _slang_doc_dir. This specifies the installation location of the doc files. Make sure it can compile with SLTT_HAS_NON_BCE_SUPPORT set to 0. --- devel/libslang/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libslang/Makefile') diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 1ab03d0f879..a6035de157e 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2000/06/05 00:56:04 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/22 12:13:47 mjl Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp # -DISTNAME= slang-1.4.1 +DISTNAME= slang-1.4.2 PKGNAME= lib${DISTNAME} CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \ -- cgit v1.2.3