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
/
lstate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug when growing a stack
Roberto Ierusalimschy
2020-11-08
1
-1
/
+1
*
Hash always use all characters in a long string
Roberto Ierusalimschy
2020-10-12
1
-1
/
+1
*
No more field 'lua_State.stacksize'
Roberto Ierusalimschy
2020-10-12
1
-5
/
+3
*
Correct handling of 'luaV_execute' invocations
Roberto Ierusalimschy
2020-10-12
1
-1
/
+1
*
Revision of stackless implementation
Roberto Ierusalimschy
2020-10-12
1
-20
/
+25
*
Back to a stackless implementation
Roberto Ierusalimschy
2020-10-12
1
-41
/
+2
*
Optimization in 'markold'
Roberto Ierusalimschy
2020-07-29
1
-1
/
+1
*
Details
Roberto Ierusalimschy
2020-07-29
1
-2
/
+2
*
Fixed bug: invalid 'oldpc' when returning to a function
Roberto Ierusalimschy
2020-07-17
1
-0
/
+1
*
Avoid any code before locks in the API
Roberto Ierusalimschy
2020-07-06
1
-2
/
+3
*
Make sure that main thread is non yieldable
Roberto Ierusalimschy
2020-07-06
1
-0
/
+1
*
Detail in 'lua_resetthread'
Roberto Ierusalimschy
2020-06-17
1
-5
/
+4
*
'luaE_shrinkCI' shouldn't remove first free CallInfo
Roberto Ierusalimschy
2020-06-15
1
-8
/
+14
*
Improvements in the handling of signals
Roberto Ierusalimschy
2020-05-22
1
-4
/
+5
*
Short strings always use all bytes in the hash
Roberto Ierusalimschy
2020-04-01
1
-1
/
+1
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-2
/
+2
*
Larger C-stack limits for new threads
Roberto Ierusalimschy
2019-10-17
1
-1
/
+1
*
'setCstacklimit' renamed to 'setcstacklimit'
Roberto Ierusalimschy
2019-09-24
1
-1
/
+1
*
Supressed errors in '__close' generate warnings
Roberto Ierusalimschy
2019-08-16
1
-0
/
+16
*
Small changes around C-stack limit
Roberto Ierusalimschy
2019-06-26
1
-1
/
+1
*
New function 'setCstacklimit'
Roberto Ierusalimschy
2019-06-18
1
-2
/
+26
*
Revamp around 'L->nCcalls' count
Roberto Ierusalimschy
2019-06-12
1
-27
/
+26
*
Fixed bug with to-be-closed variables in base C level
Roberto Ierusalimschy
2019-04-26
1
-0
/
+2
*
LUAI_MAXCCALLS renamed LUAI_MAXCSTACK
Roberto Ierusalimschy
2019-03-25
1
-8
/
+8
*
Changes in the warning system
Roberto Ierusalimschy
2019-03-14
1
-2
/
+2
*
After a "bad collections", avoid switching back back to generational
Roberto Ierusalimschy
2019-01-30
1
-1
/
+3
*
No more LUA_ERRGCMM errors
Roberto Ierusalimschy
2019-01-01
1
-0
/
+7
*
Added a warning system to Lua
Roberto Ierusalimschy
2018-12-28
1
-0
/
+2
*
Changes in the control of C-stack overflow
Roberto Ierusalimschy
2018-12-27
1
-16
/
+33
*
New functions 'lua_resetthread' and 'coroutine.kill'
Roberto Ierusalimschy
2018-12-13
1
-2
/
+25
*
Removed internal cache for closures
Roberto Ierusalimschy
2018-11-01
1
-1
/
+1
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-2
/
+2
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
no need to check whether libraries and host use the same kernel;
Roberto Ierusalimschy
2018-06-18
1
-6
/
+5
*
new field 'nilvalue' in struct 'global_State' to avoid the use of
Roberto Ierusalimschy
2018-06-15
1
-1
/
+2
*
no more 'luaO_nilobject' to avoid comparison of global variable addresses
Roberto Ierusalimschy
2018-06-01
1
-3
/
+2
*
macro 'luai_makeseed' now controls the whole process of making the seed
Roberto Ierusalimschy
2018-05-29
1
-17
/
+17
*
'gcemergency' should be zero before any memory allocation
Roberto Ierusalimschy
2018-02-05
1
-2
/
+2
*
janitor work on casts
Roberto Ierusalimschy
2018-01-28
1
-3
/
+3
*
new macro 'isLuacode' (to distinguish regular Lua code from
Roberto Ierusalimschy
2017-12-19
1
-2
/
+2
*
no more 'stackless' implementation; 'luaV_execute' calls itself
Roberto Ierusalimschy
2017-11-23
1
-2
/
+26
*
using 'trap' to stop 'luaV_execute' when necessary (tracing and
Roberto Ierusalimschy
2017-11-13
1
-1
/
+2
*
back to 'CallInfo' (no gains with its removal)
Roberto Ierusalimschy
2017-11-07
1
-8
/
+55
*
no more 'CallInfo' structure
Roberto Ierusalimschy
2017-11-04
1
-53
/
+4
*
more fields moved out of 'CallInfo'
Roberto Ierusalimschy
2017-11-03
1
-3
/
+3
*
baby steps to remove 'CallInfo': keeping 'L->func' correct
Roberto Ierusalimschy
2017-10-31
1
-3
/
+6
*
some cleaning in GC parameters
Roberto Ierusalimschy
2017-10-11
1
-3
/
+5
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-5
/
+5
*
revamping the incremental collector
Roberto Ierusalimschy
2017-05-26
1
-10
/
+2
*
barrier for prototype's cache (with new gray list 'protogray' to keep
Roberto Ierusalimschy
2017-05-04
1
-2
/
+2
[next]