summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-11* marshal.c (r_object0): replace non-1.8 escapes directly.nobu
2010-02-11* marshal.c (r_object0): read sequentially since marshal sourcenobu
2010-02-11describe the reporter.akr
2010-02-11* lib/resolv.rb: fix [ruby-core:28144].akr
2010-02-10* 2010-02-11svn
2010-02-10* vm.c (vm_exec): temporarily revert r26628, which causes SEGV whenmame
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu
2010-02-09* 2010-02-10svn
2010-02-09* vm.c (vm_exec): reset thread state before starting vm loop.nobu
2010-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): fix precision too.mame
2010-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.mame
2010-02-09* io.c (READ_CHECK): do not select fd before reading, that had mademame
2010-02-09* lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checksmame
2010-02-08* 2010-02-09svn
2010-02-08* io.c (rb_io_getline_fast): wrong calculation of new positionmatz
2010-02-08* ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_idakr
2010-02-08* object.c (rb_obj_clone): call initialize_clone hook method tomatz
2010-02-08* dmyversion.c: empty load path in miniruby.nobu
2010-02-08* common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.nobu
2010-02-08* 2010-02-08svn
2010-02-08* configure.in: check pthread_attr_getstack to prevent obsoletematz
2010-02-07* sample/test.rb: sort files for syntax validataion.akr
2010-02-07* bootstraptest/runner.rb: sort test files.akr
2010-02-07* test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse
2010-02-07* lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>akr
2010-02-06* math.c (math_lgamma): initialize sign becauseakr
2010-02-06* class.c (rb_class_init_copy): raise a TypeError if the argument isshugo
2010-02-06* 2010-02-07svn
2010-02-06* lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo
2010-02-06added a ChangeLog entry.shugo
2010-02-06ext/curses/view2.rb: replaced with Hugh Sasse's version.shugo
2010-02-06test/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 testshugo
2010-02-06added a ChangeLog entry.shugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo
2010-02-06added a ChangeLog entry.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-06fix a test.akr
2010-02-06* tool/compile_prelude.rb: fix require path.mame
2010-02-06* lib/delegate.rb (Delegator#method_missing),nobu
2010-02-06* test/test_delegate.rb (TestDelegateClass::IV#initialize): shouldnobu
2010-02-06* ext/socket/ipsocket.c (ip_addr, ip_peeraddr),nobu
2010-02-05* ext/stringio/stringio.c (strio_ungetc): pads with \000 when themame
2010-02-05* ext/purelib.rb, common.mk: to simulate ruby command more precisely,mame
2010-02-05fix typos.akr
2010-02-05* 2010-02-06svn
2010-02-05* random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr
2010-02-05* lib/delegate.rb (Delegator): include copy of Kernel.nobu
2010-02-05* bignum.c (big_op): remove unused variables.naruse