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
2021-01-25
Janitorial work
Roberto Ierusalimschy
4
-26
/
+45
2021-01-21
Correct order of return hooks vs. close metamethods
Roberto Ierusalimschy
2
-16
/
+85
2021-01-19
Simpler handling of errors when creating tbc variables
Roberto Ierusalimschy
6
-35
/
+25
2021-01-18
Allow yields in '__close' metamethods ater errors
Roberto Ierusalimschy
3
-71
/
+126
2021-01-14
Corrected documentation for 'table.sort'
Roberto Ierusalimschy
1
-8
/
+8
2021-01-13
Allow yields inside '__close' metamethods
Roberto Ierusalimschy
7
-18
/
+114
2021-01-11
New API function 'lua_closeslot'
Roberto Ierusalimschy
6
-29
/
+66
2020-12-30
Handles '__close' errors in coroutines in "coroutine style"
Roberto Ierusalimschy
2
-22
/
+85
2020-12-29
Do not insert nil values into tables
Roberto Ierusalimschy
1
-0
/
+2
2020-12-29
Better error messages for calling non-callable objects
Roberto Ierusalimschy
6
-11
/
+52
2020-12-29
No need to recheck close method before calling it
Roberto Ierusalimschy
2
-27
/
+63
2020-12-28
Reset thread before panicking
Roberto Ierusalimschy
3
-14
/
+15
2020-12-28
Cleaner handling of errors in '__close' metamethods
Roberto Ierusalimschy
7
-75
/
+80
2020-12-22
Report last error in closing methods
Roberto Ierusalimschy
5
-101
/
+35
2020-12-21
Upvalues removed from 'openupval' before being closed
Roberto Ierusalimschy
3
-26
/
+31
2020-12-18
'coroutine.close'/'lua_resetthread' report original errors
Roberto Ierusalimschy
5
-15
/
+40
2020-12-16
Cleaner handling of floats in pack/unpack
Roberto Ierusalimschy
1
-29
/
+41
2020-12-16
Cleaner definition for macro 'ttisclosure'
Roberto Ierusalimschy
1
-1
/
+2
2020-12-08
Review of asserts in 'ltests.c'
Roberto Ierusalimschy
1
-56
/
+70
2020-12-07
Details (do not affect regular code)
Roberto Ierusalimschy
4
-3
/
+31
2020-12-04
Changes in the API of 'luaH_set' and related functions
Roberto Ierusalimschy
6
-40
/
+58
2020-12-03
Added test cases for error messages about goto/label
Roberto Ierusalimschy
1
-0
/
+21
2020-12-03
n Windows, 'popen' accepts "[rw][bt]?" as valid modes
Roberto Ierusalimschy
1
-6
/
+12
2020-12-03
Avoid "bad programming habits" in the reference system
Roberto Ierusalimschy
1
-6
/
+18
2020-12-03
'lua_assert' moved from 'lualib.h' to 'lauxlib.h'
Roberto Ierusalimschy
2
-6
/
+12
2020-12-02
Details
Roberto Ierusalimschy
5
-32
/
+32
2020-11-26
Changed access to global table in the registry
Roberto Ierusalimschy
2
-14
/
+20
2020-11-24
Avoid using 'signal' when 'sigaction' is available
Roberto Ierusalimschy
1
-3
/
+23
2020-11-13
Optimization for 'n^2'
v5.4.2
Roberto Ierusalimschy
1
-1
/
+2
2020-11-11
Compiler optimization back to '-O2'
Roberto Ierusalimschy
1
-10
/
+0
2020-11-11
Removed optimization for «if ... then goto»
Roberto Ierusalimschy
2
-66
/
+6
2020-11-08
Bug when growing a stack
Roberto Ierusalimschy
3
-4
/
+4
2020-11-03
'luaL_newstate' should not allocate extra memory
Roberto Ierusalimschy
3
-26
/
+50
2020-10-30
Details
Roberto Ierusalimschy
4
-18
/
+30
2020-10-26
_PROMPT can have non-string values
Roberto Ierusalimschy
2
-6
/
+37
2020-10-22
Comments
Roberto Ierusalimschy
3
-26
/
+34
2020-10-19
Fixed wrong trace of vararg functions
Roberto Ierusalimschy
2
-20
/
+35
2020-10-19
Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8
Roberto Ierusalimschy
1
-1
/
+1
2020-10-14
Fixed bug of keys removed from tables vs 'next'
Roberto Ierusalimschy
4
-27
/
+67
2020-10-12
New release number (5.4.2)
Roberto Ierusalimschy
1
-1
/
+1
2020-10-12
'lua_upvalueid' returns NULL on invalid upvalue index
Roberto Ierusalimschy
4
-15
/
+33
2020-10-12
Hash always use all characters in a long string
Roberto Ierusalimschy
4
-20
/
+6
2020-10-12
Details
Roberto Ierusalimschy
4
-14
/
+45
2020-10-12
'recover' finish of 'luaD_pcall' should follow the original
Roberto Ierusalimschy
2
-7
/
+25
2020-10-12
No more field 'lua_State.stacksize'
Roberto Ierusalimschy
6
-26
/
+29
2020-10-12
Avoid shrinking stacks to often
Roberto Ierusalimschy
2
-17
/
+87
2020-10-12
No need for 'volatile' in string.pack/unpack
Roberto Ierusalimschy
1
-10
/
+7
2020-10-12
Avoid GCs when testing stack overflow
Roberto Ierusalimschy
1
-6
/
+14
2020-10-12
Correct handling of 'luaV_execute' invocations
Roberto Ierusalimschy
5
-32
/
+37
2020-10-12
Revision of stackless implementation
Roberto Ierusalimschy
12
-283
/
+127
[next]