ruby-changes:26399
From: kazu <ko1@a...>
Date: Wed, 19 Dec 2012 00:29:14 +0900 (JST)
Subject: [ruby-changes:26399] kazu:r38450 (trunk): fix typos and styles
kazu 2012-12-19 00:29:01 +0900 (Wed, 19 Dec 2012) New Revision: 38450 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38450 Log: fix typos and styles Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 38449) +++ ChangeLog (revision 38450) @@ -1,11 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Tue Dec 18 18:57:58 2012 KOSAKI Motohiro <kosaki.motohiro@g...> - * io.c (rb_io_wait_writable): don't use rb_thread_wait_fd() because it is for waiting until io readable. * io.c (rb_io_wait_writable): always use rb_thread_fd_writable() - instaed of bare rb_wait_for_single_fd(). we shouldn't ignore + instead of bare rb_wait_for_single_fd(). we shouldn't ignore return value. * io.c (rb_io_wait_readable): ditto. always use rb_thread_wait_fd(). @@ -40,7 +39,7 @@ Tue Dec 18 16:31:20 2012 Eric Hodel <d https://github.com/ruby/ruby/blob/trunk/ChangeLog#L39 * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING when the heredoc identifier is followed by a line-end. This allows proper - display of some HEREDOCs in source view. + display of some HEREDOCs in source view. * lib/rdoc/ruby_token.rb: Added TkHEREDOC * test/rdoc/test_rdoc_ruby_lex.rb: Test for above. @@ -143,13 +142,13 @@ Tue Dec 18 04:58:22 2012 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L142 class directly because singleton methods are defined in singleton class. There are no compatible issue because TracePoint is introduced after 2.0. - But compatiblity with `set_trace_func' is broken. This means that + But compatibility with `set_trace_func' is broken. This means that you can not replace all `set_trace_func' code with TracePoint without consideration of this behavior. [Bug #7554] * test/ruby/test_settracefunc.rb: change a test to catch up - an above chagne. + an above change. Tue Dec 18 03:03:10 2012 Aaron Patterson <aaron@t...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/