lua-users home
lua-l archive

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


> Small fix:
> 	patch -p0 < patch-lua-5.1.3
> 
> It's correctly reported into third line of patch file.

That's right, thanks for pointing it out. We switched from diff -c to
rcsdiff -u in this version, hence the difference in paths. The current
format is (hopefully) simpler to read and to apply.