diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-08-16 12:04:34 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-08-16 12:04:34 +0000 |
commit | 7b664abad13b9455e6bf9325f98e384e36e261ad (patch) | |
tree | e7553210da25fe7c8d2e9c3560ec54c8e3619213 /ChangeLog | |
parent | a44caf8067fec366b2344c58d82de4e3fb0906d1 (diff) | |
download | ruby-7b664abad13b9455e6bf9325f98e384e36e261ad.tar.gz |
common.mk: separate unicode headers
* common.mk (UNICODE_HDR_DIR): separate unicode header files from
unicode data files. [ruby-core:76879] [Bug #12677]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Aug 16 21:04:30 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (UNICODE_HDR_DIR): separate unicode header files from + unicode data files. [ruby-core:76879] [Bug #12677] + Tue Aug 16 11:17:51 2016 Koichi ITO <koic.ito@gmail.com> * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407] |