summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
AgeCommit message (Expand)Author
2011-08-24* test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto
2011-06-07* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa
2011-05-22test cleanupkosaki
2011-05-22* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki
2011-05-17Fix FreeBSD test failure.kosaki
2011-05-14* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki
2011-01-14Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan
2010-12-17 * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_require): -rnobu
2010-12-08* parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718]nobu
2010-12-08reverted to r30124; r30124 breaks testshyouhei
2010-12-07* parse.y (struct vtable, struct local_vars, vtable_add):nobu
2010-12-05* ruby.c (load_file_internal): decrement for ungotten line.nobu
2010-11-14* parse.y (parser_set_token_info): turn on/off with directives.nobu
2010-10-23* test/ruby/test_rubyoptions.rb (test_segv_test): follow up thenobu
2010-09-29 * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei
2010-09-20* dir.c (bracket): get rid of scanning at the end of the patternnobu
2010-08-11wait a process.akr
2010-08-11* test/ruby/test_rubyoptions.rb (test_script_from_stdin): disableakr
2010-07-22 * test/ruby/test_rubyoptions.rb (test_unused_variable): unusednobu
2010-07-20Pull rubygem's custom require into gem_preludeevan
2010-06-29* test/ruby/test_rubyoptions.rb (test_script_from_stdin): by usingnobu
2010-06-27* include/ruby/io.h, io.c: reverted r21709.nobu
2010-06-23Clean warnings: unused variables.naruse
2010-06-20* parse.y (shadowing_lvar_gen): get rid of adding extra name fornobu
2010-06-17Revert "* parse.y (warn_unused_var): warn unused variables."naruse
2010-06-16* parse.y (warn_unused_var): warn unused variables.nobu
2010-06-16* test/ruby/test_{regexp,rubyoptions}.rb: trivial change.nobu
2010-06-13* test/ruby/test_rubyoptions.rb: add a simple test for __END__ andmame
2010-06-05* ruby.c (process_options, load_file_internal): $0 seen fromnobu
2010-06-05* ruby.c (process_options): revert r25330, so that $0 can be seennobu
2010-05-16* ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui
2010-05-14* test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messagesusa
2010-04-27Cleaning up syntax warnings.naruse
2010-03-07add a test.akr
2010-02-15fix previous commit.naruse
2010-02-15More generic regular exression for test.naruse
2010-02-12fix a test for Debian GNU/Linux squeeze (armel)akr
2010-01-27* vm_dump.c (bugreport_backtrace): trivial change.kazu
2010-01-26don't gnerate core file.akr
2010-01-25* lib/matrix.rb: suppress warnings.akr
2010-01-25* test/ruby/test_rubyoptions.rb (test_segv_test): add a test formame
2009-10-30* vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-22* test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr
2009-10-14* ruby.c (process_options): script name should not be shown in annobu
2009-09-23* parse.y (assign_in_cond): also should warn assignment to dvar innobu
2009-08-11* test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu
2009-06-26* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz
2009-06-22$: doesn't contains "." now.akr
2009-05-07* test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame