summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-08 07:47:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-08 07:47:09 +0000
commit299fd77f8ce50f0f59f012b7550a01e3d11d8024 (patch)
tree67eced22f186c986a9b61316404dfa549aee10ff /ChangeLog
parenteabdd220ebdb6c0716eb1192277963665956c5ff (diff)
downloadruby-299fd77f8ce50f0f59f012b7550a01e3d11d8024.tar.gz
ruby-299fd77f8ce50f0f59f012b7550a01e3d11d8024.tar.xz
ruby-299fd77f8ce50f0f59f012b7550a01e3d11d8024.zip
* file.c (rb_file_s_basename): returns new string instead of
shared string from FilePathStringValue(). [ruby-core:24199] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23989 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 6b531daa2..0f3e8fa59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 8 16:47:03 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * file.c (rb_file_s_basename): returns new string instead of
+ shared string from FilePathStringValue(). [ruby-core:24199]
+
2009-07-07 Eric Hodel <drbrain@segment7.net>
* ext/.document: Update with extensions that appear to have