1683 Commits (0a87d9d3346bcf74d84e4d6bae775bceecef096f)
 

Author SHA1 Message Date
Roberto Ierusalimschy 0a87d9d334 new function `lua_replace' 23 years ago
Roberto Ierusalimschy f856fdeabd details 23 years ago
Roberto Ierusalimschy 653977a0ac callhook can be static 23 years ago
Roberto Ierusalimschy d6fd33e76f `eventtable' renamed to `metatable' 23 years ago
Roberto Ierusalimschy 50e2952593 first version of dynamic stack 23 years ago
Roberto Ierusalimschy b217ae644e details 23 years ago
Roberto Ierusalimschy a048cc9676 nil is a `valid' eventtable 23 years ago
Roberto Ierusalimschy eb262bc617 2^15 does not fit in a 16-bit int 23 years ago
Roberto Ierusalimschy 74907fb71e OP_LOADINT can be done by OP_LOADK 23 years ago
Roberto Ierusalimschy b38e594ed7 small improvements 23 years ago
Roberto Ierusalimschy 448517e47e no more linehook field in CallInfo 23 years ago
Roberto Ierusalimschy 931ee346e3 legacy declaration 23 years ago
Roberto Ierusalimschy dea98702c9 preparations for stack reallocation 23 years ago
Roberto Ierusalimschy 7ab7703b53 cleaner semantics for test instructions (skips) 23 years ago
Roberto Ierusalimschy 566310fa04 small optimization 23 years ago
Roberto Ierusalimschy 6272c843de `yield' passes its arguments to `resume' 23 years ago
Roberto Ierusalimschy 5d14ce612b details 23 years ago
Roberto Ierusalimschy d56d4cf776 distinct functions to create/destroy states and threads 23 years ago
Roberto Ierusalimschy b7ae43d457 detail 23 years ago
Roberto Ierusalimschy f083812c02 first implementation of coroutines 23 years ago
Roberto Ierusalimschy 3533382a1e dependencies updated 23 years ago
Roberto Ierusalimschy ea2a75d19e new macro lua_userstateopen 23 years ago
Roberto Ierusalimschy b3bb0f132b new interface for weak modes 23 years ago
Roberto Ierusalimschy facfec0687 small optimizations 23 years ago
Roberto Ierusalimschy 34df9976a9 some compatibility macros 23 years ago
Roberto Ierusalimschy cfaa8fbf1d better check for option in `strfind' 23 years ago
Roberto Ierusalimschy f42cc90d2d some warnings 23 years ago
Roberto Ierusalimschy 9d2e454d6f BUG: seg. fault when rawget/rawset get extra arguments 23 years ago
Roberto Ierusalimschy 09e15692f3 rename of lua_isnull to lua_isnone 23 years ago
Roberto Ierusalimschy 42754c0f15 small optimizations 23 years ago
Roberto Ierusalimschy 18afb90349 first version of stackless Lua 23 years ago
Roberto Ierusalimschy 22dd271cbb another bug in next (when n is a power of 2) 23 years ago
Roberto Ierusalimschy e04f7ed450 first version of Lua "stackless" 23 years ago
Roberto Ierusalimschy 101cee3032 LUA_ERRERR also cannot generate error message 23 years ago
Roberto Ierusalimschy eb7312d9be comments 23 years ago
Roberto Ierusalimschy 21259a50e1 run GC tag methods in protected mod 23 years ago
Roberto Ierusalimschy 9aff171f3b new type `boolean' 23 years ago
Roberto Ierusalimschy ed9be5e1f0 reentrant implementation of garbage collection 23 years ago
Roberto Ierusalimschy 9d801f43d4 details 23 years ago
Roberto Ierusalimschy e043b72a55 simpler way to collect userdata 23 years ago
Roberto Ierusalimschy a4c35a3269 it doesn't pay to optimize absence when it is an error 23 years ago
Roberto Ierusalimschy 9cd36059ad new API functions lua_getstr/lua_setstr 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy 413fc7334b new implementation for lua upvalues (sugested by E.T.): simpler and solves 23 years ago
Roberto Ierusalimschy fca0a12e23 avoid clashing names between macros and fields 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy dfaf8c5291 details 23 years ago
Roberto Ierusalimschy 657f65211a bug: `next' did not work for numeric indices 23 years ago
Roberto Ierusalimschy 39395e1211 `luaX_syntaxerror' does not need to be public 23 years ago
Roberto Ierusalimschy 26bf2adace optimizations for space in LClosures and time cleanning weak tables 23 years ago