Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2002-09-19 | unification of __index & __gettable (and __newindex & __settable) | Roberto Ierusalimschy | 1 | -3/+1 |
2002-09-19 | avoid `reclearing' weak tables | Roberto Ierusalimschy | 1 | -10/+13 |
2002-09-19 | state's buffer is used only for chars | Roberto Ierusalimschy | 6 | -14/+13 |
2002-09-17 | new generators for reading a file line by line | Roberto Ierusalimschy | 1 | -21/+69 |
2002-09-16 | `setmetatable' cannot change protected objects | Roberto Ierusalimschy | 3 | -12/+16 |
2002-09-16 | details | Roberto Ierusalimschy | 1 | -2/+3 |
2002-09-05 | avoid luaS_resize (which may need extra memory) during `main' activities | Roberto Ierusalimschy | 1 | -7/+8 |
2002-09-05 | cannot raise memory error when realloc to smaller block | Roberto Ierusalimschy | 1 | -2/+2 |
2002-09-05 | no more newlines at the end of error messages | Roberto Ierusalimschy | 6 | -25/+16 |
2002-09-03 | no more reserved word "global" | Roberto Ierusalimschy | 2 | -4/+4 |
2002-09-02 | avoid the use of "enum" in the API, as they do not have a fixed representation | Roberto Ierusalimschy | 3 | -9/+17 |
2002-09-02 | details | Roberto Ierusalimschy | 4 | -32/+26 |
2002-08-30 | avoid the use of "obvious" names in header files to avoid conflicts | Roberto Ierusalimschy | 3 | -62/+60 |
2002-08-30 | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 14 | -299/+273 |
2002-08-30 | GC metamethod stored in a weak metatable being collected together with | Roberto Ierusalimschy | 1 | -0/+12 |
2002-08-23 | `frontier' patterns | Roberto Ierusalimschy | 1 | -12/+27 |
2002-08-22 | better line number for function definitions | Roberto Ierusalimschy | 1 | -1/+2 |
2002-08-21 | style for switch statements | Roberto Ierusalimschy | 1 | -29/+49 |
2002-08-21 | details | Roberto Ierusalimschy | 3 | -34/+22 |
2002-08-21 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-20 | new simetric format for ABC instructions, to avoid exchanging operands | Roberto Ierusalimschy | 7 | -153/+131 |
2002-08-16 | details | Roberto Ierusalimschy | 2 | -5/+5 |
2002-08-16 | names... | Roberto Ierusalimschy | 3 | -28/+28 |
2002-08-16 | cleaning the stage for generational collection | Roberto Ierusalimschy | 7 | -55/+54 |
2002-08-16 | warning from Visual C | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-14 | detailv5.0-alpha | Roberto Ierusalimschy | 1 | -3/+3 |
2002-08-14 | angles in radians(!) | Roberto Ierusalimschy | 1 | -7/+7 |
2002-08-14 | some corrections + angles in radians | Roberto Ierusalimschy | 1 | -14/+29 |
2002-08-13 | details | Roberto Ierusalimschy | 1 | -9/+11 |
2002-08-13 | update of `debug' library (Lua binding) | Roberto Ierusalimschy | 1 | -53/+62 |
2002-08-13 | new LUA_USERCONFIG to include user options | Roberto Ierusalimschy | 1 | -1/+9 |
2002-08-12 | towards 5.0 (one more step)... | Roberto Ierusalimschy | 1 | -53/+72 |
2002-08-12 | use a linear count for count hook | Roberto Ierusalimschy | 7 | -30/+28 |
2002-08-12 | use of `LoadState' struct (instead of several separate arguments) | Roberto Ierusalimschy | 1 | -102/+109 |
2002-08-12 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-09 | towards 5.0 alpha... | Roberto Ierusalimschy | 1 | -136/+179 |
2002-08-08 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-08 | external messages add their own extra information | Roberto Ierusalimschy | 6 | -19/+40 |
2002-08-07 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-07 | ensure proper rounding | Roberto Ierusalimschy | 1 | -3/+3 |
2002-08-07 | ensure fixed order for library initialization | Roberto Ierusalimschy | 1 | -9/+10 |
2002-08-07 | (much) cleaner way to control function states | Roberto Ierusalimschy | 6 | -42/+54 |
2002-08-07 | warnings in other compilers | Roberto Ierusalimschy | 3 | -25/+24 |
2002-08-07 | small bugs when stack is reallocated | Roberto Ierusalimschy | 2 | -15/+17 |
2002-08-06 | the usual... | Roberto Ierusalimschy | 1 | -41/+46 |
2002-08-06 | towards 5.0 alpha... | Roberto Ierusalimschy | 1 | -726/+811 |
2002-08-06 | any Lua closure has a table of globals (not only active functions) | Roberto Ierusalimschy | 3 | -36/+38 |
2002-08-06 | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 12 | -80/+63 |
2002-08-06 | lua_Chunkreader gets a lua_State, to avoid future incompatibilities | Roberto Ierusalimschy | 3 | -7/+9 |
2002-08-06 | new API for weak mode | Roberto Ierusalimschy | 9 | -65/+88 |