CHG . 25470->25501 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25501;diff_format=u CHG ChangeLog 25470->25495 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=25470&r2=25501&pathrev=25501;diff_format=u CHG io.c 25430->25485 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/io.c?p1=branches/ruby_1_8/io.c&r1=25470&r2=25501&pathrev=25501;diff_format=u CHG version.h 25469->25496 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=25470&r2=25501&pathrev=25501;diff_format=u CHG ext/tk/stubs.c 18188->25495 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/stubs.c?p1=branches/ruby_1_8/ext/tk/stubs.c&r1=25470&r2=25501&pathrev=25501;diff_format=u CHG ext/tk/tcltklib.c 24485->25501 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/tcltklib.c?p1=branches/ruby_1_8/ext/tk/tcltklib.c&r1=25470&r2=25501&pathrev=25501;diff_format=u CHG ext/tk/lib/remote-tk.rb 24064->25487 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/lib/remote-tk.rb?p1=branches/ruby_1_8/ext/tk/lib/remote-tk.rb&r1=25470&r2=25501&pathrev=25501;diff_format=u CHG ext/tk/tkutil/tkutil.c 24064->25495 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/tkutil/tkutil.c?p1=branches/ruby_1_8/ext/tk/tkutil/tkutil.c&r1=25470&r2=25501&pathrev=25501;diff_format=u CHG test/ruby/test_io.rb 24751->25485 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/ruby/test_io.rb?p1=branches/ruby_1_8/test/ruby/test_io.rb&r1=25470&r2=25501&pathrev=25501;diff_format=u COMMIT Cleanup by using stubbing and improved interpolation example with non-string. http://github.com/rubyspec/rubyspec/commit/2c1244c1b7e047f1dbc26302ea932a63305fa2b3 COMMIT Added examples of string interpolation behaviour when given non-strings. http://github.com/rubyspec/rubyspec/commit/2f221d11b8986f49a020da63e24e05086d377f0d COMMIT Object#<=>: Stronger specs, see [ruby-core:26318] http://github.com/rubyspec/rubyspec/commit/bccf0a357778dc0292762b8732d72c666ce466eb COMMIT Array#<=>: Add test case when comparing non-array-like argument (redmine:2276) http://github.com/rubyspec/rubyspec/commit/f172c73b7cc9219b6409e22a20240d1a1b2b0201 COMMIT Enumerable#min: Fix failure due to new Object#<=> http://github.com/rubyspec/rubyspec/commit/f28e7f5b60177c166be2e580b44cb973c0574689 COMMIT Enumerable#max: Fix failure due to new Object#<=> http://github.com/rubyspec/rubyspec/commit/047ca82f978b46c4e4ac74f57b4a2052d80305e5 COMMIT Enumerable#minmax: Fix failure due to new Object#<=> http://github.com/rubyspec/rubyspec/commit/3536693952d6609b81b9690957e8611bbc44fc06 COMMIT Enumerable#sort: Fix failure due to the new Object#<=> http://github.com/rubyspec/rubyspec/commit/97b6c7e89c8b6de6f88dc7db45ede91ee24b3f7c COMMIT Enumerable#flat_map: Skips [] elements http://github.com/rubyspec/rubyspec/commit/2b912ece9758b829cdd0e747af184c188c10c1c0 --- 20091026T082350 +++ 20091027T082302 @@ -1,430 +1,430 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -c io.c io.c: In function ‘swallow’: -io.c:1656: warning: comparison between signed and unsigned +io.c:1667: warning: comparison between signed and unsigned io.c: In function ‘rb_f_syscall’: -io.c:5224: warning: comparison between signed and unsigned +io.c:5235: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -c marshal.c marshal.c: In function ‘w_long’: marshal.c:220: warning: comparison between signed and unsigned @@ -537,7 +537,7 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -DRUBY_EXPORT -L. -rdynamic -Wl,-export-dynamic main.o libruby-static.a -lrt -ldl -lcrypt -lm -o miniruby == miniversion #