388 Commits (a289a62717219810cf3ebb28c513af671aecfeac)

Author SHA1 Message Date
Roberto Ierusalimschy f966404ed6 simpler implementation for valid/acceptable indices 22 years ago
Roberto Ierusalimschy fee9e473f2 inlining of `luaV_gettable' were too complex (dirty) 22 years ago
Roberto Ierusalimschy f1f8f0ca22 simpler way to check maximum gc threshold 22 years ago
Roberto Ierusalimschy d1df829f8d lua_getmetatable must accept any acceptable index 22 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy c9ea94ec92 out-of-bound upvalues (in C) are acceptable indices 22 years ago
Roberto Ierusalimschy e1a424e8a3 avoid the identifier `index' (clashes with BSD `index' function) 22 years ago
Roberto Ierusalimschy 5cd99b82b7 `set/getenvtable' -> `set/getfenv' 22 years ago
Roberto Ierusalimschy 67f9a2a98f details 22 years ago
Roberto Ierusalimschy 9866fb0ef1 `set/getglobals' -> `set/getenvtable' 22 years ago
Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array 22 years ago
Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 0bb8eb5151 new function `lua_cpcall' 22 years ago
Roberto Ierusalimschy 5a228bb1d8 new function `lua_version' 22 years ago
Roberto Ierusalimschy 709b27b456 ULONG_MAX>>10 may not fit into an int 22 years ago
Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access 22 years ago
Roberto Ierusalimschy 1648674653 must check GC every time it can create new objects 22 years ago
Roberto Ierusalimschy 41fd639cab documentation for write barriers 22 years ago
Roberto Ierusalimschy 5c5d9b2703 back to `__mode' metafield to specify weakness 22 years ago
Roberto Ierusalimschy 63633c5b5f better name for `lua_movethread' 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy 118347d8c3 new API for coroutines 22 years ago
Roberto Ierusalimschy 118e9cd843 new facility for dumping chunks 22 years ago
Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection 22 years ago
Roberto Ierusalimschy ce09af1e25 easier to define `api_check' using `assert' 22 years ago
Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header 23 years ago
Roberto Ierusalimschy 9998082839 external messages add their own extra information 23 years ago
Roberto Ierusalimschy b6e2f1a86e small bugs when stack is reallocated 23 years ago
Roberto Ierusalimschy 4664f2e927 any Lua closure has a table of globals (not only active functions) 23 years ago
Roberto Ierusalimschy 634344d61f new API for weak mode 23 years ago
Roberto Ierusalimschy a2fa48a570 new (old?) error handling scheme 23 years ago
Roberto Ierusalimschy 5037196f6f new macros `ttis*' 23 years ago
Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 years ago
Roberto Ierusalimschy f67ccfbdeb no more `lua_getn' function 23 years ago
Roberto Ierusalimschy 88607acc2c details 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 1dbe708aa8 new protocol for error handling 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 eeab473fc8 new fallback __le (less equal), for partial order 23 years ago
Roberto Ierusalimschy 16f4723398 names & names 23 years ago
Roberto Ierusalimschy 0079e0f57c core tests whether file is binary 23 years ago
Roberto Ierusalimschy 35a22ed1ab lua_load* replaced by a simple lua_load 23 years ago
Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield 23 years ago
Roberto Ierusalimschy 955def0348 new names for string formating functions 23 years ago
Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago
Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
Roberto Ierusalimschy 71144e3ff0 errors `return' int, to avoid warnings 23 years ago