Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new API function `lua_tolstring' | Roberto Ierusalimschy | 2005-05-16 | 5 | -24/+26 | |
| | ||||||
* | debug information for active lines | Roberto Ierusalimschy | 2005-05-16 | 2 | -47/+74 | |
| | ||||||
* | LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN | Roberto Ierusalimschy | 2005-05-09 | 1 | -1/+1 | |
| | ||||||
* | debug information for last line of a function definition | Roberto Ierusalimschy | 2005-05-05 | 8 | -16/+24 | |
| | ||||||
* | metatables for all types | Roberto Ierusalimschy | 2005-05-05 | 7 | -14/+45 | |
| | ||||||
* | no more compatibility code for traversing tables | Roberto Ierusalimschy | 2005-05-04 | 5 | -19/+6 | |
| | ||||||
* | comments | Roberto Ierusalimschy | 2005-05-04 | 1 | -2/+2 | |
| | ||||||
* | corrected definition of lua_number2int for Windows | Roberto Ierusalimschy | 2005-05-03 | 3 | -10/+12 | |
| | ||||||
* | better control of local variables in luaV_execute | Roberto Ierusalimschy | 2005-05-03 | 1 | -79/+96 | |
| | ||||||
* | better tests for correctness of `savedpc' | Roberto Ierusalimschy | 2005-05-03 | 3 | -4/+22 | |
| | ||||||
* | `*' operator is primitive only for tables | Roberto Ierusalimschy | 2005-05-02 | 1 | -13/+10 | |
| | ||||||
* | small bug | Roberto Ierusalimschy | 2005-04-29 | 1 | -5/+1 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-04-29 | 1 | -2/+4 | |
| | ||||||
* | comment | Roberto Ierusalimschy | 2005-04-29 | 1 | -2/+2 | |
| | ||||||
* | comment | Roberto Ierusalimschy | 2005-04-27 | 1 | -3/+3 | |
| | ||||||
* | nesting of long strings only in compatibility mode | Roberto Ierusalimschy | 2005-04-27 | 2 | -10/+32 | |
| | ||||||
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 18 | -160/+179 | |
| | ||||||
* | small bug for tail-recursive debugging | Roberto Ierusalimschy | 2005-04-14 | 1 | -6/+6 | |
| | ||||||
* | new protocol to open standard libraries | Roberto Ierusalimschy | 2005-04-13 | 5 | -20/+15 | |
| | ||||||
* | stack could overflow with too many command-line arguments | Roberto Ierusalimschy | 2005-04-11 | 1 | -13/+12 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-04-11 | 1 | -5/+4 | |
| | ||||||
* | detail for Windows (untested) | Roberto Ierusalimschy | 2005-04-07 | 1 | -12/+9 | |
| | ||||||
* | new organization using only one library | Roberto Ierusalimschy | 2005-04-07 | 1 | -79/+67 | |
| | ||||||
* | C stack is the same for the parser and the interpreter, so depth | Roberto Ierusalimschy | 2005-04-07 | 3 | -18/+14 | |
| | | | | control should be unified in both parts. | |||||
* | new definition for `lua_number2int' for Windows (not tested yet!) | Roberto Ierusalimschy | 2005-04-06 | 1 | -11/+5 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-04-05 | 1 | -5/+8 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2005-04-05 | 1 | -4/+4 | |
| | ||||||
* | small optimizations | Roberto Ierusalimschy | 2005-04-05 | 5 | -34/+33 | |
| | ||||||
* | removed dirt optimizations that gave small gains | Roberto Ierusalimschy | 2005-04-04 | 4 | -89/+54 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-04-01 | 1 | -4/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2005-03-30 | 2 | -5/+4 | |
| | ||||||
* | using `require' to implement `-l' | Roberto Ierusalimschy | 2005-03-29 | 1 | -10/+6 | |
| | ||||||
* | better control for compatibility code | Roberto Ierusalimschy | 2005-03-29 | 4 | -10/+43 | |
| | ||||||
* | standard configuration should run out-of-the-box in "any" system | Roberto Ierusalimschy | 2005-03-29 | 2 | -126/+200 | |
| | ||||||
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 6 | -24/+21 | |
| | ||||||
* | wrong comment corrected | Roberto Ierusalimschy | 2005-03-28 | 1 | -2/+3 | |
| | ||||||
* | change `#ifdef' for `#if defined' | Roberto Ierusalimschy | 2005-03-23 | 2 | -5/+5 | |
| | ||||||
* | LUA_USERCONFIG is no longer necessary | Roberto Ierusalimschy | 2005-03-23 | 1 | -10/+1 | |
| | ||||||
* | some line-edit facilities must free the line after its use | Roberto Ierusalimschy | 2005-03-22 | 1 | -1/+2 | |
| | ||||||
* | avoid name conflict with some spurious included header files | Roberto Ierusalimschy | 2005-03-22 | 1 | -11/+11 | |
| | ||||||
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 6 | -16/+16 | |
| | ||||||
* | lua_gc(STEP) returns whether collection cycle finished | Roberto Ierusalimschy | 2005-03-21 | 1 | -1/+3 | |
| | ||||||
* | cleaner configuration for lua.c | Roberto Ierusalimschy | 2005-03-21 | 2 | -56/+61 | |
| | ||||||
* | small bug: a GC step was not proportional to its "size" | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+3 | |
| | ||||||
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 4 | -15/+16 | |
| | ||||||
* | call limit may be larger than shorts | Roberto Ierusalimschy | 2005-03-18 | 2 | -5/+5 | |
| | ||||||
* | more cleaning on configurations | Roberto Ierusalimschy | 2005-03-18 | 3 | -163/+303 | |
| | ||||||
* | internal definitions have prefix `luai_' | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 | |
| | ||||||
* | avoid name colision with `close' function | Roberto Ierusalimschy | 2005-03-18 | 1 | -3/+3 | |
| | ||||||
* | avoid too much configuration options | Roberto Ierusalimschy | 2005-03-18 | 1 | -5/+16 | |
| |