Age | Commit message (Expand) | Author |
2010-02-17 | * test/dl/test_method.rb: sinf(3) is in libm. | naruse |
2010-02-16 | * test/dl/test_{base,handle}.rb: use more verbose assertions. | nobu |
2010-02-16 | * ext/dl/method.c: Adding DL::Method as a superclass for DL::Function | tenderlove |
2010-02-15 | * time.c (time_add): propagate fixed time offset. | akr |
2010-02-15 | fix previous commit. | naruse |
2010-02-15 | More generic regular exression for test. | naruse |
2010-02-14 | avoid method redefinition. | akr |
2010-02-14 | add a test. | akr |
2010-02-13 | add a test. | akr |
2010-02-12 | fix a test for Debian GNU/Linux squeeze (armel) | akr |
2010-02-11 | * marshal.c (r_object0): read sequentially since marshal source | nobu |
2010-02-10 | * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset), | nobu |
2010-02-08 | * object.c (rb_obj_clone): call initialize_clone hook method to | matz |
2010-02-07 | * test/dl/test_handle.rb (test_NEXT): fix for BSD. | naruse |
2010-02-06 | * class.c (rb_class_init_copy): raise a TypeError if the argument is | shugo |
2010-02-06 | test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code. | shugo |
2010-02-06 | * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a test | shugo |
2010-02-06 | * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYE | shugo |
2010-02-06 | * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout. | shugo |
2010-02-06 | * lib/monitor.rb (wait): supported timeout. | shugo |
2010-02-06 | fix a test. | akr |
2010-02-06 | * test/test_delegate.rb (TestDelegateClass::IV#initialize): should | nobu |
2010-02-05 | * lib/delegate.rb (Delegator): include copy of Kernel. | nobu |
2010-02-04 | * lib/yaml/rubytypes.rb: Struct members are emitted without a leading | tenderlove |
2010-02-03 | * lib/delegate.rb (Delegator): now inherits BasicObject. | nobu |
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-03 | Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org> | tenderlove |
2010-02-02 | use require_relative. | akr |
2010-02-02 | * enum.c (enum_each_entry): new method #each_entry to pack values | matz |
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-29 | suppress a warning. | akr |
2010-01-29 | * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should be | nobu |
2010-01-27 | * test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add some | mame |
2010-01-27 | * vm_dump.c (bugreport_backtrace): trivial change. | kazu |
2010-01-27 | * test/ruby/test_exception.rb | kazu |
2010-01-27 | suppress warnings. | akr |
2010-01-26 | suppress 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-26 | don't gnerate core file. | akr |
2010-01-25 | supress warnings. | akr |
2010-01-25 | * lib/matrix.rb: suppress warnings. | akr |
2010-01-25 | * test/ruby/envutil.rb: use method_defined? instead of | mame |
2010-01-25 | * test/ruby/envutil.rb: fix the check if instance method `ruby' is | mame |
2010-01-25 | * test/ruby/test_rubyoptions.rb (test_segv_test): add a test for | mame |
2010-01-24 | * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues about | ko1 |
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 |