Revision history for Perl extension Math::Int128.
0.06_05 Jul 19, 2012
- stash caching code was broken on non threaded perls
- several errors on C API corrected
0.06_04 Jul 17, 2012
- add support for C API
- stash caching handling was broken on threaded perls
- improve die_on_overflow handling
0.06_03 Jan 11, 2012
- add die_on_overflow feature
- add support for int64_t integers via Math::Int64
0.05 Apr 24, 2011
- support for gcc 4.4 and 4.5 contributed by KMX
0.04 Mar 8, 2011
- delete generated Makefile when aborting Makefile.PL
0.03 Mar 4, 2011
- abort Makefile.PL unless compiler is GCC 4.6 or better
0.02 Feb 14, 2011
- add new set of operations that use one argument for output for
improved performance
- on string to int128 conversion skip zeros at the left before
testing for overflow
- remove OPTIMIZE='-g -O0' from Makefile.PL
0.01 Mon Feb 7 11:14:56 2011
- original version; created by h2xs 1.23 with options
-An Math::Int128