| 2018-09-09: |
| Fix bug where large hex literals would lose their minus sign. |
| |
| 2013-12-23: |
| Fix compilation for ARMv8 64bit (used wrong define). |
| |
| 2013-11-09: |
| Tagged v1.0.2. |
| Backport: |
| ARM 64, OsX ppc support. |
| Test fixes for Visual Studio. |
| Quell GCC unused typedef warning. |
| Rewrite to avoid clang's unused variable warning (when not used in ASSERT). |
| |
| 2012-06-10: |
| Tagged v1.0.1. |
| Null terminate exponent buffer (only an issue when asserts are enabled). |
| Support more architectures. |
| |
| 2012-02-05: |
| Tagged v1.0 (based on eda0196e9ac8fcdf59e92cb62885ee0af5391969). |