CHG . 24938->24972 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24972;diff_format=u CHG ChangeLog 24938->24972 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=24938&r2=24972&pathrev=24972;diff_format=u CHG eval.c 24695->24958 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/eval.c?p1=branches/ruby_1_8/eval.c&r1=24938&r2=24972&pathrev=24972;diff_format=u CHG version.h 24928->24971 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=24938&r2=24972&pathrev=24972;diff_format=u CHG lib/matrix.rb 19361->24972 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/lib/matrix.rb?p1=branches/ruby_1_8/lib/matrix.rb&r1=24938&r2=24972&pathrev=24972;diff_format=u CHG test/ruby/test_signal.rb 11708->24958 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/ruby/test_signal.rb?p1=branches/ruby_1_8/test/ruby/test_signal.rb&r1=24938&r2=24972&pathrev=24972;diff_format=u COMMIT 1.9.2 allows attr :sym, bool to work like 1.8. Reenabling tests http://github.com/rubyspec/rubyspec/commit/a8d18e97ba2d7783bb73dfcc8995d92359621da5 COMMIT lib/matrix.rb: 3 tests illustrating 3 bugs http://github.com/rubyspec/rubyspec/commit/9cac6b710a527fa11982c5495d4d883e2d0e187b COMMIT library/matrix: add test for redmine issue #1531 http://github.com/rubyspec/rubyspec/commit/062fe190afabbafd6e42533f50e993519d548b0e COMMIT Matrix: remove extra whitespace http://github.com/rubyspec/rubyspec/commit/4da6a36c9957b258be8b79e09b85cd7750626b90 --- 20090916T082330 +++ 20090917T082104 @@ -1,356 +1,356 @@ eval.c: In function ‘ruby_cleanup’: eval.c:1660: warning: comparison between signed and unsigned eval.c: In function ‘rb_exec_recursive’: -eval.c:13890: warning: variable ‘hash’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:13897: warning: variable ‘hash’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_thread_start_1’: -eval.c:12733: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:12737: 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: In function ‘rb_yield_0’: @@ -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:12608: warning: argument ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:12618: 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 #