2034 Commits (b48c6e768035a44ced1af0affa4b8c0970f1bdfd)
 

Author SHA1 Message Date
Roberto Ierusalimschy 9f4b5b5232 weak keys are removed only after finalization 23 years ago
Roberto Ierusalimschy 5fabed21a1 getglobals(0) is the C global table 23 years ago
Roberto Ierusalimschy f67ccfbdeb no more `lua_getn' function 23 years ago
Roberto Ierusalimschy cfcf200806 `concat' goes to `table' library 23 years ago
Roberto Ierusalimschy f32a8c0477 details (temporary?) 23 years ago
Roberto Ierusalimschy 88607acc2c details 23 years ago
Roberto Ierusalimschy 6de93e2932 two new bugs in 4.0 :-( (both were already corrected in 5.0 :-) 23 years ago
Roberto Ierusalimschy 25dc9b7faf new functions `dofile' and `pairs'; correct way to check proxies 23 years ago
Roberto Ierusalimschy 78c507b7b8 `lua_upcall' -> `lua_call' 23 years ago
Roberto Ierusalimschy 69906cb56f error message ends with `\n' (is already formatted) 23 years ago
Roberto Ierusalimschy 9d6556fd87 userdata are removed from weaktables before invoking their GC fallbacks 23 years ago
Roberto Ierusalimschy 35707e94f3 `__weakmode' -> `__mode' 23 years ago
Roberto Ierusalimschy 89b102bd1d new `luaL_weakregistry' function 23 years ago
Roberto Ierusalimschy fdfd5b44ee TM_GETTABLE/TM_SETTABLE don't need fast access anymore 23 years ago
Roberto Ierusalimschy 1a4c428d6d new function `newproxy' 23 years ago
Roberto Ierusalimschy 2394604d10 assertion may fail when closing a state 23 years ago
Roberto Ierusalimschy 922f36a05b details 23 years ago
Roberto Ierusalimschy ad41fc11eb details in arithmetic implementation 23 years ago
Roberto Ierusalimschy e182cf452f `^' operator is defined in registry.__pow 23 years ago
Roberto Ierusalimschy e34f282365 `luaV_gettable' returns element position 23 years ago
Roberto Ierusalimschy 3941af53ad first implementation of independent global table per function 23 years ago
Roberto Ierusalimschy 5610fdd776 avoid using obsolete lua_dostring 23 years ago
Roberto Ierusalimschy b449a5e574 more robust when printing error messages 23 years ago
Roberto Ierusalimschy e572dffa15 small bug building error messages 23 years ago
Roberto Ierusalimschy 5893fcb71a accept option arguments without spaces (e.g. "-eprint(a)") 23 years ago
Roberto Ierusalimschy eec0905173 better tests (assertions) for debug hooks 23 years ago
Roberto Ierusalimschy a44f37513b better treatment for error messages 23 years ago
Roberto Ierusalimschy 6ee2dbdfe9 traceback stops at first protected call 23 years ago
Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 years ago
Roberto Ierusalimschy 8f080fd683 `traceback' returns only the traceback 23 years ago
Roberto Ierusalimschy d8678edddc luaL_verror -> luaL_error 23 years ago
Roberto Ierusalimschy e812aa2002 avoid assignments to TObject access macros 23 years ago
Roberto Ierusalimschy c31494df26 avoid gotos when possible 23 years ago
Roberto Ierusalimschy 8fd0f6a82b new macro to check conditions on expression macros 23 years ago
Roberto Ierusalimschy eb3de8768a `rawcall' -> `upcall' (unprotected call) 23 years ago
Roberto Ierusalimschy 864c96f36c new fallback for equality `__eq' 23 years ago
Roberto Ierusalimschy 0052930ffe details 23 years ago
Roberto Ierusalimschy eeab473fc8 new fallback __le (less equal), for partial order 23 years ago
Roberto Ierusalimschy 6b8cdc9cdd Lua now uses only `realloc' for all its memory management 23 years ago
Roberto Ierusalimschy 000d081fd0 warnings from other compilers 23 years ago
Roberto Ierusalimschy 65d66ba275 new "local function" 23 years ago
Roberto Ierusalimschy cff22f57dd some refactoring 23 years ago
Roberto Ierusalimschy 168ea16acb details 23 years ago
Roberto Ierusalimschy dc6e6c48bb on the way to 5.0 23 years ago
Roberto Ierusalimschy e3cddc950c C is not C++... 23 years ago
Roberto Ierusalimschy 630acb2048 _ERRORMESSAGE `accepts' non-string arguments (at least for now...) 23 years ago
Roberto Ierusalimschy 16f4723398 names & names 23 years ago
Roberto Ierusalimschy f1c43bbe19 new function `xpcall' (at least for now...) 23 years ago
Roberto Ierusalimschy 5a8f383e60 io.close() closes standard output file; `close' now is method 23 years ago
Roberto Ierusalimschy 711b936849 new versions from lhf 23 years ago