index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lgc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 'simplesect' sections to the manual
Roberto Ierusalimschy
2020-04-13
1
-1
/
+1
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-29
/
+29
*
Details (mostly comments)
Roberto Ierusalimschy
2019-10-22
1
-0
/
+1
*
Fixed a warning and other minor issues
Roberto Ierusalimschy
2019-10-04
1
-1
/
+1
*
Supressed errors in '__close' generate warnings
Roberto Ierusalimschy
2019-08-16
1
-6
/
+1
*
Small optimization in 'convergeephemerons'
Roberto Ierusalimschy
2019-08-12
1
-9
/
+20
*
Do not collect open upvalues
Roberto Ierusalimschy
2019-07-22
1
-4
/
+2
*
Tag LUA_TUPVALTBC replaced by a flag
Roberto Ierusalimschy
2019-07-19
1
-4
/
+2
*
Some details in 'lmem.c' and 'lgc.c'
Roberto Ierusalimschy
2019-07-19
1
-3
/
+4
*
Details (typos in comments)
Roberto Ierusalimschy
2019-07-05
1
-1
/
+1
*
Fixed bug [5.4 alpha] for errors in finalizers
Roberto Ierusalimschy
2019-06-21
1
-4
/
+4
*
Details
Roberto Ierusalimschy
2019-06-03
1
-2
/
+2
*
Avoid moving the collector while in 'GCSenteratomic' state
Roberto Ierusalimschy
2019-04-01
1
-2
/
+2
*
Finalizers must be callable
Roberto Ierusalimschy
2019-03-14
1
-1
/
+1
*
Changes in the warning system
Roberto Ierusalimschy
2019-03-14
1
-4
/
+4
*
After a "bad collections", avoid switching back back to generational
Roberto Ierusalimschy
2019-01-30
1
-44
/
+114
*
No more LUA_ERRGCMM errors
Roberto Ierusalimschy
2019-01-01
1
-15
/
+13
*
Removed internal cache for closures
Roberto Ierusalimschy
2018-11-01
1
-63
/
+1
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-0
/
+5
*
Towards "to closed" local variables
Roberto Ierusalimschy
2018-10-08
1
-1
/
+3
*
Comments about OLD0/OLD1 ages
Roberto Ierusalimschy
2018-07-18
1
-24
/
+30
*
Fixed bug in generational collection of userdata
Roberto Ierusalimschy
2018-07-13
1
-11
/
+15
*
Generational mode may wait longer after a major collection
Roberto Ierusalimschy
2018-07-09
1
-8
/
+25
*
field 'sizearray' in struct 'Table' changed to 'alimit', which can
Roberto Ierusalimschy
2018-06-15
1
-6
/
+9
*
FALLTHROUGH comment must be last "statement"
Roberto Ierusalimschy
2018-03-16
1
-3
/
+3
*
special compact representation for userdata with no user values
Roberto Ierusalimschy
2018-02-26
1
-3
/
+16
*
in 'clearbykeys', clear keys of just-removed entries too
Roberto Ierusalimschy
2018-02-23
1
-3
/
+3
*
first version of empty entries in tables
Roberto Ierusalimschy
2018-02-23
1
-28
/
+30
*
some reorganization in 'lobject.h'
Roberto Ierusalimschy
2018-02-22
1
-1
/
+6
*
userdata can have multiple user values
Roberto Ierusalimschy
2018-02-20
1
-16
/
+17
*
more generic way to handle 'gclist'
Roberto Ierusalimschy
2018-02-19
1
-62
/
+50
*
small corrections in generational mode
Roberto Ierusalimschy
2018-02-05
1
-7
/
+9
*
janitor work on casts
Roberto Ierusalimschy
2018-01-28
1
-2
/
+2
*
keep control of stack top in Lua functions concentrated in 'luaV_execute'
Roberto Ierusalimschy
2017-12-28
1
-8
/
+3
*
when running Lua code, there is no need to keep 'L->top' "correct";
Roberto Ierusalimschy
2017-12-20
1
-2
/
+12
*
more freedom in handling memory-allocation errors (not all allocations
Roberto Ierusalimschy
2017-12-08
1
-8
/
+3
*
'luaS_resize' can raise memory errors
Roberto Ierusalimschy
2017-12-01
1
-4
/
+9
*
warnings from Visual Studio /W3
Roberto Ierusalimschy
2017-11-30
1
-2
/
+2
*
detail (typo in comments)
Roberto Ierusalimschy
2017-11-23
1
-3
/
+3
*
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
*
do not mess up the debt when the collector is not running
Roberto Ierusalimschy
2017-10-31
1
-7
/
+7
*
some cleaning in GC parameters
Roberto Ierusalimschy
2017-10-11
1
-14
/
+12
*
bug: dead keys with nil values can stay in weak tables
Roberto Ierusalimschy
2017-08-31
1
-10
/
+11
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-5
/
+5
*
no more 'DEADKEY'. Table traversals do not need to consider dead keys;
Roberto Ierusalimschy
2017-06-12
1
-14
/
+7
*
in hash nodes, keys are stored in separate pieces to avoid wasting
Roberto Ierusalimschy
2017-06-09
1
-19
/
+23
*
avoid overflows in computation of step size
Roberto Ierusalimschy
2017-06-01
1
-2
/
+4
*
revamping the incremental collector
Roberto Ierusalimschy
2017-05-26
1
-146
/
+132
*
barrier for prototype's cache (with new gray list 'protogray' to keep
Roberto Ierusalimschy
2017-05-04
1
-8
/
+67
[next]