Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2005-10-14 | detail in usage message | Roberto Ierusalimschy | 1 | -2/+2 |
2005-10-14 | reorganization of argument handling | Roberto Ierusalimschy | 1 | -90/+94 |
2005-10-14 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2005-10-14 | small bug when debugging dead threads | Roberto Ierusalimschy | 1 | -1/+2 |
2005-10-13 | different organization for platform dependencies | Roberto Ierusalimschy | 1 | -14/+41 |
2005-10-13 | "conceptually", OP_TEST may change reg. A | Roberto Ierusalimschy | 1 | -2/+2 |
2005-10-13 | small optimization | Roberto Ierusalimschy | 1 | -15/+12 |
2005-10-13 | details (more uniform coding) | Roberto Ierusalimschy | 1 | -11/+10 |
2005-10-09 | constant folding optimizations | Roberto Ierusalimschy | 1 | -93/+134 |
2005-10-06 | 'luaopen_package' was missing in new states | Roberto Ierusalimschy | 1 | -1/+2 |
2005-10-06 | missing macros 'luai_userstate*' | Roberto Ierusalimschy | 1 | -2/+4 |
2005-10-06 | avoid some warnings | Roberto Ierusalimschy | 1 | -5/+7 |
2005-10-06 | detail | Roberto Ierusalimschy | 1 | -6/+4 |
2005-10-06 | details | Roberto Ierusalimschy | 1 | -3/+3 |
2005-10-03 | registry._LOADED created "on demand" | Roberto Ierusalimschy | 2 | -4/+4 |
2005-10-03 | registry._LOADED created "on demand" and baselib created as module _G | Roberto Ierusalimschy | 1 | -9/+6 |
2005-10-03 | numeral expressions keep their values in struct 'expdesc' | Roberto Ierusalimschy | 3 | -24/+29 |
2005-10-03 | include of math.h depends on luaconf | Roberto Ierusalimschy | 1 | -2/+1 |
2005-09-30 | small optimization for local declarations without initializations | Roberto Ierusalimschy | 1 | -9/+12 |
2005-09-30 | (no commit message) | Roberto Ierusalimschy | 1 | -2/+2 |
2005-09-30 | unused assignment | Roberto Ierusalimschy | 1 | -3/+1 |
2005-09-20 | new function 'table.maxn' | Roberto Ierusalimschy | 1 | -4/+20 |
2005-09-20 | smaller initial tables (for programs that create many states) | Roberto Ierusalimschy | 1 | -3/+3 |
2005-09-20 | new function 'lua_setallocf' | Roberto Ierusalimschy | 3 | -4/+18 |
2005-09-19 | 'string.find' as it was in 5.0 | Roberto Ierusalimschy | 2 | -15/+2 |
2005-09-16 | 'select' accepts negative indices | Roberto Ierusalimschy | 1 | -3/+4 |
2005-09-14 | avoid the use of global lock | Roberto Ierusalimschy | 2 | -27/+16 |
2005-09-14 | separated macros for thread creation and state creation | Roberto Ierusalimschy | 2 | -3/+4 |
2005-09-14 | ":" is not a good mark as it is not valid in Windows file names | Roberto Ierusalimschy | 1 | -2/+2 |
2005-09-09 | explicit macro to control use of _longjmpv5.1-alpha | Roberto Ierusalimschy | 1 | -5/+5 |
2005-09-09 | detail (macro evaluates twice its arguments) | Roberto Ierusalimschy | 1 | -2/+4 |
2005-09-09 | does not set isdst when undefined | Roberto Ierusalimschy | 1 | -1/+3 |
2005-09-09 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2005-09-06 | small corrections | Roberto Ierusalimschy | 1 | -12/+12 |
2005-09-06 | avoid 'PathRemoveFileSpec' (not very portable) | Roberto Ierusalimschy | 1 | -4/+4 |
2005-09-06 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2005-09-06 | avoid exporting undefined functions | Roberto Ierusalimschy | 1 | -5/+5 |
2005-09-06 | just in case, flush all output | Roberto Ierusalimschy | 1 | -1/+4 |
2005-09-02 | wrong syntax for Windows-specific options | Roberto Ierusalimschy | 1 | -3/+3 |
2005-09-01 | small bug (zero is not error code) | Roberto Ierusalimschy | 1 | -2/+2 |
2005-08-31 | default for 'module' is opaque (with option 'seeall') | Roberto Ierusalimschy | 1 | -44/+71 |
2005-08-29 | new method to handle tests without values (negative values) | Roberto Ierusalimschy | 6 | -40/+58 |
2005-08-26 | detail | Roberto Ierusalimschy | 13 | -36/+37 |
2005-08-26 | no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) | Roberto Ierusalimschy | 5 | -95/+50 |
2005-08-25 | detail | Roberto Ierusalimschy | 2 | -5/+4 |
2005-08-25 | no more '-w' option + new way to check module existence | Roberto Ierusalimschy | 4 | -45/+32 |
2005-08-24 | no more compatibility for {;} and similar syntax | Roberto Ierusalimschy | 1 | -2/+1 |
2005-08-24 | details | Roberto Ierusalimschy | 1 | -5/+1 |
2005-08-24 | some bugs related to stack reallocation | Roberto Ierusalimschy | 6 | -38/+42 |
2005-08-22 | small changes to facilitate external C coroutines | Roberto Ierusalimschy | 3 | -13/+18 |