| Commit message (Expand) | Author | Files | Lines |
2018-09-11 | Details (comments) | Roberto Ierusalimschy | 3 | -4/+11 |
2018-08-28 | Corrections in the implementation of '%' for floats. | Roberto Ierusalimschy | 5 | -18/+87 |
2018-08-24 | Deprecated the emulation of '__le' using '__lt' | Roberto Ierusalimschy | 8 | -40/+44 |
2018-08-23 | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 51 | -51/+51 |
2018-08-17 | details | Roberto Ierusalimschy | 1 | -6/+6 |
2018-08-16 | Removed use of 'rl_inhibit_completion' in 'lua.c' | Roberto Ierusalimschy | 1 | -3/+2 |
2018-07-27 | Added "emergency collection" to 'io.tmpfile' and 'os.tmpname' | Roberto Ierusalimschy | 5 | -50/+71 |
2018-07-25 | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 29 | -29/+29 |
2018-07-25 | Small improvements in the manual | Roberto Ierusalimschy | 1 | -5/+7 |
2018-07-25 | File operations try an "emergency collection" when failing | Roberto Ierusalimschy | 2 | -6/+65 |
2018-07-18 | Comments about OLD0/OLD1 ages | Roberto Ierusalimschy | 1 | -24/+30 |
2018-07-13 | Fixed bug in generational collection of userdata | Roberto Ierusalimschy | 4 | -15/+102 |
2018-07-12 | Avoid using 'int' for UTF-8 values | Roberto Ierusalimschy | 1 | -11/+22 |
2018-07-11 | Bug: wrong 'nCcalls' when resuming a coroutine | Roberto Ierusalimschy | 2 | -5/+24 |
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 |