aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-11 20:35:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-11 20:35:10 +0000
commit2e4f2aaaf0e9e245db7f5d2596b4aef4ec0406f8 (patch)
treec575bf4d1763517b0af37177da1aa9bc04e1a835 /ChangeLog
parent302c311199c80ac9094dfa2b9781e6240f6a3092 (diff)
downloadruby-2e4f2aaaf0e9e245db7f5d2596b4aef4ec0406f8.tar.gz
* include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58b562db88..e927c6fbdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 12 05:32:28 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.
+
Tue Jul 10 19:34:45 2007 Koichi Sasada <ko1@atdot.net>
* hash.c (rb_hash_lookup): added. this function is similar to