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

* fix t/leak.t
* _numify() creates an NV, this is not good when we use 64bit integers
  and do not have long doubles.
* put _str() into XS
* put _add()/_sub() into XS
* put all the other routines into XS