Changes for version 0.28
- rerelease as stable
Changes for version 0.27_07
- add support for OpenWatcom compiler (patch contributed by NormW)
Changes for version 0.27_06
- make internal SV read only so can not be changed from the Perl side.
- bug on internal C functions SvSU64 and SvSI64 corrected
- remove C++ style comments from XS
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
- on the string to int64 conversions, force byte encoding first
- 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