Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) hace 11 años
  Roberto Ierusalimschy a8f8c7fd80 integer exponentiation with negative exponent is invalid hace 11 años
  Roberto Ierusalimschy 6920a7f2e3 new macro 'intop' (to perform integer arithmetic on unsigned types) hace 12 años
  Roberto Ierusalimschy 88bf2f83c0 new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM' hace 12 años
  Roberto Ierusalimschy 4abe99dc34 new interface for 'tonumber' hace 12 años
  Roberto Ierusalimschy e381c582de integer handling for order comparisons, power, and modulo operations hace 12 años
  Roberto Ierusalimschy 07f861385e first steps in the support of integers: basic representation + table indexing + basic API ops (tointeger/pushinteger) + equality + a few extra stuff hace 12 años
  Roberto Ierusalimschy 0730a56d38 detail hace 12 años
  Roberto Ierusalimschy 821bd7025e more uniform names for 'equalobj'-related functions hace 14 años
  Roberto Ierusalimschy 9b7dddad7d no need for two different implementations for equality (one raw and hace 14 años
  Roberto Ierusalimschy 5286650894 new macro 'ttisequal' hace 14 años
  Roberto Ierusalimschy c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' hace 15 años
  Roberto Ierusalimschy b4c1824824 'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions) hace 16 años
  Roberto Ierusalimschy 155dd01163 avoid using 'ttype' when there is an explicit test hace 16 años
  Roberto Ierusalimschy 59a59fafc6 exports luaV_arith to be used by lua_arith hace 16 años
  Roberto Ierusalimschy 77fd93188e 'lessequal' renamed 'luaV_lessequal' and exported to be used by hace 16 años
  Roberto Ierusalimschy 57f8414de1 small bug in 'luaV_concat' (L->top was left incorrect in some cases) hace 16 años
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) hace 16 años
  Roberto Ierusalimschy f94cd2201c better control of call status through CallInfo hace 17 años
  Roberto Ierusalimschy 08f902cf49 better documentation for auxiliary functions (that should be called only hace 18 años
  Roberto Ierusalimschy 6fcd334ca0 small improvements hace 20 años
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API hace 20 años
  Roberto Ierusalimschy 0316308c0d removed dirt optimizations that gave small gains hace 20 años
  Roberto Ierusalimschy 0bda88e6cd small steps towards yields in iterators and tag methods hace 21 años
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions hace 22 años
  Roberto Ierusalimschy fa26d294ae new way to control `pc' of running functions hace 22 años
  Roberto Ierusalimschy fee9e473f2 inlining of `luaV_gettable' were too complex (dirty) hace 22 años
  Roberto Ierusalimschy b40c9f7a3c better code to signal write barriers hace 23 años
  Roberto Ierusalimschy 5016f43aa4 (much) cleaner way to control function states hace 23 años
  Roberto Ierusalimschy 4e23699aa6 new implementation for error handling hace 23 años