summaryrefslogtreecommitdiff
path: root/lfunc.c
Commit message (Expand)AuthorAgeFilesLines
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-131-8/+10
* A to-be-closed variable must have a closable value (or be nil)Roberto Ierusalimschy2018-11-291-0/+6
* Removed internal cache for closuresRoberto Ierusalimschy2018-11-011-2/+0
* Closing methods should not interfere with returning valuesRoberto Ierusalimschy2018-10-251-31/+33
* Handling of memory errors when creating to-be-closed upvaluesRoberto Ierusalimschy2018-10-181-32/+94
* First "complete" implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-171-3/+44
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* new type 'StackValue' for stack elementsRoberto Ierusalimschy2017-06-291-6/+6
* 'lineinfo' in prototypes saved as differences instead of absoluteRoberto Ierusalimschy2017-06-271-1/+4
* bug: cannot reuse a dying upvalueRoberto Ierusalimschy2017-05-241-2/+2
* added 'cachemiss' field to prototype to avoid wasting time checkingRoberto Ierusalimschy2017-04-301-1/+2
* Upvalues collected like everything else (with mark-sweep) insteadRoberto Ierusalimschy2017-04-111-19/+28
* small changes in 'luaC_upvalbarrier'Roberto Ierusalimschy2017-04-061-4/+5
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-021-4/+6
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-251-3/+3
* more precision between closure types ('LClosure' x 'CClosure')Roberto Ierusalimschy2014-06-191-9/+9
* use appropriate macros to convert GCObject to specific typesRoberto Ierusalimschy2014-06-181-4/+7
* new list 'twups' to allow traversal of upvalues from dead threadsRoberto Ierusalimschy2014-02-181-4/+12
* field 'op' renamed to 'open'Roberto Ierusalimschy2014-02-151-4/+4
* no more local collectionRoberto Ierusalimschy2014-02-131-2/+1
* 'luaC_newobj' does not handle special cases; only special caseRoberto Ierusalimschy2013-09-111-4/+4
* LOCALBLACK changed to LOCALMARK and used also to control whether objectRoberto Ierusalimschy2013-08-271-6/+4
* upvalues collected by reference countRoberto Ierusalimschy2013-08-271-38/+27
* Lua closures go to local, tooRoberto Ierusalimschy2013-08-261-5/+14
* C functions and strings now go to the local list; first versionRoberto Ierusalimschy2013-08-231-2/+3
* added 'local' bit (true => object is only refered by local variables)Roberto Ierusalimschy2013-08-161-1/+3
* double-linked list of all upvalues elliminated and changed to aRoberto Ierusalimschy2013-08-071-27/+7
* no more generational collection !!!Roberto Ierusalimschy2013-08-051-2/+1
* open upvalues cannot be old if thread is not old; when thread is old,Roberto Ierusalimschy2012-10-031-2/+2
* no more 'Proto' objects on the stack. Protos are anchored on outerRoberto Ierusalimschy2012-05-081-4/+3
* object tag keeps variant bits too -> no need for 'isC' field inRoberto Ierusalimschy2012-01-201-12/+3
* typo in commentsRoberto Ierusalimschy2010-06-301-2/+2
* unused '#include' removedRoberto Ierusalimschy2010-06-101-2/+1
* Lua closures are cached for reuseRoberto Ierusalimschy2010-06-041-2/+5
* corrected some places where an old object could end up in frontRoberto Ierusalimschy2010-05-101-3/+5
* nasty GC bug: upvalue must be turned white when not keeping invariant,Roberto Ierusalimschy2010-04-291-6/+2
* 'luaC_linkupval' embedded into call siteRoberto Ierusalimschy2010-04-291-4/+10
* no more fenvs!Roberto Ierusalimschy2010-03-261-5/+3
* first version of _ENV; no more global variablesRoberto Ierusalimschy2010-03-121-2/+1
* allocator function receives the tag of object being allocated in 'osize'Roberto Ierusalimschy2009-12-171-19/+12
* macro 'ngcotouv' is the same as 'gco2uv', so it was removedRoberto Ierusalimschy2009-12-111-3/+3
* comment typosRoberto Ierusalimschy2009-11-261-2/+2
* first implementation of lexical environmentsRoberto Ierusalimschy2009-09-301-1/+3
* information about upvalues (where they come from) kept in Proto structure,Roberto Ierusalimschy2009-09-281-5/+4
* 'luaM_freearray' does not need array type as argumentRoberto Ierusalimschy2009-04-171-7/+7
* should not manipulate NULL pointers (even without accessing them)Roberto Ierusalimschy2007-02-071-3/+3
* small changes in castsRoberto Ierusalimschy2005-12-221-3/+3
* debug information for last line of a function definitionRoberto Ierusalimschy2005-05-051-2/+3
* small bugRoberto Ierusalimschy2005-04-291-5/+1
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-4/+5