Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy cb50fcf42d incomplete lines (by lhf) 23 years ago
  Roberto Ierusalimschy c6a108e012 test for lua_pushbool 23 years ago
  Roberto Ierusalimschy d5ceb369b1 boolean type must be 0 or 1 23 years ago
  Roberto Ierusalimschy 86a4de256e no more lua_[gs]etstr 23 years ago
  Roberto Ierusalimschy 53aaee6ee6 comments 23 years ago
  Roberto Ierusalimschy 67bda7e136 details. 23 years ago
  Roberto Ierusalimschy 7c8f1823e7 bug: true 1 != true 2 + no more lua_getstr + some new macros 23 years ago
  Roberto Ierusalimschy ca181f31e4 line number in listcode (and tests for replace) 23 years ago
  Roberto Ierusalimschy 38b0e6128d simpler implementation for `for' loops 23 years ago
  Roberto Ierusalimschy addbe8c8b0 protected execution of `resume' 23 years ago
  Roberto Ierusalimschy 6bb5cb1cbd comments 23 years ago
  Roberto Ierusalimschy d070506a25 new function luaL_errstr 23 years ago
  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