Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2003-07-29 | several bugs for Lua 5.0 + new format for bug entries | Roberto Ierusalimschy | 1 | -1/+157 |
2003-07-29 | no need for a maximum number of parameters (maximum number of locals | Roberto Ierusalimschy | 2 | -9/+2 |
2003-07-29 | bug: userdata to be collected still counts into new GC threshold, | Roberto Ierusalimschy | 2 | -10/+16 |
2003-07-29 | syntax `...=var' changed to `var=...' | Roberto Ierusalimschy | 1 | -25/+20 |
2003-07-28 | details | Roberto Ierusalimschy | 1 | -5/+5 |
2003-07-16 | we do not need a default panic (that does nothing anyway...) | Roberto Ierusalimschy | 2 | -13/+4 |
2003-07-16 | new way to control `pc' of running functions | Roberto Ierusalimschy | 9 | -147/+115 |
2003-07-10 | opcode number may be invalid | Roberto Ierusalimschy | 1 | -1/+2 |
2003-07-09 | more changes to reduce stack usage by the parser | Roberto Ierusalimschy | 2 | -9/+11 |
2003-07-09 | small changes to reduce stack usage by the parser | Roberto Ierusalimschy | 2 | -25/+36 |
2003-07-09 | details | Roberto Ierusalimschy | 2 | -6/+6 |
2003-07-07 | correct handling when a thread turns on line hooks in another thread | Roberto Ierusalimschy | 1 | -4/+6 |
2003-07-07 | `debug' library can operate over other threads | Roberto Ierusalimschy | 1 | -42/+92 |
2003-07-07 | Move nothing when there is nothing to move | Roberto Ierusalimschy | 1 | -1/+2 |
2003-07-07 | bug: file:close cannot be called without a file. | Roberto Ierusalimschy | 1 | -2/+2 |
2003-07-07 | bug: C functions also may have stacks larger than current top | Roberto Ierusalimschy | 1 | -3/+2 |
2003-07-07 | define a `lua_isthread' for completeness | Roberto Ierusalimschy | 1 | -1/+2 |
2003-06-10 | detail | Roberto Ierusalimschy | 1 | -2/+9 |
2003-05-16 | fully-weak tables are more efficient | Roberto Ierusalimschy | 2 | -6/+6 |
2003-05-16 | (much) smarter way to clear weak tables | Roberto Ierusalimschy | 1 | -57/+37 |
2003-05-15 | comments | Roberto Ierusalimschy | 1 | -6/+6 |
2003-05-15 | `#!' is detected by loadfile, not by the lexer | Roberto Ierusalimschy | 2 | -9/+20 |
2003-05-15 | LUA_SIGNATURE is public | Roberto Ierusalimschy | 2 | -3/+4 |
2003-05-14 | no more compatibility code (`lua_pushupvalues') | Roberto Ierusalimschy | 1 | -4/+1 |
2003-05-14 | details | Roberto Ierusalimschy | 2 | -7/+4 |
2003-05-14 | no more compatibility code | Roberto Ierusalimschy | 2 | -21/+2 |
2003-05-14 | no more compatibility code for 4.0 | Roberto Ierusalimschy | 2 | -17/+2 |
2003-05-14 | ok to use `#elif' and `#if defined()' | Roberto Ierusalimschy | 3 | -35/+9 |
2003-05-14 | new function `setvbuf' | Roberto Ierusalimschy | 1 | -1/+13 |
2003-05-14 | new function `string.reverse' | Roberto Ierusalimschy | 1 | -1/+13 |
2003-05-14 | new syntax: `... [= name]' | Roberto Ierusalimschy | 1 | -16/+22 |
2003-05-14 | better information about instruction behavior (use of arguments) | Roberto Ierusalimschy | 5 | -86/+100 |
2003-05-13 | new semantics for "for" local variables | Roberto Ierusalimschy | 5 | -50/+59 |
2003-05-13 | new (internal) macros for error handling | Roberto Ierusalimschy | 2 | -4/+28 |
2003-05-09 | simpler implementation for valid/acceptable indices | Roberto Ierusalimschy | 1 | -93/+81 |
2003-05-07 | `getn' doesn't need this field (values cannot be nil) | Roberto Ierusalimschy | 1 | -5/+1 |
2003-05-05 | inlining of `luaV_gettable' were too complex (dirty) | Roberto Ierusalimschy | 3 | -89/+43 |
2003-04-30 | detail | Roberto Ierusalimschy | 1 | -4/+3 |
2003-04-30 | uses integers as keys to standard i/o files | Roberto Ierusalimschy | 1 | -37/+26 |
2003-04-28 | simpler way to check maximum gc threshold | Roberto Ierusalimschy | 1 | -7/+7 |
2003-04-28 | test function for lua_setgcthreshold | Roberto Ierusalimschy | 1 | -1/+8 |
2003-04-28 | comments | Roberto Ierusalimschy | 1 | -7/+5 |
2003-04-28 | Lua does not need all those different types... | Roberto Ierusalimschy | 6 | -26/+32 |
2003-04-28 | avoid unnecessary call to log2 on too large indices | Roberto Ierusalimschy | 1 | -10/+14 |
2003-04-28 | avoid warnings (`Instruction' may not fit into an `int') | Roberto Ierusalimschy | 1 | -2/+2 |
2003-04-28 | simpler log2 implementation | Roberto Ierusalimschy | 1 | -20/+11 |
2003-04-10 | last changes by lhfv5.0 | Roberto Ierusalimschy | 3 | -13/+14 |
2003-04-07 | new scheme to control `loadlib' configuration (default for dlopen | Roberto Ierusalimschy | 2 | -21/+59 |
2003-04-07 | lua_getmetatable must accept any acceptable index | Roberto Ierusalimschy | 1 | -13/+14 |
2003-04-07 | new test options for luaL_getn/setn | Roberto Ierusalimschy | 1 | -1/+11 |