summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new format for numbers in precompiled code (as strings)v3.2Roberto Ierusalimschy1999-07-082-56/+54
* new RedHat defines PI :-(Roberto Ierusalimschy1999-07-071-1/+2
* some systems do not reset signal handlers when a signal happensRoberto Ierusalimschy1999-07-021-1/+3
* no more automatic setlocale.Roberto Ierusalimschy1999-06-241-8/+1
* simplifications.Roberto Ierusalimschy1999-06-231-17/+10
* better interfaces for luaD_calln (x luaD_call)Roberto Ierusalimschy1999-06-224-51/+36
* better treatment for arbitrary limitsRoberto Ierusalimschy1999-06-178-34/+56
* cannot assign to unlimited variables, because it causes overflow inRoberto Ierusalimschy1999-06-162-3/+17
* bigger limit for number of local variables and upvaluesRoberto Ierusalimschy1999-06-161-11/+13
* tremove erases its previous last element (to avoid locking potentialRoberto Ierusalimschy1999-05-272-10/+12
* foreach, foreachi, foreachvar points to function in stack when stackRoberto Ierusalimschy1999-05-242-14/+26
* tighter control on the stack when debuggingRoberto Ierusalimschy1999-05-241-7/+10
* when debugging, move and erase old blocks to realloc.Roberto Ierusalimschy1999-05-241-36/+44
* detailRoberto Ierusalimschy1999-05-211-2/+3
* some C compilers cannot initialize a local structRoberto Ierusalimschy1999-05-213-11/+15
* better control of stack size (only for DEBUG).Roberto Ierusalimschy1999-05-211-2/+3
* longer marks when controling memory leaksRoberto Ierusalimschy1999-05-201-5/+7
* lhfRoberto Ierusalimschy1999-05-171-17/+15
* details (message text)Roberto Ierusalimschy1999-05-141-2/+2
* bigger limitsRoberto Ierusalimschy1999-05-143-24/+19
* new pattern item '+'Roberto Ierusalimschy1999-05-111-20/+29
* no more betaRoberto Ierusalimschy1999-05-111-2/+2
* there is no need for a size for CblocksRoberto Ierusalimschy1999-05-113-23/+12
* array Cblocks should grow dynamicallyRoberto Ierusalimschy1999-05-113-16/+22
* block must always have a power-of-2 size (even at the limit)Roberto Ierusalimschy1999-05-111-10/+5
* warnings by clinioRoberto Ierusalimschy1999-05-103-25/+34
* opcodes with LONGARG do not use byte variants.Roberto Ierusalimschy1999-05-061-11/+12
* new implementation for '*' in patterns + new option '+'Roberto Ierusalimschy1999-05-053-113/+156
* cannot use (i=i+1)Roberto Ierusalimschy1999-05-051-6/+8
* '$' at end of pattern was matching regular '$', too.Roberto Ierusalimschy1999-04-302-7/+24
* new version is beta.v3.2-betaRoberto Ierusalimschy1999-04-151-2/+2
* manual for 3.2 beta should be the same one that for 3.2.Roberto Ierusalimschy1999-04-141-3/+3
* "read_pattern" could lock when reading a lookahead from stdin.Roberto Ierusalimschy1999-04-141-11/+17
* numbers are stored in ascii format for better portability and simplicityRoberto Ierusalimschy1999-04-132-140/+52
* IMtable must be initialized (and IMtable_size is not needed any more) dueRoberto Ierusalimschy1999-04-132-8/+8
* details.Roberto Ierusalimschy1999-04-132-12/+15
* changes from lhf.Roberto Ierusalimschy1999-04-071-116/+120
* format for function prototypes.Roberto Ierusalimschy1999-04-072-9/+9
* better the old way, using upvalues to keep iotag.Roberto Ierusalimschy1999-04-051-45/+52
* new version by lhf.Roberto Ierusalimschy1999-03-302-70/+134
* first version about Lua debug library.Roberto Ierusalimschy1999-03-291-38/+172
* GC of files is tricky when Lua is being closed...Roberto Ierusalimschy1999-03-261-9/+27
* check first whether function is global.Roberto Ierusalimschy1999-03-261-4/+4
* do not generate SETLINE after main (it will be after last line)Roberto Ierusalimschy1999-03-251-2/+1
* detailsRoberto Ierusalimschy1999-03-251-2/+2
* more precise debug information about local variablesRoberto Ierusalimschy1999-03-231-4/+16
* new functions openfile and closefile;Roberto Ierusalimschy1999-03-161-82/+79
* detailsRoberto Ierusalimschy1999-03-161-2/+1
* no more if expressions.Roberto Ierusalimschy1999-03-112-36/+10
* detailsRoberto Ierusalimschy1999-03-114-12/+10