aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
1996-03-08"PrintCode" now is defined in luac.Roberto Ierusalimschy1-228/+1
1996-03-06now loads size as two wordsLuiz Henrique de Figueiredo1-4/+13
1996-03-06removed support for local varsLuiz Henrique de Figueiredo1-37/+25
1996-03-06unused declaration removed.Roberto Ierusalimschy1-3/+1
1996-03-05now swaps bytes (but need to make it more robust)Luiz Henrique de Figueiredo1-5/+24
1996-03-05parse.o was included twice in lua.aRoberto Ierusalimschy1-2/+2
1996-03-04small change to avoid error on "lua_pushstring(NULL)".Roberto Ierusalimschy1-4/+9
1996-03-04small corrections.Roberto Ierusalimschy1-6/+6
1996-03-01small correction (about types)Roberto Ierusalimschy1-4/+4
1996-03-01uses ID_* constantsLuiz Henrique de Figueiredo1-15/+40
1996-02-28headers for Main and others are differentLuiz Henrique de Figueiredo1-13/+16
1996-02-26using double to read numbers.Roberto Ierusalimschy1-6/+6
1996-02-26fixed strings (not collectable) don't need to be inserted in the constant table.Roberto Ierusalimschy4-26/+24
1996-02-26main always reads "luac.out"Luiz Henrique de Figueiredo1-3/+12
1996-02-26small correctionRoberto Ierusalimschy1-3/+3
1996-02-26check if jump is bigger than 2^16.Roberto Ierusalimschy1-3/+5
1996-02-26small changes (preparing for new module of pre-compilation)Roberto Ierusalimschy2-1/+5
1996-02-24functions now linked into a list headed by mainLuiz Henrique de Figueiredo1-7/+12
1996-02-24fix to PUSHFUNCTION now correctly at tf->markedLuiz Henrique de Figueiredo1-3/+4
1996-02-23added fix to PUSHFUNCTION and support for main functionLuiz Henrique de Figueiredo1-23/+31