CHG . 26890->26903 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26903;diff_format=u CHG ChangeLog 26864->26903 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=26890&r2=26903&pathrev=26903;diff_format=u CHG version.h 26890->26900 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=26890&r2=26903&pathrev=26903;diff_format=u CHG ext/nkf/nkf-utf8/nkf.c 20142->26903 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/nkf/nkf-utf8/nkf.c?p1=branches/ruby_1_8/ext/nkf/nkf-utf8/nkf.c&r1=26890&r2=26903&pathrev=26903;diff_format=u CHG ext/tk/extconf.rb 24485->26899 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/extconf.rb?p1=branches/ruby_1_8/ext/tk/extconf.rb&r1=26890&r2=26903&pathrev=26903;diff_format=u CHG ext/tk/lib/tk.rb 26532->26899 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/lib/tk.rb?p1=branches/ruby_1_8/ext/tk/lib/tk.rb&r1=26890&r2=26903&pathrev=26903;diff_format=u CHG ext/tk/tkutil/tkutil.c 26532->26899 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=26890&r2=26903&pathrev=26903;diff_format=u CHG test/nkf/test_nkf.rb 11708->26903 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/nkf/test_nkf.rb?p1=branches/ruby_1_8/test/nkf/test_nkf.rb&r1=26890&r2=26903&pathrev=26903;diff_format=u COMMIT Added #and_raise to mspec mocks. http://github.com/rubyspec/mspec/commit/938a62e0c7f490bf7038bdb12735eab97edc1c12 COMMIT Added #new_io and #new_fd mspec helpers. http://github.com/rubyspec/mspec/commit/6f621bc5c5f205ec966eea09c149e1514f83cf40 COMMIT Segregate IO specs that don't use fixture fd. http://github.com/rubyspec/rubyspec/commit/af55d1451ed7f8133675c32158f30ef544f205bc COMMIT Handle mocks for IO#open specs specially. http://github.com/rubyspec/rubyspec/commit/ef5513e99ca4c2a7efaf15b6602ff3c4f154b24f COMMIT Revert "Close stray opened file descriptors, or bad things could happen on Windows." http://github.com/rubyspec/rubyspec/commit/32a52a2109d1e611220443e64bb1674a73bb547b COMMIT Close stray opened file descriptors, or bad things could happen on Windows. http://github.com/rubyspec/rubyspec/commit/53508f09568bfeeaa8da5dd2a4b274629ab0e37d COMMIT Fixed String#split spec to handle bug in 1.8. http://github.com/rubyspec/rubyspec/commit/b0bf15de63aa0edc3cf0b4c9ea7bff9fdba15728 COMMIT Reapply (and rework) 285e1598, #respond_to_missing? called by defined?. http://github.com/rubyspec/rubyspec/commit/f0871ff430da0c49f36aa370fff35edf7cdfbc9d COMMIT Fixed IO specs that used IO.new to alias system file descriptors. http://github.com/rubyspec/rubyspec/commit/b5c664ede7eeb77334f8b96618a6ac8053c70886 COMMIT Use IOSpecs.closed_io helper in place of closed_file. http://github.com/rubyspec/rubyspec/commit/02da4f8b181e464fbae57fa803b1d66db50d3692 COMMIT Reworked some IOSpecs helper methods. http://github.com/rubyspec/rubyspec/commit/75eff453cfa3d2205b18d84fae59ee81042604e6 COMMIT Prune and quartine IO.new specs. IO.new is the devil. http://github.com/rubyspec/rubyspec/commit/bfecec070c594698ebb4ab415b39cad0d3c4a24e COMMIT Cleanup and flesh out Exception#message specs http://github.com/rubyspec/rubyspec/commit/cc7ba94abce2252112f8e4ae5c36ff388a64adc2 COMMIT Remove redundent over overtesting specs http://github.com/rubyspec/rubyspec/commit/e1c19c0d5853a3e792888864b20a3bde45ecaf70 COMMIT Add multiline quoted-printable spec http://github.com/rubyspec/rubyspec/commit/146da46b6a675a6e3e5a6491097ff0348a59f890 COMMIT Add more Kernel.Float specs http://github.com/rubyspec/rubyspec/commit/73c87c39c9ad53eb889b380c5c1c414bb0d0fcd8 COMMIT Update defined? spec: defined? for private class methods should return nil http://github.com/rubyspec/rubyspec/commit/c94b92e7f30a88d7389432b82f6085f7aa392317 COMMIT Specs for defined? with constants. http://github.com/rubyspec/rubyspec/commit/1fb584de3ae51df803c8e0621950f082a020657d COMMIT Some defined? specs for back_ref, nth_ref and stuff. http://github.com/rubyspec/rubyspec/commit/88bc5a25a33bfd48b4280226b77feb120e957c57 COMMIT More defined? specs. http://github.com/rubyspec/rubyspec/commit/98964dbd3de7c619e7ccf62e3308be81ad2bcc7c COMMIT Rewrote the defined? specs. http://github.com/rubyspec/rubyspec/commit/84276566428ba4f2ab9c62378c690c07f7ac9f1e COMMIT Spec the order of brace expansions in Dir.glob http://github.com/rubyspec/rubyspec/commit/5a2e74ba4cdf2dd178432e210e9fb8cbdd48851b COMMIT More Regexp#inspect cases http://github.com/rubyspec/rubyspec/commit/49f7258ebb2bef681bc7d3bb07466a6a6bcf2c95 COMMIT Flesh out Regexp.union cases http://github.com/rubyspec/rubyspec/commit/dc2c334369e4dc9f8b42e66ae835219c621194e1 COMMIT Add StringScanner test for class of returned values http://github.com/rubyspec/rubyspec/commit/fee5cb60b3700304de8776f6333298edf6756e17 COMMIT Add spec Autoload for running in an exception condition http://github.com/rubyspec/rubyspec/commit/1393fc7d89dce6700e12d0ec4edfece73b380053 COMMIT Add more spec cases for when $~ is set http://github.com/rubyspec/rubyspec/commit/b9a6f8987f9b5e863d89f20b0e55b58e0bda2b15 COMMIT Update specs for Enumerable#cycle and Array#cycle http://github.com/rubyspec/rubyspec/commit/c7bf698125305261332a4a8f19934ec5c298b5e7 COMMIT Spec for a, b = x calling #to_ary on x. http://github.com/rubyspec/rubyspec/commit/941ab19fe98fbfc75bb8d0c6699e9fdf8c502503 COMMIT Added specs for masgn with to_ary rhs not calling #to_a. http://github.com/rubyspec/rubyspec/commit/69e0b1b69af5ca23936321e6e14faf88f3e4278e COMMIT Revert IO#reopen change superceded by IO#reopen rewrite. http://github.com/rubyspec/rubyspec/commit/6e1c3db674d06afecae3124497ce07d28820398d COMMIT Temporarily revert "defined?: Uses #respond_to_missing? on 1.9" to handle merge. http://github.com/rubyspec/rubyspec/commit/54c322a2b1b7dd9106b0024a01773f7649d05eb7 =================================================================== +++ 20100314T090819 @@ 12 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +リビジョン: 26913 ノード種別: ディレクトリ 準備中の処理: 特になし +最終変更者: nobu +最終変更リビジョン: 26903 +最終変更日時: 2010-03-13 11:06:35 +0900 (土, 13 3月 2010) == autoconf #