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