aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 01:23:37 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 01:23:37 +0000
commit44638b2721a4a4458de6219183fced6066171627 (patch)
tree069063054c75c09f316957a68cb9469e6d7342ba
parentc0b0901c7d248627542dbda233d77a6e1a02659f (diff)
downloadruby-44638b2721a4a4458de6219183fced6066171627.tar.gz
replace reduce with suppress
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 314dffd37b..108d6897ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Sat Apr 16 10:18:30 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
Fri Apr 15 23:41:18 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
- * ruby.c (proc_options): reduce warning:
+ * ruby.c (proc_options): suppress warning:
"ALLOW_DEFAULT_SOURCE_ENCODING" is not defined.
Fri Apr 15 15:10:29 2011 Akinori MUSHA <knu@iDaemons.org>
@@ -72,7 +72,7 @@ Thu Apr 14 19:55:54 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Thu Apr 14 16:01:45 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
- * io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.
+ * io.c (rb_f_syscall): suppress warning: "HAVE___SYSCALL" is not defined.
Thu Apr 14 00:41:09 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>