summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-26 19:06:39 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-26 19:06:39 +0000
commit0fff7aa624c8d0335e2c78fda1728715bf4c803e (patch)
treeece110aeccd91a06d9a7913abe33d2fcfaace2cc /ChangeLog
parent85c2f0aa4af9c6497892eda310bac2c53811c9c8 (diff)
* ext/ripper/depend: fixed dependency path to lex.c.
[ruby-core:21570] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21787 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 b57ea1b38b..b7fcac8de5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 27 04:02:53 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * ext/ripper/depend: fixed dependency path to lex.c.
+ [ruby-core:21570]
+
Tue Jan 27 03:43:34 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* hash.c (rb_any_hash): fixed performance issues with nil, true,