Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-09-25 | Details in the manual | Roberto Ierusalimschy | 1 | -6/+9 |
2020-09-16 | Details in comments and documentation | Roberto Ierusalimschy | 2 | -0/+21 |
2020-09-15 | Detail | Roberto Ierusalimschy | 2 | -2/+7 |
2020-09-15 | New release number (5.4.1) | Roberto Ierusalimschy | 1 | -1/+1 |
2020-09-09 | Better documentation for the GC of strings in the C API | Roberto Ierusalimschy | 1 | -20/+58 |
2020-09-03 | Better documentation for 'lctype.h' | Roberto Ierusalimschy | 1 | -4/+10 |
2020-08-18 | Fixed bug of long strings in binary chunks | Roberto Ierusalimschy | 2 | -1/+18 |
2020-08-17 | Better control of gray objects | Roberto Ierusalimschy | 1 | -44/+50 |
2020-08-13 | Small changes in macros that change GC colors | Roberto Ierusalimschy | 3 | -39/+40 |
2020-08-13 | TOUCHED2 objects are not always black | Roberto Ierusalimschy | 2 | -8/+19 |
2020-08-07 | Open upvalues should be gray when entering gen. mode | Roberto Ierusalimschy | 2 | -14/+21 |
2020-08-07 | Better tests for gray lists | Roberto Ierusalimschy | 3 | -10/+37 |
2020-08-07 | Free bit 7 of GC 'marked' field | Roberto Ierusalimschy | 6 | -7/+31 |
2020-08-03 | Detail (in asserts) | Roberto Ierusalimschy | 2 | -5/+3 |
2020-08-03 | Threads don't need to always go to 'grayagain' | Roberto Ierusalimschy | 1 | -18/+29 |
2020-08-03 | Clearer handling of gray lists when entering generational mode | Roberto Ierusalimschy | 3 | -18/+79 |
2020-07-29 | Optimization in 'markold' | Roberto Ierusalimschy | 4 | -19/+76 |
2020-07-29 | Details | Roberto Ierusalimschy | 4 | -25/+32 |
2020-07-29 | OLD1 ages advanced by 'markold' | Roberto Ierusalimschy | 1 | -5/+6 |
2020-07-28 | Same changes around 'correctgraylist' | Roberto Ierusalimschy | 1 | -53/+66 |
2020-07-27 | Fixed bug: line hooks in stripped functions | Roberto Ierusalimschy | 2 | -2/+21 |
2020-07-27 | Fixed bug: Negation overflow in getlocal/setlocal | Roberto Ierusalimschy | 1 | -3/+3 |
2020-07-27 | All objects are kept 'new' in incremental GC | Roberto Ierusalimschy | 2 | -19/+24 |
2020-07-27 | Function 'printobj' in 'ltests.c' made public | Roberto Ierusalimschy | 2 | -1/+11 |
2020-07-27 | Fixed bug: barriers cannot be active during sweep | Roberto Ierusalimschy | 2 | -17/+59 |
2020-07-17 | Fixed bug: 'luaD_callnoyield' called twice in a row | Roberto Ierusalimschy | 1 | -5/+4 |
2020-07-17 | Fixed bug: invalid 'oldpc' when returning to a function | Roberto Ierusalimschy | 6 | -21/+36 |
2020-07-15 | Fixed bug: invalid mode can crash 'io.popen' | Roberto Ierusalimschy | 2 | -0/+22 |
2020-07-13 | Fixed bug: wrong stack limit when entering a coroutine | Roberto Ierusalimschy | 2 | -1/+17 |
2020-07-13 | Added test for fix 127e7a6c894 | Roberto Ierusalimschy | 1 | -0/+30 |
2020-07-10 | Fixed bug of old finalized objects in the GC | Roberto Ierusalimschy | 1 | -6/+4 |
2020-07-08 | Macro LUAI_ASSERT eases turning assertions on | Roberto Ierusalimschy | 3 | -4/+11 |
2020-07-08 | Change in macro HARDMEMTESTS for testing GC | Roberto Ierusalimschy | 2 | -2/+4 |
2020-07-08 | Fixed bug of access violation in finalizers | Roberto Ierusalimschy | 1 | -4/+3 |
2020-07-07 | Fixed bugs of stack reallocation x GC | Roberto Ierusalimschy | 4 | -11/+14 |
2020-07-06 | Avoid any code before locks in the API | Roberto Ierusalimschy | 3 | -12/+22 |
2020-07-06 | Make sure that main thread is non yieldable | Roberto Ierusalimschy | 3 | -4/+18 |
2020-07-06 | Keep minimum size when shrinking a stack | Roberto Ierusalimschy | 1 | -3/+2 |
2020-07-06 | Keep memory errors as memory errors | Roberto Ierusalimschy | 4 | -23/+75 |
2020-07-04 | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 5 | -17/+30 |
2020-07-03 | Details | Roberto Ierusalimschy | 2 | -17/+23 |
2020-07-03 | 'luaV_concat' can "concat" one single value | Roberto Ierusalimschy | 3 | -14/+9 |
2020-07-03 | Simplification and smaller buffers for 'lua_pushfstring' | Roberto Ierusalimschy | 2 | -11/+17 |