1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: fixed indent and removed trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-01-12 04:08:25 +00:00
parent 9da504bbae
commit fdd7e03b79

View file

@ -2155,7 +2155,7 @@ Thu Dec 11 23:48:00 2008 Tadayoshi Funaba <tadf@dotrb.org>
Thu Dec 11 21:04:04 2008 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:
RSS::Maker.[] returns a maker class corresponds to passed version.
RSS::Maker.[] returns a maker class corresponds to passed version.
* test/rss/test_maker_*.rb: add tests for RSS::Maker.[].
@ -3597,7 +3597,7 @@ Wed Oct 29 23:31:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
Wed Oct 29 23:57:29 2008 Yusuke Endoh <mame@tsg.ne.jp>
* array.c (rb_ary_sort_bang): replacing array during sort broke
invariant of array. [ruby-dev:36983]
invariant of array. [ruby-dev:36983]
Wed Oct 29 21:06:46 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
@ -5411,20 +5411,20 @@ Mon Sep 29 01:51:54 2008 Yusuke Endoh <mame@tsg.ne.jp>
Mon Sep 29 00:30:20 2008 Takeyuki Fujioka <xibbar@ruby-lang.org>
* lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):
can specify the false as checked or selected value.
[ruby-core:18306], [ruby-core:18307]
can specify the false as checked or selected value.
[ruby-core:18306], [ruby-core:18307]
* test/cgi/test_cgi_tag_helper.rb: add a test.
Sun Sep 28 23:08:38 2008 Takeyuki Fujioka <xibbar@ruby-lang.org>
* lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):
fix the calls #bytesize on array parameters. [ruby-core:18919]
fix the calls #bytesize on array parameters. [ruby-core:18919]
Sun Sep 28 22:44:26 2008 Takeyuki Fujioka <xibbar@ruby-lang.org>
* lib/cgi/core.rb (CGI::parse): ignore illegal query params.
[ruby-dev:36618]
[ruby-dev:36618]
Sun Sep 28 22:05:07 2008 Yusuke Endoh <mame@tsg.ne.jp>
@ -7751,8 +7751,8 @@ Thu Sep 4 20:19:36 2008 Tanaka Akira <akr@fsij.org>
Thu Sep 4 19:40:50 2008 Narihiro Nakamura <authorNari@gmail.com>
* gc.c (gc_profile_record_get): to static function.
(gc_profile_result): ditto.
(gc_profile_report): ditto.
(gc_profile_result): ditto.
(gc_profile_report): ditto.
Thu Sep 4 19:20:24 2008 Tanaka Akira <akr@fsij.org>