Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Details | Roberto Ierusalimschy | 2020-07-29 | 4 | -25/+32 | |
* | OLD1 ages advanced by 'markold' | Roberto Ierusalimschy | 2020-07-29 | 1 | -5/+6 | |
* | Same changes around 'correctgraylist' | Roberto Ierusalimschy | 2020-07-28 | 1 | -53/+66 | |
* | Fixed bug: line hooks in stripped functions | Roberto Ierusalimschy | 2020-07-27 | 2 | -2/+21 | |
* | Fixed bug: Negation overflow in getlocal/setlocal | Roberto Ierusalimschy | 2020-07-27 | 1 | -3/+3 | |
* | All objects are kept 'new' in incremental GC | Roberto Ierusalimschy | 2020-07-27 | 2 | -19/+24 | |
* | Function 'printobj' in 'ltests.c' made public | Roberto Ierusalimschy | 2020-07-27 | 2 | -1/+11 | |
* | Fixed bug: barriers cannot be active during sweep | Roberto Ierusalimschy | 2020-07-27 | 2 | -17/+59 | |
* | Fixed bug: 'luaD_callnoyield' called twice in a row | Roberto Ierusalimschy | 2020-07-17 | 1 | -5/+4 | |
* | Fixed bug: invalid 'oldpc' when returning to a function | Roberto Ierusalimschy | 2020-07-17 | 6 | -21/+36 | |
* | Fixed bug: invalid mode can crash 'io.popen' | Roberto Ierusalimschy | 2020-07-15 | 2 | -0/+22 | |
* | Fixed bug: wrong stack limit when entering a coroutine | Roberto Ierusalimschy | 2020-07-13 | 2 | -1/+17 | |
* | Added test for fix 127e7a6c894 | Roberto Ierusalimschy | 2020-07-13 | 1 | -0/+30 | |
* | Fixed bug of old finalized objects in the GC | Roberto Ierusalimschy | 2020-07-10 | 1 | -6/+4 | |
* | Macro LUAI_ASSERT eases turning assertions on | Roberto Ierusalimschy | 2020-07-08 | 3 | -4/+11 | |
* | Change in macro HARDMEMTESTS for testing GC | Roberto Ierusalimschy | 2020-07-08 | 2 | -2/+4 | |
* | Fixed bug of access violation in finalizers | Roberto Ierusalimschy | 2020-07-08 | 1 | -4/+3 | |
* | Fixed bugs of stack reallocation x GC | Roberto Ierusalimschy | 2020-07-07 | 4 | -11/+14 | |
* | Avoid any code before locks in the API | Roberto Ierusalimschy | 2020-07-06 | 3 | -12/+22 | |
* | Make sure that main thread is non yieldable | Roberto Ierusalimschy | 2020-07-06 | 3 | -4/+18 | |
* | Keep minimum size when shrinking a stack | Roberto Ierusalimschy | 2020-07-06 | 1 | -3/+2 | |
* | Keep memory errors as memory errors | Roberto Ierusalimschy | 2020-07-06 | 4 | -23/+75 | |
* | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 2020-07-04 | 5 | -17/+30 | |
* | Details | Roberto Ierusalimschy | 2020-07-03 | 2 | -17/+23 | |
* | 'luaV_concat' can "concat" one single value | Roberto Ierusalimschy | 2020-07-03 | 3 | -14/+9 | |
* | Simplification and smaller buffers for 'lua_pushfstring' | Roberto Ierusalimschy | 2020-07-03 | 2 | -11/+17 | |
* | Added '.gitignore' to the repository | Roberto Ierusalimschy | 2020-07-02 | 1 | -0/+12 | |
* | Fixed detail in 'loadUpvalues' | Roberto Ierusalimschy | 2020-06-30 | 3 | -7/+24 | |
* | Detailsv5.4.0 | Roberto Ierusalimschy | 2020-06-18 | 2 | -2/+13 | |
* | Detail in 'lua_resetthread' | Roberto Ierusalimschy | 2020-06-17 | 1 | -5/+4 | |
* | Fixed missing GC barriers in compiler and undump | Roberto Ierusalimschy | 2020-06-16 | 2 | -14/+22 | |
* | In 'lua_checkmemory', userdata can be gray, too | Roberto Ierusalimschy | 2020-06-15 | 1 | -0/+4 | |
* | 'luaE_shrinkCI' shouldn't remove first free CallInfo | Roberto Ierusalimschy | 2020-06-15 | 1 | -8/+14 | |
* | Details | Roberto Ierusalimschy | 2020-06-10 | 2 | -4/+3 | |
* | Avoid calling 'fprintf' with NULL | Roberto Ierusalimschy | 2020-06-09 | 3 | -3/+7 | |
* | Fixed two bugs in to-be-closed variables x constants | Roberto Ierusalimschy | 2020-06-01 | 3 | -30/+75 | |
* | Improvements in the manual | Roberto Ierusalimschy | 2020-05-29 | 1 | -45/+86 | |
* | Details (more uniformity in error messages) | Roberto Ierusalimschy | 2020-05-27 | 3 | -15/+15 | |
* | 'luaL_execresult' does not assume -1 status as error | Roberto Ierusalimschy | 2020-05-22 | 3 | -3/+6 | |
* | Improvements in the handling of signals | Roberto Ierusalimschy | 2020-05-22 | 5 | -21/+25 | |
* | Cleaner definition for 'TString' | Roberto Ierusalimschy | 2020-05-19 | 2 | -5/+8 | |
* | Details in comments | Roberto Ierusalimschy | 2020-05-07 | 2 | -2/+2 | |
* | Back to old encoding of versions in binary files | Roberto Ierusalimschy | 2020-05-06 | 5 | -6/+11 | |
* | C-Stack test does not assume minimum of 400 slots | Roberto Ierusalimschy | 2020-05-04 | 1 | -17/+26 | |
* | Details | Roberto Ierusalimschy | 2020-04-30 | 1 | -5/+9 | |
* | Fixed warning about casts between function pointers | Roberto Ierusalimschy | 2020-04-29 | 1 | -1/+8 | |
* | Several details about 5.4.0 rc1 | Roberto Ierusalimschy | 2020-04-23 | 12 | -24/+22 | |
* | Small issue in 'exprstat' | Roberto Ierusalimschy | 2020-04-23 | 1 | -1/+2 | |
* | Added 'simplesect' sections to the manual | Roberto Ierusalimschy | 2020-04-13 | 5 | -6/+56 | |
* | Improvements in the manual | Roberto Ierusalimschy | 2020-04-10 | 1 | -46/+64 |