summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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-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-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* 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-08* proc.c (mnew): don't check visibility of method body if publicmame
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame
2010-01-08* marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu
2010-01-05* test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu
2009-12-31* tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr
2009-12-29Add Float::INFINITY and Float::NAN.naruse
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi
2009-12-25add tests.akr
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-12-23* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu
2009-12-22add a test.akr
2009-12-21Add a test for [ruby-core:27247]naruse
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-16* test/ruby/envutil.rb: fix a typo in assert message.kazu
2009-12-13* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr
2009-12-12Add rdoc and test of Encoding#replicate.naruse
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-12-10* vm_eval.c (yield_under): yields self the same as 1.8.shugo
2009-12-10* string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse
2009-12-09* string.c (rb_str_justify): fixed the case a fill size is anobu
2009-12-07add a test.akr
2009-12-07* marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu