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