diff options
author | mjl <mjl> | 2000-08-22 12:13:47 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-08-22 12:13:47 +0000 |
commit | 545243294d260f232a3dba0ee05d5ff884617ebc (patch) | |
tree | 05234997e6dd426d3dc85fccaacd8629d53052e7 /devel/libslang/Makefile | |
parent | bfa2d01cdc7bbf1d22e2b05170cac6ba0843beb5 (diff) | |
download | pkgsrc-545243294d260f232a3dba0ee05d5ff884617ebc.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/Makefile')
-rw-r--r-- | devel/libslang/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ \ |