Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: tostring() without arguments gives seg. fault. | Roberto Ierusalimschy | 2000-04-03 | 2 | -2/+12 |
* | details. | Roberto Ierusalimschy | 2000-03-31 | 5 | -20/+24 |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 4 | -17/+17 |
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 8 | -49/+49 |
* | `luaT_validevent' is exported, because compatibility module for fallbacks | Roberto Ierusalimschy | 2000-03-30 | 2 | -3/+4 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 16 | -194/+128 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 10 | -34/+34 |
* | comments | Roberto Ierusalimschy | 2000-03-27 | 2 | -4/+4 |
* | no more support for gc TM for tables | Roberto Ierusalimschy | 2000-03-27 | 3 | -39/+16 |
* | lua_setstate makes no sense with explicit multiple states | Roberto Ierusalimschy | 2000-03-27 | 1 | -4/+1 |
* | new name for llimits.h | Roberto Ierusalimschy | 2000-03-24 | 3 | -8/+8 |
* | new file to keep all limits and instalation-dependent definitions | Roberto Ierusalimschy | 2000-03-24 | 1 | -0/+185 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 9 | -165/+27 |
* | small refactoring. | Roberto Ierusalimschy | 2000-03-24 | 1 | -25/+23 |
* | SETLINEs for reserved words, too. | Roberto Ierusalimschy | 2000-03-24 | 1 | -39/+45 |
* | message detail | Roberto Ierusalimschy | 2000-03-22 | 1 | -2/+2 |
* | new option `-s' + argv ends with NULL (so we don't need argc). | Roberto Ierusalimschy | 2000-03-20 | 1 | -33/+48 |
* | better(?) treatment for SETLINE + while optimization is too complex for | Roberto Ierusalimschy | 2000-03-20 | 1 | -34/+14 |
* | better(?) treatment for SETLINE | Roberto Ierusalimschy | 2000-03-20 | 1 | -9/+5 |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 5 | -67/+57 |
* | new implementation for handling I/O tags + setglobal TM for tracing | Roberto Ierusalimschy | 2000-03-20 | 1 | -120/+136 |
* | optimization for "while 1" and "repeat until nil" | Roberto Ierusalimschy | 2000-03-17 | 1 | -3/+18 |
* | small changes | Roberto Ierusalimschy | 2000-03-17 | 2 | -93/+101 |
* | small optimization for i..'' | Roberto Ierusalimschy | 2000-03-17 | 1 | -8/+4 |
* | detail | Roberto Ierusalimschy | 2000-03-16 | 1 | -2/+2 |
* | more information about memory use | Roberto Ierusalimschy | 2000-03-16 | 3 | -3/+7 |
* | small problems with limits and jumps | Roberto Ierusalimschy | 2000-03-16 | 2 | -11/+35 |
* | details. | Roberto Ierusalimschy | 2000-03-15 | 3 | -6/+5 |
* | details | Roberto Ierusalimschy | 2000-03-13 | 5 | -275/+289 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 30 | -634/+635 |
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 4 | -50/+89 |
* | comment detail. | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 6 | -144/+371 |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 6 | -75/+105 |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 6 | -192/+218 |
* | details | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | maybe a concat right associative allows some optimizations... | Roberto Ierusalimschy | 2000-03-03 | 1 | -7/+7 |
* | change of code generation design (independent functions for each opcode) | Roberto Ierusalimschy | 2000-03-03 | 5 | -188/+180 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 32 | -293/+280 |
* | new algorithm to parse expressions + distribution of code between lparser | Roberto Ierusalimschy | 2000-03-03 | 4 | -362/+371 |
* | lua_settable should check stack space (it could call a T.M.) | Roberto Ierusalimschy | 2000-03-02 | 1 | -0/+6 |
* | comments | Roberto Ierusalimschy | 2000-03-02 | 1 | -6/+8 |
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 6 | -79/+68 |
* | it is better to control stack space where it is needed. | Roberto Ierusalimschy | 2000-02-22 | 1 | -4/+1 |
* | first version of code optimizer | Roberto Ierusalimschy | 2000-02-22 | 5 | -270/+312 |
* | code generator (and optimizer) for Lua | Roberto Ierusalimschy | 2000-02-22 | 2 | -0/+115 |
* | there is no need to use shorts... | Roberto Ierusalimschy | 2000-02-21 | 1 | -4/+4 |
* | details | Roberto Ierusalimschy | 2000-02-21 | 1 | -3/+3 |
* | need "string.h" to use "strchr". | Roberto Ierusalimschy | 2000-02-21 | 1 | -1/+2 |
* | nobody uses memmove any more. | Roberto Ierusalimschy | 2000-02-17 | 2 | -25/+2 |