Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 89b59eee73 bug: __newindex metamethod may not work if metatable is its own hace 14 años
  Roberto Ierusalimschy 92afcf2823 no more 'luaH_setstr (used only once) + 'luaH_setint' receives value hace 14 años
  Roberto Ierusalimschy d9ea6eca7c macro 'key2tal' replaced by 'gkey' (as both were equal) hace 15 años
  Roberto Ierusalimschy fbf866a1a5 macro 'gkey' returns a "real" TValue* hace 16 años
  Roberto Ierusalimschy 3135a6bbab luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers, hace 16 años
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) hace 19 años
  Roberto Ierusalimschy f8b7a5581e avoid unnecessary exports hace 19 años
  Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys hace 19 años
  Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data hace 20 años
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API hace 20 años
  Roberto Ierusalimschy 9ffae705ee new "primitive" getn hace 20 años
  Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot hace 20 años
  Roberto Ierusalimschy 65726f3e2e cleaner interface to `ltable' hace 20 años
  Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment hace 21 años
  Roberto Ierusalimschy 4c5d7b2ddd small optimization for {f()} hace 21 años
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions hace 22 años
  Roberto Ierusalimschy b114142799 new auxiliary function `luaH_setstr' hace 22 años
  Roberto Ierusalimschy ab9e062928 name changes to avoid name collision between macros and variables hace 22 años
  Roberto Ierusalimschy 81e142fc14 detail (`key' is always on stack) hace 23 años
  Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield hace 23 años
  Roberto Ierusalimschy 71c716e5a8 avoid C identifiers beginning with '_' hace 23 años
  Roberto Ierusalimschy 57fb51f975 `luaH_next' works like `next' hace 23 años
  Roberto Ierusalimschy 592a309177 tag system replaced by event tables hace 24 años
  Roberto Ierusalimschy fca0a12e23 avoid clashing names between macros and fields hace 24 años
  Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table hace 24 años
  Roberto Ierusalimschy e1d072571e better syntax for type casts hace 24 años
  Roberto Ierusalimschy 8c8ad5f3ff better locality of assignment of table values hace 24 años
  Roberto Ierusalimschy 654b16e83a better performance for table operations (mainly for integer indices) hace 24 años
  Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... hace 24 años
  Roberto Ierusalimschy 1f9e3731d1 back to the basics (well-behaved variant record...) hace 24 años