Yukihiro "Matz" Matsumoto
2fdb309e55
mruby-pack should not rely on MRB_ENDIAN_BIG macro; fix #4190
...
The `MRB_ENDIAN_BIG` macro is originally used for `NaN` boxing.
We cannot assume it is defined on every big endian platform (#4190
is the case). So instead of relying on untrusted `MRB_ENDIAN_BIG`, we
use `BYTE_ORDER` macro with a fallback function to check endian in
runtime.
2018-12-21 08:52:31 +09:00
..
2018-11-25 06:05:07 +09:00
2018-08-25 09:19:17 +09:00
2018-12-11 09:37:23 +09:00
2018-10-29 14:07:16 +09:00
2018-12-11 09:37:23 +09:00
2018-10-29 14:07:16 +09:00
2018-08-30 22:30:36 +09:00
2018-12-04 08:41:09 +09:00
2017-10-17 11:19:12 +09:00
2018-11-25 09:07:49 +09:00
2018-11-19 11:28:51 +09:00
2018-11-19 10:57:07 +09:00
2018-11-19 12:08:28 +09:00
2017-03-02 10:58:26 +09:00
2018-10-23 21:10:03 +09:00
2017-09-27 22:22:04 +02:00
2018-08-25 09:16:01 +09:00
2018-11-19 12:08:28 +09:00
2018-08-25 09:19:17 +09:00
2018-11-19 12:05:46 +09:00
2018-11-19 12:08:28 +09:00
2017-09-27 22:22:04 +02:00
2018-09-01 11:20:30 +09:00
2018-09-01 11:20:30 +09:00
2018-11-19 11:28:51 +09:00
2017-10-16 18:15:25 +09:00
2018-07-30 22:58:01 +09:00
2018-12-21 08:52:31 +09:00
2018-08-18 22:40:44 +09:00
2018-09-01 11:02:59 +09:00
2018-11-19 11:28:51 +09:00
2018-11-19 11:28:51 +09:00
2018-12-12 00:54:15 +09:00
2018-11-22 09:49:00 +09:00
2018-11-19 12:08:28 +09:00
2018-11-19 12:08:28 +09:00
2018-11-19 12:08:28 +09:00
2018-09-20 13:47:29 +09:00
2018-10-29 15:13:24 +09:00
2018-12-19 13:12:30 +09:00
2018-08-30 22:30:36 +09:00
2018-08-30 22:30:36 +09:00
2015-09-01 20:54:27 -04:00