lua-users home
lua-l archive

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




On Thursday, 22 December 2011, Patrick Rapin <toupie300@gmail.com> wrote:
>> You need to use luaL_Reg instead.
>
> For the records, I have just ported LuaSocket 2.0.2 for Lua 5.2.
> I had to make three modifications:
>  - changed a bunch of luaL_reg into luaL_Reg
>  - changed a number of luaL_putchar into luaL_addchar
>  - implemented luaL_typerror since it has been removed (why?)
>
> The result can be found here [1].
> I also have sent a pull request to Sam Roberts.
>
> [1] https://github.com/prapin/luasocket
>
>

I also did this sometime ago and did inform Mathew Wild (I may have even added a pull request yet I do not remember) :)

https://bitbucket.org/liamdevine/luasocket_ipv6_lua_51_52