summaryrefslogtreecommitdiff
path: root/ltests.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* DetailsRoberto Ierusalimschy2019-05-131-5/+3
* Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-241-0/+9
* Changes in the warning systemRoberto Ierusalimschy2019-03-141-38/+22
* DetailsRoberto Ierusalimschy2019-03-131-2/+5
* No more to-be-closed functionsRoberto Ierusalimschy2019-01-041-7/+11
* No more LUA_ERRGCMM errorsRoberto Ierusalimschy2019-01-011-13/+48
* Added a warning system to LuaRoberto Ierusalimschy2018-12-281-1/+32
* DetailsRoberto Ierusalimschy2018-12-171-1/+2
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-131-0/+3
* Some bugs with stack reallocation by 'luaF_close'Roberto Ierusalimschy2018-11-241-1/+1
* 'lua_toclose' gets the index to be closed as an argumentRoberto Ierusalimschy2018-11-121-1/+1
* New syntax for to-be-closed variablesRoberto Ierusalimschy2018-11-071-2/+2
* Removed internal cache for closuresRoberto Ierusalimschy2018-11-011-4/+0
* Big revamp in the implmentation of labels/gotosRoberto Ierusalimschy2018-10-291-1/+1
* To-be-closed variables in the C APIRoberto Ierusalimschy2018-10-251-0/+3
* First "complete" implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-171-1/+1
* Towards "to closed" local variablesRoberto Ierusalimschy2018-10-081-11/+14
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* Fixed bug in line info. when using 'not' operatorRoberto Ierusalimschy2018-07-111-1/+21
* Opcode names moved to a new header fileRoberto Ierusalimschy2018-07-091-3/+4
* field 'sizearray' in struct 'Table' changed to 'alimit', which canRoberto Ierusalimschy2018-06-151-5/+10
* no more 'TESTGRAYBIT' (to free this bit for real uses)Roberto Ierusalimschy2018-06-111-21/+4
* details (casts between 'lua_Number' and 'double')Roberto Ierusalimschy2018-03-091-3/+3
* first version of empty entries in tablesRoberto Ierusalimschy2018-02-231-3/+3
* userdata can have multiple user valuesRoberto Ierusalimschy2018-02-201-10/+15
* janitor work on castsRoberto Ierusalimschy2018-01-281-13/+13
* keep more opcode arguments byte-alignedRoberto Ierusalimschy2018-01-091-2/+2
* new command 'print' (to print literal strings) in mini-languageRoberto Ierusalimschy2017-12-291-2/+6
* some cleaning on signed opcode parametersRoberto Ierusalimschy2017-12-151-2/+2
* allows memory-allocation errors when shrinking blocksRoberto Ierusalimschy2017-12-111-2/+3
* new C instruction "rawcheckstack" (to test failing in 'lua_checkstack')Roberto Ierusalimschy2017-12-081-3/+16
* new test function 'T.allocount' to restrict number of allocationsRoberto Ierusalimschy2017-12-071-3/+18
* more information from 'T.stacklevel'Roberto Ierusalimschy2017-11-231-2/+4
* removed unused variable 'islocked'Roberto Ierusalimschy2017-11-091-4/+1
* new format for JUMP instructions (to allow larger offsets)Roberto Ierusalimschy2017-11-071-3/+9
* back to 'CallInfo' (no gains with its removal)Roberto Ierusalimschy2017-11-071-11/+12
* no more useful fields in CallInfoRoberto Ierusalimschy2017-11-031-11/+9
* more fields moved out of 'CallInfo'Roberto Ierusalimschy2017-11-031-5/+6
* new API for 'lua_resume' + cleaning the uses of the 'extra' field inRoberto Ierusalimschy2017-11-021-10/+8
* using 'L->func' when possibleRoberto Ierusalimschy2017-11-011-2/+2
* eplicit 1-bit opcode operand 'k'Roberto Ierusalimschy2017-10-041-3/+4
* new function 'printcode'Roberto Ierusalimschy2017-10-011-1/+18
* new type 'StackValue' for stack elementsRoberto Ierusalimschy2017-06-291-4/+4
* new constant 'LUA_GNAME' for the name of the global table "_G"Roberto Ierusalimschy2017-06-271-2/+2
* 'lineinfo' in prototypes saved as differences instead of absoluteRoberto Ierusalimschy2017-06-271-2/+2
* no more 'DEADKEY'. Table traversals do not need to consider dead keys;Roberto Ierusalimschy2017-06-121-2/+1
* in hash nodes, keys are stored in separate pieces to avoid wastingRoberto Ierusalimschy2017-06-091-6/+10
* updated GC states in function 'T.gcstate'Roberto Ierusalimschy2017-05-311-5/+7
* barrier for prototype's cache (with new gray list 'protogray' to keepRoberto Ierusalimschy2017-05-041-1/+4
* type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also addedRoberto Ierusalimschy2017-04-241-2/+2