The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03

  • implement GMP mpn_neg from scratch as it is not yet widely available
  • add mpn_not operation
  • mpn_ior_uint was not properly handling the case where the first argument was an empty string.
  • base autodetection on mpn_set_str was broken

Modules

Fixed length integer arithmetic.