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

Changes for version 0.17 - 2014-12-23

  • No changes from the last release.

Changes for version 0.16_05 - 2014-12-18

  • More left and right shift fixes. When shifting left by more than 127 bits, the return value is always 0. When shifting right by more than 127 bits, the return value is 0 for numbers >= 0 and -1 otherwise. This is consistent with how Math::Int64 works.

Changes for version 0.16_04 - 2014-12-15

  • clang on FreeBSD i386 will claim to support 128-bit integers but then segfault when compiling this module's XS code. The compiler feature checking now uses a more complex test program to ensure that the compiler really does support 128-bit integers.

Changes for version 0.16_03 - 2014-12-13

  • Removed compiler detection in favor of compiler feature checking with Config::AutoConf. (Dave Rolsky)

Changes for version 0.16_02 - 2014-11-05

  • add logic for detecting Apple variant of clang compiler

Changes for version 0.16_01 - 2014-11-02

  • dump output from compiler version command when running on a CPAN tester

Modules

Manipulate 128 bits integers in Perl
catch overflows when using Math::Int128

Provides

in lib/Math/Int128.pm