index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ltm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
metamethods for 'removekey'/'keyin'
Roberto Ierusalimschy
2018-02-27
1
-1
/
+30
*
better names for macros for tags and types.
Roberto Ierusalimschy
2018-02-26
1
-4
/
+4
*
first version of empty entries in tables
Roberto Ierusalimschy
2018-02-23
1
-4
/
+4
*
new opcodes OP_GTI/OP_GEI
Roberto Ierusalimschy
2018-02-21
1
-3
/
+2
*
correct way to check stack space for vararg functions
Roberto Ierusalimschy
2018-02-17
1
-3
/
+5
*
some simplifications/optimizations in returns from Lua functions
Roberto Ierusalimschy
2018-02-15
1
-4
/
+6
*
vararg back to '...' (but with another implementation)
Roberto Ierusalimschy
2018-02-09
1
-32
/
+23
*
new opcode 'PREPVARARG'
Roberto Ierusalimschy
2018-02-07
1
-2
/
+3
*
bug in tailcall of vararg functions
Roberto Ierusalimschy
2018-01-28
1
-9
/
+8
*
calling a vararg function needs to check GC
Roberto Ierusalimschy
2018-01-28
1
-1
/
+3
*
keep control of stack top in Lua functions concentrated in 'luaV_execute'
Roberto Ierusalimschy
2017-12-28
1
-17
/
+5
*
when running Lua code, there is no need to keep 'L->top' "correct";
Roberto Ierusalimschy
2017-12-20
1
-7
/
+19
*
new macro 'isLuacode' (to distinguish regular Lua code from
Roberto Ierusalimschy
2017-12-19
1
-3
/
+3
*
'Proto->numparams' does not include vararg parameter
Roberto Ierusalimschy
2017-12-15
1
-2
/
+2
*
new opcodes BANDK/BORK/BXORK. (They do not use immediate operands
Roberto Ierusalimschy
2017-12-13
1
-7
/
+12
*
warnings from Visual Studio /W3
Roberto Ierusalimschy
2017-11-30
1
-2
/
+2
*
new opcodes 'OP_LTI' and 'OP_LEI'
Roberto Ierusalimschy
2017-11-27
1
-1
/
+15
*
small simplifications around 'luaT_callorderTM'
Roberto Ierusalimschy
2017-11-23
1
-4
/
+13
*
new function 'luaV_flttointeger' to convert floats to integers (without
Roberto Ierusalimschy
2017-11-08
1
-3
/
+2
*
back to 'CallInfo' (no gains with its removal)
Roberto Ierusalimschy
2017-11-07
1
-3
/
+3
*
more fields moved out of 'CallInfo'
Roberto Ierusalimschy
2017-11-03
1
-3
/
+3
*
avoid warning about 'const'
Roberto Ierusalimschy
2017-10-04
1
-2
/
+2
*
new function 'luaT_trybiniTM'
Roberto Ierusalimschy
2017-09-27
1
-1
/
+13
*
no more reference 'memerrmsg' + new reference to "n"
Roberto Ierusalimschy
2017-07-27
1
-3
/
+3
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-17
/
+29
*
back to old-style vararg system (with vararg table collecting extra
Roberto Ierusalimschy
2017-05-13
1
-1
/
+39
*
detail ('luaT_callbinTM' does not need to be extern)
Roberto Ierusalimschy
2017-05-08
1
-5
/
+5
*
Upvalues collected like everything else (with mark-sweep) instead
Roberto Ierusalimschy
2017-04-11
1
-2
/
+2
*
detail (removing spaces at end of lines)
Roberto Ierusalimschy
2016-12-22
1
-2
/
+2
*
When available, use metafield '__name' in error messages
Roberto Ierusalimschy
2016-02-26
1
-1
/
+17
*
bug: despite its name, 'luaH_getstr' did not work for strings in
Roberto Ierusalimschy
2015-11-03
1
-3
/
+3
*
in 'luaD_call', use two functions instead of one with fixed boolean
Roberto Ierusalimschy
2015-11-02
1
-5
/
+10
*
details (avoid 'lint' warnings)
Roberto Ierusalimschy
2015-03-30
1
-2
/
+3
*
'x//y' extended to floats
Roberto Ierusalimschy
2014-11-21
1
-3
/
+3
*
detail (comment)
Roberto Ierusalimschy
2014-11-10
1
-2
/
+2
*
better error message for bitwise operators (they are not arithmetic...)
Roberto Ierusalimschy
2014-11-10
1
-2
/
+4
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-4
/
+6
*
type 'TString' refers directly to the structure inside the union
Roberto Ierusalimschy
2014-07-18
1
-2
/
+2
*
added check for conversion 'obj2gco' (and corrections for small
Roberto Ierusalimschy
2014-07-18
1
-2
/
+2
*
more relaxed rules for __eq metamethod (more similar to other
Roberto Ierusalimschy
2014-06-10
1
-14
/
+1
*
errors like 1e100 << "2" were giving wrong messages
Roberto Ierusalimschy
2014-04-11
1
-3
/
+5
*
first implementation of '<<', '>>', and '~' (bitwise not)
Roberto Ierusalimschy
2013-12-30
1
-9
/
+14
*
first implementation of bitwise operators '&' (band), '|' (bor),
Roberto Ierusalimschy
2013-12-18
1
-1
/
+2
*
new order for binary operations (grouping them by type of result)
Roberto Ierusalimschy
2013-12-16
1
-3
/
+4
*
upvalues collected by reference count
Roberto Ierusalimschy
2013-08-27
1
-2
/
+2
*
"fixed" objects kept in a separated list (instead of being kept in
Roberto Ierusalimschy
2013-08-21
1
-2
/
+2
*
correct error message for conversion errors from float to int
Roberto Ierusalimschy
2013-05-06
1
-1
/
+3
*
new function 'luaT_trybinTM'
Roberto Ierusalimschy
2013-04-29
1
-1
/
+13
*
new operation '//' (integer division)
Roberto Ierusalimschy
2013-04-26
1
-2
/
+2
*
functions 'get_equalTM' and 'call_orderTM' moved to other files
Roberto Ierusalimschy
2013-04-25
1
-1
/
+24
[next]