CHG . 25022->25047 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25047;diff_format=u CHG ChangeLog 25009->25047 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=25022&r2=25047&pathrev=25047;diff_format=u CHG eval.c 24979->25047 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/eval.c?p1=branches/ruby_1_8/eval.c&r1=25022&r2=25047&pathrev=25047;diff_format=u CHG version.h 25022->25044 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=25022&r2=25047&pathrev=25047;diff_format=u COMMIT Kernel#define_singleton_method: Added test for UnboundMethod from singleton classes [redmine:2117] http://github.com/rubyspec/rubyspec/commit/64d8e3dc39e9dab9e633510e890cb163aa8d7539 COMMIT Module#define_method: Add test for singleton classes [redmine:2117] http://github.com/rubyspec/rubyspec/commit/0c0088d990837749edc9b17b3804b0b0c3453826 COMMIT UnboundMethod#bind: added tests for singleton classes [redmine:2117] http://github.com/rubyspec/rubyspec/commit/2ed6d1a962a46f84e2daa036d5c19460915cbd85 COMMIT Module#define_method: add explicit test that it accepts Method as well as UnboundMethod http://github.com/rubyspec/rubyspec/commit/90cd13cc2fa498cd0193bca36d917d4662b17c5f COMMIT Class#superclass: added tests for singleton classes http://github.com/rubyspec/rubyspec/commit/467e071d774d878270ac8b7acf8d963bb5dc8770 --- 20090922T082549 +++ 20090923T082608 @@ -1,358 +1,358 @@ eval.c: In function ‘ruby_cleanup’: eval.c:1660: warning: comparison between signed and unsigned eval.c: In function ‘rb_exec_recursive’: -eval.c:13899: warning: variable ‘hash’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:13900: warning: variable ‘hash’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_thread_start_1’: -eval.c:12740: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:12741: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_thread_schedule’: -eval.c:11165: warning: variable ‘next’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:11166: warning: variable ‘next’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_yield_0’: eval.c:5024: warning: variable ‘var’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c:5033: warning: variable ‘lambda’ might be clobbered by ‘longjmp’ or ‘vfork’ @@ -391,7 +391,7 @@ eval.c: In function ‘ruby_cleanup’: eval.c:1631: warning: argument ‘ex’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_thread_start_0’: -eval.c:12626: warning: argument ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:12627: warning: argument ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -c file.c file.c: In function ‘rb_stat_inspect’: file.c:617: warning: comparison between signed and unsigned @@ -559,7 +559,7 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -DRUBY_EXPORT -L. -rdynamic -Wl,-export-dynamic main.o libruby-static.a -lrt -ldl -lcrypt -lm -o miniruby == miniversion #