aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-12 14:39:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-12 14:39:46 +0000
commit05d9fabda16bfde3249fc0a047142e6f4a7f38d0 (patch)
treed76b145682dac2d2308f2372a1de10376b6b9290 /ChangeLog
parent98f53d5db2d2c78a6fb673336b28bc84bc716bf9 (diff)
downloadruby-05d9fabda16bfde3249fc0a047142e6f4a7f38d0.tar.gz
* ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlink
translated from pathname.rb. -- この行以は下無視されます -- M ChangeLog M ext/pathname/lib/pathname.rb M ext/pathname/pathname.c git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28972 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 697225828b..b31f75e7ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 12 23:39:02 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlink
+ translated from pathname.rb.
+
Thu Aug 12 21:18:27 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_lstat): Pathname#lstat translated