Will Newton
4a799d34b0
c_src/double-conversion/utils.h: Add support for AArch64
AArch64 uses 64bit doubles so handle similarly to other architectures.
10 vuotta sitten
Will Newton
71d3ecd105
c_src/double-conversion/utils.h: Use __arm__ instead of __ARMEL__
Big and little endian ARM both use 64bit doubles, so use the more
general __arm__ rather than __ARMEL__.
10 vuotta sitten
Nobuhiro Iwamatsu
d16a4fd968
Add check for below array bounds
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12 vuotta sitten
Nobuhiro Iwamatsu
2f984efb23
__GNUC__ is a better choice than __GCC__
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12 vuotta sitten
Nobuhiro Iwamatsu
e25768b021
Fix typo in utils.h
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12 vuotta sitten
Paul J. Davis
bf8276155d
Fix compilation on GCC 4.8
12 vuotta sitten
Paul J. Davis
ea5f8060ea
Check in the double-conversion dependency
While using rebar's dependency management was surprisingly easy it
broke apps that tried to build Jiffy as a dependency due to relative
path #includes.
This also fixes a few other issues. Most notably it removes the use of
the ECMAScript compatible encoding due to JSON's lack of support for +/-
Inf and NaN.
12 vuotta sitten