Historie revizí

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