aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 10:05:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 10:05:04 +0000
commitf9ceef81a756ecf466dfc1d636d3ad985d0defcb (patch)
tree2b51815708e31ff238c02e90bbe28b8228c30049 /ChangeLog
parent6a2d8d6d303259be5aa5037e8d1d3335ad7be0c3 (diff)
downloadruby-f9ceef81a756ecf466dfc1d636d3ad985d0defcb.tar.gz
* configure.in (BASERUBY): use Kernel#print instead of Kernel#p because
the baseruby may output CRLF as end of line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52616 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 2f6c786faf..431f8caf61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 17 19:02:59 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * configure.in (BASERUBY): use Kernel#print instead of Kernel#p because
+ the baseruby may output CRLF as end of line.
+
Tue Nov 17 18:36:52 2015 Koichi Sasada <ko1@atdot.net>
* method.h: introduce rb_method_definition_t::complemented_count.