Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lua 5.3.5 ported to gitv5.3.5 | Roberto Ierusalimschy | 2018-12-17 | 1 | -1/+1 |
| | | | | | | | This is the first commit for the branch Lua 5.3. All source files were copied from the official distribution of 5.3.5 in the Lua site. The test files are the same of 5.3.4. The manual came from the previous RCS repository, revision 1.167.1.2. | ||||
* | avoid empty macro arguments (invalid in C89) | Roberto Ierusalimschy | 2015-12-21 | 1 | -2/+2 |
| | |||||
* | details (comments) | Roberto Ierusalimschy | 2015-11-23 | 1 | -2/+2 |
| | |||||
* | details (typos in comments) | Roberto Ierusalimschy | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | trying to optimize a little 'luaD_poscall' | Roberto Ierusalimschy | 2015-11-13 | 1 | -2/+3 |
| | |||||
* | in 'luaD_call', use two functions instead of one with fixed boolean | Roberto Ierusalimschy | 2015-11-02 | 1 | -3/+3 |
| | | | | argument | ||||
* | macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used | Roberto Ierusalimschy | 2015-11-02 | 1 | -2/+2 |
| | | | | in critical time pathes, can save a few bytes without the macro) | ||||
* | small changes to allow 'precall' to spend time preserving 'func' | Roberto Ierusalimschy | 2015-10-21 | 1 | -3/+14 |
| | | | | only when needed (that is, when stack actually changes) | ||||
* | bug: interpreter cannot pop activation frame before calling return | Roberto Ierusalimschy | 2015-05-22 | 1 | -2/+2 |
| | | | | | hook (as it may want to access local variables active by the end of the function) | ||||
* | `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 |
| |