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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free bit 7 of GC 'marked' field
Roberto Ierusalimschy
2020-08-07
1
-0
/
+9
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-1
/
+1
*
First version of OP_MMBIN opcodes
Roberto Ierusalimschy
2019-08-27
1
-1
/
+1
*
Change in the handling of 'L->top' when calling metamethods
Roberto Ierusalimschy
2019-07-26
1
-0
/
+1
*
Keep correct type for immediate operands in comparisons
Roberto Ierusalimschy
2019-03-22
1
-1
/
+1
*
New macros for arithmetic/bitwise operations in 'luaV_execute'
Roberto Ierusalimschy
2018-11-05
1
-1
/
+1
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-0
/
+1
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
change in 'LUAI_DDEC' to allow variables to be static in 'onelua'
Roberto Ierusalimschy
2018-06-18
1
-2
/
+2
*
added 'const' to 'Proto*' when possible
Roberto Ierusalimschy
2018-06-08
1
-2
/
+2
*
no more 'luaH_emptyobject' and comparisons of addresses of global variables
Roberto Ierusalimschy
2018-06-01
1
-2
/
+2
*
avoid circular inclusion between ltm.h <-> lstate.h
Roberto Ierusalimschy
2018-05-23
1
-2
/
+1
*
no more nil-in-table
Roberto Ierusalimschy
2018-04-04
1
-5
/
+1
*
metamethods for 'removekey'/'keyin'
Roberto Ierusalimschy
2018-02-27
1
-1
/
+5
*
first version of empty entries in tables
Roberto Ierusalimschy
2018-02-23
1
-1
/
+7
*
correct way to check stack space for vararg functions
Roberto Ierusalimschy
2018-02-17
1
-2
/
+2
*
vararg back to '...' (but with another implementation)
Roberto Ierusalimschy
2018-02-09
1
-4
/
+6
*
new opcode 'PREPVARARG'
Roberto Ierusalimschy
2018-02-07
1
-2
/
+2
*
bug in tailcall of vararg functions
Roberto Ierusalimschy
2018-01-28
1
-2
/
+2
*
new opcodes BANDK/BORK/BXORK. (They do not use immediate operands
Roberto Ierusalimschy
2017-12-13
1
-1
/
+3
*
new opcodes 'OP_LTI' and 'OP_LEI'
Roberto Ierusalimschy
2017-11-27
1
-1
/
+3
*
new function 'luaT_trybiniTM'
Roberto Ierusalimschy
2017-09-27
1
-1
/
+3
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-3
/
+5
*
back to old-style vararg system (with vararg table collecting extra
Roberto Ierusalimschy
2017-05-13
1
-1
/
+4
*
detail ('luaT_callbinTM' does not need to be extern)
Roberto Ierusalimschy
2017-05-08
1
-3
/
+1
*
When available, use metafield '__name' in error messages
Roberto Ierusalimschy
2016-02-26
1
-2
/
+3
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-2
/
+2
*
more relaxed rules for __eq metamethod (more similar to other
Roberto Ierusalimschy
2014-06-10
1
-2
/
+1
*
first implementation of '<<', '>>', and '~' (bitwise not)
Roberto Ierusalimschy
2013-12-30
1
-1
/
+4
*
first implementation of bitwise operators '&' (band), '|' (bor),
Roberto Ierusalimschy
2013-12-18
1
-1
/
+4
*
new order for binary operations (grouping them by type of result)
Roberto Ierusalimschy
2013-12-16
1
-4
/
+4
*
new function 'luaT_trybinTM'
Roberto Ierusalimschy
2013-04-29
1
-1
/
+3
*
new operation '//' (integer division)
Roberto Ierusalimschy
2013-04-26
1
-1
/
+2
*
functions 'get_equalTM' and 'call_orderTM' moved to other files
Roberto Ierusalimschy
2013-04-25
1
-1
/
+6
*
functions 'traceexec', 'callTM', and 'call_binTM' moved to other
Roberto Ierusalimschy
2013-04-25
1
-1
/
+6
*
'ttypenv' -> 'ttnov'
Roberto Ierusalimschy
2013-04-12
1
-2
/
+2
*
small problems with 'luaone.c'
Roberto Ierusalimschy
2011-02-28
1
-2
/
+2
*
first implementation of light C functions
Roberto Ierusalimschy
2010-04-14
1
-2
/
+3
*
"no value" added to array luaT_typenames + occurrences of "userdata"
Roberto Ierusalimschy
2010-01-13
1
-2
/
+4
*
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
Roberto Ierusalimschy
2009-11-19
1
-2
/
+2
*
tables and strings respect __len metamethod
Roberto Ierusalimschy
2007-09-10
1
-2
/
+2
*
new mark LUAI_DATA for extern data
Roberto Ierusalimschy
2005-06-06
1
-2
/
+2
*
details
Roberto Ierusalimschy
2005-05-20
1
-2
/
+2
*
metatables for all types
Roberto Ierusalimschy
2005-05-05
1
-1
/
+2
*
added LUAI_FUNC to functions not in the API
Roberto Ierusalimschy
2005-04-25
1
-5
/
+6
*
new `mod' (`%') operator
Roberto Ierusalimschy
2005-03-08
1
-1
/
+2
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-3
/
+3
*
default metatable can be NULL
Roberto Ierusalimschy
2003-12-01
1
-3
/
+3
*
back to `__mode' metafield to specify weakness
Roberto Ierusalimschy
2002-11-14
1
-3
/
+6
*
unification of __index & __gettable (and __newindex & __settable)
Roberto Ierusalimschy
2002-09-19
1
-3
/
+1
[next]