Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 1 | -2/+2 |
| | |||||
* | 'lua_load' has an extra argument 'mode' | Roberto Ierusalimschy | 2011-11-29 | 1 | -2/+3 |
| | |||||
* | new type 'l_noret' for function that do not return | Roberto Ierusalimschy | 2011-10-07 | 1 | -2/+2 |
| | |||||
* | removed export of function only for coco | Roberto Ierusalimschy | 2009-12-17 | 1 | -4/+1 |
| | |||||
* | new scheme for debug info about tail calls: no more 'fake' stack entries, | Roberto Ierusalimschy | 2009-11-25 | 1 | -2/+2 |
| | | | | but stack entry knows whether it was tail called | ||||
* | remove declaration of removed function | Roberto Ierusalimschy | 2009-11-19 | 1 | -2/+1 |
| | |||||
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -1/+2 |
| | |||||
* | new definition for 'luaD_checkstack' to avoid possible overflows | Roberto Ierusalimschy | 2009-07-08 | 1 | -4/+3 |
| | |||||
* | new macro 'condmovestack' instead of 'condhardstacktests' | Roberto Ierusalimschy | 2009-06-08 | 1 | -3/+2 |
| | |||||
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -4/+1 |
| | |||||
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -2/+3 |
| | |||||
* | first steps towards yielding through longjump | Roberto Ierusalimschy | 2008-08-13 | 1 | -7/+1 |
| | |||||
* | comment about exported function not used by Lua | Roberto Ierusalimschy | 2008-07-03 | 1 | -1/+2 |
| | |||||
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | some bugs related to stack reallocation | Roberto Ierusalimschy | 2005-08-24 | 1 | -11/+1 |
| | |||||
* | small changes to facilitate external C coroutines | Roberto Ierusalimschy | 2005-08-22 | 1 | -1/+2 |
| | |||||
* | small improvements | Roberto Ierusalimschy | 2005-08-22 | 1 | -2/+2 |
| | |||||
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -14/+14 |
| | |||||
* | tighter tests for stack overflow | Roberto Ierusalimschy | 2004-09-08 | 1 | -3/+3 |
| | |||||
* | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 2004-05-14 | 1 | -2/+8 |
| | |||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -3/+3 |
| | | | | for incremental garbage collection | ||||
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -2/+2 |
| | |||||
* | zio does not keep "source" name (nobody uses it) | Roberto Ierusalimschy | 2003-08-25 | 1 | -2/+2 |
| | |||||
* | new function `lua_cpcall' | Roberto Ierusalimschy | 2002-12-04 | 1 | -2/+3 |
| | |||||
* | detail | Roberto Ierusalimschy | 2002-11-22 | 1 | -2/+2 |
| | |||||
* | new macro `condhardstacktests' to control hard stack tests | Roberto Ierusalimschy | 2002-11-21 | 1 | -2/+13 |
| | |||||
* | simpler definition for incr_top | Roberto Ierusalimschy | 2002-11-21 | 1 | -7/+3 |
| | |||||
* | avoid the use of "enum" in the API, as they do not have a fixed representation | Roberto Ierusalimschy | 2002-09-02 | 1 | -2/+2 |
| | |||||
* | warnings in other compilers | Roberto Ierusalimschy | 2002-08-07 | 1 | -2/+2 |
| | |||||
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -4/+7 |
| | |||||
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -2/+2 |
| | |||||
* | traceback stops at first protected call | Roberto Ierusalimschy | 2002-06-18 | 1 | -1/+2 |
| | |||||
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -4/+3 |
| | |||||
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -2/+1 |
| | |||||
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+3 |
| | |||||
* | new way to handle errors (temporary version) | Roberto Ierusalimschy | 2002-04-22 | 1 | -4/+10 |
| | |||||
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -2/+2 |
| | |||||
* | some improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 1 | -2/+7 |
| | |||||
* | callhook can be static | Roberto Ierusalimschy | 2002-01-30 | 1 | -1/+0 |
| | |||||
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -5/+7 |
| | |||||
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 1 | -2/+1 |
| | |||||
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 1 | -1/+0 |
| | |||||
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 1 | -2/+5 |
| | |||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -2/+2 |
| | |||||
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -3/+3 |
| | |||||
* | details | Roberto Ierusalimschy | 2001-06-05 | 1 | -2/+5 |
| | |||||
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -2/+2 |
| | |||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -2/+1 |
| |