summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-07-08* ext/json/parser/parser.rl (convert_encoding): should not modifynobu
2011-07-08* ext/json/parser/parser.rl (convert_encoding): no needs to usenobu
2011-07-08* error.c (rb_bug): get rid of segfault after all threadsnobu
2011-07-08* ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa
2011-07-08* win32/win32.c (wunlink): reverted a part of r32426. it was mistakenlyusa
2011-07-08* configure.in: can't subtract void *.nari
2011-07-08* win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.usa
2011-07-08* thread.c (rb_mutex_unlock_all): folded intokosaki
2011-07-08* thread.c (thread_unlock_all_locking_mutexes): rename tokosaki
2011-07-08* cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack sizekosaki
2011-07-08* common.mk (sudo-precheck): true command is not standard onnobu
2011-07-08* thread_pthread.c (gvl_destroy): fix cond_t leak.kosaki
2011-07-08 * gc.c: Improve documentationdrbrain
2011-07-07fix typoskazu
2011-07-07* gc.c: change water_mark value value that may callnari
2011-07-07* test/testunit/test_parallel.rb (TestParallelWorker#teardown): waitusa
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-07-07* numeric.c (rb_num2ull): use own switch sentense.naruse
2011-07-06* cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.naruse
2011-07-06 * benchmark/driver.rb: Add difference column to report that averagesdrbrain
2011-07-06 * lib/rubygems.rb: Reduce requires to improve `make benchmark`.drbrain
2011-07-06* parse.y (arg): rescue_mod is in inverse order from othernobu
2011-07-06* ChangeLog: typos.usa
2011-07-06* win32/win32.c (kill): check the process exited or not beforeusa
2011-07-06* parse.y (opt_call_args): allow trailing comma after assocmatz
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date insorah
2011-07-06* cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.kosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stackkosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided.kosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1.kosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): remove unnecessary cast.kosaki
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space aftersorah
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends tosorah
2011-07-05* parse.y (parser_here_document): should dispatch heredoc_endnobu
2011-07-05* addr2line.c: fix r32407 to check HAVE_ALLOCA_H.mame
2011-07-05* lib/webrick/httpauth/digestauth.rb (_authenticate):naruse
2011-07-04* thread_pthread.c (native_sleep): cut the waiting time up tomame
2011-07-04* cont.c: disable FIBER_USE_NATIVE on Solaris because resuming anymame
2011-07-04* addr2line.c: include <alloca.h> to fix a build issue on Solaris.mame
2011-07-04* ChangeLog: fix typos.nagachika
2011-07-04* ext/coverage/coverage.c: resurrect r32071 + add GC guard fornagachika
2011-07-04* thread_pthread.c (get_stack): For NetBSD/FreeBSD, usekosaki
2011-07-04* ext/coverage/coverage.c: revert r32071. The commit caused SEGV onmame
2011-07-03* thread_pthread.c (get_stack): the return address of get_stacknaruse
2011-07-03* include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko1
2011-07-03* ext/extmk.rb (extmake): suppresses outputs from extconf.rb.yugui
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-03* ChangeLog: fix typo.nobu
2011-07-02* thread_pthread.c (get_stack): pthread_attr_getstack() doesn'tkosaki
2011-07-02* thread_pthread.c (get_stack): add to a care of gurad page on Mackosaki