Roberto Ierusalimschy
|
4bd10b6fe8
Better error messages for calling non-callable objects
|
4 年之前 |
Roberto Ierusalimschy
|
59e565d955
No need to recheck close method before calling it
|
4 年之前 |
Roberto Ierusalimschy
|
6188f3a654
Reset thread before panicking
|
4 年之前 |
Roberto Ierusalimschy
|
7af27ef59d
Cleaner handling of errors in '__close' metamethods
|
4 年之前 |
Roberto Ierusalimschy
|
0ceada8da9
Report last error in closing methods
|
4 年之前 |
Roberto Ierusalimschy
|
f9d29b0c44
Upvalues removed from 'openupval' before being closed
|
4 年之前 |
Roberto Ierusalimschy
|
409256b784
'coroutine.close'/'lua_resetthread' report original errors
|
4 年之前 |
Roberto Ierusalimschy
|
b17178b27a
Cleaner handling of floats in pack/unpack
|
4 年之前 |
Roberto Ierusalimschy
|
e1ceea5674
Cleaner definition for macro 'ttisclosure'
|
4 年之前 |
Roberto Ierusalimschy
|
748d6d4e7a
Review of asserts in 'ltests.c'
|
4 年之前 |
Roberto Ierusalimschy
|
e2ea3b31c9
Details (do not affect regular code)
|
4 年之前 |
Roberto Ierusalimschy
|
23051e830a
Changes in the API of 'luaH_set' and related functions
|
4 年之前 |
Roberto Ierusalimschy
|
f15589f3b0
Added test cases for error messages about goto/label
|
4 年之前 |
Roberto Ierusalimschy
|
754ca0060f
n Windows, 'popen' accepts "[rw][bt]?" as valid modes
|
4 年之前 |
Roberto Ierusalimschy
|
c36ced53c9
Avoid "bad programming habits" in the reference system
|
4 年之前 |
Roberto Ierusalimschy
|
d41c36bf67
'lua_assert' moved from 'lualib.h' to 'lauxlib.h'
|
4 年之前 |
Roberto Ierusalimschy
|
d9d2904f09
Details
|
4 年之前 |
Roberto Ierusalimschy
|
65d2294454
Changed access to global table in the registry
|
4 年之前 |
Roberto Ierusalimschy
|
131e3fd814
Avoid using 'signal' when 'sigaction' is available
|
4 年之前 |
Roberto Ierusalimschy
|
9d067ab73b
Optimization for 'n^2'
|
4 年之前 |
Roberto Ierusalimschy
|
2f4162bc47
Compiler optimization back to '-O2'
|
4 年之前 |
Roberto Ierusalimschy
|
ab1aca94e8
Removed optimization for «if ... then goto»
|
4 年之前 |
Roberto Ierusalimschy
|
d282652561
Bug when growing a stack
|
4 年之前 |
Roberto Ierusalimschy
|
58216600eb
'luaL_newstate' should not allocate extra memory
|
4 年之前 |
Roberto Ierusalimschy
|
94cbe46511
Details
|
4 年之前 |
Roberto Ierusalimschy
|
69b71a6919
_PROMPT can have non-string values
|
4 年之前 |
Roberto Ierusalimschy
|
d742a193e5
Comments
|
4 年之前 |
Roberto Ierusalimschy
|
e4a38eb0e8
Fixed wrong trace of vararg functions
|
4 年之前 |
Roberto Ierusalimschy
|
f07de22576
Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8
|
4 年之前 |
Roberto Ierusalimschy
|
52c8679760
Fixed bug of keys removed from tables vs 'next'
|
4 年之前 |