Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detailsv5.4.0v5.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 |
* | Short strings always use all bytes in the hash | Roberto Ierusalimschy | 2020-04-01 | 3 | -7/+10 |
* | Fixed bug in 'string.format("%p")' | Roberto Ierusalimschy | 2020-03-16 | 3 | -8/+19 |
* | Fixed "conceptual" bug in 'luaK_setreturns' | Roberto Ierusalimschy | 2020-03-02 | 2 | -5/+5 |
* | Corrected direct use of 'snprintf' in 'lstrlib.c' | Roberto Ierusalimschy | 2020-02-28 | 1 | -1/+1 |
* | Code style in 'ldump'/'lundump'. | Roberto Ierusalimschy | 2020-02-27 | 2 | -149/+149 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 13 | -45/+52 |
* | OP_LOADFALSE broken in two instructions | Roberto Ierusalimschy | 2020-02-11 | 6 | -6/+14 |
* | Tag values don't need to be different from type values | Roberto Ierusalimschy | 2020-01-31 | 1 | -18/+19 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 22 | -212/+230 |
* | New macro 'makevariant' to codify variant tags | Roberto Ierusalimschy | 2020-01-06 | 1 | -11/+14 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 14 | -52/+87 |
* | Fixed bug in 'aux_rawset' | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 15 | -21/+28 |
* | Copyright year changed to 2020 | Roberto Ierusalimschy | 2019-12-27 | 2 | -3/+3 |
* | Joined common code in 'lua_rawset' and 'lua_rawsetp' | Roberto Ierusalimschy | 2019-12-17 | 3 | -21/+23 |
* | Easy way to allow Unicode characters in identifiers | Roberto Ierusalimschy | 2019-12-17 | 1 | -16/+25 |
* | Added test for NULL in string.format("%p") | Roberto Ierusalimschy | 2019-12-17 | 1 | -0/+2 |
* | Small correction in assertion | Roberto Ierusalimschy | 2019-12-13 | 2 | -2/+2 |
* | Comment about LUA_COMPAT_LT_LE moved to proper place | Roberto Ierusalimschy | 2019-12-10 | 2 | -6/+12 |
* | Simplifications in 'op_arith*' family of macros | Roberto Ierusalimschy | 2019-12-05 | 1 | -47/+27 |
* | Using an enumeration for float->integer coercion modes | Roberto Ierusalimschy | 2019-12-05 | 4 | -22/+30 |
* | 'l_mathlim' renamed to 'l_floatatt' | Roberto Ierusalimschy | 2019-12-05 | 4 | -8/+8 |
* | Better comments about the use of 'k' in opcodes | Roberto Ierusalimschy | 2019-12-05 | 2 | -30/+34 |
* | Manual a little more clear about string->number coersions | Roberto Ierusalimschy | 2019-12-05 | 1 | -16/+25 |
* | Code reorganization for opcodes OP_FORPREP and OP_FORLOOP | Roberto Ierusalimschy | 2019-12-04 | 1 | -75/+116 |
* | Removed some wrong comments | Roberto Ierusalimschy | 2019-11-28 | 1 | -8/+6 |
* | More generic pattern when testing 'string.format' | Roberto Ierusalimschy | 2019-11-22 | 1 | -2/+2 |
* | Details | Roberto Ierusalimschy | 2019-11-18 | 6 | -15/+16 |