Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2003-05-13 | new semantics for "for" local variables | Roberto Ierusalimschy | 5 | -50/+59 |
2003-05-13 | new (internal) macros for error handling | Roberto Ierusalimschy | 2 | -4/+28 |
2003-05-09 | simpler implementation for valid/acceptable indices | Roberto Ierusalimschy | 1 | -93/+81 |
2003-05-07 | `getn' doesn't need this field (values cannot be nil) | Roberto Ierusalimschy | 1 | -5/+1 |
2003-05-05 | inlining of `luaV_gettable' were too complex (dirty) | Roberto Ierusalimschy | 3 | -89/+43 |
2003-04-30 | detail | Roberto Ierusalimschy | 1 | -4/+3 |
2003-04-30 | uses integers as keys to standard i/o files | Roberto Ierusalimschy | 1 | -37/+26 |
2003-04-28 | simpler way to check maximum gc threshold | Roberto Ierusalimschy | 1 | -7/+7 |
2003-04-28 | test function for lua_setgcthreshold | Roberto Ierusalimschy | 1 | -1/+8 |
2003-04-28 | comments | Roberto Ierusalimschy | 1 | -7/+5 |
2003-04-28 | Lua does not need all those different types... | Roberto Ierusalimschy | 6 | -26/+32 |
2003-04-28 | avoid unnecessary call to log2 on too large indices | Roberto Ierusalimschy | 1 | -10/+14 |
2003-04-28 | avoid warnings (`Instruction' may not fit into an `int') | Roberto Ierusalimschy | 1 | -2/+2 |
2003-04-28 | simpler log2 implementation | Roberto Ierusalimschy | 1 | -20/+11 |
2003-04-10 | last changes by lhfv5.0 | Roberto Ierusalimschy | 3 | -13/+14 |
2003-04-07 | new scheme to control `loadlib' configuration (default for dlopen | Roberto Ierusalimschy | 2 | -21/+59 |
2003-04-07 | lua_getmetatable must accept any acceptable index | Roberto Ierusalimschy | 1 | -13/+14 |
2003-04-07 | new test options for luaL_getn/setn | Roberto Ierusalimschy | 1 | -1/+11 |
2003-04-07 | luaL_getn/setn must operate correctly over negative indices | Roberto Ierusalimschy | 1 | -2/+11 |
2003-04-03 | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 17 | -100/+100 |
2003-04-03 | avoid conflicts in (re)definition of `isatty' | Roberto Ierusalimschy | 1 | -3/+4 |
2003-04-02 | comments | Roberto Ierusalimschy | 1 | -8/+2 |
2003-04-01 | error-message format | Roberto Ierusalimschy | 1 | -4/+2 |
2003-03-31 | clearance of debuging code (left by mistake) | Roberto Ierusalimschy | 1 | -9/+1 |
2003-03-24 | new hash method for lua_Number (double) (due to a performance problem) | Roberto Ierusalimschy | 1 | -15/+38 |
2003-03-24 | do not mix `--help' with `--' | Roberto Ierusalimschy | 1 | -1/+5 |
2003-03-24 | chars from zio are always unsigned | Roberto Ierusalimschy | 1 | -2/+2 |
2003-03-20 | details | Roberto Ierusalimschy | 1 | -6/+6 |
2003-03-20 | bug: zio mixes a 255 as first char in a buffer with EOZ | Roberto Ierusalimschy | 3 | -7/+13 |
2003-03-19 | towards 5.0 final | Roberto Ierusalimschy | 1 | -17/+11 |
2003-03-19 | avoid name colision (for alllua.c) | Roberto Ierusalimschy | 1 | -4/+4 |
2003-03-19 | better error messages | Roberto Ierusalimschy | 2 | -8/+7 |
2003-03-19 | better error message | Roberto Ierusalimschy | 1 | -2/+3 |
2003-03-19 | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 1 | -6/+6 |
2003-03-19 | `__globals' -> `__fenv' | Roberto Ierusalimschy | 1 | -8/+9 |
2003-03-18 | `luaL_getmetafield' was leaving extra value on the stack | Roberto Ierusalimschy | 1 | -2/+5 |
2003-03-18 | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 8 | -77/+76 |
2003-03-18 | detail (change place of a prototype) | Roberto Ierusalimschy | 1 | -3/+2 |
2003-03-18 | new auxiliary functions for `type' manipulation | Roberto Ierusalimschy | 3 | -39/+56 |
2003-03-18 | tests for Windows version | Roberto Ierusalimschy | 1 | -2/+2 |
2003-03-18 | unused argument | Roberto Ierusalimschy | 1 | -3/+3 |
2003-03-18 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2003-03-17 | first version of `loadlib' | Roberto Ierusalimschy | 2 | -1/+177 |
2003-03-17 | `loadlib' now an official library | Roberto Ierusalimschy | 1 | -1/+2 |
2003-03-14 | detail | Roberto Ierusalimschy | 1 | -10/+7 |
2003-03-14 | `io.input'/`io.output' always return current file | Roberto Ierusalimschy | 1 | -3/+4 |
2003-03-14 | `string.find' also accepts out-of-range indices | Roberto Ierusalimschy | 1 | -2/+3 |
2003-03-14 | out-of-bound upvalues (in C) are acceptable indices | Roberto Ierusalimschy | 1 | -5/+10 |
2003-03-11 | loadstring/loadfile use global environment + setfenv(0) changes | Roberto Ierusalimschy | 1 | -12/+7 |
2003-03-11 | ^ operator is defined by global `__pow' | Roberto Ierusalimschy | 2 | -6/+5 |