Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 05/18/2000 06:20:11
Module Name:	pkgsrc
Committed By:	mjl
Date:		Thu May 18 13:20:10 UTC 2000

Modified Files:
	pkgsrc/devel/libslang: Makefile
	pkgsrc/devel/libslang/files: md5

Log Message:
Update to 1.4.1. Changes include:

New intrinsic function: strreplace.
SLang_roll_stack and SLang_reverse_stack functions made public.
SLang_free_function added.
src/slrline.c: Keybindings for ESC O A, etc added.
src/slsmg.c: SLsmg_write_nstring: avoid many loops if an extremely
	large value is passed (> 0x7FFFFFFF).
src/slregexp.c made thread safe
src/slsmg.c: Cursor was not always properly positioned when
	after SLsmg_touch_lines called.
If terminal does not have erase to eol capability, then use spaces.
doc/tm/strops.sl: doc for strcat updated to reflect its ability to
    concatenate N strings.
src/slsmg.c: bug involving SLsmg_set_screen_start fixed.
src/slparse.c: parser was failing to catch misplaced `}'.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/devel/libslang/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/libslang/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.