summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-19 07:11:48 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-19 07:11:48 +0000
commit8f0b6b7ebb77b2aa133b7a1bff7e222845fb717c (patch)
tree54f7984951cbba4b9a786be91389488fbb8efc59 /ChangeLog
parentfcbc516b017cb813873963aa1429d9a88f6dc05e (diff)
* class.c: add #include "version.h".
* hash.c: ditto. * string.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a718a670..1b659eb6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon May 19 16:13:57 2003 Minero Aoki <aamine@loveruby.net>
+
+ * class.c: add #include "version.h".
+
+ * hash.c: ditto.
+
+ * string.c: ditto.
+
Mon May 19 14:42:50 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* object.c (rb_mod_cmp): stupid comparison fixed.