aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-17 11:42:17 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-17 11:42:17 +0000
commitdf5604ce5d5e01b064378eb886a72c939f82e2c4 (patch)
tree5e7e28646cc7477d499930702d9915ce6d4b44d1 /ChangeLog
parent871c83dddf8132d2668249cc0917320bb86712fd (diff)
downloadruby-df5604ce5d5e01b064378eb886a72c939f82e2c4.tar.gz
* pack.c (pack_unpack): fix v and V with big endian.
[1].pack("V").unpack("V") was [4294967296]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14219db6d8..0641158e80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 17 20:41:42 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * 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 <mame@tsg.ne.jp>
* pack.c (pack_pack): fix i! with big endian. [1].pack("i!") was