aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:nahi2011-06-203-4/+9
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi2011-06-203-15/+32
* * 2011-06-20svn2011-06-201-2/+2
* Allow "--- \n" as a yaml dumped result for nil.naruse2011-06-201-1/+1
* * NEWS: Introduce --hide-skip on test/unit.sorah2011-06-192-0/+6
* * lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?sorah2011-06-192-7/+21
* * 2011-06-19svn2011-06-181-2/+2
* * io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu2011-06-183-0/+30
* * thread_pthread.c: remove GVL_DEBUGkosaki2011-06-182-7/+4
* * vm.c, vm_core.h (rb_vm_stack_to_heap): remove const.kosaki2011-06-183-2/+7
* * vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place.ko12011-06-183-2/+6
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-1812-11/+23
* * internal.h: declarations declared in include/ruby/*.h removed.akr2011-06-182-15/+5
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-1816-23/+39
* * include/ruby/backward/classext.h: for evil gems. fixed #4803nobu2011-06-186-5/+42
* forgot to commit.akr2011-06-181-1/+2
* * common.mk: update dependencies.akr2011-06-181-0/+4
* * io.c: supress warnings.akr2011-06-182-2/+8
* * internal.h: declare more internal functions.akr2011-06-1816-29/+32
* * common.mk: dependencies updated.akr2011-06-173-51/+213
* * internal.h: declare internal functions here.akr2011-06-1740-126/+172
* * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu2011-06-171-0/+2
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): usenobu2011-06-171-5/+3
* * suppress compile warnings.nobu2011-06-172-2/+1
* * remove trailing spaces.nobu2011-06-172-18/+18
* * ext/bigdecimal/bigdecimal.c (VpNewRbClass): fix type of the 2ndmrkn2011-06-173-2/+9
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp frommrkn2011-06-175-58/+200
* * 2011-06-18svn2011-06-171-2/+2
* * ext/date/date_core.c: do not define wnum[01].tadf2011-06-172-2/+10
* update doc.akr2011-06-171-0/+1
* * compile.c (iseq_compile_each): fix return value of obj[a,*b]=c.naruse2011-06-173-0/+19
* * ext/curses/curses.c: Clean up documentation.drbrain2011-06-172-30/+43
* * ext/curses/curses.c: Document curses constants. Patch by Vincentdrbrain2011-06-172-98/+590
* * object.c: Document Module#method_added and #method_removed.drbrain2011-06-172-0/+53
* * io.c: Improve documentation of IO and File open and new.drbrain2011-06-162-67/+76
* * lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.drbrain2011-06-162-0/+9
* * lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch bydrbrain2011-06-162-4/+16
* * lib/prettyprint.rb: Improve documentation. Patch by Ysiaddrbrain2011-06-162-1/+17
* * array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods.drbrain2011-06-162-2/+7
* * lib/webrick/log.rb: Improve documentation of BasicLog and Log.drbrain2011-06-163-7/+101
* * thread_pthread.c, thread_pthread.h: remove unused variables.ko12011-06-163-4/+5
* * time.c (rb_time_new): prevent overflow by "* 1000".naruse2011-06-162-1/+25
* * benchmark/bm_vm4_thread_create_join.rb,ko12011-06-165-0/+6
* * 2011-06-17svn2011-06-161-2/+2
* * thread_pthread.c (native_thread_create): fix debug message.ko12011-06-162-1/+6
* * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.kosaki2011-06-164-4/+10
* fix revision off by one reference.kosaki2011-06-161-1/+1
* add a mail reference.kosaki2011-06-161-1/+1
* * ChangeLog: fix ticket linknagachika2011-06-161-1/+1
* * test/testunit/test_parallel.rb: Fix Regexp for test.sorah2011-06-165-4/+27