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.
I found these changes necessary to (a) eliminate mingw (gcc 5.1) compile errors on Windows 8.1, (b) eliminate linker errors related to changes in Lua 5.3, and (c) fix an uninitialized variable bug in sock_pair().
I found these changes necessary to (a) eliminate mingw (gcc 5.1) compile errors on Windows 8.1, (b) eliminate linker errors related to changes in Lua 5.3, and (c) fix an uninitialized variable bug in sock_pair().