278 Commits (ea16ee41a8b0e6fe2c8f77e901a7d99173065beb)

Author SHA1 Message Date
Roberto Ierusalimschy e1a424e8a3 avoid the identifier `index' (clashes with BSD `index' function) 22 years ago
Roberto Ierusalimschy 92f6e0c1bf no-nonsense debug information about tail calls 22 years ago
Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors 22 years ago
Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array 22 years ago
Roberto Ierusalimschy e79bf02f33 correct semantics for comparison metamethods (they are only valid 22 years ago
Roberto Ierusalimschy 9e8face8d8 must move call results in the last iteration, too 22 years ago
Roberto Ierusalimschy cc4a22ebe2 bug: scope of generic for variables is not sound 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks 22 years ago
Roberto Ierusalimschy b8a680c114 resets hook count even in case of errors 22 years ago
Roberto Ierusalimschy 84488c5670 small bug: previous call may change `base' 22 years ago
Roberto Ierusalimschy be00cd2a6b easier way to keep `base' correct 22 years ago
Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access 22 years ago
Roberto Ierusalimschy b48c6e7680 no problem keeping some dead meat while doing collection 22 years ago
Roberto Ierusalimschy 642af82e81 small bugs (state could keep its CI_HASFRAME attribute after returning) 22 years ago
Roberto Ierusalimschy 9bab2cf55d support for yield inside hooks 22 years ago
Roberto Ierusalimschy 43013b39cc new representation for hooks (to allow asynchronous calls to sethook) 22 years ago
Roberto Ierusalimschy 41fd639cab documentation for write barriers 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 96e15b8501 threads now are real Lua objects, subject to garbage collection 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy e8f35fc4ff unification of __index & __gettable (and __newindex & __settable) 22 years ago
Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars 22 years ago
Roberto Ierusalimschy fbc23d0245 details 23 years ago
Roberto Ierusalimschy 6c283b2f4f new simetric format for ABC instructions, to avoid exchanging operands 23 years ago
Roberto Ierusalimschy 8e4ac679ff use a linear count for count hook 23 years ago
Roberto Ierusalimschy 5016f43aa4 (much) cleaner way to control function states 23 years ago
Roberto Ierusalimschy b6e2f1a86e small bugs when stack is reallocated 23 years ago
Roberto Ierusalimschy 4e23699aa6 new implementation for error handling 23 years ago
Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 years ago
Roberto Ierusalimschy e5146fb01f CallInfo has different fields for C functions and Lua functions 23 years ago
Roberto Ierusalimschy 44752fc9ce hook count is quadratic 23 years ago
Roberto Ierusalimschy 39b2d58c39 new interface for debug hooks 23 years ago
Roberto Ierusalimschy f8279f6cd8 optimizations for gettable (temporary) 23 years ago
Roberto Ierusalimschy 922f36a05b details 23 years ago
Roberto Ierusalimschy ad41fc11eb details in arithmetic implementation 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 c31494df26 avoid gotos when possible 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 000d081fd0 warnings from other compilers 23 years ago
Roberto Ierusalimschy fa23301251 defintions for lua_number2str and lua_str2number don't need to be public 23 years ago
Roberto Ierusalimschy 5094c37988 `strconc' -> `concat' 23 years ago
Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield 23 years ago
Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago
Roberto Ierusalimschy af19d55635 generic for also coded to make test at the end of the loop 23 years ago
Roberto Ierusalimschy 78b40bf57d `skip' instructions must be followed by a jump 23 years ago
Roberto Ierusalimschy 0dbf0c5953 new format for test intructions (handle NaN correctly) 23 years ago