index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lvm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Details
Roberto Ierusalimschy
2020-02-27
1
-6
/
+7
*
OP_LOADFALSE broken in two instructions
Roberto Ierusalimschy
2020-02-11
1
-1
/
+5
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-12
/
+12
*
Changed internal representation of booleans
Roberto Ierusalimschy
2020-01-06
1
-7
/
+12
*
Comment about LUA_COMPAT_LT_LE moved to proper place
Roberto Ierusalimschy
2019-12-10
1
-6
/
+3
*
Simplifications in 'op_arith*' family of macros
Roberto Ierusalimschy
2019-12-05
1
-47
/
+27
*
Using an enumeration for float->integer coercion modes
Roberto Ierusalimschy
2019-12-05
1
-14
/
+11
*
'l_mathlim' renamed to 'l_floatatt'
Roberto Ierusalimschy
2019-12-05
1
-1
/
+1
*
Better comments about the use of 'k' in opcodes
Roberto Ierusalimschy
2019-12-05
1
-11
/
+11
*
Code reorganization for opcodes OP_FORPREP and OP_FORLOOP
Roberto Ierusalimschy
2019-12-04
1
-75
/
+116
*
Details
Roberto Ierusalimschy
2019-11-18
1
-1
/
+1
*
Fixed bug in tail calls of __call chains
Roberto Ierusalimschy
2019-10-28
1
-1
/
+2
*
Fixed warnings from Keil compiler
Roberto Ierusalimschy
2019-10-25
1
-6
/
+3
*
Removed arithmetic opcodes with immediate operand
Roberto Ierusalimschy
2019-09-10
1
-24
/
+0
*
Undo change in the handling of 'L->top' (commit b80077b8f3)
Roberto Ierusalimschy
2019-08-29
1
-10
/
+9
*
Use of 'MMBIN' opcodes extended to shift operators
Roberto Ierusalimschy
2019-08-28
1
-62
/
+40
*
First version of OP_MMBIN opcodes
Roberto Ierusalimschy
2019-08-27
1
-39
/
+46
*
Fixed missing case in 'luaV_finishOp'
Roberto Ierusalimschy
2019-08-27
1
-1
/
+1
*
Fixed bug when yiedling inside OP_ADDK opcode
Roberto Ierusalimschy
2019-08-21
1
-0
/
+3
*
To-be-closed variables must be closed on initialization
Roberto Ierusalimschy
2019-07-31
1
-4
/
+2
*
Change in the handling of 'L->top' when calling metamethods
Roberto Ierusalimschy
2019-07-26
1
-20
/
+24
*
Small corrections when setting 'L->top'
Roberto Ierusalimschy
2019-07-25
1
-4
/
+3
*
Do not collect open upvalues
Roberto Ierusalimschy
2019-07-22
1
-1
/
+1
*
Fixed bug for emergency collection in upvalue creation
Roberto Ierusalimschy
2019-07-19
1
-1
/
+1
*
Reviving HARDMEMTESTS
Roberto Ierusalimschy
2019-07-18
1
-3
/
+6
*
Small bug with stack reallocation
Roberto Ierusalimschy
2019-07-18
1
-3
/
+6
*
Micro optimization in OP_RETURN and OP_TAILCALL
Roberto Ierusalimschy
2019-07-16
1
-7
/
+6
*
Avoid setting the stack top below upvalues to be closed
Roberto Ierusalimschy
2019-07-16
1
-2
/
+4
*
Unification of size representation in OP_NEWTABLE and OP_SETLIST
Roberto Ierusalimschy
2019-07-15
1
-14
/
+14
*
Reordering of instructions in the main loop
Roberto Ierusalimschy
2019-07-12
1
-44
/
+44
*
OP_NEWTABLE keeps exact size of arrays
Roberto Ierusalimschy
2019-07-12
1
-1
/
+5
*
Details
Roberto Ierusalimschy
2019-07-10
1
-3
/
+2
*
Cleaning macros in 'luaV_execute'
Roberto Ierusalimschy
2019-06-21
1
-6
/
+14
*
bug in 5.4 alpha rc1: to-be-closed x vararg functions
Roberto Ierusalimschy
2019-06-03
1
-1
/
+1
*
Details
Roberto Ierusalimschy
2019-06-03
1
-2
/
+2
*
Fixed wrong error message in 'return math.seed(0)'
Roberto Ierusalimschy
2019-04-04
1
-4
/
+6
*
Fixed small bugs/issues
Roberto Ierusalimschy
2019-03-25
1
-4
/
+8
*
Keep correct type for immediate operands in comparisons
Roberto Ierusalimschy
2019-03-22
1
-52
/
+44
*
Details in the implementation of the integer 'for' loop
Roberto Ierusalimschy
2019-03-21
1
-44
/
+43
*
New semantics for the integer 'for' loop
Roberto Ierusalimschy
2019-03-19
1
-73
/
+74
*
Optional 'init' argument to 'string.gmatch'
Roberto Ierusalimschy
2019-01-08
1
-7
/
+7
*
New functions 'lua_resetthread' and 'coroutine.kill'
Roberto Ierusalimschy
2018-12-13
1
-1
/
+1
*
Calls cannot be tail in the scope of a to-be-closed variable
Roberto Ierusalimschy
2018-12-04
1
-1
/
+1
*
A to-be-closed variable must have a closable value (or be nil)
Roberto Ierusalimschy
2018-11-29
1
-4
/
+3
*
Some bugs with stack reallocation by 'luaF_close'
Roberto Ierusalimschy
2018-11-24
1
-12
/
+9
*
Added opcodes for arithmetic with K operands
Roberto Ierusalimschy
2018-11-23
1
-0
/
+61
*
Details
Roberto Ierusalimschy
2018-11-22
1
-5
/
+7
*
To-be-closed variable in 'for' loop separated from the state
Roberto Ierusalimschy
2018-11-07
1
-11
/
+12
*
New macros for arithmetic/bitwise operations in 'luaV_execute'
Roberto Ierusalimschy
2018-11-05
1
-216
/
+152
*
Removed internal cache for closures
Roberto Ierusalimschy
2018-11-01
1
-37
/
+2
[next]