Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 1e944de6cb towards a "stackless" call of metamethods (?) 22 years ago
  Roberto Ierusalimschy fa26d294ae new way to control `pc' of running functions 22 years ago
  Roberto Ierusalimschy f52f357a55 correct handling when a thread turns on line hooks in another thread 22 years ago
  Roberto Ierusalimschy c116dcb92b better information about instruction behavior (use of arguments) 22 years ago
  Roberto Ierusalimschy 6d268b0b00 new semantics for "for" local variables 22 years ago
  Roberto Ierusalimschy fee9e473f2 inlining of `luaV_gettable' were too complex (dirty) 22 years ago
  Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
  Roberto Ierusalimschy a424a112b5 clearance of debuging code (left by mistake) 22 years ago
  Roberto Ierusalimschy 4039bf457d ^ operator is defined by global `__pow' 22 years ago
  Roberto Ierusalimschy 7c3857cded comments 22 years ago
  Roberto Ierusalimschy 8ce6f0b418 avoid including system headers after program headers 22 years ago
  Roberto Ierusalimschy 69dd9461e5 bug: GC metamethod calls could mess C/Lua stack syncronization 22 years ago
  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 23 years ago
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 23 years ago
  Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks 23 years ago
  Roberto Ierusalimschy b8a680c114 resets hook count even in case of errors 23 years ago
  Roberto Ierusalimschy 84488c5670 small bug: previous call may change `base' 23 years ago
  Roberto Ierusalimschy be00cd2a6b easier way to keep `base' correct 23 years ago
  Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access 23 years ago
  Roberto Ierusalimschy b48c6e7680 no problem keeping some dead meat while doing collection 23 years ago
  Roberto Ierusalimschy 642af82e81 small bugs (state could keep its CI_HASFRAME attribute after returning) 23 years ago
  Roberto Ierusalimschy 9bab2cf55d support for yield inside hooks 23 years ago
  Roberto Ierusalimschy 43013b39cc new representation for hooks (to allow asynchronous calls to sethook) 23 years ago
  Roberto Ierusalimschy 41fd639cab documentation for write barriers 23 years ago