| Commit message (Expand) | Author | Files | Lines |
2018-07-11 | Added definition for LUA_VERSION_RELEASE_NUM | Roberto Ierusalimschy | 1 | -1/+3 |
2018-07-11 | Fixed bug in line info. when using 'not' operator | Roberto Ierusalimschy | 3 | -26/+93 |
2018-07-10 | In tests of opcodes, avoid coercion in bitwise operation | Roberto Ierusalimschy | 1 | -1/+1 |
2018-07-10 | Improvements in the manual | Roberto Ierusalimschy | 1 | -14/+17 |
2018-07-10 | Added missing $Id$ to file 'ljumptab.h' | Roberto Ierusalimschy | 1 | -0/+7 |
2018-07-09 | Generational mode may wait longer after a major collection | Roberto Ierusalimschy | 1 | -8/+25 |
2018-07-09 | 'searchpath' creates less temporary strings | Roberto Ierusalimschy | 1 | -18/+34 |
2018-07-09 | Bit-library file removed from the project (as it was deprecated) | Roberto Ierusalimschy | 1 | -7/+0 |
2018-07-09 | Opcode names moved to a new header file | Roberto Ierusalimschy | 4 | -94/+100 |
2018-07-09 | Fixed bug in OP_IDIVI | Roberto Ierusalimschy | 2 | -3/+14 |
2018-07-09 | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 37 | -0/+22260 |
2018-06-19 | opening functions must be exported!v5.4-w2 | Roberto Ierusalimschy | 1 | -5/+3 |
2018-06-18 | several details | Roberto Ierusalimschy | 1 | -11/+10 |
2018-06-18 | in generational mode, an emergency collection can turn any object black | Roberto Ierusalimschy | 1 | -3/+3 |
2018-06-18 | in generational mode, an emergency collection can turn any object black | Roberto Ierusalimschy | 1 | -2/+2 |
2018-06-18 | change in 'LUAI_DDEC' to allow variables to be static in 'onelua' | Roberto Ierusalimschy | 4 | -13/+17 |
2018-06-18 | no need to check whether libraries and host use the same kernel; | Roberto Ierusalimschy | 6 | -23/+18 |
2018-06-15 | new field 'nilvalue' in struct 'global_State' to avoid the use of | Roberto Ierusalimschy | 5 | -22/+17 |
2018-06-15 | removed unused macros 'isstackindex'/'api_checkstackindex' + | Roberto Ierusalimschy | 1 | -10/+2 |
2018-06-15 | detail (removed unused definition for 'LUA_QS') | Roberto Ierusalimschy | 1 | -10/+2 |
2018-06-15 | warning (comparison between signed and unsigned integers) | Roberto Ierusalimschy | 1 | -2/+3 |
2018-06-15 | field 'sizearray' in struct 'Table' changed to 'alimit', which can | Roberto Ierusalimschy | 7 | -54/+201 |
2018-06-15 | new macro 'ispow2' | Roberto Ierusalimschy | 1 | -1/+7 |
2018-06-14 | type 'Rand64' may not be long long, so it should not use 'LL' in its | Roberto Ierusalimschy | 1 | -4/+5 |
2018-06-11 | no more 'TESTGRAYBIT' (to free this bit for real uses) | Roberto Ierusalimschy | 2 | -24/+8 |
2018-06-08 | detail in comment | Roberto Ierusalimschy | 1 | -2/+2 |
2018-06-08 | added 'const' to 'Proto*' when possible | Roberto Ierusalimschy | 4 | -23/+24 |
2018-06-08 | added patch for bug 5.3.4-7 | Roberto Ierusalimschy | 1 | -2/+40 |
2018-06-01 | no more 'luaO_nilobject' to avoid comparison of global variable addresses | Roberto Ierusalimschy | 5 | -20/+12 |
2018-06-01 | no more 'luaH_emptyobject' and comparisons of addresses of global variables | Roberto Ierusalimschy | 5 | -30/+46 |
2018-06-01 | avoid craches when loading tampered code with NULL as a string constant | Roberto Ierusalimschy | 1 | -6/+20 |
2018-05-30 | new macros 'likely'/'unlikely' with hints for jump predictions | Roberto Ierusalimschy | 6 | -48/+78 |
2018-05-29 | macro 'luai_makeseed' now controls the whole process of making the seed | Roberto Ierusalimschy | 1 | -17/+17 |
2018-05-29 | detail ('l_castU2S' should only be used over lua_Unsigned values) | Roberto Ierusalimschy | 1 | -2/+2 |
2018-05-25 | avoid possible overflows when checking sizes in 'string.unpack' | Roberto Ierusalimschy | 1 | -11/+8 |
2018-05-24 | added patches for two bugs (5.3.4-2 and 5.3.4-3) | Roberto Ierusalimschy | 1 | -2/+51 |
2018-05-23 | avoid circular inclusion between ltm.h <-> lstate.h | Roberto Ierusalimschy | 1 | -2/+1 |
2018-05-22 | in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' | Roberto Ierusalimschy | 3 | -51/+48 |
2018-05-16 | using some weak "randomness" (time and memory address) to initialize | Roberto Ierusalimschy | 1 | -10/+21 |
2018-05-09 | correction on xoshiro256** algorithm | Roberto Ierusalimschy | 1 | -3/+3 |
2018-05-04 | reorganization of '#if's for sellecting a type for 'Rand64' + | Roberto Ierusalimschy | 2 | -32/+61 |
2018-05-02 | minimizing the code ran by 'vmfetch' + no more 'vra' | Roberto Ierusalimschy | 3 | -125/+128 |
2018-04-25 | 'luaO_pushvfstring' does not need to reallocate stack | Roberto Ierusalimschy | 1 | -10/+12 |
2018-04-19 | no need to define 'luaP_opnames' in regular builds | Roberto Ierusalimschy | 2 | -2/+10 |
2018-04-11 | use test mode to test the interpreter without jump tables | Roberto Ierusalimschy | 1 | -1/+5 |
2018-04-06 | detail (trim constants are unsigned) | Roberto Ierusalimschy | 1 | -3/+3 |
2018-04-06 | PRNG changed from 'xoroshiro128+' to 'xoshiro256**' + "I' renamed 'Rand64' | Roberto Ierusalimschy | 1 | -73/+109 |
2018-04-04 | using 'xoroshiro128+' for PRNG | Roberto Ierusalimschy | 1 | -87/+88 |
2018-04-04 | no more nil-in-table | Roberto Ierusalimschy | 16 | -172/+23 |
2018-04-02 | using unsigned comparison in 'l_intfitsf' (avoids one comparison) | Roberto Ierusalimschy | 1 | -9/+13 |