Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 02a2c01ccd new way to code RK values 21 years ago
  Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
  Roberto Ierusalimschy df429f163a First version of incremental GC 21 years ago
  Roberto Ierusalimschy 8bc6c68021 details 22 years ago
  Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) 22 years ago
  Roberto Ierusalimschy c116dcb92b better information about instruction behavior (use of arguments) 22 years ago
  Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
  Roberto Ierusalimschy e1a424e8a3 avoid the identifier `index' (clashes with BSD `index' function) 22 years ago
  Roberto Ierusalimschy 73517e86b0 OP_TFORLOOP uses extra stack space 22 years ago
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
  Roberto Ierusalimschy 41fd639cab documentation for write barriers 23 years ago
  Roberto Ierusalimschy c196348717 in case of memory allocation errors, sizecode and sizelineinfo can 23 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 5037196f6f new macros `ttis*' 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 cfff013586 detail 23 years ago
  Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield 23 years ago
  Roberto Ierusalimschy 1c328a191a no more `global' declarations 23 years ago
  Roberto Ierusalimschy b55fded18c details about jump optimization 23 years ago
  Roberto Ierusalimschy 2dadc81822 cleaner implementation of code generation for jumps 23 years ago
  Roberto Ierusalimschy b487975344 optimization for `while' (first version) 23 years ago
  Roberto Ierusalimschy 78b40bf57d `skip' instructions must be followed by a jump 23 years ago
  Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
  Roberto Ierusalimschy 0dbf0c5953 new format for test intructions (handle NaN correctly) 23 years ago
  Roberto Ierusalimschy 9b38a696d5 avoid names that differ only in capitalization 23 years ago
  Roberto Ierusalimschy 3ee1efa7b2 some simplifications 23 years ago