summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-03-03* hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz
2010-03-03* array.c (rb_ary_select_bang): select! removes all elements formatz
2010-03-02* test/ruby/test_math.rb: Fix lgamma testmarcandre
2010-02-28* math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken
2010-02-25* pack.c: consider DYNAMIC_ENDIAN. refactored.akr
2010-02-24fix assertion message.akr
2010-02-24* pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr
2010-02-22don't use infinite loop.akr
2010-02-21add timeout for test_should_propagate_signaled.akr
2010-02-19Use only object_id to test living threads.naruse
2010-02-18* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr
2010-02-17* io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame
2010-02-17add a test.akr
2010-02-17* regcomp.c (setup_tree, onig_compile): optimize .* at last bymame
2010-02-15* time.c (time_add): propagate fixed time offset.akr
2010-02-15fix previous commit.naruse
2010-02-15More generic regular exression for test.naruse
2010-02-14avoid method redefinition.akr
2010-02-14add a test.akr
2010-02-13add a test.akr
2010-02-12fix a test for Debian GNU/Linux squeeze (armel)akr
2010-02-11* marshal.c (r_object0): read sequentially since marshal sourcenobu
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu
2010-02-06* class.c (rb_class_init_copy): raise a TypeError if the argument isshugo
2010-02-06fix a test.akr
2010-02-03* time.c (time_mdump, time_mload): dump/load utc_offset.nobu
2010-02-03* enumerator.c: move implementation of each_slice, each_cons,matz
2010-02-02use require_relative.akr
2010-02-02* enum.c (enum_each_entry): new method #each_entry to pack valuesmatz
2010-01-31* test/ruby/test_dir.rb: use string instead of symbol as file name.mame
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/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-18* test/ruby/test_array.rb: add some tests (for coverage).mame