Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1996-03-06 | now loads size as two words | Luiz Henrique de Figueiredo | 1 | -4/+13 |
1996-03-06 | removed support for local vars | Luiz Henrique de Figueiredo | 1 | -37/+25 |
1996-03-06 | unused declaration removed. | Roberto Ierusalimschy | 1 | -3/+1 |
1996-03-05 | now swaps bytes (but need to make it more robust) | Luiz Henrique de Figueiredo | 1 | -5/+24 |
1996-03-05 | parse.o was included twice in lua.a | Roberto Ierusalimschy | 1 | -2/+2 |
1996-03-04 | small change to avoid error on "lua_pushstring(NULL)". | Roberto Ierusalimschy | 1 | -4/+9 |
1996-03-04 | small corrections. | Roberto Ierusalimschy | 1 | -6/+6 |
1996-03-01 | small correction (about types) | Roberto Ierusalimschy | 1 | -4/+4 |
1996-03-01 | uses ID_* constants | Luiz Henrique de Figueiredo | 1 | -15/+40 |
1996-02-28 | headers for Main and others are different | Luiz Henrique de Figueiredo | 1 | -13/+16 |
1996-02-26 | using double to read numbers. | Roberto Ierusalimschy | 1 | -6/+6 |
1996-02-26 | fixed strings (not collectable) don't need to be inserted in the constant table. | Roberto Ierusalimschy | 4 | -26/+24 |
1996-02-26 | main always reads "luac.out" | Luiz Henrique de Figueiredo | 1 | -3/+12 |
1996-02-26 | small correction | Roberto Ierusalimschy | 1 | -3/+3 |
1996-02-26 | check if jump is bigger than 2^16. | Roberto Ierusalimschy | 1 | -3/+5 |
1996-02-26 | small changes (preparing for new module of pre-compilation) | Roberto Ierusalimschy | 2 | -1/+5 |
1996-02-24 | functions now linked into a list headed by main | Luiz Henrique de Figueiredo | 1 | -7/+12 |
1996-02-24 | fix to PUSHFUNCTION now correctly at tf->marked | Luiz Henrique de Figueiredo | 1 | -3/+4 |
1996-02-23 | added fix to PUSHFUNCTION and support for main function | Luiz Henrique de Figueiredo | 1 | -23/+31 |