Changes for version 0.07
- rerelease as stable
Changes for version 0.06_07
- gcc version detection was to picky (bug report by Peter John Acklam)
- int128_to_net and uint128_to_net were broken
- add tests addapted from Math::Int64 module
- mark internal representation of int128 wrappers as readonly in order to disallow their modification from outside the module
Changes for version 0.06_06
- update Math::Int64 C API support files
Changes for version 0.06_05
- stash caching code was broken on non threaded perls
- several errors on C API corrected
Changes for version 0.06_04
- add support for C API
- stash caching handling was broken on threaded perls
- improve die_on_overflow handling
Changes for version 0.06_03
- add die_on_overflow feature
- add support for int64_t integers via Math::Int64
Modules
Manipulate 128 bits integers in Perl
catch overflows when using Math::Int128
Provides
in lib/Math/Int128.pm