Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | last changes by lhfv5.0 | Roberto Ierusalimschy | 2003-04-10 | 3 | -13/+14 |
* | new scheme to control `loadlib' configuration (default for dlopen | Roberto Ierusalimschy | 2003-04-07 | 2 | -21/+59 |
* | lua_getmetatable must accept any acceptable index | Roberto Ierusalimschy | 2003-04-07 | 1 | -13/+14 |
* | new test options for luaL_getn/setn | Roberto Ierusalimschy | 2003-04-07 | 1 | -1/+11 |
* | luaL_getn/setn must operate correctly over negative indices | Roberto Ierusalimschy | 2003-04-07 | 1 | -2/+11 |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 17 | -100/+100 |
* | avoid conflicts in (re)definition of `isatty' | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+4 |
* | comments | Roberto Ierusalimschy | 2003-04-02 | 1 | -8/+2 |
* | error-message format | Roberto Ierusalimschy | 2003-04-01 | 1 | -4/+2 |
* | clearance of debuging code (left by mistake) | Roberto Ierusalimschy | 2003-03-31 | 1 | -9/+1 |
* | new hash method for lua_Number (double) (due to a performance problem) | Roberto Ierusalimschy | 2003-03-24 | 1 | -15/+38 |
* | do not mix `--help' with `--' | Roberto Ierusalimschy | 2003-03-24 | 1 | -1/+5 |
* | chars from zio are always unsigned | Roberto Ierusalimschy | 2003-03-24 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2003-03-20 | 1 | -6/+6 |
* | bug: zio mixes a 255 as first char in a buffer with EOZ | Roberto Ierusalimschy | 2003-03-20 | 3 | -7/+13 |
* | towards 5.0 final | Roberto Ierusalimschy | 2003-03-19 | 1 | -17/+11 |
* | avoid name colision (for alllua.c) | Roberto Ierusalimschy | 2003-03-19 | 1 | -4/+4 |
* | better error messages | Roberto Ierusalimschy | 2003-03-19 | 2 | -8/+7 |
* | better error message | Roberto Ierusalimschy | 2003-03-19 | 1 | -2/+3 |
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-19 | 1 | -6/+6 |
* | `__globals' -> `__fenv' | Roberto Ierusalimschy | 2003-03-19 | 1 | -8/+9 |
* | `luaL_getmetafield' was leaving extra value on the stack | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+5 |
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 8 | -77/+76 |
* | detail (change place of a prototype) | Roberto Ierusalimschy | 2003-03-18 | 1 | -3/+2 |
* | new auxiliary functions for `type' manipulation | Roberto Ierusalimschy | 2003-03-18 | 3 | -39/+56 |
* | tests for Windows version | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+2 |
* | unused argument | Roberto Ierusalimschy | 2003-03-18 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+2 |
* | first version of `loadlib' | Roberto Ierusalimschy | 2003-03-17 | 2 | -1/+177 |
* | `loadlib' now an official library | Roberto Ierusalimschy | 2003-03-17 | 1 | -1/+2 |
* | detail | Roberto Ierusalimschy | 2003-03-14 | 1 | -10/+7 |
* | `io.input'/`io.output' always return current file | Roberto Ierusalimschy | 2003-03-14 | 1 | -3/+4 |
* | `string.find' also accepts out-of-range indices | Roberto Ierusalimschy | 2003-03-14 | 1 | -2/+3 |
* | out-of-bound upvalues (in C) are acceptable indices | Roberto Ierusalimschy | 2003-03-14 | 1 | -5/+10 |
* | loadstring/loadfile use global environment + setfenv(0) changes | Roberto Ierusalimschy | 2003-03-11 | 1 | -12/+7 |
* | ^ operator is defined by global `__pow' | Roberto Ierusalimschy | 2003-03-11 | 2 | -6/+5 |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 9 | -34/+43 |
* | LUA_PATH components may have multiple interrogation marks | Roberto Ierusalimschy | 2003-03-11 | 1 | -7/+17 |
* | comments | Roberto Ierusalimschy | 2003-03-07 | 2 | -3/+8 |
* | avoid including system headers after program headers | Roberto Ierusalimschy | 2003-03-06 | 1 | -2/+2 |
* | LUA_USETMPNAME -> USE_TMPNAME | Roberto Ierusalimschy | 2003-03-06 | 1 | -5/+5 |
* | details (text of an error message) | Roberto Ierusalimschy | 2003-03-06 | 1 | -2/+2 |
* | bug: GC metamethod calls could mess C/Lua stack syncronization | Roberto Ierusalimschy | 2003-02-28 | 5 | -19/+44 |
* | better error message for (deprecated) "%global" | Roberto Ierusalimschy | 2003-02-28 | 3 | -9/+21 |
* | no more attempt to optimize GC when parsing new modules (too complex) | Roberto Ierusalimschy | 2003-02-28 | 1 | -14/+5 |
* | by default, gcc does not get tmpname | Roberto Ierusalimschy | 2003-02-27 | 1 | -9/+37 |
* | avoid the identifier `index' (clashes with BSD `index' function) | Roberto Ierusalimschy | 2003-02-27 | 4 | -98/+98 |
* | detail | Roberto Ierusalimschy | 2003-02-27 | 1 | -2/+2 |
* | no-nonsense debug information about tail calls | Roberto Ierusalimschy | 2003-02-27 | 7 | -73/+101 |
* | `set/getenvtable' -> `set/getfenv' | Roberto Ierusalimschy | 2003-02-24 | 3 | -18/+18 |