aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * addr2line.c: use USE_ELF instead of __ELF__ because Solarisnaruse2011-07-084-5/+15
* * ext/json/{generator/generator.c,parser/parser.rl}: fix indent.nobu2011-07-083-24/+24
* * ext/json/parser/parser.rl (JSON_parse_object): add missing parens.nobu2011-07-082-2/+2
* * ext/json/parser/parser.rl (convert_encoding): should not modifynobu2011-07-084-6/+24
* * ext/json/parser/parser.rl (convert_encoding): no needs to usenobu2011-07-083-35/+20
* * common.mk: add dependencies for EXT_SRCS.nobu2011-07-081-2/+2
* * ext/json/parser/prereq.mk: remove trailing spaces.nobu2011-07-081-0/+1
* * thread.c (cmp_tv, subtract_tv): no longer used on Win32.nobu2011-07-081-2/+2
* * error.c (rb_bug): get rid of segfault after all threadsnobu2011-07-082-1/+13
* * ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa2011-07-082-0/+6
* * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenlyusa2011-07-082-6/+6
* * configure.in: can't subtract void *.nari2011-07-082-5/+9
* * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.usa2011-07-082-0/+7
* add test for [ruby-dev:44049].kosaki2011-07-081-0/+6
* * thread.c (rb_mutex_unlock_all): folded intokosaki2011-07-082-29/+25
* * thread.c (thread_unlock_all_locking_mutexes): rename tokosaki2011-07-084-3/+17
* * cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack sizekosaki2011-07-082-2/+7
* * common.mk (sudo-precheck): true command is not standard onnobu2011-07-083-1/+7
* * 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