Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/lua/luav5.4.1 | Roberto Ierusalimschy | 2020-09-29 | 1 | -0/+7 |
|\ | |||||
| * | Create README.md | lhf | 2020-09-28 | 1 | -0/+7 |
* | | Details in the manual | Roberto Ierusalimschy | 2020-09-25 | 1 | -6/+9 |
|/ | |||||
* | Details in comments and documentation | Roberto Ierusalimschy | 2020-09-16 | 2 | -0/+21 |
* | Detail | Roberto Ierusalimschy | 2020-09-15 | 2 | -2/+7 |
* | New release number (5.4.1) | Roberto Ierusalimschy | 2020-09-15 | 1 | -1/+1 |
* | Better documentation for the GC of strings in the C API | Roberto Ierusalimschy | 2020-09-09 | 1 | -20/+58 |
* | Better documentation for 'lctype.h' | Roberto Ierusalimschy | 2020-09-03 | 1 | -4/+10 |
* | Fixed bug of long strings in binary chunks | Roberto Ierusalimschy | 2020-08-18 | 2 | -1/+18 |
* | Better control of gray objects | Roberto Ierusalimschy | 2020-08-17 | 1 | -44/+50 |
* | Small changes in macros that change GC colors | Roberto Ierusalimschy | 2020-08-13 | 3 | -39/+40 |
* | TOUCHED2 objects are not always black | Roberto Ierusalimschy | 2020-08-13 | 2 | -8/+19 |
* | Open upvalues should be gray when entering gen. mode | Roberto Ierusalimschy | 2020-08-07 | 2 | -14/+21 |
* | Better tests for gray lists | Roberto Ierusalimschy | 2020-08-07 | 3 | -10/+37 |
* | Free bit 7 of GC 'marked' field | Roberto Ierusalimschy | 2020-08-07 | 6 | -7/+31 |
* | Detail (in asserts) | Roberto Ierusalimschy | 2020-08-03 | 2 | -5/+3 |
* | Threads don't need to always go to 'grayagain' | Roberto Ierusalimschy | 2020-08-03 | 1 | -18/+29 |
* | Clearer handling of gray lists when entering generational mode | Roberto Ierusalimschy | 2020-08-03 | 3 | -18/+79 |
* | Optimization in 'markold' | Roberto Ierusalimschy | 2020-07-29 | 4 | -19/+76 |
* | 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 |