239
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Janitorial work More... almost 4 years ago
Correct order of return hooks vs. close metamethods More... almost 4 years ago
Simpler handling of errors when creating tbc variables More... almost 4 years ago
Allow yields in '__close' metamethods ater errors More... almost 4 years ago
Corrected documentation for 'table.sort' More... almost 4 years ago
Allow yields inside '__close' metamethods More... almost 4 years ago
New API function 'lua_closeslot' More... about 4 years ago
Handles '__close' errors in coroutines in "coroutine style" More... about 4 years ago
Do not insert nil values into tables More... about 4 years ago
Better error messages for calling non-callable objects More... about 4 years ago
No need to recheck close method before calling it More... about 4 years ago
Reset thread before panicking More... about 4 years ago
Cleaner handling of errors in '__close' metamethods More... about 4 years ago
Report last error in closing methods More... about 4 years ago
Upvalues removed from 'openupval' before being closed More... about 4 years ago
'coroutine.close'/'lua_resetthread' report original errors More... about 4 years ago
Cleaner handling of floats in pack/unpack More... about 4 years ago
Cleaner definition for macro 'ttisclosure' More... about 4 years ago
Review of asserts in 'ltests.c' More... about 4 years ago
Details (do not affect regular code) More... about 4 years ago
Changes in the API of 'luaH_set' and related functions More... about 4 years ago
Added test cases for error messages about goto/label More... about 4 years ago
n Windows, 'popen' accepts "[rw][bt]?" as valid modes More... about 4 years ago
Avoid "bad programming habits" in the reference system More... about 4 years ago
'lua_assert' moved from 'lualib.h' to 'lauxlib.h' More... about 4 years ago
Details More... about 4 years ago
Changed access to global table in the registry More... about 4 years ago
Avoid using 'signal' when 'sigaction' is available More... about 4 years ago
Optimization for 'n^2' More... about 4 years ago
Compiler optimization back to '-O2' More... about 4 years ago