aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixup! ext/openssl: small cleanupstopic/openssl-docKazuki Yamaguchi2016-05-172-48/+39
* ext/openssl: small cleanupsKazuki Yamaguchi2016-05-175-27/+24
* configure.in: declare as NORETURNnobu2016-05-172-0/+9
* * 2016-05-17svn2016-05-171-1/+1
* configure.in: RUBY_CHECK_SETJMPnobu2016-05-172-7/+20
* * enc/unicode.h: Additional uses of ONIG_CASE_MAPPING compilation switchduerst2016-05-162-0/+8
* * append newline at EOF.svn2016-05-161-1/+1
* * include/ruby/oniguruma.h: Introducing ONIG_CASE_MAPPING compilationduerst2016-05-163-0/+24
* * gems/bundled_gems: Update xmlrpc-0.1.1. xmlrpc-0.1.0 didn't allowhsbt2016-05-162-1/+6
* * test_handle.rb: refine test_fallback_to_ansinobu2016-05-161-1/+2
* configure.in: revert macro namesnobu2016-05-163-3/+18
* * lib/xmlrpc: Removed empty directory. It could not be deleted by git-svn.hsbt2016-05-160-0/+0
* * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt2016-05-1634-4418/+8
* extmk.rb: fix skipping messagesnobu2016-05-161-9/+12
* * 2016-05-16svn2016-05-151-1/+1
* proc.c: fix RDoc of Proc#===/call/yield/[]normal2016-05-152-0/+16
* io.c: use PRI_OFFT_PREFIX for off_tnobu2016-05-151-9/+2
* don't use keeper thread. [Bug #12342]seki2016-05-153-66/+50
* * array.c (rb_ary_entry): extract rb_ary_elt to organize if-conditionsnaruse2016-05-152-2/+14
* random.c: suppress a warningnobu2016-05-151-1/+5
* vm_insnhelper.c: deprecated constant in classnobu2016-05-154-9/+24
* random.c: clear seednobu2016-05-141-0/+1
* * 2016-05-15svn2016-05-141-1/+1
* * iseq.h (struct iseq_compile_data): use struct rb_id_tablenaruse2016-05-144-8/+32
* ChangeLog: GitHub referencenobu2016-05-141-1/+1
* lib/mkmf.rb: use xsystem to pkg-config --existsnobu2016-05-142-1/+7
* test_rand.rb: tests for seedsnobu2016-05-131-0/+14
* random.c: no local copy of the seednobu2016-05-132-15/+12
* * 2016-05-14svn2016-05-131-1/+1
* random.c: fill_random_seed sizenobu2016-05-131-6/+7
* random.c: clear bufnobu2016-05-131-1/+4
* fix typos [ci skip]kazu2016-05-131-2/+2
* drop FreeBSD < 4 supportnobu2016-05-123-8/+11
* extmk.rb: failures formatnobu2016-05-121-2/+11
* defines.h: avoid redefinitionnobu2016-05-121-0/+2
* fix typo in r54988naruse2016-05-121-1/+1
* include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse2016-05-125-23/+27
* * 2016-05-13svn2016-05-121-1/+1
* Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse2016-05-126-8/+15
* * configurein: use alternative keywordnaruse2016-05-123-19/+26
* fix a typo [ci skip]kazu2016-05-121-1/+1
* extmk.rb: failed messages at the endnobu2016-05-121-9/+17
* mkmf.rb: fix conflict in have_librarynobu2016-05-112-5/+13
* win32: qsort_snobu2016-05-111-1/+1
* * win32/Makefile.sub (HAVE_QSORT_S): use qsort_s only for Visual Studiousa2016-05-112-1/+7
* fix typo at ChangeLogtarui2016-05-111-1/+1
* * 2016-05-12svn2016-05-111-1/+1
* * vm_insnhelper.c (vm_getivar): describe fast-path explicittarui2016-05-112-22/+23
* * compile.c (iseq_compile_each): share InlineCache during sametarui2016-05-114-3/+35
* test_minitest_unit.rb: fix "random" sortnobu2016-05-111-7/+3