diff options
author | mjl <mjl@pkgsrc.org> | 2000-08-22 12:13:47 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-08-22 12:13:47 +0000 |
commit | 44ddff15428c961497358831b13a559a75862026 (patch) | |
tree | 05234997e6dd426d3dc85fccaacd8629d53052e7 /devel/libslang | |
parent | c8eb532a9c6026a9792f1e225bc2bdbd05b5d4b0 (diff) | |
download | pkgsrc-44ddff15428c961497358831b13a559a75862026.tar.gz |
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.
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 4 | ||||
-rw-r--r-- | devel/libslang/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
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/ \ diff --git a/devel/libslang/files/md5 b/devel/libslang/files/md5 index 2a1402708f1..0340255d251 100644 --- a/devel/libslang/files/md5 +++ b/devel/libslang/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.9 2000/05/18 13:20:10 mjl Exp $ +$NetBSD: md5,v 1.10 2000/08/22 12:13:48 mjl Exp $ -MD5 (slang-1.4.1.tar.gz) = bd3ce3f0de9e1a97e59829f43ed93693 +MD5 (slang-1.4.2.tar.gz) = 81f769cb2ff1fb3dbe28bd58866e07c4 |