CHG . 25501->25515 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25515;diff_format=u CHG ChangeLog 25495->25515 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=25501&r2=25515&pathrev=25515;diff_format=u CHG mkconfig.rb 25443->25503 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/mkconfig.rb?p1=branches/ruby_1_8/mkconfig.rb&r1=25501&r2=25515&pathrev=25515;diff_format=u CHG string.c 25430->25515 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/string.c?p1=branches/ruby_1_8/string.c&r1=25501&r2=25515&pathrev=25515;diff_format=u CHG ext/tk/lib/tk/variable.rb 25321->25514 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/lib/tk/variable.rb?p1=branches/ruby_1_8/ext/tk/lib/tk/variable.rb&r1=25501&r2=25515&pathrev=25515;diff_format=u CHG test/ruby/test_string.rb 20463->25515 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/ruby/test_string.rb?p1=branches/ruby_1_8/test/ruby/test_string.rb&r1=25501&r2=25515&pathrev=25515;diff_format=u COMMIT Fix a File::open(fd) spec to prevent the original File from getting GCed before we close the newly-wrapped version. http://github.com/rubyspec/rubyspec/commit/b31860873b59e6894e1677cc5916d030fc6dc354 --- 20091027T082302 +++ 20091028T082300 @@ -1,543 +1,543 @@ 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 #