aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
1999-04-13numbers are stored in ascii format for better portability and simplicityRoberto Ierusalimschy2-140/+52
1999-04-13IMtable must be initialized (and IMtable_size is not needed any more) dueRoberto Ierusalimschy2-8/+8
1999-04-13details.Roberto Ierusalimschy2-12/+15
1999-04-07changes from lhf.Roberto Ierusalimschy1-116/+120
1999-04-07format for function prototypes.Roberto Ierusalimschy2-9/+9
1999-04-05better the old way, using upvalues to keep iotag.Roberto Ierusalimschy1-45/+52
1999-03-30new version by lhf.Roberto Ierusalimschy2-70/+134
1999-03-29first version about Lua debug library.Roberto Ierusalimschy1-38/+172
1999-03-26GC of files is tricky when Lua is being closed...Roberto Ierusalimschy1-9/+27
1999-03-26check first whether function is global.Roberto Ierusalimschy1-4/+4
1999-03-25do not generate SETLINE after main (it will be after last line)Roberto Ierusalimschy1-2/+1
1999-03-25detailsRoberto Ierusalimschy1-2/+2
1999-03-23more precise debug information about local variablesRoberto Ierusalimschy1-4/+16
1999-03-16new functions openfile and closefile;Roberto Ierusalimschy1-82/+79
1999-03-16detailsRoberto Ierusalimschy1-2/+1
1999-03-11no more if expressions.Roberto Ierusalimschy2-36/+10
1999-03-11detailsRoberto Ierusalimschy4-12/+10
1999-03-10missing #includeRoberto Ierusalimschy1-1/+2
1999-03-10format for file source is independent of "ldo".Roberto Ierusalimschy3-9/+15
1999-03-10no more assignment expressions (they don't fit in Lua...)Roberto Ierusalimschy4-83/+20
1999-03-05new opcode TAILCALLRoberto Ierusalimschy3-28/+39
1999-03-05details about debug info.Roberto Ierusalimschy3-8/+9
1999-03-05"feof" may be a macro.Roberto Ierusalimschy1-2/+2
1999-03-04storing chunk "sources" instead of "filenames".Roberto Ierusalimschy15-86/+91
1999-03-04details.Roberto Ierusalimschy2-6/+6
1999-03-04file stream cannot call fread after EOF.Roberto Ierusalimschy2-4/+10
1999-03-01warningsRoberto Ierusalimschy1-4/+4
1999-03-01vector do not need to grow until MINSIZERoberto Ierusalimschy1-4/+5
1999-03-01warnings...Roberto Ierusalimschy1-9/+9
1999-02-26better control of vector when DEBUGingRoberto Ierusalimschy1-9/+17
1999-02-26warnings in SolarisRoberto Ierusalimschy2-4/+4
1999-02-26macros "growvector" and "reallocvector" more compactRoberto Ierusalimschy6-30/+24
1999-02-26detailsRoberto Ierusalimschy1-2/+2
1999-02-26commentsRoberto Ierusalimschy1-5/+5
1999-02-25details (from lhf)Roberto Ierusalimschy13-103/+106
1999-02-25small correctionRoberto Ierusalimschy1-2/+3
1999-02-25details (from lhf)Roberto Ierusalimschy1-2/+5
1999-02-25"L->Mbuffbase" is better kept as offset instead of pointerRoberto Ierusalimschy4-45/+32