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
/
lfunc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Details
Roberto Ierusalimschy
2020-10-12
1
-1
/
+1
*
Small changes in macros that change GC colors
Roberto Ierusalimschy
2020-08-13
1
-1
/
+1
*
All objects are kept 'new' in incremental GC
Roberto Ierusalimschy
2020-07-27
1
-2
/
+3
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-5
/
+5
*
Comments (mosty typos)
Roberto Ierusalimschy
2019-12-30
1
-1
/
+1
*
Details
Roberto Ierusalimschy
2019-11-18
1
-7
/
+7
*
Supressed errors in '__close' generate warnings
Roberto Ierusalimschy
2019-08-16
1
-1
/
+5
*
To-be-closed variables must be closed on initialization
Roberto Ierusalimschy
2019-07-31
1
-17
/
+32
*
Do not collect open upvalues
Roberto Ierusalimschy
2019-07-22
1
-8
/
+7
*
Fixed bug for emergency collection in upvalue creation
Roberto Ierusalimschy
2019-07-19
1
-6
/
+8
*
Tag LUA_TUPVALTBC replaced by a flag
Roberto Ierusalimschy
2019-07-19
1
-7
/
+8
*
Small bug with stack reallocation
Roberto Ierusalimschy
2019-07-18
1
-4
/
+3
*
'__close' method may be called again in case of error
Roberto Ierusalimschy
2019-07-16
1
-10
/
+12
*
Avoid setting the stack top below upvalues to be closed
Roberto Ierusalimschy
2019-07-16
1
-0
/
+1
*
Multiple errors in '__toclose' report the first one
Roberto Ierusalimschy
2019-06-05
1
-3
/
+6
*
Details
Roberto Ierusalimschy
2019-03-13
1
-1
/
+2
*
No more to-be-closed functions
Roberto Ierusalimschy
2019-01-04
1
-14
/
+10
*
New functions 'lua_resetthread' and 'coroutine.kill'
Roberto Ierusalimschy
2018-12-13
1
-8
/
+10
*
A to-be-closed variable must have a closable value (or be nil)
Roberto Ierusalimschy
2018-11-29
1
-0
/
+6
*
Removed internal cache for closures
Roberto Ierusalimschy
2018-11-01
1
-2
/
+0
*
Closing methods should not interfere with returning values
Roberto Ierusalimschy
2018-10-25
1
-31
/
+33
*
Handling of memory errors when creating to-be-closed upvalues
Roberto Ierusalimschy
2018-10-18
1
-32
/
+94
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-3
/
+44
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-6
/
+6
*
'lineinfo' in prototypes saved as differences instead of absolute
Roberto Ierusalimschy
2017-06-27
1
-1
/
+4
*
bug: cannot reuse a dying upvalue
Roberto Ierusalimschy
2017-05-24
1
-2
/
+2
*
added 'cachemiss' field to prototype to avoid wasting time checking
Roberto Ierusalimschy
2017-04-30
1
-1
/
+2
*
Upvalues collected like everything else (with mark-sweep) instead
Roberto Ierusalimschy
2017-04-11
1
-19
/
+28
*
small changes in 'luaC_upvalbarrier'
Roberto Ierusalimschy
2017-04-06
1
-4
/
+5
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-4
/
+6
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-3
/
+3
*
more precision between closure types ('LClosure' x 'CClosure')
Roberto Ierusalimschy
2014-06-19
1
-9
/
+9
*
use appropriate macros to convert GCObject to specific types
Roberto Ierusalimschy
2014-06-18
1
-4
/
+7
*
new list 'twups' to allow traversal of upvalues from dead threads
Roberto Ierusalimschy
2014-02-18
1
-4
/
+12
*
field 'op' renamed to 'open'
Roberto Ierusalimschy
2014-02-15
1
-4
/
+4
*
no more local collection
Roberto Ierusalimschy
2014-02-13
1
-2
/
+1
*
'luaC_newobj' does not handle special cases; only special case
Roberto Ierusalimschy
2013-09-11
1
-4
/
+4
*
LOCALBLACK changed to LOCALMARK and used also to control whether object
Roberto Ierusalimschy
2013-08-27
1
-6
/
+4
*
upvalues collected by reference count
Roberto Ierusalimschy
2013-08-27
1
-38
/
+27
*
Lua closures go to local, too
Roberto Ierusalimschy
2013-08-26
1
-5
/
+14
*
C functions and strings now go to the local list; first version
Roberto Ierusalimschy
2013-08-23
1
-2
/
+3
*
added 'local' bit (true => object is only refered by local variables)
Roberto Ierusalimschy
2013-08-16
1
-1
/
+3
*
double-linked list of all upvalues elliminated and changed to a
Roberto Ierusalimschy
2013-08-07
1
-27
/
+7
*
no more generational collection !!!
Roberto Ierusalimschy
2013-08-05
1
-2
/
+1
*
open upvalues cannot be old if thread is not old; when thread is old,
Roberto Ierusalimschy
2012-10-03
1
-2
/
+2
*
no more 'Proto' objects on the stack. Protos are anchored on outer
Roberto Ierusalimschy
2012-05-08
1
-4
/
+3
*
object tag keeps variant bits too -> no need for 'isC' field in
Roberto Ierusalimschy
2012-01-20
1
-12
/
+3
*
typo in comments
Roberto Ierusalimschy
2010-06-30
1
-2
/
+2
*
unused '#include' removed
Roberto Ierusalimschy
2010-06-10
1
-2
/
+1
[next]