ruby-changes:43544
From: shugo <ko1@a...>
Date: Sat, 9 Jul 2016 12:47:18 +0900 (JST)
Subject: [ruby-changes:43544] shugo:r55617 (trunk): * tool/mkconfig.rb: use true instead of TRUE.
shugo 2016-07-09 12:47:14 +0900 (Sat, 09 Jul 2016) New Revision: 55617 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55617 Log: * tool/mkconfig.rb: use true instead of TRUE. * lib/getoptlong.rb: use false instead of FALSE. Modified files: trunk/ChangeLog trunk/lib/getoptlong.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 55616) +++ ChangeLog (revision 55617) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Jul 9 12:43:09 2016 Shugo Maeda <shugo@r...> + + * tool/mkconfig.rb: use true instead of TRUE. + + * lib/getoptlong.rb: use false instead of FALSE. + Fri Jul 8 21:49:28 2016 Naohisa Goto <ngotogenome@g...> * thread.c (rb_wait_for_single_fd): Clean up fds.revents every time Index: lib/getoptlong.rb =================================================================== --- lib/getoptlong.rb (revision 55616) +++ lib/getoptlong.rb (revision 55617) @@ -153,7 +153,7 @@ class GetoptLong https://github.com/ruby/ruby/blob/trunk/lib/getoptlong.rb#L153 # # Whether error messages are output to $stderr. # - @quiet = FALSE + @quiet = false # # Status code. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/