Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |