From: Mark Wooding Date: Tue, 4 Apr 2006 16:20:05 +0000 (+0100) Subject: mpint: Fix misbehaviour on larger-than-mpw integer types. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/3485fc41bcb8b082815b7d5e48a080c1fcfbab38?hp=3485fc41bcb8b082815b7d5e48a080c1fcfbab38 mpint: Fix misbehaviour on larger-than-mpw integer types. The old implementation of MP_FROMINT was grievously broken, it turns out. Handle positive and negative numbers separately. ---