aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a test.akr2010-02-131-0/+7
* * lib/tempfile.rb (Tempfile::Remover): new class to replaceakr2010-02-132-17/+28
* * 2010-02-13svn2010-02-121-2/+2
* fix a test for Debian GNU/Linux squeeze (armel)akr2010-02-121-1/+1
* * vm.c (thread_free): fixed typo.nobu2010-02-122-1/+5
* * 2010-02-12svn2010-02-111-2/+2
* Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>knu2010-02-112-10/+25
* fix rdoc.akr2010-02-111-2/+2
* update rdoc.akr2010-02-111-0/+18
* * io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.akr2010-02-112-2/+10
* * missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395]kazu2010-02-112-1/+5
* * vm.c (vm_exec): reset thread state before restarting vm loopnobu2010-02-112-0/+6
* fix a typo.akr2010-02-111-1/+1
* * marshal.c (r_object0): replace non-1.8 escapes directly.nobu2010-02-112-8/+20
* * marshal.c (r_object0): read sequentially since marshal sourcenobu2010-02-113-34/+26
* describe the reporter.akr2010-02-111-1/+1
* * lib/resolv.rb: fix [ruby-core:28144].akr2010-02-112-33/+82
* * 2010-02-11svn2010-02-101-2/+2
* * vm.c (vm_exec): temporarily revert r26628, which causes SEGV whenmame2010-02-102-2/+10
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-107-10/+79
* * 2010-02-10svn2010-02-091-2/+2
* * vm.c (vm_exec): reset thread state before starting vm loop.nobu2010-02-093-5/+28
* * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): fix precision too.mame2010-02-092-1/+7
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.mame2010-02-092-2/+8
* * io.c (READ_CHECK): do not select fd before reading, that had mademame2010-02-092-9/+16
* * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checksmame2010-02-092-2/+8
* * 2010-02-09svn2010-02-081-2/+2
* * io.c (rb_io_getline_fast): wrong calculation of new positionmatz2010-02-083-3/+12
* * ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_idakr2010-02-082-3/+17
* * object.c (rb_obj_clone): call initialize_clone hook method tomatz2010-02-084-6/+39
* * dmyversion.c: empty load path in miniruby.nobu2010-02-084-3/+10
* * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.nobu2010-02-085-4/+11
* * 2010-02-08svn2010-02-081-2/+2
* * configure.in: check pthread_attr_getstack to prevent obsoletematz2010-02-082-1/+6
* * sample/test.rb: sort files for syntax validataion.akr2010-02-072-1/+5
* * bootstraptest/runner.rb: sort test files.akr2010-02-072-2/+6
* * test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse2010-02-071-2/+29
* * lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>akr2010-02-072-1/+6
* * math.c (math_lgamma): initialize sign becauseakr2010-02-062-1/+6
* * class.c (rb_class_init_copy): raise a TypeError if the argument isshugo2010-02-063-0/+10
* * 2010-02-07svn2010-02-061-2/+2
* * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo2010-02-062-2/+15
* added a ChangeLog entry.shugo2010-02-061-0/+5
* ext/curses/view2.rb: replaced with Hugh Sasse's version.shugo2010-02-061-97/+131
* test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo2010-02-061-1/+1
* * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo2010-02-061-3/+15
* added a ChangeLog entry.shugo2010-02-061-0/+6
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-062-2/+31
* added a ChangeLog entry.shugo2010-02-061-0/+6
* * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.shugo2010-02-061-1/+10