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>
@ -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>
@ -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.