akr
f31aed6255
* bignum.c (rb_integer_pack): Arguments changed. Use flags to
specify word order and byte order.
(rb_integer_unpack): Ditto.
(validate_integer_format): Follow the above change.
(integer_format_loop_setup): Ditto.
* pack.c: Ditto.
* internal.h: Ditto.
(INTEGER_PACK_MSWORD_FIRST): Defined.
(INTEGER_PACK_LSWORD_FIRST): Ditto.
(INTEGER_PACK_MSBYTE_FIRST): Ditto.
(INTEGER_PACK_LSBYTE_FIRST): Ditto.
(INTEGER_PACK_NATIVE_BYTE_ORDER): Ditto.
(INTEGER_PACK_LITTLE_ENDIAN): Ditto.
(INTEGER_PACK_BIG_ENDIAN): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-06-07 15:02:39 +00:00
..
2013-06-07 15:02:39 +00:00
2013-06-04 06:37:44 +00:00
2013-05-13 10:49:11 +00:00
2013-05-19 03:10:21 +00:00
2013-06-06 10:33:48 +00:00
2013-05-23 13:49:10 +00:00
2013-05-21 12:41:34 +00:00
2013-05-19 03:10:21 +00:00
2013-05-09 12:12:17 +00:00
2013-04-13 00:46:29 +00:00
2013-05-24 12:27:12 +00:00
2013-04-16 03:25:50 +00:00
2013-05-24 06:54:25 +00:00
2013-06-07 04:45:16 +00:00
2013-04-29 08:06:06 +00:00
2013-06-06 05:18:40 +00:00
2013-05-31 07:02:11 +00:00
2013-05-19 03:10:21 +00:00
2013-05-19 03:10:21 +00:00
2013-05-25 12:34:50 +00:00
2013-04-13 00:46:29 +00:00
2013-05-19 03:10:21 +00:00
2013-04-13 18:00:25 +00:00
2013-05-19 03:10:21 +00:00
2013-06-02 14:24:34 +00:00
2013-05-24 06:54:17 +00:00
2013-05-25 11:37:35 +00:00
2013-04-13 00:46:29 +00:00
2013-05-27 16:48:15 +00:00
2013-04-16 03:25:50 +00:00
2013-05-31 23:00:48 +00:00
2012-12-19 16:04:11 +00:00
2013-05-28 02:30:13 +00:00
2012-08-22 17:43:16 +00:00
2012-08-22 17:43:16 +00:00
2013-02-25 04:12:45 +00:00
2012-08-22 17:43:16 +00:00
2013-02-25 15:54:00 +00:00