Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | erts: Fix bug in bxor of a big negative number | Sverker Eriksson | |
Wrong result for (X bsl WS) bxor Y. where X is any negative integer Y is any integer that does not require more words than X WS is erlang:system_info(wordsize) or larger Fix: The subtraction of 1 (for 2-complement conversion) must be carried along all the way to the last words. | |||
2013-10-10 | Add bsr test data showing bug when shifting large numbers | Lars Hesel Christensen | |
Add test data demonstrating that bsr is broken when shifting a large number a huge number of bits to the right. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |