Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new format for numbers in precompiled code (as strings)v3.2 | Roberto Ierusalimschy | 1999-07-08 | 2 | -56/+54 |
* | new RedHat defines PI :-( | Roberto Ierusalimschy | 1999-07-07 | 1 | -1/+2 |
* | some systems do not reset signal handlers when a signal happens | Roberto Ierusalimschy | 1999-07-02 | 1 | -1/+3 |
* | no more automatic setlocale. | Roberto Ierusalimschy | 1999-06-24 | 1 | -8/+1 |
* | simplifications. | Roberto Ierusalimschy | 1999-06-23 | 1 | -17/+10 |
* | better interfaces for luaD_calln (x luaD_call) | Roberto Ierusalimschy | 1999-06-22 | 4 | -51/+36 |
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 8 | -34/+56 |
* | cannot assign to unlimited variables, because it causes overflow in | Roberto Ierusalimschy | 1999-06-16 | 2 | -3/+17 |
* | bigger limit for number of local variables and upvalues | Roberto Ierusalimschy | 1999-06-16 | 1 | -11/+13 |
* | tremove erases its previous last element (to avoid locking potential | Roberto Ierusalimschy | 1999-05-27 | 2 | -10/+12 |
* | foreach, foreachi, foreachvar points to function in stack when stack | Roberto Ierusalimschy | 1999-05-24 | 2 | -14/+26 |
* | tighter control on the stack when debugging | Roberto Ierusalimschy | 1999-05-24 | 1 | -7/+10 |
* | when debugging, move and erase old blocks to realloc. | Roberto Ierusalimschy | 1999-05-24 | 1 | -36/+44 |
* | detail | Roberto Ierusalimschy | 1999-05-21 | 1 | -2/+3 |
* | some C compilers cannot initialize a local struct | Roberto Ierusalimschy | 1999-05-21 | 3 | -11/+15 |
* | better control of stack size (only for DEBUG). | Roberto Ierusalimschy | 1999-05-21 | 1 | -2/+3 |
* | longer marks when controling memory leaks | Roberto Ierusalimschy | 1999-05-20 | 1 | -5/+7 |
* | lhf | Roberto Ierusalimschy | 1999-05-17 | 1 | -17/+15 |
* | details (message text) | Roberto Ierusalimschy | 1999-05-14 | 1 | -2/+2 |
* | bigger limits | Roberto Ierusalimschy | 1999-05-14 | 3 | -24/+19 |
* | new pattern item '+' | Roberto Ierusalimschy | 1999-05-11 | 1 | -20/+29 |
* | no more beta | Roberto Ierusalimschy | 1999-05-11 | 1 | -2/+2 |
* | there is no need for a size for Cblocks | Roberto Ierusalimschy | 1999-05-11 | 3 | -23/+12 |
* | array Cblocks should grow dynamically | Roberto Ierusalimschy | 1999-05-11 | 3 | -16/+22 |
* | block must always have a power-of-2 size (even at the limit) | Roberto Ierusalimschy | 1999-05-11 | 1 | -10/+5 |
* | warnings by clinio | Roberto Ierusalimschy | 1999-05-10 | 3 | -25/+34 |
* | opcodes with LONGARG do not use byte variants. | Roberto Ierusalimschy | 1999-05-06 | 1 | -11/+12 |
* | new implementation for '*' in patterns + new option '+' | Roberto Ierusalimschy | 1999-05-05 | 3 | -113/+156 |
* | cannot use (i=i+1) | Roberto Ierusalimschy | 1999-05-05 | 1 | -6/+8 |
* | '$' at end of pattern was matching regular '$', too. | Roberto Ierusalimschy | 1999-04-30 | 2 | -7/+24 |
* | new version is beta.v3.2-beta | Roberto Ierusalimschy | 1999-04-15 | 1 | -2/+2 |
* | manual for 3.2 beta should be the same one that for 3.2. | Roberto Ierusalimschy | 1999-04-14 | 1 | -3/+3 |
* | "read_pattern" could lock when reading a lookahead from stdin. | Roberto Ierusalimschy | 1999-04-14 | 1 | -11/+17 |
* | numbers are stored in ascii format for better portability and simplicity | Roberto Ierusalimschy | 1999-04-13 | 2 | -140/+52 |
* | IMtable must be initialized (and IMtable_size is not needed any more) due | Roberto Ierusalimschy | 1999-04-13 | 2 | -8/+8 |
* | details. | Roberto Ierusalimschy | 1999-04-13 | 2 | -12/+15 |
* | changes from lhf. | Roberto Ierusalimschy | 1999-04-07 | 1 | -116/+120 |
* | format for function prototypes. | Roberto Ierusalimschy | 1999-04-07 | 2 | -9/+9 |
* | better the old way, using upvalues to keep iotag. | Roberto Ierusalimschy | 1999-04-05 | 1 | -45/+52 |
* | new version by lhf. | Roberto Ierusalimschy | 1999-03-30 | 2 | -70/+134 |
* | first version about Lua debug library. | Roberto Ierusalimschy | 1999-03-29 | 1 | -38/+172 |
* | GC of files is tricky when Lua is being closed... | Roberto Ierusalimschy | 1999-03-26 | 1 | -9/+27 |
* | check first whether function is global. | Roberto Ierusalimschy | 1999-03-26 | 1 | -4/+4 |
* | do not generate SETLINE after main (it will be after last line) | Roberto Ierusalimschy | 1999-03-25 | 1 | -2/+1 |
* | details | Roberto Ierusalimschy | 1999-03-25 | 1 | -2/+2 |
* | more precise debug information about local variables | Roberto Ierusalimschy | 1999-03-23 | 1 | -4/+16 |
* | new functions openfile and closefile; | Roberto Ierusalimschy | 1999-03-16 | 1 | -82/+79 |
* | details | Roberto Ierusalimschy | 1999-03-16 | 1 | -2/+1 |
* | no more if expressions. | Roberto Ierusalimschy | 1999-03-11 | 2 | -36/+10 |
* | details | Roberto Ierusalimschy | 1999-03-11 | 4 | -12/+10 |