v2.1
Changed
- The
lua_Clocktypedef is now anint64_tto work around issues on 32-bit platforms. - Fixed a bug with
table.concatandunpackusing an incorrect default value for the optionaljparameter.
lua_Clock typedef is now an int64_t to work around issues on 32-bit platforms.table.concat and unpack using an incorrect default value for the optional j parameter.