Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | LibJS: Fix that leftshift for BigInts did not round down | davidot | |
For negative number this previously rounded towards zero instead of the intended always rounding down. | |||
2021-02-05 | LibJS: Improve correctness of rounding and bitwise operations | Andreas Kling | |
Patch from Anonymous | |||
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |