aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r65800nobu2019-01-161-1/+0
* * 2019-01-16svn2019-01-161-1/+1
* Fixed a typo, missing `$`nobu2019-01-161-1/+1
* st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds writemame2019-01-152-1/+19
* Clarify Array#- and Array#difference documentationnobu2019-01-151-6/+19
* Use `&` instead of `modulo`nobu2019-01-152-6/+6
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-156-59/+53
* Revert "mjit_worker.c: try passing -nostdlib to AIX"k0kubun2019-01-151-2/+2
* * 2019-01-15svn2019-01-151-1/+1
* Suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2019-01-151-15/+15
* update redmine-backporter to catch up Redmine 4.0. [ci skip]nagachika2019-01-141-2/+3
* ast.c: fix missing head part in dynamic literalnobu2019-01-142-1/+15
* mjit_worker.c: pass -nostdlib when making pch as wellk0kubun2019-01-141-4/+12
* mjit_worker.c: try passing -nostdlib to AIXk0kubun2019-01-141-1/+1
* mjit_worker.c: pass -lgcc to GCC platformsk0kubun2019-01-141-7/+7
* mjit_worker.c: untangle CC_LIBS nestingk0kubun2019-01-141-5/+5
* * 2019-01-14svn2019-01-141-1/+1
* vm_insnhelper.c: make VM helpers inlinek0kubun2019-01-141-3/+3
* rdoc: ignore gemspec filesnobu2019-01-132-1/+2
* rdoc: fixup the test for r66806nobu2019-01-131-1/+1
* rdoc: ignore garbage filesnobu2019-01-131-1/+3
* common.mk: common rdoc variablesnobu2019-01-131-3/+5
* time.c: separate sign argumentnobu2019-01-131-8/+4
* time.c: do not set utc_offset in vtm_add_offsetnobu2019-01-131-2/+0
* * 2019-01-13svn2019-01-131-1/+1
* Fix remaining syntax errors in Binding#irb docsnobu2019-01-131-3/+3
* trivial fix r66778 [ci skip]kazu2019-01-121-2/+2
* No FloatDomainError at non-finitive number if exception: falsenobu2019-01-122-0/+10
* No TypeError at nil if exception: falsenobu2019-01-124-2/+18
* * 2019-01-12svn2019-01-121-1/+1
* RbConfig::CONFIG never had "exeext"nobu2019-01-121-2/+2
* Drop whole examplesnobu2019-01-111-5/+2
* Fix r66791nobu2019-01-111-1/+0
* Fix r66772nobu2019-01-111-17/+6
* Fix make-snapshot for trunkkazu2019-01-112-0/+27
* Ensure to terminate the childnobu2019-01-112-31/+42
* Update refinements docstenderlove2019-01-101-4/+2
* addr2line.c: fix -Wextra-semik0kubun2019-01-101-1/+2
* addr2line.c: do not suppress -Wpedantick0kubun2019-01-101-3/+0
* * 2019-01-11svn2019-01-101-1/+1
* revert r66768 for Ruby 2.7 due to Misc#15347k0kubun2019-01-101-6/+3
* test_jit.rb: change format of test error outputk0kubun2019-01-102-2/+2
* configure: refuse to build with jemalloc when header is missingnobu2019-01-101-1/+2
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-109-115/+112
* Revert "mjit.c: use boolean type for boolean variables"k0kubun2019-01-108-91/+94
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-108-94/+91
* test/ruby/test_method.rb: Remove unreachable callkazu2019-01-101-2/+2
* NEWS: announce C99 requirement [ci skip]k0kubun2019-01-101-0/+3
* proc.c: proc without blocknobu2019-01-1010-66/+144
* configure.ac: Require C99k0kubun2019-01-101-2/+0