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-03 11:23:23 +00:00
2013-04-20 23:03:52 +00:00
2013-06-04 22:09:36 +00:00
2013-05-22 10:36:28 +00:00
2013-04-11 07:51:54 +00:00
2013-04-11 04:21:34 +00:00
2013-05-10 01:48:20 +00:00
2013-05-25 14:29:05 +00:00
2013-06-05 11:53:02 +00:00
2013-04-28 03:54:26 +00:00
2013-04-20 23:03:52 +00:00
2013-05-10 00:55:03 +00:00
2013-04-20 23:03:52 +00:00
2013-06-05 13:44:17 +00:00
2013-05-28 03:36:34 +00:00
2013-04-09 10:53:41 +00:00
2013-04-25 07:02:31 +00:00
2013-04-04 11:12:12 +00:00
2013-05-14 17:26:41 +00:00
2013-05-12 02:33:45 +00:00
2013-04-20 23:03:52 +00:00
2013-04-26 14:36:30 +00:00
2013-06-02 16:15:51 +00:00
2013-05-08 04:07:22 +00:00
2013-06-06 13:31:22 +00:00
2013-06-04 21:54:58 +00:00
2013-06-02 16:37:14 +00:00
2013-05-24 07:32:45 +00:00
2013-04-20 23:03:52 +00:00
2013-05-02 06:07:17 +00:00
2013-05-18 18:58:13 +00:00
2013-05-20 01:40:30 +00:00
2013-04-08 08:19:32 +00:00
2013-05-31 23:00:48 +00:00
2013-04-17 06:39:41 +00:00
2013-06-07 02:50:32 +00:00
2013-06-01 09:01:16 +00:00
2013-04-20 13:50:47 +00:00