summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-24 20:49:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-24 20:49:37 +0000
commite7ad51a53a916c97fd9f247eb5d12be975b95beb (patch)
treeb8f662ad2379b44e13eb02804c96359d7e87a361 /ChangeLog
parent5ee6b28538452941313f289cac7b25c8a4561f8d (diff)
* lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3b488e41e..c294886ef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 25 05:49:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]
+
Wed Jun 16 01:38:40 2010 Yusuke Endoh <mame@tsg.ne.jp>
* ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.