tnodir / luasys

LuaSys is a portable Lua library providing access to system and networking functions. Also includes: event notification mechanism, win32 specifics (registry, service), serial communication, signals, threading and much more.
http://luaforge.net/projects/luasys
Other
69 stars 24 forks source link

Lua 5.3 Compatibility, mingw compatibility #12

Closed jprjr closed 7 years ago

jprjr commented 7 years ago

My copy of mingw seems to have strncasecmp already defined, so I only define it if needed.

Lua 5.3 deprecated the luaL_optint, luaL_checkint, etc functions. So I replaced them with luaL_optinteger, luaL_checkinterger, etc

tnodir commented 7 years ago

Thanks. See f89ce01c47c75e18d0c69ff9059ce4b5e4d4c8fd, ebb6ce9fc4bc3623d4764f0ebf7eef19a7196775, 9a916b6104f8f990cac2f336990fec068be1a604