Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thorsten Frueauf <frueauf@netbsd.org>
List: source-changes
Date: 12/04/1998 03:09:47
Module Name:	pkgsrc
Committed By:	frueauf
Date:		Fri Dec  4 11:09:47 UTC 1998

Modified Files:
	pkgsrc/lang/moscow_ml: Makefile
	pkgsrc/lang/moscow_ml/files: md5
	pkgsrc/lang/moscow_ml/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah patch-ai
	pkgsrc/lang/moscow_ml/pkg: DESCR PLIST
Removed Files:
	pkgsrc/lang/moscow_ml/patches: patch-aj patch-ak
Log Message:
Update moscow_ml to 1.43, provided in pr 6527 by Johnny C. Lam with
some refining by myself.

New in version 1.43 of Moscow ML:
* Arrays of weak pointers (structure Weak).
* Dynamic linking of external functions under Linux and Solaris
* Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm)
* The load paths can be set from the interactive system.
* The interactive system's prompts and responses can be turned off
(option -quietdec, variable Meta.quietdec).
* Prettyprinters can be installed also on base types and abstract types.
* Mosmllex now supports abbreviations for regular expressions.