summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 14:34:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 14:34:14 +0000
commite9ddf2ba41a0bffe1047e33576affd48808c5d0b (patch)
tree47986903ce72c37e03c19679a92aa2a3cbf35b85 /ChangeLog
parent143eb22f1877815dd802f7928959c5f93d4c7bb3 (diff)
merge revision(s) 62990:
Ignore file separator from tmpfile/tmpdir name. From: SHIBATA Hiroshi <hsbt@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@63017 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 7a63098329..d6fffaf9f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 28 23:30:32 2018 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ Ignore file separator from tmpfile/tmpdir name.
+
Wed Mar 28 23:27:23 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
dir.c: check NUL bytes