chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
3485fc4
)
mpint: Fix misbehaviour on larger-than-mpw integer types.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Apr 2006 16:20:05 +0000
(17:20 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2007 22:20:06 +0000
(22:20 +0000)
The old implementation of MP_FROMINT was grievously broken, it turns
out. Handle positive and negative numbers separately.
No differences found