fix typos and cleanup spaces

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2009-01-05 08:00:43 +00:00
parent 49ef25b151
commit e49d229a62

View File

@ -80,7 +80,7 @@ Sun Jan 4 17:07:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
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:30:09 2009 NARUSE, Yui <naruse@ruby-lang.org>
Sat Jan 3 15:26:30 2009 NARUSE, Yui <naruse@ruby-lang.org>
* 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@ruby-lang.org>
@ -656,7 +656,7 @@ Mon Dec 29 03:43:25 2008 Koichi Sasada <ko1@atdot.net>
Sun Dec 28 21:33:52 2008 NARUSE, Yui <naruse@ruby-lang.org>
* 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@yugui.jp>
@ -858,7 +858,7 @@ Sat Dec 27 05:38:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Dec 27 01:52:39 2008 James Edward Gray II <jeg2@ruby-lang.org>
* 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@fsij.org>
@ -2072,7 +2072,7 @@ Tue Dec 9 12:08:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Dec 9 11:50:46 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* 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'.
@ -2458,7 +2458,7 @@ Sun Nov 30 21:41:10 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
Sun Nov 30 18:01:50 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* 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@yugui.jp>
@ -2987,7 +2987,7 @@ Sat Nov 8 18:11:14 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* 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 18:11:14 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
Sat Nov 8 17:31:41 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* 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@ruby-lang.org>
@ -3175,8 +3175,8 @@ Mon Nov 3 13:01:13 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
Mon Nov 3 13:00:26 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* 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@nifty.ne.jp>
@ -3212,7 +3212,7 @@ Sun Nov 2 16:41:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Nov 1 07:09:40 2008 Eric Hodel <drbrain@segment7.net>
* 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@cozmixng.org>
@ -3617,14 +3617,14 @@ Sun Oct 26 13:30:28 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Oct 26 07:57:35 2008 Eric Hodel <drbrain@segment7.net>
* 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@zenspider.com>
* lib/minitest/unit.rb: Imported minitest 1.3.0 r4429.
* test/minitest/*: ditto.
Sun Oct 26 02:16:29 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
Sun Oct 26 02:16:29 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* configure.in ($MANTYPE): followed ruby.1, which had moved.
@ -53937,7 +53937,7 @@ Mon Feb 9 17:46:07 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
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.