summaryrefslogtreecommitdiff
path: root/lvm.c
Commit message (Expand)AuthorAgeFilesLines
* Bug: Wrong line in error message for arith. errorsRoberto Ierusalimschy2023-02-081-0/+4
* Stack indices changed to union'sRoberto Ierusalimschy2022-10-291-50/+50
* Negation in constant folding of '>>' may overflowRoberto Ierusalimschy2022-09-231-3/+1
* 'luaV_concat' can use invalidated pointer to stackRoberto Ierusalimschy2022-05-231-3/+3
* Save stack space while handling errorsRoberto Ierusalimschy2022-05-201-2/+4
* DetailsRoberto Ierusalimschy2022-04-011-1/+1
* Avoid computing invalid addressesRoberto Ierusalimschy2022-02-181-32/+89
* More uniform implementation for tail callsRoberto Ierusalimschy2021-10-291-14/+5
* DocumentationRoberto Ierusalimschy2021-10-111-1/+1
* Using 'inline' in some functionsRoberto Ierusalimschy2021-09-151-6/+6
* 'luaD_tryfuncTM' checks stack space by itselfRoberto Ierusalimschy2021-08-181-5/+6
* Undo simplification of tail calls (commit 901d760)Roberto Ierusalimschy2021-08-181-4/+17
* Bug: Negation in 'luaV_shiftr' may overflowRoberto Ierusalimschy2021-07-221-1/+1
* Simplification in the parameters of 'luaD_precall'Roberto Ierusalimschy2021-06-301-2/+2
* C functions can be tail called, tooRoberto Ierusalimschy2021-06-141-8/+1
* Simpler implementation for tail callsRoberto Ierusalimschy2021-06-111-13/+7
* Bug: yielding in '__close' mess up number of returnsRoberto Ierusalimschy2021-04-161-1/+11
* Bug: Lua source should not use C99 comments ("//")Roberto Ierusalimschy2021-04-101-2/+4
* Don't use tointegerns when luaV_tointegerns will doRoberto Ierusalimschy2021-02-241-2/+7
* DetailsRoberto Ierusalimschy2021-02-241-2/+2
* Broadening the use of branch hintsRoberto Ierusalimschy2021-02-241-19/+20
* New implementation for to-be-closed variablesRoberto Ierusalimschy2021-02-091-4/+2
* Fixed some bugs around stack reallocationRoberto Ierusalimschy2021-02-051-0/+2
* Allow yields inside '__close' metamethodsRoberto Ierusalimschy2021-01-131-3/+7
* Cleaner handling of errors in '__close' metamethodsRoberto Ierusalimschy2020-12-281-1/+1
* Changes in the API of 'luaH_set' and related functionsRoberto Ierusalimschy2020-12-041-4/+1
* Fixed wrong trace of vararg functionsRoberto Ierusalimschy2020-10-191-20/+25
* No more field 'lua_State.stacksize'Roberto Ierusalimschy2020-10-121-1/+1
* Correct handling of 'luaV_execute' invocationsRoberto Ierusalimschy2020-10-121-12/+13
* Revision of stackless implementationRoberto Ierusalimschy2020-10-121-3/+3
* Back to a stackless implementationRoberto Ierusalimschy2020-10-121-7/+20
* Fixed bug: invalid 'oldpc' when returning to a functionRoberto Ierusalimschy2020-07-171-1/+1
* Fixed bug of access violation in finalizersRoberto Ierusalimschy2020-07-081-4/+3
* Fixed bugs of stack reallocation x GCRoberto Ierusalimschy2020-07-071-1/+1
* 'luaV_concat' can "concat" one single valueRoberto Ierusalimschy2020-07-031-5/+4
* DetailsRoberto Ierusalimschy2020-02-271-6/+7
* OP_LOADFALSE broken in two instructionsRoberto Ierusalimschy2020-02-111-1/+5
* Clearer distinction between types and tagsRoberto Ierusalimschy2020-01-311-12/+12
* Changed internal representation of booleansRoberto Ierusalimschy2020-01-061-7/+12
* Comment about LUA_COMPAT_LT_LE moved to proper placeRoberto Ierusalimschy2019-12-101-6/+3
* Simplifications in 'op_arith*' family of macrosRoberto Ierusalimschy2019-12-051-47/+27
* Using an enumeration for float->integer coercion modesRoberto Ierusalimschy2019-12-051-14/+11
* 'l_mathlim' renamed to 'l_floatatt'Roberto Ierusalimschy2019-12-051-1/+1
* Better comments about the use of 'k' in opcodesRoberto Ierusalimschy2019-12-051-11/+11
* Code reorganization for opcodes OP_FORPREP and OP_FORLOOPRoberto Ierusalimschy2019-12-041-75/+116
* DetailsRoberto Ierusalimschy2019-11-181-1/+1
* Fixed bug in tail calls of __call chainsRoberto Ierusalimschy2019-10-281-1/+2
* Fixed warnings from Keil compilerRoberto Ierusalimschy2019-10-251-6/+3
* Removed arithmetic opcodes with immediate operandRoberto Ierusalimschy2019-09-101-24/+0
* Undo change in the handling of 'L->top' (commit b80077b8f3)Roberto Ierusalimschy2019-08-291-10/+9