lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


A patch file fixing all known bugs in Lua 5.1.3 is now available at
	http://www.lua.org/ftp/patch-lua-5.1.3

To apply this patch, get a pristine copy of Lua 5.1.3 and then do
	cd lua-5.1.3/src
	patch -p2 < patch-lua-5.1.3

The bugs page will be updated shortly to match this patch file.

All feedback welcome.
--lhf