aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-14 07:01:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-14 07:01:08 +0000
commitf927ec15c9f9db9b213af2dad931fb8f386835c2 (patch)
tree484953f4491f3ee9748f73a7edb645f2bf80de07 /ChangeLog
parent6648846e05f760cf307f4c0122afb6cb4209f16b (diff)
downloadruby-f927ec15c9f9db9b213af2dad931fb8f386835c2.tar.gz
* file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.
File.basename and File.dirname support File::ALT_SEPARATOR. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36084 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 cda9b328b2..4cb7af7a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 14 15:54:02 2012 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.
+ File.basename and File.dirname support File::ALT_SEPARATOR.
+
Thu Jun 14 11:10:10 2012 Yuki Yugui Sonoda <yugui@google.com>
* nacl/pepper_maini.c: Applies the new embedding API to pepper_ruby.