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
/
lua.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-04
barrier for prototype's cache (with new gray list 'protogray' to keep
Roberto Ierusalimschy
7
-22
/
+95
2017-04-30
added 'cachemiss' field to prototype to avoid wasting time checking
Roberto Ierusalimschy
4
-6
/
+15
2017-04-29
bug: cannot "skip" labels after if-goto before the jump over the
Roberto Ierusalimschy
1
-2
/
+2
2017-04-29
details in 'findsetreg'
Roberto Ierusalimschy
1
-19
/
+17
2017-04-28
new opcodes for table access with constant keys (strings and integers)
Roberto Ierusalimschy
7
-99
/
+245
2017-04-26
new opcode OP_ADDI (for immediate integer operand) (Experimental)
Roberto Ierusalimschy
5
-11
/
+65
2017-04-25
detail (using unsigned comparison in range check for LOADI)
Roberto Ierusalimschy
1
-2
/
+2
2017-04-25
registers in a VINDEXED expression must be freed in order
Roberto Ierusalimschy
1
-11
/
+19
2017-04-24
opcodes 'OP_GETTABUP'/'OP_SETTABUP' operate only with string keys,
Roberto Ierusalimschy
3
-10
/
+30
2017-04-24
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
Roberto Ierusalimschy
6
-27
/
+21
2017-04-24
ensures that "collectgarbage'step'" in generational mode does a
Roberto Ierusalimschy
1
-4
/
+9
2017-04-24
'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (instead
Roberto Ierusalimschy
5
-21
/
+21
2017-04-20
new opcode LOADI (for loading immediate integers)
Roberto Ierusalimschy
6
-12
/
+27
2017-04-20
small bug in generational control
Roberto Ierusalimschy
1
-5
/
+6
2017-04-20
macros to define default parameters for generational collection
Roberto Ierusalimschy
1
-3
/
+8
2017-04-19
corrected some checks about colors of old objects + new test function
Roberto Ierusalimschy
1
-15
/
+46
2017-04-19
first version of control for the generational collector
Roberto Ierusalimschy
3
-7
/
+21
2017-04-19
new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' inside
Roberto Ierusalimschy
2
-3
/
+11
2017-04-19
detail in usage message for '-l' option
Roberto Ierusalimschy
1
-2
/
+2
2017-04-18
memory check adapted to generational mode
Roberto Ierusalimschy
1
-63
/
+133
2017-04-12
removed initialization of 'GCestimate' (it is initialized during
Roberto Ierusalimschy
1
-2
/
+1
2017-04-12
small corrections + removal of debugging functions 'count' and
Roberto Ierusalimschy
1
-48
/
+4
2017-04-11
'mainthread' lives in 'allgc' list, like everybody else
Roberto Ierusalimschy
2
-13
/
+10
2017-04-11
Upvalues collected like everything else (with mark-sweep) instead
Roberto Ierusalimschy
9
-127
/
+97
2017-04-10
Comments for generational collector
Roberto Ierusalimschy
2
-66
/
+131
2017-04-06
small changes in 'luaC_upvalbarrier'
Roberto Ierusalimschy
5
-20
/
+19
2017-04-05
generational collector (still not complete)
Roberto Ierusalimschy
4
-102
/
+324
2017-03-14
added 'return' to calls to 'luaL_error' (to signal to the compiler
Roberto Ierusalimschy
3
-9
/
+11
2017-02-23
generational collection: new attempt (still incomplete)
Roberto Ierusalimschy
8
-40
/
+195
2017-02-15
comments about gray lists
Roberto Ierusalimschy
1
-1
/
+19
2017-02-09
error when calling close method without arguments (e.g.,
Roberto Ierusalimschy
1
-4
/
+9
2017-01-31
small updates
v5.3.4
Roberto Ierusalimschy
1
-7
/
+10
2017-01-12
Handling of LUA_PATH/LUA_CPATH moved back to 'package' library
Roberto Ierusalimschy
3
-94
/
+101
2016-12-22
release 5.3.4 (year 2017)
Roberto Ierusalimschy
1
-4
/
+4
2016-12-22
detail (removing spaces at end of lines)
Roberto Ierusalimschy
12
-30
/
+30
2016-12-20
Using LUAI_UAC* types more consistently on vararg calls
Roberto Ierusalimschy
5
-24
/
+35
2016-12-13
'moveresults' and 'luaD_poscall' moved up in the file
Roberto Ierusalimschy
1
-67
/
+67
2016-12-13
LUA_PATHSUFFIX -> LUA_VERSUFFIX + LUA_VERSUFFIX used in the
Roberto Ierusalimschy
1
-7
/
+7
2016-12-06
detail (wrong comment)
Roberto Ierusalimschy
1
-2
/
+2
2016-12-04
using constants for "_LOADED" and "PRELOAD"
Roberto Ierusalimschy
5
-27
/
+34
2016-12-04
'luaL_tolstring' uses metatable's "__name" when available
Roberto Ierusalimschy
1
-5
/
+14
2016-11-07
using 'lastfree == NULL' to signal that table is using the dummy
Roberto Ierusalimschy
4
-30
/
+38
2016-10-19
bug: When a coroutine tries to resume a non-suspended coroutine,
Roberto Ierusalimschy
1
-2
/
+28
2016-10-19
check whether function is finalizer when finding a name for it +
Roberto Ierusalimschy
1
-13
/
+32
2016-10-19
new flag in 'CallInfo.callstatus' to tell whether function is running
Roberto Ierusalimschy
2
-2
/
+5
2016-09-20
detail (ANSI C does not accept empty arguments to macros)
Roberto Ierusalimschy
1
-3
/
+3
2016-09-08
cleaner and more correct code for 'luaD_shrinkstack' (the old
Roberto Ierusalimschy
1
-5
/
+8
2016-09-05
bug (with compat on): 'ipairs' can work with any type that provides
Roberto Ierusalimschy
1
-2
/
+2
2016-09-05
comments + removed unused variable
Roberto Ierusalimschy
1
-10
/
+6
2016-09-01
detail (macro 'l_checkmode' reimplemented as function)
Roberto Ierusalimschy
1
-5
/
+6
[next]