Historique des commits

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