aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_add): propagate fixed time offset.akr2010-02-151-0/+10
* fix previous commit.naruse2010-02-151-1/+1
* More generic regular exression for test.naruse2010-02-151-2/+5
* avoid method redefinition.akr2010-02-144-5/+5
* add a test.akr2010-02-141-4/+19
* add a test.akr2010-02-131-0/+7
* fix a test for Debian GNU/Linux squeeze (armel)akr2010-02-121-1/+1
* * marshal.c (r_object0): read sequentially since marshal sourcenobu2010-02-111-0/+10
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-103-5/+46
* * class.c (rb_class_init_copy): raise a TypeError if the argument isshugo2010-02-061-0/+2
* fix a test.akr2010-02-061-1/+3
* * time.c (time_mdump, time_mload): dump/load utc_offset.nobu2010-02-031-0/+14
* * enumerator.c: move implementation of each_slice, each_cons,matz2010-02-031-8/+11
* use require_relative.akr2010-02-021-1/+1
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-0/+12
* * test/ruby/test_dir.rb: use string instead of symbol as file name.mame2010-01-311-1/+1
* * vm_dump.c (bugreport_backtrace): trivial change.kazu2010-01-271-0/+1
* * test/ruby/test_exception.rbkazu2010-01-271-1/+1
* suppress warnings.akr2010-01-272-10/+26
* suppress warnings.akr2010-01-262-2/+2
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-264-18/+26
* don't gnerate core file.akr2010-01-261-1/+3
* supress warnings.akr2010-01-2511-37/+37
* * lib/matrix.rb: suppress warnings.akr2010-01-253-4/+8
* * test/ruby/envutil.rb: use method_defined? instead ofmame2010-01-251-1/+1
* * test/ruby/envutil.rb: fix the check if instance method `ruby' ismame2010-01-251-1/+1
* * test/ruby/test_rubyoptions.rb (test_segv_test): add a test formame2010-01-251-0/+21
* * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko12010-01-241-1/+24
* * test/ruby/test_dir.rb: get rid of debug print.mame2010-01-222-9/+3
* * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame2010-01-2212-5/+176
* * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame2010-01-223-0/+13
* * time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr2010-01-221-0/+7
* * test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame2010-01-216-0/+31
* * test/ruby/test_require.rb (test_define_class): expect TypeErrormame2010-01-211-1/+1
* * array.c (rb_ary_rotate): new methods, Array#rotate! andnobu2010-01-211-0/+47
* * test/ruby/test_array.rb: add some tests (for coverage).mame2010-01-182-0/+53
* * test/ruby/test_bignum.rb: some coerce definitions (for test) wasmame2010-01-181-4/+5
* * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame2010-01-181-0/+6
* Fix test when default_external is US-ASCII.naruse2010-01-161-1/+2
* * string.c (rb_str_concat): fixed range check for Fixnum, andnobu2010-01-141-0/+7
* * time.c (time_to_r): convert to rational if internal representationakr2010-01-131-0/+5
* * time.c (time_mdump): use nano_num and nano_den instead of subnano toakr2010-01-131-0/+5
* add tests.akr2010-01-131-0/+18
* * test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu2010-01-121-3/+19
* * test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe2010-01-121-1/+1
* add ML ref.akr2010-01-121-1/+1
* delete RUBYLIB for ruby spawned in test_no_curdir.akr2010-01-121-1/+1
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-1/+16
* add ML ref.akr2010-01-111-1/+1
* add a test.akr2010-01-111-0/+16