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. | ||||
* | macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter | Roberto Ierusalimschy | 2015-03-06 | 1 | -3/+3 |
| | | | | (some people use it) | ||||
* | removed unused parameter Ä'L' in macro 'api_check' and company | Roberto Ierusalimschy | 2014-07-15 | 1 | -3/+3 |
| | |||||
* | extra api checks for number of returns of C functions and for lua_yield | Roberto Ierusalimschy | 2009-11-27 | 1 | -1/+4 |
| | |||||
* | API checks now have explanatory messages | Roberto Ierusalimschy | 2009-08-31 | 1 | -2/+3 |
| | |||||
* | detail | Roberto Ierusalimschy | 2009-04-03 | 1 | -2/+2 |
| | |||||
* | yielding across lua_call (first version) | Roberto Ierusalimschy | 2009-03-10 | 1 | -1/+5 |
| | |||||
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -4/+4 |
| | |||||
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -2/+2 |
| | |||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -2/+2 |
| | | | | for incremental garbage collection | ||||
* | `luaA_index' is a local macro now | Roberto Ierusalimschy | 2002-03-04 | 1 | -2/+1 |
| | |||||
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+1 |
| | |||||
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -3/+2 |
| | |||||
* | details | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+1 |
| | |||||
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+1 |
| | |||||
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -2/+1 |
| | | | | memory use a little higher, code much simpler). | ||||
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 |
| | |||||
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
| | |||||
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -7/+1 |
| | |||||
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -2/+6 |
| | |||||
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -1/+6 |
| | |||||
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 1 | -2/+1 |
| | |||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -7/+6 |
| | |||||
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -4/+2 |
| | |||||
* | `put_luaObjectonTop' must be public (to be used by lfback.c), and so | Roberto Ierusalimschy | 1999-09-21 | 1 | -2/+2 |
| | | | | it must have a "public" name: `luaA_putObjectOnTop' | ||||
* | compatibility with old fallback system now provided by external module | Roberto Ierusalimschy | 1999-09-20 | 1 | -1/+2 |
| | |||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
| | |||||
* | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 1999-02-23 | 1 | -1/+2 |
| | |||||
* | new function lua_nextvar | Roberto Ierusalimschy | 1999-02-22 | 1 | -1/+2 |
| | |||||
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
| | |||||
* | auxiliar functions from Lua API | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+20 |