From 1cf42d35dd4e9d4fc20a6873bf389eff028b60a3 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 17 Jul 2008 11:42:17 +0000 Subject: * pack.c (pack_unpack): fix v and V with big endian. [1].pack("V").unpack("V") was [4294967296]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14219db6d..0641158e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 17 20:41:42 2008 Yusuke Endoh + + * pack.c (pack_unpack): fix v and V with big endian. + [1].pack("V").unpack("V") was [4294967296]. + Thu Jul 17 20:35:03 2008 Yusuke Endoh * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") was -- cgit