Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 08/22/2000 15:13:48
Module Name: pkgsrc
Committed By: mjl
Date: Tue Aug 22 12:13:48 UTC 2000
Modified Files:
pkgsrc/devel/libslang: Makefile
pkgsrc/devel/libslang/files: md5
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/devel/libslang/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/libslang/files/md5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.