aboutsummaryrefslogtreecommitdiff
path: root/ltm.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-09-06test first the most common case.Roberto Ierusalimschy1-5/+5
1999-09-06details.Roberto Ierusalimschy1-2/+2
1999-09-06new interface for `luaO_strtod', which now checks signal, too.Roberto Ierusalimschy1-7/+20
1999-09-06`luaL_arg_check' always has an `extramsg'.Roberto Ierusalimschy1-6/+3
1999-09-02in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1-0/+8
1999-09-02bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1-14/+15
1999-08-18new mechanism to access argv from a scriptRoberto Ierusalimschy1-5/+30
1999-08-18random(0) and random(x,0) are wrong (0 is read as no argument!).Roberto Ierusalimschy2-8/+19
1999-08-17more warning checking (mainly related to const strings).Roberto Ierusalimschy1-2/+2
1999-08-16"const" !!!Roberto Ierusalimschy40-516/+442
1999-08-11new constants LUA_NOREF and LUA_REFNIL.Roberto Ierusalimschy2-4/+7
1999-08-10writeto, readfrom, and closefile must return an error code whenRoberto Ierusalimschy1-11/+17
1999-08-10char-set may contain '%]'Roberto Ierusalimschy1-11/+11
1999-08-10detailsRoberto Ierusalimschy1-18/+19
1999-07-22variables _INPUT and _OUTPUT should be read as rawglobal.Roberto Ierusalimschy1-2/+2
1999-07-22details.Roberto Ierusalimschy1-2/+2
1999-07-22detailsRoberto Ierusalimschy3-8/+14
1999-07-08new format for numbers in precompiled code (as strings)v3.2Roberto Ierusalimschy2-56/+54
1999-07-07new RedHat defines PI :-(Roberto Ierusalimschy1-1/+2
1999-07-02some systems do not reset signal handlers when a signal happensRoberto Ierusalimschy1-1/+3
1999-06-24no more automatic setlocale.Roberto Ierusalimschy1-8/+1
1999-06-23simplifications.Roberto Ierusalimschy1-17/+10
1999-06-22better interfaces for luaD_calln (x luaD_call)Roberto Ierusalimschy4-51/+36
1999-06-17better treatment for arbitrary limitsRoberto Ierusalimschy8-34/+56
1999-06-16cannot assign to unlimited variables, because it causes overflow inRoberto Ierusalimschy2-3/+17
1999-06-16bigger limit for number of local variables and upvaluesRoberto Ierusalimschy1-11/+13
1999-05-27tremove erases its previous last element (to avoid locking potentialRoberto Ierusalimschy2-10/+12
1999-05-24foreach, foreachi, foreachvar points to function in stack when stackRoberto Ierusalimschy2-14/+26
1999-05-24tighter control on the stack when debuggingRoberto Ierusalimschy1-7/+10
1999-05-24when debugging, move and erase old blocks to realloc.Roberto Ierusalimschy1-36/+44
1999-05-21detailRoberto Ierusalimschy1-2/+3
1999-05-21some C compilers cannot initialize a local structRoberto Ierusalimschy3-11/+15
1999-05-21better control of stack size (only for DEBUG).Roberto Ierusalimschy1-2/+3
1999-05-20longer marks when controling memory leaksRoberto Ierusalimschy1-5/+7
1999-05-17lhfRoberto Ierusalimschy1-17/+15
1999-05-14details (message text)Roberto Ierusalimschy1-2/+2
1999-05-14bigger limitsRoberto Ierusalimschy3-24/+19
1999-05-11new pattern item '+'Roberto Ierusalimschy1-20/+29
1999-05-11no more betaRoberto Ierusalimschy1-2/+2
1999-05-11there is no need for a size for CblocksRoberto Ierusalimschy3-23/+12
1999-05-11array Cblocks should grow dynamicallyRoberto Ierusalimschy3-16/+22
1999-05-11block must always have a power-of-2 size (even at the limit)Roberto Ierusalimschy1-10/+5
1999-05-10warnings by clinioRoberto Ierusalimschy3-25/+34
1999-05-06opcodes with LONGARG do not use byte variants.Roberto Ierusalimschy1-11/+12
1999-05-05new implementation for '*' in patterns + new option '+'Roberto Ierusalimschy3-113/+156
1999-05-05cannot use (i=i+1)Roberto Ierusalimschy1-6/+8
1999-04-30'$' at end of pattern was matching regular '$', too.Roberto Ierusalimschy2-7/+24
1999-04-15new version is beta.v3.2-betaRoberto Ierusalimschy1-2/+2
1999-04-14manual for 3.2 beta should be the same one that for 3.2.Roberto Ierusalimschy1-3/+3
1999-04-14"read_pattern" could lock when reading a lookahead from stdin.Roberto Ierusalimschy1-11/+17