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
/
lcorolib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Broadening the use of branch hints
Roberto Ierusalimschy
2021-02-24
1
-5
/
+5
*
Report last error in closing methods
Roberto Ierusalimschy
2020-12-22
1
-2
/
+5
*
Keep memory errors as memory errors
Roberto Ierusalimschy
2020-07-06
1
-4
/
+5
*
Fixed a warning and other minor issues
Roberto Ierusalimschy
2019-10-04
1
-1
/
+2
*
Multiple errors in '__toclose' report the first one
Roberto Ierusalimschy
2019-06-05
1
-5
/
+2
*
'coroutine.kill' renamed 'coroutine.close'
Roberto Ierusalimschy
2019-06-03
1
-3
/
+3
*
Test for dead coroutine moved to 'lua_resume'
Roberto Ierusalimschy
2019-05-09
1
-4
/
+0
*
Coroutines do not unwind the stack in case of errors
Roberto Ierusalimschy
2019-05-09
1
-1
/
+11
*
Added an optional parameter to 'coroutine.isyieldable'
Roberto Ierusalimschy
2019-04-10
1
-1
/
+2
*
New functions 'lua_resetthread' and 'coroutine.kill'
Roberto Ierusalimschy
2018-12-13
1
-12
/
+46
*
Better error messages for some polymorphic functions
Roberto Ierusalimschy
2018-12-10
1
-1
/
+1
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
new API for 'lua_resume' + cleaning the uses of the 'extra' field in
Roberto Ierusalimschy
2017-11-02
1
-4
/
+3
*
error handling in 'wrap' does not coerce numbers into string messages
Roberto Ierusalimschy
2016-04-11
1
-2
/
+2
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-4
/
+5
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-2
/
+2
*
detail (error message from 'coroutine.status')
Roberto Ierusalimschy
2014-09-01
1
-2
/
+2
*
new function 'lua_isyieldable' (and 'coroutine.isyieldable')
Roberto Ierusalimschy
2014-05-08
1
-5
/
+17
*
added 'return' (when possible) to calls to error functions
Roberto Ierusalimschy
2013-02-21
1
-2
/
+2
*
wrong error message when 'coroutine.create' or 'coroutine.wrap' are
Roberto Ierusalimschy
2012-04-27
1
-2
/
+3
*
'nCcalls' should be local to each thread, as each thread may have its
Roberto Ierusalimschy
2011-08-23
1
-2
/
+2
*
new module policy: C modules do not create globals and do not register
Roberto Ierusalimschy
2010-07-02
1
-2
/
+2
*
'coroutine' library separated from 'baselib'
Roberto Ierusalimschy
2010-06-10
1
-0
/
+154