Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 03/24/2000 09:56:52
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Mar 24 17:56:52 UTC 2000

Modified Files:
	pkgsrc/lang/mawk: Makefile
	pkgsrc/lang/mawk/files: md5 patch-sum
	pkgsrc/lang/mawk/patches: patch-aa

Log Message:
Update mawk to 1.3.3.  Changes from 1.2.2:

1.3.1 -> 1.3.2 Sep 1996

1) Numeric but not integer indices caused core dump in new array scheme.
   Fixed bug and fired test division.

2) Added ferror() checks on writes.

3) Added some static storage specs to array.c to keep non-ansi
   compilers happy.

1.3 -> 1.3.1 Sep 1996
Release to new ftp site ftp://ftp.whidbey.net.

1) Workaround for overflow exception in strtod, sunos5.5 solaris.

2) []...] and [^]...] put ] in a class (or not in a class) without
   having to use back-slash escape.

1.2.2 -> 1.3 Jul 1996
Extensive redesign of array data structures to support large arrays and
fast access to arrays created with split.  Many of the ideas in the
new design were inspired by reading "The Design and Implementation of
Dynamic Hashing Sets and Tables in Icon" by William Griswold and
Gregg Townsend, SPE 23,351-367.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/mawk/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/mawk/files/md5
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/mawk/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/mawk/patches/patch-aa

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