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

Changes for version 0.27_05

  • add support for Storable freeze/thaw (feature request by Don Armstrong)
  • solve nasty bug on int64 <=> string conversions not setting the '\0' byte at the end of the string
  • add support for BER encoding/decoding (see perlfunc/pack)
  • more tests added

Changes for version 0.27_04

  • version declaration mismatch in c_api.decl corrected

Changes for version 0.27_03

  • require version 2 of the C API on the client support files

Changes for version 0.27_02

  • add support for exponentiation operators (** **=)
  • correct several errors on the C API support files

Changes for version 0.27_01

  • generate C API using Module::CAPIMaker
  • make isaac64 methods thread friendly
  • do not overflow on shift operations

Modules

Manipulate 64 bits integers in Perl
catch overflows when using Math::Int64
Manipulate 64 bit unsigned integers from Perl

Provides

in lib/Math/Int64/native_if_available.pm
in lib/Math/Int64.pm