aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/-test-/string/enc_associate.c: needs ruby/encoding.h fornobu2011-07-081-0/+1
* * thread_pthread.c (gvl_destroy): fix cond_t leak.kosaki2011-07-082-0/+7
* * gc.c: Improve documentationdrbrain2011-07-082-25/+56
* * 2011-07-08svn2011-07-071-2/+2
* fix typoskazu2011-07-071-3/+3
* * gc.c: change water_mark value value that may callnari2011-07-073-8/+76
* add a comment why FreeBSD can't use MAP_STACK.kosaki2011-07-071-0/+4
* * test/testunit/test_parallel.rb (TestParallelWorker#teardown): waitusa2011-07-072-2/+10
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-076-7/+49
* * ext/-test-/string/modify.c: split from init.c.nobu2011-07-072-8/+14
* * numeric.c (rb_num2ull): use own switch sentense.naruse2011-07-072-2/+40
* * cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.naruse2011-07-062-1/+5
* Hide bmlog files from subversiondrbrain2011-07-060-0/+0
* * benchmark/driver.rb: Add difference column to report that averagesdrbrain2011-07-062-1/+25
* * lib/rubygems.rb: Reduce requires to improve `make benchmark`.drbrain2011-07-063-5/+13
* * parse.y (arg): rescue_mod is in inverse order from othernobu2011-07-063-3/+13
* * ChangeLog: typos.usa2011-07-061-2/+2
* * win32/win32.c (kill): check the process exited or not beforeusa2011-07-062-4/+34
* * 2011-07-07svn2011-07-061-2/+2
* * parse.y (opt_call_args): allow trailing comma after assocmatz2011-07-062-0/+13
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date insorah2011-07-062-1/+10
* * cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.kosaki2011-07-062-6/+12
* * cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stackkosaki2011-07-062-3/+14
* * cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided.kosaki2011-07-062-1/+12
* * cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1.kosaki2011-07-062-1/+5
* * cont.c (fiber_machine_stack_alloc): remove unnecessary cast.kosaki2011-07-062-1/+5
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space aftersorah2011-07-062-4/+11
* * 2011-07-06svn2011-07-061-2/+2
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends tosorah2011-07-062-1/+11
* Hide fasta and wc files generated by running benchmarksdrbrain2011-07-050-0/+0
* Remove debug print of r32410.naruse2011-07-051-1/+1
* * parse.y (parser_here_document): should dispatch heredoc_endnobu2011-07-053-6/+30
* * addr2line.c: fix r32407 to check HAVE_ALLOCA_H.mame2011-07-052-1/+9
* * lib/webrick/httpauth/digestauth.rb (_authenticate):naruse2011-07-053-5/+98
* * thread_pthread.c (native_sleep): cut the waiting time up tomame2011-07-042-0/+21
* * cont.c: disable FIBER_USE_NATIVE on Solaris because resuming anymame2011-07-042-1/+7
* * addr2line.c: include <alloca.h> to fix a build issue on Solaris.mame2011-07-042-0/+5
* * ChangeLog: fix typos.nagachika2011-07-041-4/+4
* * 2011-07-05svn2011-07-041-2/+2
* * ext/coverage/coverage.c: resurrect r32071 + add GC guard fornagachika2011-07-043-9/+51
* * thread_pthread.c (get_stack): For NetBSD/FreeBSD, usekosaki2011-07-042-1/+12
* comment fix.kosaki2011-07-041-1/+1
* * ext/coverage/coverage.c: revert r32071. The commit caused SEGV onmame2011-07-043-42/+18
* * NEWS: The incompatibility of Rexml introduced at r29646 is reverted at r31008.mrkn2011-07-041-2/+2
* * insns.def: written in Shift_JIS.nobu2011-07-041-1/+1
* * thread_pthread.c (thread_start_func_1): suppress an unused variable.nobu2011-07-041-0/+2
* * remove garbages.nobu2011-07-041-5/+5
* * NEWS (rexml) encoding methods return encoding names as strings again since ...nobu2011-07-041-5/+1
* * thread_pthread.c (get_stack): the return address of get_stacknaruse2011-07-032-3/+14
* * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko12011-07-035-0/+41