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