commit | 6f3900163a50d04ecae173e2703f626f5daf8318 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 29 12:11:18 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 29 12:11:18 2009 +0000 |
tree | 44f8666f2bb15ad7cbeb2f41e740bc5a67c080bf | |
parent | 0c67312c5c0d5d44e065d2ecc5023d0e47f815ee [diff] |
Issue #7233: Fix Decimal.shift and Decimal.rotate methods for arguments with more digits than the current context precision. Bug reported by Stefan Krah.