| Commit message (Expand) | Author | Age | Files | Lines |
* | no more compatibility code (`lua_pushupvalues') | Roberto Ierusalimschy | 2003-05-14 | 1 | -4/+1 |
* | details | Roberto Ierusalimschy | 2003-05-14 | 2 | -7/+4 |
* | no more compatibility code | Roberto Ierusalimschy | 2003-05-14 | 2 | -21/+2 |
* | no more compatibility code for 4.0 | Roberto Ierusalimschy | 2003-05-14 | 2 | -17/+2 |
* | ok to use `#elif' and `#if defined()' | Roberto Ierusalimschy | 2003-05-14 | 3 | -35/+9 |
* | new function `setvbuf' | Roberto Ierusalimschy | 2003-05-14 | 1 | -1/+13 |
* | new function `string.reverse' | Roberto Ierusalimschy | 2003-05-14 | 1 | -1/+13 |
* | new syntax: `... [= name]' | Roberto Ierusalimschy | 2003-05-14 | 1 | -16/+22 |
* | better information about instruction behavior (use of arguments) | Roberto Ierusalimschy | 2003-05-14 | 5 | -86/+100 |
* | new semantics for "for" local variables | Roberto Ierusalimschy | 2003-05-13 | 5 | -50/+59 |
* | new (internal) macros for error handling | Roberto Ierusalimschy | 2003-05-13 | 2 | -4/+28 |
* | simpler implementation for valid/acceptable indices | Roberto Ierusalimschy | 2003-05-09 | 1 | -93/+81 |
* | `getn' doesn't need this field (values cannot be nil) | Roberto Ierusalimschy | 2003-05-07 | 1 | -5/+1 |
* | inlining of `luaV_gettable' were too complex (dirty) | Roberto Ierusalimschy | 2003-05-05 | 3 | -89/+43 |
* | detail | Roberto Ierusalimschy | 2003-04-30 | 1 | -4/+3 |
* | uses integers as keys to standard i/o files | Roberto Ierusalimschy | 2003-04-30 | 1 | -37/+26 |
* | simpler way to check maximum gc threshold | Roberto Ierusalimschy | 2003-04-28 | 1 | -7/+7 |
* | test function for lua_setgcthreshold | Roberto Ierusalimschy | 2003-04-28 | 1 | -1/+8 |
* | comments | Roberto Ierusalimschy | 2003-04-28 | 1 | -7/+5 |
* | Lua does not need all those different types... | Roberto Ierusalimschy | 2003-04-28 | 6 | -26/+32 |
* | avoid unnecessary call to log2 on too large indices | Roberto Ierusalimschy | 2003-04-28 | 1 | -10/+14 |
* | avoid warnings (`Instruction' may not fit into an `int') | Roberto Ierusalimschy | 2003-04-28 | 1 | -2/+2 |
* | simpler log2 implementation | Roberto Ierusalimschy | 2003-04-28 | 1 | -20/+11 |
* | 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 |