aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-17 01:39:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-17 01:39:39 +0000
commit7333fbf0f79abe891e386e229a25e4848014c0b5 (patch)
treeb00ebfb27b8fbab7c286543b4f6881993037ea0f /ChangeLog
parent58e7c45fc7398496e17760ac4b4d588e51b6b9fc (diff)
downloadruby-7333fbf0f79abe891e386e229a25e4848014c0b5.tar.gz
enc/encinit.c.erb: use %-lines
* enc/encinit.c.erb: use %-lines to adjust indent in the generated file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea01bf5cf5..1b68fd2bfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Thu May 17 10:37:07 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu May 17 10:39:36 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enc/encinit.c.erb: use %-lines to adjust indent in the generated file.
* lib/mkmf.rb (MakeMakefile#have_framework): combine -framework option
and its argument with an equal sign not to be separated in merge_libs.