aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-22 09:00:04 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-22 09:00:04 +0000
commit15bfe2793a849f500a15ae54553f4ffba5d55b41 (patch)
treeb22b6a7f5d76b21a54289681fb64281240340569 /ChangeLog
parent04e356b002bec740b3f4799606c5c581a1013b06 (diff)
downloadruby-15bfe2793a849f500a15ae54553f4ffba5d55b41.tar.gz
test/test-unicode_normalize.rb: Importing from
https://github.com/duerst/eprun/blob/master/test/test_normalize.rb. (removing trailing whitespace, fixing EOLs and adding EOL property) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 914c26ca71..ff870434dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 22 18:00:00 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * test/test-unicode_normalize.rb: Importing from
+ https://github.com/duerst/eprun/blob/master/test/test_normalize.rb.
+ (removing trailing whitespace, fixing EOLs and adding EOL property)
+
Wed Oct 22 08:21:09 2014 Yuki Yugui Sonoda <yugui@yugui.jp>
* nacl/pepper_main.c (Instance_DidCreate): mount devfs and rebind fd 0
@@ -39,7 +45,7 @@ Tue Oct 21 17:32:32 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* common.mk: Adding explicit creation of directory
enc/unicode/data because git doesn't handle empty
- directories.
+ directories. [patch by Masahiro Ide, filed with r48073]
Tue Oct 21 17:12:12 2014 Martin Duerst <duerst@it.aoyama.ac.jp>