Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2005-06-13 | bug: last tag is not the number of tags... | Roberto Ierusalimschy | 1 | -5/+7 |
2005-06-13 | better control for compatibility code for varargs | Roberto Ierusalimschy | 4 | -13/+21 |
2005-06-13 | bug: current line should work for call hook | Roberto Ierusalimschy | 1 | -2/+5 |
2005-06-07 | small bug (type error) | Roberto Ierusalimschy | 3 | -12/+12 |
2005-06-06 | optional size for 'setvbuf' | Roberto Ierusalimschy | 1 | -2/+4 |
2005-06-06 | 'popen' is back | Roberto Ierusalimschy | 1 | -33/+66 |
2005-06-06 | new mark LUAI_DATA for extern data | Roberto Ierusalimschy | 6 | -15/+15 |
2005-06-03 | small improvement | Roberto Ierusalimschy | 4 | -20/+16 |
2005-06-01 | __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc) | Roberto Ierusalimschy | 1 | -13/+21 |
2005-05-31 | lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in other | Roberto Ierusalimschy | 5 | -12/+12 |
2005-05-31 | better error message | Roberto Ierusalimschy | 1 | -2/+3 |
2005-05-31 | warnings in VS .Net | Roberto Ierusalimschy | 12 | -39/+40 |
2005-05-25 | luaL_findstring -> luaL_checkoption | Roberto Ierusalimschy | 5 | -18/+18 |
2005-05-20 | better use defined/undefined as flag values for macros | Roberto Ierusalimschy | 4 | -20/+20 |
2005-05-20 | details | Roberto Ierusalimschy | 13 | -71/+63 |
2005-05-17 | several small details | Roberto Ierusalimschy | 20 | -137/+152 |
2005-05-16 | better quotes for strings in error messages | Roberto Ierusalimschy | 16 | -78/+85 |
2005-05-16 | new API function `lua_tolstring' | Roberto Ierusalimschy | 5 | -24/+26 |
2005-05-16 | debug information for active lines | Roberto Ierusalimschy | 2 | -47/+74 |
2005-05-09 | LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN | Roberto Ierusalimschy | 1 | -1/+1 |
2005-05-05 | debug information for last line of a function definition | Roberto Ierusalimschy | 8 | -16/+24 |
2005-05-05 | metatables for all types | Roberto Ierusalimschy | 7 | -14/+45 |
2005-05-04 | no more compatibility code for traversing tables | Roberto Ierusalimschy | 5 | -19/+6 |
2005-05-04 | comments | Roberto Ierusalimschy | 1 | -2/+2 |
2005-05-03 | corrected definition of lua_number2int for Windows | Roberto Ierusalimschy | 3 | -10/+12 |
2005-05-03 | better control of local variables in luaV_execute | Roberto Ierusalimschy | 1 | -79/+96 |
2005-05-03 | better tests for correctness of `savedpc' | Roberto Ierusalimschy | 3 | -4/+22 |
2005-05-02 | `*' operator is primitive only for tables | Roberto Ierusalimschy | 1 | -13/+10 |
2005-04-29 | small bug | Roberto Ierusalimschy | 1 | -5/+1 |
2005-04-29 | detail | Roberto Ierusalimschy | 1 | -2/+4 |
2005-04-29 | comment | Roberto Ierusalimschy | 1 | -2/+2 |
2005-04-27 | comment | Roberto Ierusalimschy | 1 | -3/+3 |
2005-04-27 | nesting of long strings only in compatibility mode | Roberto Ierusalimschy | 2 | -10/+32 |
2005-04-25 | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 18 | -160/+179 |
2005-04-14 | small bug for tail-recursive debugging | Roberto Ierusalimschy | 1 | -6/+6 |
2005-04-13 | new protocol to open standard libraries | Roberto Ierusalimschy | 5 | -20/+15 |
2005-04-11 | stack could overflow with too many command-line arguments | Roberto Ierusalimschy | 1 | -13/+12 |
2005-04-11 | detail | Roberto Ierusalimschy | 1 | -5/+4 |
2005-04-07 | detail for Windows (untested) | Roberto Ierusalimschy | 1 | -12/+9 |
2005-04-07 | new organization using only one library | Roberto Ierusalimschy | 1 | -79/+67 |
2005-04-07 | C stack is the same for the parser and the interpreter, so depth | Roberto Ierusalimschy | 3 | -18/+14 |
2005-04-06 | new definition for `lua_number2int' for Windows (not tested yet!) | Roberto Ierusalimschy | 1 | -11/+5 |
2005-04-05 | detail | Roberto Ierusalimschy | 1 | -5/+8 |
2005-04-05 | details | Roberto Ierusalimschy | 1 | -4/+4 |
2005-04-05 | small optimizations | Roberto Ierusalimschy | 5 | -34/+33 |
2005-04-04 | removed dirt optimizations that gave small gains | Roberto Ierusalimschy | 4 | -89/+54 |
2005-04-01 | detail | Roberto Ierusalimschy | 1 | -4/+3 |
2005-03-30 | details | Roberto Ierusalimschy | 2 | -5/+4 |
2005-03-29 | using `require' to implement `-l' | Roberto Ierusalimschy | 1 | -10/+6 |
2005-03-29 | better control for compatibility code | Roberto Ierusalimschy | 4 | -10/+43 |