summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-31 02:56:09 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-31 02:56:09 +0000
commite6ff652ce809e074f237e17bdcc44f95b0bf8c8f (patch)
tree193724b5464e001b9d524e63361e4d4b2d549cca /ChangeLog
parent3fb0fcd1e881c1f6dd74db73a64e8623208acb77 (diff)
Revert r55225
Run test-all before large commit: "* string.c: Activate full Unicode case mapping for UTF-8 by removing" This reverts commit 3fb0fcd1e881c1f6dd74db73a64e8623208acb77. http://rubyci.s3.amazonaws.com/centos5-64/ruby-trunk/log/20160531T013303Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 65befc1637..44dd365286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,3 @@
-Tue May 31 10:10:03 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
-
- * string.c: Activate full Unicode case mapping for UTF-8 by removing
- the protective check for the presence of an option.
- Update documentation.
-
- * test/ruby/enc/test_case_comprehensive.rb: Adjust tests for above change.
-
Tue May 31 00:30:11 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStr