aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-03 15:57:33 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-03 15:57:33 +0000
commit60b41810f83a938f5c2a94c6dee9dfc6f895006d (patch)
tree89a5de43d37fbb29cc4a5a76d463a43d7499be42 /ChangeLog
parent0c5b7fd01bd4333f1af1c051889570c458a70bf7 (diff)
downloadruby-60b41810f83a938f5c2a94c6dee9dfc6f895006d.tar.gz
Forward-ports r28360 from ruby_1_9_2 into trunk.
-- * enc/Makefile.in (realclean): has been missing. necessary for make realclean-enc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29177 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 72c32e2897..94027d8f73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 18 01:33:21 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * enc/Makefile.in (realclean): has been missing. necessary
+ for make realclean-enc.
+
Fri Sep 3 23:51:26 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_socket_p): Pathname#socket?