ruby-changes:9800
From: kazu <ko1@a...>
Date: Mon, 5 Jan 2009 17:01:02 +0900 (JST)
Subject: [ruby-changes:9800] Ruby:r21341 (trunk): fix typos and cleanup spaces
kazu 2009-01-05 17:00:43 +0900 (Mon, 05 Jan 2009) New Revision: 21341 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21341 Log: fix typos and cleanup spaces Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 21340) +++ ChangeLog (revision 21341) @@ -80,7 +80,7 @@ directories stealthily. [ruby-core:20990] * lib/rubygems.rb (Gem.find_home): expand_path deals with platform - dependent envirionments. + dependent environments. * lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): ditto. @@ -150,7 +150,7 @@ Sat Jan 3 15:26:30 2009 NARUSE, Yui <naruse@r...> - * enc/trans/euc-cn.c: renemed from gb2312.c because GB2312 is + * enc/trans/euc-cn.c: renamed from gb2312.c because GB2312 is the name of a CSS. it's encoding name is "EUC-CN". Sat Jan 3 03:00:42 2009 NAKAMURA Usaku <usa@r...> @@ -305,12 +305,12 @@ Thu Jan 1 21:08:34 2009 Tanaka Akira <akr@f...> - * ext/socket/mkconstants.rb: check all alias possibility. + * ext/socket/mkconstants.rb: check all alias possibility. Thu Jan 1 20:59:55 2009 Tanaka Akira <akr@f...> * ext/socket/mkconstants.rb: more possible aliases. - + Thu Jan 1 20:54:02 2009 Tanaka Akira <akr@f...> * ext/socket/mkconstants.rb: AF_ISO and AF_OSI may be aliased. @@ -582,10 +582,10 @@ * lib/erb.rb (ERB::Compiler#compile): recognizes magic comments. returns a pair of compiled script and its script encoding. - * lib/erb.rb (ERB#set_eoutvar): make generated scripts return a + * lib/erb.rb (ERB#set_eoutvar): make generated scripts return a string in correct encoding. - * lib/erb.rb (ERB#def_method): use Kernel#eval for encoding-awareness + * lib/erb.rb (ERB#def_method): use Kernel#eval for encoding-awareness of the evaluated string. * bin/erb.rb (ERB::Main.run): adds -E and -U options. @@ -656,7 +656,7 @@ Sun Dec 28 21:33:52 2008 NARUSE, Yui <naruse@r...> - * test/ext/dl/test_base.rb : add BSD's case. + * test/ext/dl/test_base.rb: add BSD's case. Sun Dec 28 21:09:12 2008 Yuki Sonoda (Yugui) <yugui@y...> @@ -758,7 +758,7 @@ Sat Dec 27 16:18:02 2008 Koichi Sasada <ko1@a...> - * eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee() + * eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee() should return method id on current frame. add rb_frame_caller() to get method id on parent frame. Bug #884 [ruby-dev:37446] @@ -858,7 +858,7 @@ Sat Dec 27 01:52:39 2008 James Edward Gray II <jeg2@r...> - * lib/csv.rb: Using a more robust transcoding scheme to produce + * lib/csv.rb: Using a more robust transcoding scheme to produce ASCII compatible inspect() messages. [ruby-dev:37591] Fri Dec 26 18:04:10 2008 Tanaka Akira <akr@f...> @@ -1201,7 +1201,7 @@ Mon Dec 22 15:56:49 2008 Yuki Sonoda (Yugui) <yugui@y...> * Doxyfile.in: new file. Template of a configuration file. - Introduces C-level API reference generation with Doxygen. + Introduces C-level API reference generation with Doxygen. * tool/file2lastrev.rb: wrapper script that abstracts subversion and git-svn. @@ -1373,20 +1373,20 @@ Thu Dec 18 19:31:54 2008 Yuki Sonoda (Yugui) <yugui@y...> * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as command - line options. [ruby-dev:37161]. Fixes #711. + line options. [ruby-dev:37161]. Fixes #711. improved long options. * lib/irb/init.rb (IRB.set_encoding): new subroutine for IRB.opt_parse * lib/irb/input-method.rb (IRB::StdioInputMethod): (M17N) regards - scripts that user types as encoded in the external_encoding. + scripts that user types as encoded in the external_encoding. * lib/irb/input-method.rb (IRB::ReadlineInputMethod): ditto. * lib/irb/input-method.rb (IRB::FileInputMethod): (M17N) respects magic comment. - * lib/irb/help.rb (IRB.print_usage): (M17N) respects magic comment + * lib/irb/help.rb (IRB.print_usage): (M17N) respects magic comment in the resource file. * lib/irb/lc/help-message: adds -U and -E. @@ -1450,7 +1450,7 @@ * lib/xmlrpc/server.rb: Restricting method inspection to show only non-inherited public methods. [ruby-core:20603] - * lib/xmlrpc/server.rb: Fixing method inspection so it doesn't + * lib/xmlrpc/server.rb: Fixing method inspection so it doesn't trigger XMLRPC::FaultException when used. [ruby-core:20604] Wed Dec 17 19:39:44 2008 Tanaka Akira <akr@f...> @@ -1477,7 +1477,7 @@ Wed Dec 17 15:35:39 2008 Yuki Sonoda (Yugui) <yugui@y...> - * configure.in (OBJDUMP, OBJCOPY): + * configure.in (OBJDUMP, OBJCOPY): *BSD's ports and MacPorts prefix GNU binutils with 'g'. Wed Dec 17 11:39:39 2008 Kazuhiro NISHIYAMA <zn@m...> @@ -1605,7 +1605,7 @@ * ext/pty/pty.c (child_info): add slavename. (chfunc): use slavename. (establishShell): set slavename. - + Mon Dec 15 20:16:46 2008 NAKAMURA Usaku <usa@r...> * common.mk (EXTMK_ARGS): shouldn't use ``\"'' because cmd.exe eat @@ -1638,13 +1638,13 @@ * class.c (rb_singleton_class): creates a meta^(n+2)-class in addition to a meta^(n+1)-class when called for a meta^(n)-class. - This is because the returned meta^(n+1) class must acts as an instance of + This is because the returned meta^(n+1) class must acts as an instance of Class, metaclass of Class, ..., meta^(n+1)-class of Class, Module, metaclass of Module, ..., meta^(n+1)-class of Module, Object, metaclass of Object, ..., meta^(n+2)-class of Object, BasicObject, metaclass of BasicObject, ..., meta^(n+2)-class of and BasicObject even when Class, Module, Object or BasicObject has - not have its meta^(i)-class yet. + not have its meta^(i)-class yet. Mon Dec 15 15:13:22 2008 Nobuyoshi Nakada <nobu@r...> @@ -1697,7 +1697,7 @@ * bignum.c (bigmul1_karatsuba): remove temporal bignum. * bignum.c (bigsqr): call bigmul0(x, x) because it is faster than the - original bigsqr at this point. + original bigsqr at this point. * bignum.c (rb_big_pow): a value returned from bigsqr is already truncated. @@ -1725,7 +1725,7 @@ twice faster square than normal multiplication. [ruby-dev:37392] * random.c (rb_rand_internal): used by Bignum#*. - + * test/ruby/test_bignum.rb: add some tests for above. Sun Dec 14 01:35:48 2008 Tanaka Akira <akr@f...> @@ -1791,7 +1791,7 @@ Sat Dec 13 12:38:16 2008 Yuki Sonoda (Yugui) <yugui@y...> - * lib/minitest/test.rb (MinTest::Unit#location): + * lib/minitest/test.rb (MinTest::Unit#location): skips user-defined assertions as MiniTest's. e.g. for test/ruby/test_m17n.rb. @@ -1800,7 +1800,7 @@ * lib/minitest/*.rb: Imported minitest 1.3.1 r4503. * test/minitest/test_mini_test.rb: ditto. * lib/miniunit/autorun.rb: added (as part of r4503). - + Sat Dec 13 08:35:14 2008 Tadayoshi Funaba <tadf@d...> * complex.c (nucomp_canonicalization): renamed. @@ -1862,7 +1862,7 @@ * encoding.c (enc_get_default_encoding): removed. Generalizing rb_default_{external,internal}_encoding seems to be - difficult. + difficult. default_external cannot be NULL even before detected. [ruby-dev:37390] * encoding.c (rb_default_external_encoding): has its own @@ -1972,7 +1972,7 @@ * lib/rexml/element.rb (REXML::Element#write): ditto. - * lib/rexml/formatters/transitive.rb (REXML::Formatters::Transitive#write_element): + * lib/rexml/formatters/transitive.rb (REXML::Formatters::Transitive#write_element): add hack for IE. [ruby-dev:36230] Thu Dec 11 02:37:22 2008 Yukihiro Matsumoto <matz@r...> @@ -2072,7 +2072,7 @@ Tue Dec 9 11:50:46 2008 Yuki Sonoda (Yugui) <yugui@y...> - * pack.c (pack_pck): fixed [ruby-dev:37295]. + * pack.c (pack_pack): fixed [ruby-dev:37295]. Array#pack always has returned an US-ASCII string when the given format ended with 'u', 'M' or 'm'. @@ -2320,7 +2320,7 @@ Thu Dec 4 14:54:32 2008 Yukihiro Matsumoto <matz@r...> - * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): + * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): little documentation fix. a patch from okkez. [ruby-dev:37271] Thu Dec 4 13:56:31 2008 Yukihiro Matsumoto <matz@r...> @@ -2344,12 +2344,12 @@ Thu Dec 4 06:04:16 2008 Hidetoshi NAGAI <nagai@a...> - * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat + * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat 'parent' and 'variable' options on a Hash argument. Thu Dec 4 05:06:47 2008 Hidetoshi NAGAI <nagai@a...> - * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM + * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676] * ext/tk/tcltklib.c: update RELEASE_DATE @@ -2428,7 +2428,7 @@ Tue Dec 2 19:22:13 2008 Tanaka Akira <akr@f...> - * lib/open3.rb (Open3.popen3): merge hash options if given. + * lib/open3.rb (Open3.popen3): merge hash options if given. Tue Dec 2 15:31:42 2008 Yukihiro Matsumoto <matz@r...> @@ -2458,7 +2458,7 @@ Sun Nov 30 18:01:50 2008 Yuki Sonoda (Yugui) <yugui@y...> * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace): - now accepts quantifier on anchrs agian by r20391. + now accepts quantifier on anchors again by r20391. Sat Nov 29 23:56:44 2008 Yuki Sonoda (Yugui) <yugui@y...> @@ -2626,8 +2626,8 @@ Tue Nov 25 03:37:42 2008 Hidetoshi NAGAI <nagai@a...> - * ext/tk/lib/tkextlib/blt/tabset.rb, - ext/tk/lib/tkextlib/blt/tabnotebook.rb: + * ext/tk/lib/tkextlib/blt/tabset.rb, + ext/tk/lib/tkextlib/blt/tabnotebook.rb: fix many bugs. Now, those work properly. Tue Nov 25 03:26:04 2008 Yukihiro Matsumoto <matz@r...> @@ -2711,7 +2711,7 @@ Sat Nov 22 10:31:25 2008 Hidetoshi NAGAI <nagai@a...> - * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: + * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: fix NameError bug. Sat Nov 22 03:41:22 2008 Yukihiro Matsumoto <matz@r...> @@ -2763,7 +2763,7 @@ Wed Nov 19 14:14:38 2008 Yukihiro Matsumoto <matz@r...> - * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. + * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. [ruby-dev:37124] Wed Nov 19 03:01:04 2008 Masatoshi SEKI <m_seki@m...> @@ -2809,7 +2809,7 @@ Tue Nov 18 15:56:55 2008 Yukihiro Matsumoto <matz@r...> - * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): + * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): use possessive match for path retrieval to avoid huge recursion for insanely long path. @@ -2973,21 +2973,21 @@ * test/cgi/session_dir: add a session directory in test. - * test/cgi/test_cgi_session.rb: add a test. + * test/cgi/test_cgi_session.rb: add a test. Sat Nov 8 21:57:03 2008 Takeyuki FUJIOKA <xibbar@r...> - * lib/cgi/session.rb: remove debug code. + * lib/cgi/session.rb: remove debug code. Sat Nov 8 21:33:53 2008 Takeyuki FUJIOKA <xibbar@r...> - * lib/cgi/session.rb: fix indentation. + * lib/cgi/session.rb: fix indentation. Sat Nov 8 18:11:14 2008 Yukihiro Matsumoto <matz@r...> * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT): use #bytesize instead of #size. a patch submitted from - raspberry lemon in [ruby-core:18571]. + raspberry lemon in [ruby-core:18571]. * lib/webrick/httpauth/digestauth.rb, lib/webrick/httpproxy.rb, lib/webrick/httprequest.rb, lib/webrick/httpservlet/cgi_runner.rb, @@ -2997,7 +2997,7 @@ Sat Nov 8 17:31:41 2008 Yukihiro Matsumoto <matz@r...> * ext/stringio/stringio.c (strio_ungetc): ungetc position should - not be changed from 1.8. [ruby-core:19632] + not be changed from 1.8. [ruby-core:19632] Sat Nov 8 17:15:08 2008 Yukihiro Matsumoto <matz@r...> @@ -3174,10 +3174,10 @@ takes a new parameter klass for what class to instantiate. Mon Nov 3 13:00:26 2008 Yuki Sonoda (Yugui) <yugui@y...> + + * range.c (rb_range_beg_len): rb_raise takes C values as arguments. + [BUG] ranges turned into other value in a message of RangeError. - * range.c (rb_range_beg_len): rb_raise takes C values as arguments. - [BUG] ranges turned into other value in a message of RangeError. - Mon Nov 3 00:36:44 2008 Masaki Suketa <masaki.suketa@n...> * test/win32ole/test_win32ole_event.rb: rename test class. @@ -3212,7 +3212,7 @@ Sat Nov 1 07:09:40 2008 Eric Hodel <drbrain@s...> - * gem_prelude.rb: Don't require rubygems/defaults.rb. + * gem_prelude.rb: Don't require rubygems/defaults.rb. Fri Oct 31 21:58:50 2008 Kouhei Sutou <kou@c...> @@ -3617,14 +3617,14 @@ Sun Oct 26 07:57:35 2008 Eric Hodel <drbrain@s...> - * lib/rubygems*: Update to RubyGems 1.3.1 r1909. + * lib/rubygems*: Update to RubyGems 1.3.1 r1909. Sun Oct 26 07:35:56 2008 Ryan Davis <ryand-ruby@z...> * lib/minitest/unit.rb: Imported minitest 1.3.0 r4429. * test/minitest/*: ditto. -Sun Oct 26 02:16:29 2008 Yuki Sonoda (Yugui) <yugui@y...> +Sun Oct 26 02:16:29 2008 Yuki Sonoda (Yugui) <yugui@y...> * configure.in ($MANTYPE): followed ruby.1, which had moved. @@ -53937,7 +53937,7 @@ file to create new file. * lib/rdoc/ri/ri_paths.rb (RI::Paths::SYSDIR): get rid of unexpected - influence by envirionment variable. + influence by environment variable. * bcc32/configure.bat, win32/configure.bat: add install-doc options. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/