pkgsrc/devel/libslang
mjl 44ddff1542 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.
2000-08-22 12:13:47 +00:00
..
files Update to 1.4.2. Changes since 1.4.1: 2000-08-22 12:13:47 +00:00
patches Add library dependencies on libtool link-command line, so that they 2000-06-28 23:18:30 +00:00
pkg no more USE_PKGLIBTOOL here, either. 2000-06-05 00:56:04 +00:00
Makefile Update to 1.4.2. Changes since 1.4.1: 2000-08-22 12:13:47 +00:00