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