summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-01-31* test/ruby/test_dir.rb: use string instead of symbol as file name.mame
2010-01-31* A bug fix for deleting blank Table rows from Andy Hartford.jeg2
2010-01-29suppress a warning.akr
2010-01-29* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should benobu
2010-01-27* test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add somemame
2010-01-27* vm_dump.c (bugreport_backtrace): trivial change.kazu
2010-01-27* test/ruby/test_exception.rbkazu
2010-01-27suppress warnings.akr
2010-01-26suppress warnings.akr
2010-01-26* ext/bigdecimal/bigdecimal.c (VpCtoV): BigDecimal("0E200000000000")mame
2010-01-26* ext/socket/extconf.rb: suppress a warning.akr
2010-01-26don't gnerate core file.akr
2010-01-25supress warnings.akr
2010-01-25* lib/matrix.rb: suppress warnings.akr
2010-01-25* test/ruby/envutil.rb: use method_defined? instead ofmame
2010-01-25* test/ruby/envutil.rb: fix the check if instance method `ruby' ismame
2010-01-25* test/ruby/test_rubyoptions.rb (test_segv_test): add a test formame
2010-01-24* eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko1
2010-01-22* test/ruby/test_dir.rb: get rid of debug print.mame
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2010-01-22* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame
2010-01-22* time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr
2010-01-21* test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame
2010-01-21* test/ruby/test_require.rb (test_define_class): expect TypeErrormame
2010-01-21* array.c (rb_ary_rotate): new methods, Array#rotate! andnobu
2010-01-19* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove
2010-01-18* test/ruby/test_array.rb: add some tests (for coverage).mame
2010-01-18* test/ruby/test_bignum.rb: some coerce definitions (for test) wasmame
2010-01-18* parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame
2010-01-18* lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu
2010-01-18* test/webrick/test_cgi.rb: require util.rb first to override thenobu
2010-01-17* ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu
2010-01-16Fix test when default_external is US-ASCII.naruse
2010-01-14* string.c (rb_str_concat): fixed range check for Fixnum, andnobu
2010-01-13* time.c (time_to_r): convert to rational if internal representationakr
2010-01-13* time.c (time_mdump): use nano_num and nano_den instead of subnano toakr
2010-01-13add tests.akr
2010-01-12* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou
2010-01-12* test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu
2010-01-12* test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe
2010-01-12add ML ref.akr
2010-01-12delete RUBYLIB for ruby spawned in test_no_curdir.akr
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2010-01-11add ML ref.akr
2010-01-11add a test.akr
2010-01-11Make sure that ENV.[]= fails when an invalid variable name is given.knu
2010-01-10 * lib/webrick/accesslog.rb : Escape needed.shyouhei
2010-01-09* test/yaml/test_struct.rb Test for dealing with structs that havetenderlove
2010-01-09* lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.nobu
2010-01-08* proc.c (mnew): don't check visibility of method body if publicmame