Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 07c7fdb9df simpler definition for 'setobj' (trust the compiler for the assignment) %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy d4e6b75098 "integer" keys in tables are now lua_Integer, not 'int'. %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 89b59eee73 bug: __newindex metamethod may not work if metatable is its own %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 92afcf2823 no more 'luaH_setstr (used only once) + 'luaH_setint' receives value %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy d9ea6eca7c macro 'key2tal' replaced by 'gkey' (as both were equal) %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy fbf866a1a5 macro 'gkey' returns a "real" TValue* %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 3135a6bbab luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers, %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) %!s(int64=19) %!d(string=hai) anos
  Roberto Ierusalimschy f8b7a5581e avoid unnecessary exports %!s(int64=19) %!d(string=hai) anos
  Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys %!s(int64=19) %!d(string=hai) anos
  Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy 9ffae705ee new "primitive" getn %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy 65726f3e2e cleaner interface to `ltable' %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment %!s(int64=21) %!d(string=hai) anos
  Roberto Ierusalimschy 4c5d7b2ddd small optimization for {f()} %!s(int64=21) %!d(string=hai) anos
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions %!s(int64=21) %!d(string=hai) anos
  Roberto Ierusalimschy b114142799 new auxiliary function `luaH_setstr' %!s(int64=22) %!d(string=hai) anos
  Roberto Ierusalimschy ab9e062928 name changes to avoid name collision between macros and variables %!s(int64=22) %!d(string=hai) anos
  Roberto Ierusalimschy 81e142fc14 detail (`key' is always on stack) %!s(int64=23) %!d(string=hai) anos
  Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield %!s(int64=23) %!d(string=hai) anos
  Roberto Ierusalimschy 71c716e5a8 avoid C identifiers beginning with '_' %!s(int64=23) %!d(string=hai) anos
  Roberto Ierusalimschy 57fb51f975 `luaH_next' works like `next' %!s(int64=23) %!d(string=hai) anos
  Roberto Ierusalimschy 592a309177 tag system replaced by event tables %!s(int64=24) %!d(string=hai) anos
  Roberto Ierusalimschy fca0a12e23 avoid clashing names between macros and fields %!s(int64=24) %!d(string=hai) anos
  Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table %!s(int64=24) %!d(string=hai) anos
  Roberto Ierusalimschy e1d072571e better syntax for type casts %!s(int64=24) %!d(string=hai) anos