pierrec / js-cuint

C-like unsigned integers for Javascript
MIT License
32 stars 9 forks source link

Porting toNumber fix from UINT32 to UINT64 (see d9a68ec). #6

Closed vote539 closed 8 years ago

vote539 commented 8 years ago

The fix from #5 was applied to UINT32 but not UINT64. This ports the change to UINT64.

Explanation for changed files:

  1. The changes in build/... are from my run of node build. I can split these into a separate commit if you like.
  2. The changes in test/... are adding unit tests for this issue in both UINT32 and UINT64.
  3. The change in lib/uint64.js is the actual fix.
pierrec commented 8 years ago

Thank you this looks fine.