aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-08 08:32:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-08 08:32:17 +0000
commit20f786810655ef7ad130f58f8593d3214d146c4b (patch)
tree614dac35eb03617d6a45f4209d73e14b8f4be0cf /ChangeLog
parent0dd41d0d78ff19d23e5c8e7b664855aa8bbe1e95 (diff)
downloadruby-20f786810655ef7ad130f58f8593d3214d146c4b.tar.gz
* instruby.rb: should not depend on a library which does not exist
in 1.8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21387 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 4e2200198a..a64dead06f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 8 17:32:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * instruby.rb: should not depend on a library which does not exist
+ in 1.8.
+
Thu Jan 8 07:52:55 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/socket.c (init_unix_addrinfo): don't return a value.