From b99461f98ad8cb0b614d89021f85407315f085d1 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 19 Apr 2009 13:34:00 +0000 Subject: merges r23035 from trunk into ruby_1_9_1. -- * enc/depend (link_so): replaces $(TARGET) with basename of the target. [ruby-talk:330286] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 874450571..9d3638fa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 23 06:51:16 2009 Nobuyoshi Nakada + + * enc/depend (link_so): replaces $(TARGET) with basename of the + target. [ruby-talk:330286] + Wed Mar 18 02:41:33 2009 Masatoshi SEKI * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple network -- cgit