summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-21* ext/readline/extconf.rb: fixed bug, specify --disable-libeditkouji
2011-06-20* process.c (before_exec): use sig_do_nothing instead of SIG_DFLkosaki
2011-06-20* thread_pthread.c (thread_timer): rename timeout_10ms tokosaki
2011-06-20* ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:nahi
2011-06-20* lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi
2011-06-20* 2011-06-20svn
2011-06-20Allow "--- \n" as a yaml dumped result for nil.naruse
2011-06-19* NEWS: Introduce --hide-skip on test/unit.sorah
2011-06-19* lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?sorah
2011-06-18* 2011-06-19svn
2011-06-18* io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu
2011-06-18* thread_pthread.c: remove GVL_DEBUGkosaki
2011-06-18* vm.c, vm_core.h (rb_vm_stack_to_heap): remove const.kosaki
2011-06-18* vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place.ko1
2011-06-18* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr
2011-06-18* internal.h: declarations declared in include/ruby/*.h removed.akr
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-06-18* include/ruby/backward/classext.h: for evil gems. fixed #4803nobu
2011-06-18forgot to commit.akr
2011-06-18* common.mk: update dependencies.akr
2011-06-18* io.c: supress warnings.akr
2011-06-18* internal.h: declare more internal functions.akr
2011-06-17* common.mk: dependencies updated.akr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-17* test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu
2011-06-17* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): usenobu
2011-06-17* suppress compile warnings.nobu
2011-06-17* remove trailing spaces.nobu
2011-06-17* ext/bigdecimal/bigdecimal.c (VpNewRbClass): fix type of the 2ndmrkn
2011-06-17* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp frommrkn
2011-06-17* 2011-06-18svn
2011-06-17 * ext/date/date_core.c: do not define wnum[01].tadf
2011-06-17update doc.akr
2011-06-17* compile.c (iseq_compile_each): fix return value of obj[a,*b]=c.naruse
2011-06-17 * ext/curses/curses.c: Clean up documentation.drbrain
2011-06-17 * ext/curses/curses.c: Document curses constants. Patch by Vincentdrbrain
2011-06-17 * object.c: Document Module#method_added and #method_removed.drbrain
2011-06-16 * io.c: Improve documentation of IO and File open and new.drbrain
2011-06-16 * lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.drbrain
2011-06-16 * lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch bydrbrain
2011-06-16 * lib/prettyprint.rb: Improve documentation. Patch by Ysiaddrbrain
2011-06-16 * array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods.drbrain
2011-06-16 * lib/webrick/log.rb: Improve documentation of BasicLog and Log.drbrain
2011-06-16* thread_pthread.c, thread_pthread.h: remove unused variables.ko1
2011-06-16* time.c (rb_time_new): prevent overflow by "* 1000".naruse
2011-06-16* benchmark/bm_vm4_thread_create_join.rb,ko1
2011-06-16* 2011-06-17svn
2011-06-16* thread_pthread.c (native_thread_create): fix debug message.ko1
2011-06-16* thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.kosaki
2011-06-16fix revision off by one reference.kosaki