Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 60a7492d24 new type 'ls_byte' for signed bytes hace 8 años
  Roberto Ierusalimschy 73ec04fcf3 no more 'DEADKEY'. Table traversals do not need to consider dead keys; hace 8 años
  Roberto Ierusalimschy d13a3fb070 detail hace 8 años
  Roberto Ierusalimschy b6f87491af in hash nodes, keys are stored in separate pieces to avoid wasting hace 8 años
  Roberto Ierusalimschy 4bb30f461b when assigning to a 'TValue', better assign only exact fields, hace 8 años
  Roberto Ierusalimschy dad85e4131 macro 'setobj2t' may not be an expression hace 8 años
  Roberto Ierusalimschy b029e7ea20 macro 'luaV_fastget' may need protection ({}) to be used inside hace 8 años
  Roberto Ierusalimschy 4bc33d64de avoid overflows in computation of step size hace 8 años
  Roberto Ierusalimschy 8821746841 updated GC states in function 'T.gcstate' hace 8 años
  Roberto Ierusalimschy 72d82a296c revamping the incremental collector hace 8 años
  Roberto Ierusalimschy 4804bbd9bb include first standard header files hace 8 años
  Roberto Ierusalimschy be0d951be8 bug: cannot reuse a dying upvalue hace 8 años
  Roberto Ierusalimschy a9dbc2d641 assert removed in 'luaO_arith' hace 8 años
  Roberto Ierusalimschy c25380c28d details (using proper version of 'setobj') hace 8 años
  Roberto Ierusalimschy 03094da80c detail (extra closing brackets) hace 8 años
  Roberto Ierusalimschy 01c96ad12e handling of inf, -inf, and NaN by string.format'%q' hace 8 años
  Roberto Ierusalimschy 1bdc328c75 bug: Lua crashes when building sequences with more than 2^30 elements. hace 8 años
  Roberto Ierusalimschy e3d52da144 BUG: in 'computesizes', 'twotoi' overflows when a sequence has hace 8 años
  Roberto Ierusalimschy e39ee2cc58 'luaH_getn' must return 'lua_Unsigned' (or 'lua_Integer'), to hace 8 años
  Roberto Ierusalimschy 84910e04e2 better implementation for 'hash_search', without using 'size_t' hace 8 años
  Roberto Ierusalimschy de74289049 table field names for dedicated opcodes can be restricted to hace 8 años
  Roberto Ierusalimschy 92b3deaffa details in OP_CALL + comments hace 8 años
  Roberto Ierusalimschy 49f7aab62a 'lua_rawlen' returns 'lua_Unsigned' instead of 'size_t'. (Real hace 8 años
  Roberto Ierusalimschy 3d879fbc5d reimplementation of 'luaH_getn', trying to handle numeric limits hace 8 años
  Roberto Ierusalimschy 6d95de83c6 no more field 'base' in CallInfo (base is always equal to 'func + 1', hace 8 años
  Roberto Ierusalimschy 5c8770f896 back to old-style vararg system (with vararg table collecting extra hace 8 años
  Roberto Ierusalimschy 7647d5d13d revamp of fast track for table access (table set uses the same hace 8 años
  Roberto Ierusalimschy 7184f6343a more integer fast tracks (for OP_LT, OP_LE, OP_SETTABLE, and OP_GETTABLE) hace 8 años
  Roberto Ierusalimschy b1b7790f7c detail ('1' -> '1u' in unsigned operation) hace 8 años
  Roberto Ierusalimschy ab5a650029 details (direct access to 'Ck' bit in instructions) hace 8 años