Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings hace 7 años
  Roberto Ierusalimschy 6e600695f8 field 'sizearray' in struct 'Table' changed to 'alimit', which can hace 7 años
  Roberto Ierusalimschy fb8fa66136 no more 'luaH_emptyobject' and comparisons of addresses of global variables hace 7 años
  Roberto Ierusalimschy 9243c414d9 first version of empty entries in tables hace 7 años
  Roberto Ierusalimschy b6f87491af in hash nodes, keys are stored in separate pieces to avoid wasting hace 8 años
  Roberto Ierusalimschy e39ee2cc58 'luaH_getn' must return 'lua_Unsigned' (or 'lua_Integer'), to hace 8 años
  Roberto Ierusalimschy 2a235312f0 detail (removing spaces at end of lines) hace 8 años
  Roberto Ierusalimschy 7b1fba69b7 using 'lastfree == NULL' to signal that table is using the dummy hace 8 años
  Roberto Ierusalimschy 46de77b219 bug: despite its name, 'luaH_getstr' did not work for strings in hace 9 años
  Roberto Ierusalimschy 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to hace 11 años
  Roberto Ierusalimschy 07c7fdb9df simpler definition for 'setobj' (trust the compiler for the assignment) hace 11 años
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using hace 12 años
  Roberto Ierusalimschy d4e6b75098 "integer" keys in tables are now lua_Integer, not 'int'. hace 12 años
  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 21 años
  Roberto Ierusalimschy b114142799 new auxiliary function `luaH_setstr' hace 22 años