447 Commits (master)

Author SHA1 Message Date
Roberto Ierusalimschy ba36180fd7 new API for 'lua_resume' + cleaning the uses of the 'extra' field in 7 years ago
Roberto Ierusalimschy 11769b203f new version (5.4) 7 years ago
Roberto Ierusalimschy 72d82a296c revamping the incremental collector 8 years ago
Roberto Ierusalimschy 49f7aab62a 'lua_rawlen' returns 'lua_Unsigned' instead of 'size_t'. (Real 8 years ago
Roberto Ierusalimschy f5f3df3bd1 generational collection: new attempt (still incomplete) 8 years ago
Roberto Ierusalimschy 08199ade4a release 5.3.4 (year 2017) 8 years ago
Roberto Ierusalimschy aa66ca76ce 'lua_pushglobaltable' returns 'void' 9 years ago
Roberto Ierusalimschy 994374c4df new release number + new year 9 years ago
Roberto Ierusalimschy fc085aa627 new release number (5.3.2) 9 years ago
Roberto Ierusalimschy 6628012e9e new release number (5.3.1) 10 years ago
Roberto Ierusalimschy b66fedadae 'lua_pushliteral' implemented with 'lua_pushstring' (to take 10 years ago
Roberto Ierusalimschy 965f74525b removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need 10 years ago
Roberto Ierusalimschy 94eb37dc73 new year (2015) 10 years ago
Roberto Ierusalimschy 64e25a6186 avoid octal numerals 10 years ago
Roberto Ierusalimschy 92f02fff11 bug: lua_tounsignedx must cast to lua_Unsigned (of course...) 10 years ago
Roberto Ierusalimschy 125296c83d next release won't be beta 10 years ago
Roberto Ierusalimschy 4fde357130 details (matching parameter names with manual) 10 years ago
Roberto Ierusalimschy b044b8c182 detail (line break) 10 years ago
Roberto Ierusalimschy 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' 10 years ago
Roberto Ierusalimschy 89602bf747 'lua_strtonum' -> 'lua_stringtonum' 10 years ago
Roberto Ierusalimschy 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' 10 years ago
Roberto Ierusalimschy 15f4150518 alpha -> beta 10 years ago
Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 10 years ago
Roberto Ierusalimschy 7f1a2ad699 new functions 'lua_geti/lua_seti' (non raw) 10 years ago
Roberto Ierusalimschy 2be88d5084 'lua_Ctx' -> 'lua_Kcontext' 10 years ago
Roberto Ierusalimschy fba9050d3d release changed to (5.3) alpha 10 years ago
Roberto Ierusalimschy baa0e23456 better support for extra user space associated with a Lua state 10 years ago
Roberto Ierusalimschy 97e299c395 'lua_replace' implemented as a macro using 'lua_copy' 10 years ago
Roberto Ierusalimschy 1aa4f69b51 new type 'lua_Ctx' for continuation-function contexts (to allow type 10 years ago
Roberto Ierusalimschy a77d263e86 unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) 11 years ago
Roberto Ierusalimschy 6f6fd96e3b new type lua_KFunction + no more 'lua_getctx' 11 years ago
Roberto Ierusalimschy 5a5a834975 new API function 'lua_rotate' 11 years ago
Roberto Ierusalimschy 1bd70a8e40 new function 'lua_isyieldable' (and 'coroutine.isyieldable') 11 years ago
Roberto Ierusalimschy 4fe11ae232 'lua_getuservalue' returns type of user value 11 years ago
Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of 11 years ago
Roberto Ierusalimschy f96872a534 copyright year -> 2014 11 years ago
Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value 11 years ago
Roberto Ierusalimschy 6318de80d3 added 'strip' parameter to lua_dump/string.dump 11 years ago
Roberto Ierusalimschy 733c58595b no more local collection 11 years ago
Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 years ago
Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) 11 years ago
Roberto Ierusalimschy 16493b777f 'lua_sethook' returns void 11 years ago
Roberto Ierusalimschy 686e57cf9c GC local pause configurable 11 years ago
Roberto Ierusalimschy 677d90165f no more generational collection !!! 11 years ago
Roberto Ierusalimschy 5519c98655 'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbers 12 years ago
Roberto Ierusalimschy a14992992a new version (5.3) 12 years ago
Roberto Ierusalimschy c5069528e1 details ('Type* id' -> 'Type *id') 12 years ago
Roberto Ierusalimschy b5ec26101f new API function 'lua_cvtonum' to convert a value (number or string) 12 years ago
Roberto Ierusalimschy d4e6b75098 "integer" keys in tables are now lua_Integer, not 'int'. 12 years ago