Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detail | Roberto Ierusalimschy | 2002-10-21 | 1 | -3/+3 |
* | free prototype in (more or less) the same order it is created by | Roberto Ierusalimschy | 2002-10-21 | 1 | -3/+3 |
* | do not pretend that file is closed when close fails | Roberto Ierusalimschy | 2002-10-21 | 1 | -3/+7 |
* | correct handling of opened files in presence of memory allocation | Roberto Ierusalimschy | 2002-10-16 | 2 | -43/+53 |
* | in case of memory allocation errors, sizecode and sizelineinfo can | Roberto Ierusalimschy | 2002-10-16 | 5 | -11/+14 |
* | io.lines() iterate over the standard input file | Roberto Ierusalimschy | 2002-10-11 | 1 | -12/+23 |
* | `undump' also uses private buffer | Roberto Ierusalimschy | 2002-10-09 | 3 | -7/+10 |
* | details | Roberto Ierusalimschy | 2002-10-09 | 1 | -3/+8 |
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 15 | -110/+136 |
* | new ANSI C does not assure that realloc(p,0) == free(p) | Roberto Ierusalimschy | 2002-10-08 | 2 | -7/+15 |
* | to avoid `strerror', define itself to something else; | Roberto Ierusalimschy | 2002-10-04 | 1 | -7/+7 |
* | small optimization for object comparison | Roberto Ierusalimschy | 2002-10-04 | 1 | -4/+5 |
* | detail | Roberto Ierusalimschy | 2002-10-04 | 1 | -3/+2 |
* | easier to define `api_check' using `assert' | Roberto Ierusalimschy | 2002-09-20 | 1 | -7/+12 |
* | EXIT_SUCCESS may be different from 0 | Roberto Ierusalimschy | 2002-09-20 | 1 | -2/+2 |
* | unification of __index & __gettable (and __newindex & __settable) | Roberto Ierusalimschy | 2002-09-19 | 4 | -22/+18 |
* | avoid `reclearing' weak tables | Roberto Ierusalimschy | 2002-09-19 | 1 | -10/+13 |
* | 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 |