CHG . 24394->24414 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24414;diff_format=u CHG ChangeLog 24393->24413 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=24394&r2=24414&pathrev=24414;diff_format=u CHG eval.c 24303->24413 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/eval.c?p1=branches/ruby_1_8/eval.c&r1=24394&r2=24414&pathrev=24414;diff_format=u CHG version.h 24394->24414 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=24394&r2=24414&pathrev=24414;diff_format=u COMMIT File::Stat.world_readable?L Fix typo http://github.com/rubyspec/rubyspec/commit/dcffcf61a7cfac1fb34faeae2aaa530dade0843f COMMIT File::Stat.world_writable?: Share with File equivalent http://github.com/rubyspec/rubyspec/commit/bf87b37dfe99fa51097dd52f5f6c16128171adf2 COMMIT File::Stat.world_readable?: Share with File equivalent http://github.com/rubyspec/rubyspec/commit/8f04ba8c164df59615a270a14b714b723f200524 COMMIT File#to_path: Specify 1.9 method http://github.com/rubyspec/rubyspec/commit/07378dc604eeee8b234bd13804f5a18fbe3ee6b2 COMMIT File.world_readable?: Initially specify 1.9 method http://github.com/rubyspec/rubyspec/commit/174e5f40f4939e6e39f3435926d8791f88400e35 COMMIT File.world_writable?: Specify 1.9 method http://github.com/rubyspec/rubyspec/commit/c6bd7afd04dd66c530daa4578a762027fa95710e COMMIT File.absolute_path: Initially specify 1.9 method http://github.com/rubyspec/rubyspec/commit/2e026499d8af515a68ece064bb1cb375fbcc3286 --- 20090805T082620 +++ 20090806T015717 @@ -1,399 +1,399 @@ eval.c: In function ‘rb_svar’: eval.c:993: warning: comparison between signed and unsigned eval.c: In function ‘ruby_cleanup’: -eval.c:1658: warning: comparison between signed and unsigned +eval.c:1660: warning: comparison between signed and unsigned eval.c: In function ‘rb_exec_recursive’: -eval.c:13872: warning: variable ‘hash’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:13880: warning: variable ‘hash’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_thread_start_1’: -eval.c:12715: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:12723: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_thread_schedule’: -eval.c:11154: warning: variable ‘next’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:11161: warning: variable ‘next’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_yield_0’: -eval.c:5017: warning: variable ‘var’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:5026: warning: variable ‘lambda’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:5014: warning: argument ‘val’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:5014: warning: argument ‘self’ might be clobbered by ‘longjmp’ or ‘vfork’ +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’ +eval.c:5021: warning: argument ‘val’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:5021: warning: argument ‘self’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘proc_invoke’: -eval.c:8914: warning: argument ‘args’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:8921: warning: argument ‘args’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_call0’: -eval.c:6039: warning: variable ‘local_vars’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:6040: warning: variable ‘saved_cref’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:5922: warning: argument ‘argc’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:5923: warning: argument ‘argv’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:6046: warning: variable ‘local_vars’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:6047: warning: variable ‘saved_cref’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:5929: warning: argument ‘argc’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:5930: warning: argument ‘argv’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘error_print’: eval.c:1277: warning: variable ‘errat’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c:1279: warning: variable ‘einfo’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c:1280: warning: variable ‘elen’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_longjmp’: -eval.c:4654: warning: argument ‘mesg’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:4658: warning: argument ‘mesg’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_block_pass’: -eval.c:9241: warning: argument ‘proc’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:9248: warning: argument ‘proc’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_exec_end_proc’: -eval.c:8196: warning: variable ‘link’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:8203: warning: variable ‘link’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_eval’: -eval.c:3646: warning: variable ‘saved_cref’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:3650: warning: variable ‘saved_cref’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘is_defined’: -eval.c:2417: warning: argument ‘node’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:2419: warning: argument ‘node’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘eval’: -eval.c:6572: warning: variable ‘data’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:6568: warning: argument ‘self’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:6569: warning: argument ‘file’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:6570: warning: argument ‘line’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:6579: warning: variable ‘data’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:6575: warning: argument ‘self’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:6576: warning: argument ‘file’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:6577: warning: argument ‘line’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘call_trace_func’: -eval.c:2777: warning: variable ‘raised’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:2779: warning: variable ‘node_save’ might be clobbered by ‘longjmp’ or ‘vfork’ -eval.c:2775: warning: argument ‘klass’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:2779: warning: variable ‘raised’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:2781: warning: variable ‘node_save’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:2777: warning: argument ‘klass’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘ruby_cleanup’: -eval.c:1629: warning: argument ‘ex’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:1631: warning: argument ‘ex’ might be clobbered by ‘longjmp’ or ‘vfork’ eval.c: In function ‘rb_thread_start_0’: -eval.c:12590: warning: argument ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ +eval.c:12598: 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 @@ -561,7 +561,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 #