summaryrefslogtreecommitdiff
path: root/ldo.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-121-0/+46
| | | | for next version
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-271-57/+0
|
* some bugs related to stack reallocationRoberto Ierusalimschy2005-08-241-11/+1
|
* small changes to facilitate external C coroutinesRoberto Ierusalimschy2005-08-221-1/+2
|
* small improvementsRoberto Ierusalimschy2005-08-221-2/+2
|
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-14/+14
|
* tighter tests for stack overflowRoberto Ierusalimschy2004-09-081-3/+3
|
* small steps towards yields in iterators and tag methodsRoberto Ierusalimschy2004-05-141-2/+8
|
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-3/+3
| | | | for incremental garbage collection
* parser fully reentrant(!)Roberto Ierusalimschy2003-08-271-2/+2
|
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-251-2/+2
|
* new function `lua_cpcall'Roberto Ierusalimschy2002-12-041-2/+3
|
* detailRoberto Ierusalimschy2002-11-221-2/+2
|
* new macro `condhardstacktests' to control hard stack testsRoberto Ierusalimschy2002-11-211-2/+13
|
* simpler definition for incr_topRoberto Ierusalimschy2002-11-211-7/+3
|
* avoid the use of "enum" in the API, as they do not have a fixed representationRoberto Ierusalimschy2002-09-021-2/+2
|
* warnings in other compilersRoberto Ierusalimschy2002-08-071-2/+2
|
* new (old?) error handling schemeRoberto Ierusalimschy2002-08-061-2/+2
|
* new implementation for error handlingRoberto Ierusalimschy2002-08-051-4/+7
|
* new interface for debug hooksRoberto Ierusalimschy2002-07-081-2/+2
|
* traceback stops at first protected callRoberto Ierusalimschy2002-06-181-1/+2
|
* new protocol for error handlingRoberto Ierusalimschy2002-06-181-4/+3
|
* new format for error messagesRoberto Ierusalimschy2002-05-151-2/+1
|
* new way to handle errorsRoberto Ierusalimschy2002-05-011-2/+3
|
* new way to handle errors (temporary version)Roberto Ierusalimschy2002-04-221-4/+10
|
* simpler implementation for line informationRoberto Ierusalimschy2002-03-251-2/+2
|
* some improvements in stack controlRoberto Ierusalimschy2002-03-201-2/+7
|
* callhook can be staticRoberto Ierusalimschy2002-01-301-1/+0
|
* first version of dynamic stackRoberto Ierusalimschy2002-01-251-5/+7
|
* distinct functions to create/destroy states and threadsRoberto Ierusalimschy2002-01-111-2/+1
|
* small optimizationsRoberto Ierusalimschy2001-12-201-1/+0
|
* first version of Lua "stackless"Roberto Ierusalimschy2001-12-181-2/+5
|
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-2/+2
|
* new definition for `luaD_call' and `luaD_adjusttop'Roberto Ierusalimschy2001-06-081-3/+3
|
* detailsRoberto Ierusalimschy2001-06-051-2/+5
|
* better way to link callinfo's and stackRoberto Ierusalimschy2001-03-071-2/+2
|
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-2/+2
|
* new way to handle top x L->topRoberto Ierusalimschy2001-02-071-2/+1
|
* macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua coreRoberto Ierusalimschy2001-01-241-1/+2
|
* luaD_call is more uniformRoberto Ierusalimschy2000-10-061-3/+1
|
* tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy2000-10-051-2/+2
|
* call hooks can only be called when `pc' is active (that is, insideRoberto Ierusalimschy2000-10-041-1/+3
| | | | `execute'...)
* new version of protected executionRoberto Ierusalimschy2000-09-251-2/+4
|
* better definitions for MULTRETRoberto Ierusalimschy2000-08-291-2/+1
|
* first version for new APIRoberto Ierusalimschy2000-08-281-2/+1
|
* (much) better handling of memory alloction errorsRoberto Ierusalimschy2000-08-071-1/+2
|
* better error messagesRoberto Ierusalimschy2000-06-281-2/+2
|
* code redistributionRoberto Ierusalimschy2000-04-141-2/+1
|
* no more special cases for closures with 0 upvalues (performance is the same,Roberto Ierusalimschy2000-03-291-3/+1
| | | | memory use a little higher, code much simpler).
* limits now are in `llims.n'Roberto Ierusalimschy2000-03-241-5/+1
|