aboutsummaryrefslogtreecommitdiff
path: root/testes/bitwise.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Negation in constant folding of '>>' may overflowRoberto Ierusalimschy2022-09-231-0/+12
|
* Bug: Negation in 'luaV_shiftr' may overflowRoberto Ierusalimschy2021-07-221-0/+5
| | | | Negation of an unchecked lua_Integer overflows with mininteger.
* Subtraction of small constant integers optimized with OP_ADDIRoberto Ierusalimschy2019-09-241-3/+3
|
* Removed extra information from RCS keyword strings in testsRoberto Ierusalimschy2018-10-221-0/+0
| | | | | Version numbers and dates (mostly wrong) from RCS keyword strings removed from all test files; only the file name are kept.
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-251-1/+1
| | | | | | | From the point of view of 'git', all names are relative to the root directory of the project. So, file names in '$Id:' also should be relative to that directory: the proper name for test file 'all.lua' is 'testes/all.lua'.
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+346