Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug in line info. when using 'not' operator | Roberto Ierusalimschy | 2018-07-11 | 1 | -2/+19 |
| | | | | | | | | | When creating code for a jump on a 'not' condition, the code generator was removing an instruction (the OP_NOT) without adjusting its corresponding line information. This fix also added tests for this case and extra functionality in the test library to debug line info. structures. | ||||
* | In tests of opcodes, avoid coercion in bitwise operation | Roberto Ierusalimschy | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Fixed bug in OP_IDIVI | Roberto Ierusalimschy | 2018-07-09 | 1 | -1/+12 |
| | | | | | Opocode was using 'luai_numdiv' (float division) instead of 'luai_numidiv' (integer division). | ||||
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 34 | -0/+13031 |