Roberto Ierusalimschy
|
a2195644d8
Fixed bug: invalid 'oldpc' when returning to a function
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
31b8c2d438
Fixed bug of access violation in finalizers
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
eb41999461
Fixed bugs of stack reallocation x GC
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
ae809e9fd1
'luaV_concat' can "concat" one single value
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
6eb53b7526
Details
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
9b7987a9d1
OP_LOADFALSE broken in two instructions
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
46c3587a6f
Clearer distinction between types and tags
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
5ff408d218
Changed internal representation of booleans
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
1e0ad018ce
Comment about LUA_COMPAT_LT_LE moved to proper place
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
95735bda46
Simplifications in 'op_arith*' family of macros
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
d30569c064
Using an enumeration for float->integer coercion modes
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
2d92102dee
'l_mathlim' renamed to 'l_floatatt'
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
490ecfcaa1
Better comments about the use of 'k' in opcodes
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
81f2401c6d
Code reorganization for opcodes OP_FORPREP and OP_FORLOOP
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
5f83fb6582
Details
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
7d526e75a7
Fixed bug in tail calls of __call chains
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
c12983cf8a
Fixed warnings from Keil compiler
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
91dad09f65
Removed arithmetic opcodes with immediate operand
|
5 gadi atpakaļ |
Roberto Ierusalimschy
|
72a094bda7
Undo change in the handling of 'L->top' (commit b80077b8f3)
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
46b84580d6
Use of 'MMBIN' opcodes extended to shift operators
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
df13f25948
First version of OP_MMBIN opcodes
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
643188d6e5
Fixed missing case in 'luaV_finishOp'
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
3df5624ff4
Fixed bug when yiedling inside OP_ADDK opcode
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
f645d31573
To-be-closed variables must be closed on initialization
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
b80077b8f3
Change in the handling of 'L->top' when calling metamethods
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
9a37dc0ce6
Small corrections when setting 'L->top'
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
9e6807c3c9
Do not collect open upvalues
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
440a5ee78c
Fixed bug for emergency collection in upvalue creation
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
d36a31e673
Reviving HARDMEMTESTS
|
6 gadi atpakaļ |
Roberto Ierusalimschy
|
024a6071ca
Small bug with stack reallocation
|
6 gadi atpakaļ |