Subject: CVS commit: pkgsrc/lang/lua
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 02/22/2003 02:51:59
Module Name:	pkgsrc
Committed By:	jtb
Date:		Sat Feb 22 00:51:59 UTC 2003

Modified Files:
	pkgsrc/lang/lua: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/lang/lua/patches: patch-aa patch-ab
Added Files:
	pkgsrc/lang/lua/patches: patch-ac patch-ad patch-ae

Log Message:
Update to version 4.0.1.

Added my own makefiles to create shared versions of the libraries
using bsd.lib.mk.

Changes in Lua itself:

lua/src/lapi.c
lua/src/lstring.c
	Fixed a bug in lua_pushuserdata(L, NULL)
lua/src/ldo.c
lua/src/lgc.c
lua/src/lgc.h
	Give a good chance for GC before parsing
lua/src/lparser.c
	Fixed a bug (did not accept `;' after a `return')
lua/src/lvm.c
	Fixed a bug (linehook off by 1)
lua/src/lib/lbaselib.c
	Fixed a bug in rawget and rawset (seg. fault if given extra arguments)
	Fixed a bug in dostring (identification of precompiled chunks)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/lua/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/lua/PLIST pkgsrc/lang/lua/buildlink2.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/lua/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/lua/patches/patch-aa \
    pkgsrc/lang/lua/patches/patch-ab
cvs rdiff -r0 -r1.1 pkgsrc/lang/lua/patches/patch-ac \
    pkgsrc/lang/lua/patches/patch-ad pkgsrc/lang/lua/patches/patch-ae

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