lua-users home
lua-l archive

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


On Sunday 04, Bogdan Marinescu wrote:
> By the way, when I apply your last patch (emergency_gc_fixes.patch) to
> an original version of Lua 5.1.3, this is what I get (note the
> warnings about offsets in 'lapi.c'):
>
> patching file src/lapi.c
> Hunk #1 succeeded at 657 (offset 1 line).
> Hunk #2 succeeded at 912 (offset 1 line).
> patching file src/ldo.c
> patching file src/lgc.c
> patching file src/lstate.c
> patching file src/lstring.c
> patching file src/ltable.c
> patching file src/lvm.c
>
> Could you check if the patch is OK?

I first applied the 4 patches for 5.1.3 from this page:
http://www.lua.org/bugs.html

Those patches are not required by the emergency_gc_fixes.patch, but I would 
still recommend using them.

P.S. Could someone add links to the bugs page on the download page?  Right now 
the only link I have found is on the Documention page.  It wasn't easy to 
find the first time, I went looking for it.

-- 
Robert G. Jakabosky