summaryrefslogtreecommitdiff
path: root/lvm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* new macro 'cvt2num' to better control whether strings are convertibleRoberto Ierusalimschy2014-07-301-8/+15
* new macro 'cvt2str' to better control whether numbers are convertibleRoberto Ierusalimschy2014-07-301-2/+8
* function 'luaV_numtointeger' changed to a global macroRoberto Ierusalimschy2014-05-261-2/+1
* no more integer exponentiationRoberto Ierusalimschy2014-05-121-2/+1
* n^-m gives float result (instead of error)Roberto Ierusalimschy2014-04-271-2/+2
* cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable fromRoberto Ierusalimschy2014-04-151-2/+2
* macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, thatRoberto Ierusalimschy2014-04-151-3/+2
* macro 'tostring' is used only by 'luaV_concat'Roberto Ierusalimschy2014-03-311-3/+1
* first implementation of '<<', '>>', and '~' (bitwise not)Roberto Ierusalimschy2013-12-301-1/+2
* integer exponentiation with negative exponent is invalidRoberto Ierusalimschy2013-12-161-2/+2
* new macro 'intop' (to perform integer arithmetic on unsigned types)Roberto Ierusalimschy2013-05-021-1/+3
* new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM'Roberto Ierusalimschy2013-04-291-3/+6
* new interface for 'tonumber'Roberto Ierusalimschy2013-04-261-3/+4
* integer handling for order comparisons, power, and modulo operationsRoberto Ierusalimschy2013-04-251-1/+4
* first steps in the support of integers: basic representation + table indexing...Roberto Ierusalimschy2013-04-151-8/+4
* detailRoberto Ierusalimschy2013-01-081-3/+2
* more uniform names for 'equalobj'-related functionsRoberto Ierusalimschy2011-05-311-5/+5
* no need for two different implementations for equality (one raw andRoberto Ierusalimschy2011-05-311-1/+5
* new macro 'ttisequal'Roberto Ierusalimschy2011-04-051-3/+2
* 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'Roberto Ierusalimschy2009-12-171-1/+2
* 'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions)Roberto Ierusalimschy2009-11-191-3/+3
* avoid using 'ttype' when there is an explicit testRoberto Ierusalimschy2009-11-061-4/+3
* exports luaV_arith to be used by lua_arithRoberto Ierusalimschy2009-06-171-1/+3
* 'lessequal' renamed 'luaV_lessequal' and exported to be used byRoberto Ierusalimschy2009-06-171-1/+2
* small bug in 'luaV_concat' (L->top was left incorrect in some cases)Roberto Ierusalimschy2009-05-271-2/+2
* yielding across lua_call (first version)Roberto Ierusalimschy2009-03-101-1/+2
* better control of call status through CallInfoRoberto Ierusalimschy2008-08-261-2/+2
* better documentation for auxiliary functions (that should be called onlyRoberto Ierusalimschy2007-02-091-3/+5
* small improvementsRoberto Ierusalimschy2005-08-221-2/+2
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-9/+11
* removed dirt optimizations that gave small gainsRoberto Ierusalimschy2005-04-041-5/+3
* small steps towards yields in iterators and tag methodsRoberto Ierusalimschy2004-05-141-3/+5
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-6/+6
* new way to control `pc' of running functionsRoberto Ierusalimschy2003-07-161-2/+2
* inlining of `luaV_gettable' were too complex (dirty)Roberto Ierusalimschy2003-05-051-3/+2
* better code to signal write barriersRoberto Ierusalimschy2002-11-141-2/+2
* (much) cleaner way to control function statesRoberto Ierusalimschy2002-08-071-8/+1
* new implementation for error handlingRoberto Ierusalimschy2002-08-051-1/+8
* optimizations for gettable (temporary)Roberto Ierusalimschy2002-07-051-2/+3
* `luaV_gettable' returns element positionRoberto Ierusalimschy2002-06-241-2/+2
* new fallback for equality `__eq'Roberto Ierusalimschy2002-06-131-1/+5
* new fallback __le (less equal), for partial orderRoberto Ierusalimschy2002-06-121-2/+2
* `strconc' -> `concat'Roberto Ierusalimschy2002-06-031-2/+2
* new format for test intructions (handle NaN correctly)Roberto Ierusalimschy2002-05-061-2/+2
* erroneous objects may not live in the stackRoberto Ierusalimschy2002-03-191-3/+3
* `inline' of tonumberRoberto Ierusalimschy2002-03-041-2/+3
* details.Roberto Ierusalimschy2002-02-071-1/+3
* preparations for stack reallocationRoberto Ierusalimschy2002-01-161-1/+1
* first implementation of coroutinesRoberto Ierusalimschy2002-01-091-1/+1
* tag system replaced by event tablesRoberto Ierusalimschy2001-12-051-3/+1