summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:30:24 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:30:24 +0000
commitf444a7ab9803ae71211018a1ce72accbf523ae12 (patch)
treedba24fb8f71cac3210bb29179e300b179616ffce /ChangeLog
parent815d4c4e010484bd9774d44d7e5bacfa32fb7bd2 (diff)
merge revision(s) 58438,58440,58451: [Backport #13493]
clean autogenerated files * enc/depend (clean, clean-srcs): fix path of name2ctype.h, and remove casefold.h too. * enc/jis/props.h: autogenerated file. [ruby-core:80823] [Bug #13493] Update sources and include files after update Ignore enc/jis/props.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da05995396..2bfb9f9a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Thu Mar 28 14:29:26 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ clean autogenerated files
+
+ * enc/depend (clean, clean-srcs): fix path of name2ctype.h, and
+ remove casefold.h too.
+
+ * enc/jis/props.h: autogenerated file.
+ [Bug #13493]
+
+ Update sources and include files after update
+
+ Ignore enc/jis/props.h
+
Thu Mar 28 14:14:25 2018 URABE Shyouhei <shyouhei@ruby-lang.org>
fix SEGV touching uninitialized memory