summaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bug: Resuming the running coroutine makes it unyieldableRoberto Ierusalimschy2013-11-081-2/+3
* BUG: stack overflow in vararg functions with many fixedRoberto Ierusalimschy2013-04-191-4/+11
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-121-0/+673
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-271-516/+0
* BUG: debug hooks may get wrong when mixed with coroutinesRoberto Ierusalimschy2006-06-051-3/+4
* small changes in castsRoberto Ierusalimschy2005-12-221-9/+8
* small bugRoberto Ierusalimschy2005-10-231-2/+5
* small bug when debugging dead threadsRoberto Ierusalimschy2005-10-141-1/+2
* detailRoberto Ierusalimschy2005-10-061-6/+4
* detailRoberto Ierusalimschy2005-09-091-2/+2
* some bugs related to stack reallocationRoberto Ierusalimschy2005-08-241-18/+14
* small changes to facilitate external C coroutinesRoberto Ierusalimschy2005-08-221-7/+7
* small improvementsRoberto Ierusalimschy2005-08-221-28/+24
* small changes (to easy integration with Coco)Roberto Ierusalimschy2005-08-091-15/+16
* better recovery at panicRoberto Ierusalimschy2005-07-111-15/+32
* detailRoberto Ierusalimschy2005-06-131-2/+1
* better control for compatibility code for varargsRoberto Ierusalimschy2005-06-131-2/+3
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-5/+5
* better use defined/undefined as flag values for macrosRoberto Ierusalimschy2005-05-201-2/+2
* better tests for correctness of `savedpc'Roberto Ierusalimschy2005-05-031-1/+2
* small optimizationsRoberto Ierusalimschy2005-04-051-2/+5
* better control for compatibility codeRoberto Ierusalimschy2005-03-291-1/+3
* no more LUA_FIRSTINDEXRoberto Ierusalimschy2005-03-281-2/+2
* call limit may be larger than shortsRoberto Ierusalimschy2005-03-181-3/+3
* detailRoberto Ierusalimschy2005-03-161-1/+2
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-12/+12
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-12/+12
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-081-1/+2
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-2/+2
* static names do not need `luaX_' prefixRoberto Ierusalimschy2004-12-031-3/+3
* added an `L' parameter to macros L_TRY & L_THROW (someone may need it).Roberto Ierusalimschy2004-12-011-3/+3
* removal of unused variableRoberto Ierusalimschy2004-09-221-3/+1
* cleaner API for coroutinesRoberto Ierusalimschy2004-09-151-18/+14
* tighter tests for stack overflowRoberto Ierusalimschy2004-09-081-12/+22
* two bugs related to varargsRoberto Ierusalimschy2004-09-031-5/+9
* new macro `lua_threadyield' + lock stuff in `luaconf.h' + detailsRoberto Ierusalimschy2004-06-021-6/+6
* new way to use `vararg' parameters (with `...')Roberto Ierusalimschy2004-05-311-23/+43
* small steps towards yields in iterators and tag methodsRoberto Ierusalimschy2004-05-141-12/+18
* code parameterized by LUA_FIRSTINDEX (first index of an array)Roberto Ierusalimschy2004-05-101-2/+2
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-18/+4
* detailsRoberto Ierusalimschy2004-03-241-2/+2
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-17/+18
* commentsRoberto Ierusalimschy2003-11-111-2/+2
* it's ok to dump functions with upvaluesRoberto Ierusalimschy2003-10-201-2/+5
* detailRoberto Ierusalimschy2003-10-201-3/+3
* detailsRoberto Ierusalimschy2003-10-031-3/+3
* bug: cannot invalidate a running coroutineRoberto Ierusalimschy2003-09-051-9/+21
* parser fully reentrant(!)Roberto Ierusalimschy2003-08-271-14/+8
* new auxiliary function `luaH_setstr'Roberto Ierusalimschy2003-08-261-4/+3
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-251-4/+6