Историја ревизија

Аутор SHA1 Порука Датум
  Roberto Ierusalimschy 81e142fc14 detail (`key' is always on stack) пре 23 година
  Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield пре 23 година
  Roberto Ierusalimschy 71c716e5a8 avoid C identifiers beginning with '_' пре 23 година
  Roberto Ierusalimschy 57fb51f975 `luaH_next' works like `next' пре 23 година
  Roberto Ierusalimschy 592a309177 tag system replaced by event tables пре 24 година
  Roberto Ierusalimschy fca0a12e23 avoid clashing names between macros and fields пре 24 година
  Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table пре 24 година
  Roberto Ierusalimschy e1d072571e better syntax for type casts пре 24 година
  Roberto Ierusalimschy 8c8ad5f3ff better locality of assignment of table values пре 24 година
  Roberto Ierusalimschy 654b16e83a better performance for table operations (mainly for integer indices) пре 24 година
  Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... пре 24 година
  Roberto Ierusalimschy 1f9e3731d1 back to the basics (well-behaved variant record...) пре 24 година
  Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment пре 24 година
  Roberto Ierusalimschy caf01b5bfa better implementation for list "for" пре 24 година
  Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers пре 24 година
  Roberto Ierusalimschy 7959f3aebb easier way to erase 'dead' keys пре 24 година
  Roberto Ierusalimschy dabb19fc17 specialized versions for luaH_set (numbers and strings) пре 24 година
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) пре 25 година
  Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) пре 25 година
  Roberto Ierusalimschy 100bfec39a new implementation for `next' пре 25 година
  Roberto Ierusalimschy 8bcf622876 new signature for `luaH_set' пре 25 година
  Roberto Ierusalimschy 292c953018 new auxiliar function `luaH_setstr' пре 25 година
  Roberto Ierusalimschy c542aac0b9 collect dead indices in tables пре 25 година
  Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table пре 25 година
  Roberto Ierusalimschy 534c3a64d3 small optimizations for table access пре 25 година
  Roberto Ierusalimschy 544eeb1f9c details пре 26 година
  Roberto Ierusalimschy e5743adb21 macros `key', `val', and `node' don't need the state пре 26 година
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). пре 26 година
  Roberto Ierusalimschy 5a48255c9f invariant tests over tables performed externally, through a built-in пре 26 година
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. пре 26 година