Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-06-17 | Detail in 'lua_resetthread' | Roberto Ierusalimschy | 1 | -5/+4 |
2020-06-16 | Fixed missing GC barriers in compiler and undump | Roberto Ierusalimschy | 2 | -14/+22 |
2020-06-15 | In 'lua_checkmemory', userdata can be gray, too | Roberto Ierusalimschy | 1 | -0/+4 |
2020-06-15 | 'luaE_shrinkCI' shouldn't remove first free CallInfo | Roberto Ierusalimschy | 1 | -8/+14 |
2020-06-10 | Details | Roberto Ierusalimschy | 2 | -4/+3 |
2020-06-09 | Avoid calling 'fprintf' with NULL | Roberto Ierusalimschy | 3 | -3/+7 |
2020-06-01 | Fixed two bugs in to-be-closed variables x constants | Roberto Ierusalimschy | 3 | -30/+75 |
2020-05-29 | Improvements in the manual | Roberto Ierusalimschy | 1 | -45/+86 |
2020-05-27 | Details (more uniformity in error messages) | Roberto Ierusalimschy | 3 | -15/+15 |
2020-05-22 | 'luaL_execresult' does not assume -1 status as error | Roberto Ierusalimschy | 3 | -3/+6 |
2020-05-22 | Improvements in the handling of signals | Roberto Ierusalimschy | 5 | -21/+25 |
2020-05-19 | Cleaner definition for 'TString' | Roberto Ierusalimschy | 2 | -5/+8 |
2020-05-07 | Details in comments | Roberto Ierusalimschy | 2 | -2/+2 |
2020-05-06 | Back to old encoding of versions in binary files | Roberto Ierusalimschy | 5 | -6/+11 |
2020-05-04 | C-Stack test does not assume minimum of 400 slots | Roberto Ierusalimschy | 1 | -17/+26 |
2020-04-30 | Details | Roberto Ierusalimschy | 1 | -5/+9 |
2020-04-29 | Fixed warning about casts between function pointers | Roberto Ierusalimschy | 1 | -1/+8 |
2020-04-23 | Several details about 5.4.0 rc1 | Roberto Ierusalimschy | 12 | -24/+22 |
2020-04-23 | Small issue in 'exprstat' | Roberto Ierusalimschy | 1 | -1/+2 |
2020-04-13 | Added 'simplesect' sections to the manual | Roberto Ierusalimschy | 5 | -6/+56 |
2020-04-10 | Improvements in the manual | Roberto Ierusalimschy | 1 | -46/+64 |
2020-04-01 | Short strings always use all bytes in the hash | Roberto Ierusalimschy | 3 | -7/+10 |
2020-03-16 | Fixed bug in 'string.format("%p")' | Roberto Ierusalimschy | 3 | -8/+19 |
2020-03-02 | Fixed "conceptual" bug in 'luaK_setreturns' | Roberto Ierusalimschy | 2 | -5/+5 |
2020-02-28 | Corrected direct use of 'snprintf' in 'lstrlib.c' | Roberto Ierusalimschy | 1 | -1/+1 |
2020-02-27 | Code style in 'ldump'/'lundump'. | Roberto Ierusalimschy | 2 | -149/+149 |
2020-02-27 | Details | Roberto Ierusalimschy | 13 | -45/+52 |
2020-02-11 | OP_LOADFALSE broken in two instructions | Roberto Ierusalimschy | 6 | -6/+14 |
2020-01-31 | Tag values don't need to be different from type values | Roberto Ierusalimschy | 1 | -18/+19 |
2020-01-31 | Clearer distinction between types and tags | Roberto Ierusalimschy | 22 | -212/+230 |
2020-01-06 | New macro 'makevariant' to codify variant tags | Roberto Ierusalimschy | 1 | -11/+14 |
2020-01-06 | Changed internal representation of booleans | Roberto Ierusalimschy | 14 | -52/+87 |
2019-12-30 | Fixed bug in 'aux_rawset' | Roberto Ierusalimschy | 1 | -1/+1 |
2019-12-30 | Comments (mosty typos) | Roberto Ierusalimschy | 15 | -21/+28 |
2019-12-27 | Copyright year changed to 2020 | Roberto Ierusalimschy | 2 | -3/+3 |
2019-12-17 | Joined common code in 'lua_rawset' and 'lua_rawsetp' | Roberto Ierusalimschy | 3 | -21/+23 |
2019-12-17 | Easy way to allow Unicode characters in identifiers | Roberto Ierusalimschy | 1 | -16/+25 |
2019-12-17 | Added test for NULL in string.format("%p") | Roberto Ierusalimschy | 1 | -0/+2 |
2019-12-13 | Small correction in assertion | Roberto Ierusalimschy | 2 | -2/+2 |
2019-12-10 | Comment about LUA_COMPAT_LT_LE moved to proper place | Roberto Ierusalimschy | 2 | -6/+12 |
2019-12-05 | Simplifications in 'op_arith*' family of macros | Roberto Ierusalimschy | 1 | -47/+27 |
2019-12-05 | Using an enumeration for float->integer coercion modes | Roberto Ierusalimschy | 4 | -22/+30 |
2019-12-05 | 'l_mathlim' renamed to 'l_floatatt' | Roberto Ierusalimschy | 4 | -8/+8 |
2019-12-05 | Better comments about the use of 'k' in opcodes | Roberto Ierusalimschy | 2 | -30/+34 |
2019-12-05 | Manual a little more clear about string->number coersions | Roberto Ierusalimschy | 1 | -16/+25 |
2019-12-04 | Code reorganization for opcodes OP_FORPREP and OP_FORLOOP | Roberto Ierusalimschy | 1 | -75/+116 |
2019-11-28 | Removed some wrong comments | Roberto Ierusalimschy | 1 | -8/+6 |
2019-11-22 | More generic pattern when testing 'string.format' | Roberto Ierusalimschy | 1 | -2/+2 |
2019-11-18 | Details | Roberto Ierusalimschy | 6 | -15/+16 |
2019-11-08 | Using 'metavalues' for "metamethods" that are not methods | Roberto Ierusalimschy | 1 | -21/+26 |