aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 11:08:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 11:08:44 +0000
commit688ca71c13c46ef7df022845266eb4549b98f38c (patch)
tree87a65d27231c9a605f2417f81fdf2ae658d21615 /ChangeLog
parent44b5a74a9ae22aa08f226b7f1d555fad928a8cf7 (diff)
downloadruby-688ca71c13c46ef7df022845266eb4549b98f38c.tar.gz
* file.c (realpath_rec): rb_path_last_separator may return NULL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26551 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 572046af74..81e0f5b5cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 3 20:08:05 2010 Tanaka Akira <akr@fsij.org>
+
+ * file.c (realpath_rec): rb_path_last_separator may return NULL.
+
Wed Feb 3 13:15:24 2010 NARUSE, Yui <naruse@ruby-lang.org>
* thread_pthread.c: DragonFlyBSD is also the same as FreeBSD