aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyoptions.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_rubyoptions.rb (test_unused_variable): unusednobu2010-07-221-2/+5
* Pull rubygem's custom require into gem_preludeevan2010-07-201-2/+2
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): by usingnobu2010-06-291-4/+11
* * include/ruby/io.h, io.c: reverted r21709.nobu2010-06-271-0/+24
* Clean warnings: unused variables.naruse2010-06-231-1/+1
* * parse.y (shadowing_lvar_gen): get rid of adding extra name fornobu2010-06-201-0/+6
* Revert "* parse.y (warn_unused_var): warn unused variables."naruse2010-06-171-6/+0
* * parse.y (warn_unused_var): warn unused variables.nobu2010-06-161-0/+6
* * test/ruby/test_{regexp,rubyoptions}.rb: trivial change.nobu2010-06-161-2/+3
* * test/ruby/test_rubyoptions.rb: add a simple test for __END__ andmame2010-06-131-0/+13
* * ruby.c (process_options, load_file_internal): $0 seen fromnobu2010-06-051-1/+1
* * ruby.c (process_options): revert r25330, so that $0 can be seennobu2010-06-051-3/+4
* * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui2010-05-161-1/+1
* * test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messagesusa2010-05-141-2/+12
* Cleaning up syntax warnings.naruse2010-04-271-1/+1
* add a test.akr2010-03-071-0/+39
* fix previous commit.naruse2010-02-151-1/+1
* More generic regular exression for test.naruse2010-02-151-2/+5
* fix a test for Debian GNU/Linux squeeze (armel)akr2010-02-121-1/+1
* * vm_dump.c (bugreport_backtrace): trivial change.kazu2010-01-271-0/+1
* don't gnerate core file.akr2010-01-261-1/+3
* * lib/matrix.rb: suppress warnings.akr2010-01-251-1/+5
* * test/ruby/test_rubyoptions.rb (test_segv_test): add a test formame2010-01-251-0/+21
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-301-2/+2
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-2/+2
* * test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr2009-10-221-2/+2
* * ruby.c (process_options): script name should not be shown in annobu2009-10-141-0/+9
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-231-2/+22
* * test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu2009-08-111-2/+2
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz2009-06-261-4/+0
* $: doesn't contains "." now.akr2009-06-221-1/+1
* * test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame2009-05-071-0/+11
* * version.h: bump up to 1.9.2 patchlevel -1.akr2009-02-021-2/+2
* test update for version string.akr2009-01-101-2/+2
* * ruby.c (process_options): delays setting safe level.nobu2008-10-301-0/+4
* * ruby.c (proc_options): no warning when default_external alreadymatz2008-10-161-2/+2
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-284/+110
* * test/ruby/test_rubyoptions.rb: use character class instead of alternationkazu2008-06-181-2/+2
* * test/ruby/test_shebang.rb (test_shebang): on windows path separetor is '\'.usa2008-06-181-4/+4
* * test/ruby/test_rubyoptions.rb: add a test of RUBY_DESCRIPTION.kazu2008-05-301-1/+3
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-231-43/+2
* * test/ruby/test_rubyoptions.rb (test_search): enable some assertions.mame2008-04-171-8/+12
* * test/ruby/test_rubyoptions.rb (ruby): run in C locale.nobu2008-04-171-27/+46
* * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame2008-04-161-0/+473