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
/
all
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
OLD1 ages advanced by 'markold'
Roberto Ierusalimschy
1
-5
/
+6
2020-07-28
Same changes around 'correctgraylist'
Roberto Ierusalimschy
1
-53
/
+66
2020-07-27
Fixed bug: line hooks in stripped functions
Roberto Ierusalimschy
2
-2
/
+21
2020-07-27
Fixed bug: Negation overflow in getlocal/setlocal
Roberto Ierusalimschy
1
-3
/
+3
2020-07-27
All objects are kept 'new' in incremental GC
Roberto Ierusalimschy
2
-19
/
+24
2020-07-27
Function 'printobj' in 'ltests.c' made public
Roberto Ierusalimschy
2
-1
/
+11
2020-07-27
Fixed bug: barriers cannot be active during sweep
Roberto Ierusalimschy
2
-17
/
+59
2020-07-17
Fixed bug: 'luaD_callnoyield' called twice in a row
Roberto Ierusalimschy
1
-5
/
+4
2020-07-17
Fixed bug: invalid 'oldpc' when returning to a function
Roberto Ierusalimschy
6
-21
/
+36
2020-07-15
Fixed bug: invalid mode can crash 'io.popen'
Roberto Ierusalimschy
2
-0
/
+22
2020-07-13
Fixed bug: wrong stack limit when entering a coroutine
Roberto Ierusalimschy
2
-1
/
+17
2020-07-13
Added test for fix 127e7a6c894
Roberto Ierusalimschy
1
-0
/
+30
2020-07-10
Fixed bug of old finalized objects in the GC
Roberto Ierusalimschy
1
-6
/
+4
2020-07-08
Macro LUAI_ASSERT eases turning assertions on
Roberto Ierusalimschy
3
-4
/
+11
2020-07-08
Change in macro HARDMEMTESTS for testing GC
Roberto Ierusalimschy
2
-2
/
+4
2020-07-08
Fixed bug of access violation in finalizers
Roberto Ierusalimschy
1
-4
/
+3
2020-07-07
Fixed bugs of stack reallocation x GC
Roberto Ierusalimschy
4
-11
/
+14
2020-07-06
Avoid any code before locks in the API
Roberto Ierusalimschy
3
-12
/
+22
2020-07-06
Make sure that main thread is non yieldable
Roberto Ierusalimschy
3
-4
/
+18
2020-07-06
Keep minimum size when shrinking a stack
Roberto Ierusalimschy
1
-3
/
+2
2020-07-06
Keep memory errors as memory errors
Roberto Ierusalimschy
4
-23
/
+75
2020-07-04
Avoid memory allocation in some functions from 'ltests.c'
Roberto Ierusalimschy
5
-17
/
+30
2020-07-03
Details
Roberto Ierusalimschy
2
-17
/
+23
2020-07-03
'luaV_concat' can "concat" one single value
Roberto Ierusalimschy
3
-14
/
+9
2020-07-03
Simplification and smaller buffers for 'lua_pushfstring'
Roberto Ierusalimschy
2
-11
/
+17