summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 10:24:50 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 10:24:50 +0000
commit9511067652171d409936148560365d389e3d17b4 (patch)
treece72644ac9544467b226d30e4d2b5cd66830fefe /ChangeLog
parent45de86d76a46fea47764857d6c458f9289d9c0c3 (diff)
* enc/iso_8859_1.c, enc/iso_8859_15.c, enc/iso_8859_16.c:
Allign indenting to onigmo convention. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55593 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 4d4ff93898..2d498915cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 6 19:24:48 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * enc/iso_8859_1.c, enc/iso_8859_15.c, enc/iso_8859_16.c:
+ Allign indenting to onigmo convention.
+
Wed Jul 6 18:59:13 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/iso_8859_15.c, test/ruby/enc/test_case_comprehensive.rb: