summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Complete implementation of to-be-closed variablesscopedvarsRoberto Ierusalimschy2018-10-223-12/+39
* Handling of memory errors when creating to-be-closed upvaluesRoberto Ierusalimschy2018-10-184-40/+148
* First "complete" implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-1713-26/+145
* Towards "to closed" local variablesRoberto Ierusalimschy2018-10-0815-22/+81
* Added "cost" for the use of C stack by a coroutine invocation.Roberto Ierusalimschy2018-09-111-2/+8
* Details (comments)Roberto Ierusalimschy2018-09-113-4/+11
* Corrections in the implementation of '%' for floats.Roberto Ierusalimschy2018-08-285-18/+87
* Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy2018-08-248-40/+44
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-2351-51/+51
* detailsRoberto Ierusalimschy2018-08-171-6/+6
* Removed use of 'rl_inhibit_completion' in 'lua.c'Roberto Ierusalimschy2018-08-161-3/+2
* Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'Roberto Ierusalimschy2018-07-275-50/+71
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-2529-29/+29
* Small improvements in the manualRoberto Ierusalimschy2018-07-251-5/+7
* File operations try an "emergency collection" when failingRoberto Ierusalimschy2018-07-252-6/+65
* Comments about OLD0/OLD1 agesRoberto Ierusalimschy2018-07-181-24/+30
* Fixed bug in generational collection of userdataRoberto Ierusalimschy2018-07-134-15/+102
* Avoid using 'int' for UTF-8 valuesRoberto Ierusalimschy2018-07-121-11/+22
* Bug: wrong 'nCcalls' when resuming a coroutineRoberto Ierusalimschy2018-07-112-5/+24
* Added definition for LUA_VERSION_RELEASE_NUMRoberto Ierusalimschy2018-07-111-1/+3
* Fixed bug in line info. when using 'not' operatorRoberto Ierusalimschy2018-07-113-26/+93
* In tests of opcodes, avoid coercion in bitwise operationRoberto Ierusalimschy2018-07-101-1/+1
* Improvements in the manualRoberto Ierusalimschy2018-07-101-14/+17
* Added missing $Id$ to file 'ljumptab.h'Roberto Ierusalimschy2018-07-101-0/+7
* Generational mode may wait longer after a major collectionRoberto Ierusalimschy2018-07-091-8/+25
* 'searchpath' creates less temporary stringsRoberto Ierusalimschy2018-07-091-18/+34
* Bit-library file removed from the project (as it was deprecated)Roberto Ierusalimschy2018-07-091-7/+0
* Opcode names moved to a new header fileRoberto Ierusalimschy2018-07-094-94/+100
* Fixed bug in OP_IDIVIRoberto Ierusalimschy2018-07-092-3/+14
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-0937-0/+22260
* opening functions must be exported!v5.4-w2Roberto Ierusalimschy2018-06-191-5/+3
* several detailsRoberto Ierusalimschy2018-06-181-11/+10
* in generational mode, an emergency collection can turn any object blackRoberto Ierusalimschy2018-06-181-3/+3
* in generational mode, an emergency collection can turn any object blackRoberto Ierusalimschy2018-06-181-2/+2
* change in 'LUAI_DDEC' to allow variables to be static in 'onelua'Roberto Ierusalimschy2018-06-184-13/+17
* no need to check whether libraries and host use the same kernel;Roberto Ierusalimschy2018-06-186-23/+18
* new field 'nilvalue' in struct 'global_State' to avoid the use ofRoberto Ierusalimschy2018-06-155-22/+17
* removed unused macros 'isstackindex'/'api_checkstackindex' +Roberto Ierusalimschy2018-06-151-10/+2
* detail (removed unused definition for 'LUA_QS')Roberto Ierusalimschy2018-06-151-10/+2
* warning (comparison between signed and unsigned integers)Roberto Ierusalimschy2018-06-151-2/+3
* field 'sizearray' in struct 'Table' changed to 'alimit', which canRoberto Ierusalimschy2018-06-157-54/+201
* new macro 'ispow2'Roberto Ierusalimschy2018-06-151-1/+7
* type 'Rand64' may not be long long, so it should not use 'LL' in itsRoberto Ierusalimschy2018-06-141-4/+5
* no more 'TESTGRAYBIT' (to free this bit for real uses)Roberto Ierusalimschy2018-06-112-24/+8
* detail in commentRoberto Ierusalimschy2018-06-081-2/+2
* added 'const' to 'Proto*' when possibleRoberto Ierusalimschy2018-06-084-23/+24
* added patch for bug 5.3.4-7Roberto Ierusalimschy2018-06-081-2/+40
* no more 'luaO_nilobject' to avoid comparison of global variable addressesRoberto Ierusalimschy2018-06-015-20/+12
* no more 'luaH_emptyobject' and comparisons of addresses of global variablesRoberto Ierusalimschy2018-06-015-30/+46
* avoid craches when loading tampered code with NULL as a string constantRoberto Ierusalimschy2018-06-011-6/+20