Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more "auto-detection"v5.1-beta | Roberto Ierusalimschy | 2005-11-16 | 2 | -14/+16 |
* | new macro LUA_USE_POSIX to control POSIX-related macros | Roberto Ierusalimschy | 2005-11-16 | 1 | -10/+10 |
* | 'mod' may also raise an error when applied to zero | Roberto Ierusalimschy | 2005-11-16 | 1 | -2/+4 |
* | new versions by lhf | Roberto Ierusalimschy | 2005-11-16 | 3 | -267/+180 |
* | better position for lua_number2int (it is related to lua_Number) | Roberto Ierusalimschy | 2005-11-08 | 1 | -26/+26 |
* | unused include's | Roberto Ierusalimschy | 2005-11-08 | 1 | -3/+1 |
* | simpler checking for numbers (strtod does the rest) | Roberto Ierusalimschy | 2005-11-08 | 1 | -24/+16 |
* | more privacy | Roberto Ierusalimschy | 2005-11-08 | 2 | -6/+4 |
* | lua_getlocal/setlocal work also for C locals and temporaries | Roberto Ierusalimschy | 2005-11-01 | 1 | -26/+25 |
* | details | Roberto Ierusalimschy | 2005-11-01 | 1 | -50/+20 |
* | new function 'getregistry' | Roberto Ierusalimschy | 2005-11-01 | 1 | -1/+8 |
* | better error message | Roberto Ierusalimschy | 2005-10-26 | 1 | -2/+2 |
* | better control of which values macros use | Roberto Ierusalimschy | 2005-10-25 | 1 | -15/+15 |
* | try to ensure that macros actually use their arguments | Roberto Ierusalimschy | 2005-10-24 | 1 | -17/+17 |
* | VC warnings | Roberto Ierusalimschy | 2005-10-24 | 2 | -5/+5 |
* | no more L in numer-operator macros (some functions that use those macros | Roberto Ierusalimschy | 2005-10-24 | 4 | -41/+41 |
* | detail | Roberto Ierusalimschy | 2005-10-24 | 1 | -2/+2 |
* | small bug | Roberto Ierusalimschy | 2005-10-23 | 1 | -2/+5 |
* | string.gsub accepts a table as the replacement value | Roberto Ierusalimschy | 2005-10-23 | 1 | -52/+72 |
* | more robust implementation for table.insert | Roberto Ierusalimschy | 2005-10-23 | 1 | -11/+18 |
* | comments | Roberto Ierusalimschy | 2005-10-23 | 1 | -5/+5 |
* | do a complete garbage collection in case of errors | Roberto Ierusalimschy | 2005-10-21 | 1 | -1/+3 |
* | new macro luaL_opt to avoid evaluating defaults when no needed | Roberto Ierusalimschy | 2005-10-21 | 5 | -21/+17 |
* | more precision for gc count | Roberto Ierusalimschy | 2005-10-20 | 3 | -9/+28 |
* | access to metamethods and metafields should be raw | Roberto Ierusalimschy | 2005-10-20 | 1 | -2/+3 |
* | avoid some warnings | Roberto Ierusalimschy | 2005-10-19 | 4 | -9/+11 |
* | avoid comparisons between (void *) and (int *) | Roberto Ierusalimschy | 2005-10-17 | 1 | -5/+6 |
* | detail in usage message | Roberto Ierusalimschy | 2005-10-14 | 1 | -2/+2 |
* | reorganization of argument handling | Roberto Ierusalimschy | 2005-10-14 | 1 | -90/+94 |
* | detail | Roberto Ierusalimschy | 2005-10-14 | 1 | -2/+2 |
* | small bug when debugging dead threads | Roberto Ierusalimschy | 2005-10-14 | 1 | -1/+2 |
* | different organization for platform dependencies | Roberto Ierusalimschy | 2005-10-13 | 1 | -14/+41 |
* | "conceptually", OP_TEST may change reg. A | Roberto Ierusalimschy | 2005-10-13 | 1 | -2/+2 |
* | small optimization | Roberto Ierusalimschy | 2005-10-13 | 1 | -15/+12 |
* | details (more uniform coding) | Roberto Ierusalimschy | 2005-10-13 | 1 | -11/+10 |
* | constant folding optimizations | Roberto Ierusalimschy | 2005-10-09 | 1 | -93/+134 |
* | 'luaopen_package' was missing in new states | Roberto Ierusalimschy | 2005-10-06 | 1 | -1/+2 |
* | missing macros 'luai_userstate*' | Roberto Ierusalimschy | 2005-10-06 | 1 | -2/+4 |
* | avoid some warnings | Roberto Ierusalimschy | 2005-10-06 | 1 | -5/+7 |
* | detail | Roberto Ierusalimschy | 2005-10-06 | 1 | -6/+4 |
* | details | Roberto Ierusalimschy | 2005-10-06 | 1 | -3/+3 |
* | registry._LOADED created "on demand" | Roberto Ierusalimschy | 2005-10-03 | 2 | -4/+4 |
* | registry._LOADED created "on demand" and baselib created as module _G | Roberto Ierusalimschy | 2005-10-03 | 1 | -9/+6 |
* | numeral expressions keep their values in struct 'expdesc' | Roberto Ierusalimschy | 2005-10-03 | 3 | -24/+29 |
* | include of math.h depends on luaconf | Roberto Ierusalimschy | 2005-10-03 | 1 | -2/+1 |
* | small optimization for local declarations without initializations | Roberto Ierusalimschy | 2005-09-30 | 1 | -9/+12 |
* | (no commit message) | Roberto Ierusalimschy | 2005-09-30 | 1 | -2/+2 |
* | unused assignment | Roberto Ierusalimschy | 2005-09-30 | 1 | -3/+1 |
* | new function 'table.maxn' | Roberto Ierusalimschy | 2005-09-20 | 1 | -4/+20 |
* | smaller initial tables (for programs that create many states) | Roberto Ierusalimschy | 2005-09-20 | 1 | -3/+3 |