summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-28 10:08:46 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-28 10:08:46 +0000
commit5f7ee3083f0ddb6616d6d56c18478344fcc2803a (patch)
tree1cee3d2d71b3f9f60dc3856b1ff8196f80f0d0b5 /ChangeLog
parenta5e3db1a939c1a90e2bbc21af4f05481f06e0bd5 (diff)
downloadruby-5f7ee3083f0ddb6616d6d56c18478344fcc2803a.tar.gz
ruby-5f7ee3083f0ddb6616d6d56c18478344fcc2803a.tar.xz
ruby-5f7ee3083f0ddb6616d6d56c18478344fcc2803a.zip
include/ruby/st.h: aligned prototype of st_hash_uint32 with function
definition (fixing compiling problem on cygwin) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25132 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 4d136a7c0..f1fe4492a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 28 19:05:05 2009 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * include/ruby/st.h: aligned prototype of st_hash_uint32 with function
+ definition (fixing compiling problem on cygwin)
+
Mon Sep 28 12:13:15 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* method.h (enum): new method type VM_METHOD_TYPE_MISSING.