aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* char is neither signed nor unsignedshyouhei2018-11-121-5/+6
* lib/irb.rb: fix up r65674kazu2018-11-121-3/+3
* ~(unsigned char) is not unsigned charshyouhei2018-11-121-2/+6
* Document binding.irb on Binding [ci skip]k0kubun2018-11-121-1/+57
* * properties.svn2018-11-120-0/+0
* Merge Bundler-2.0.0.pre1 from upstream.hsbt2018-11-1236-95/+90
* erb.rb: warn invalid trim_mode [Misc #15294]k0kubun2018-11-122-1/+32
* * 2018-11-12svn2018-11-111-1/+1
* win32/setup.mak: Substitute slashes in `MJIT_CC`nobu2018-11-111-2/+1
* `MJIT_BUILD_DIR` is not used on Windowsnobu2018-11-111-1/+0
* Fix for bison 3.2 [Bug #15284]nobu2018-11-111-0/+1
* Add docs to RubyVM::AbstractSyntaxTree.ofyui-knk2018-11-111-0/+17
* Fix a typo [ci skip]nobu2018-11-111-1/+1
* Use friendlier terminology in leaf helpersnobu2018-11-111-6/+6
* Make some functions to be staticyui-knk2018-11-111-7/+7
* Use friendlier terminology in rubysocket.h commentnobu2018-11-111-1/+1
* Revert "Use friendlier terminology in rubysocket.h comment"nobu2018-11-111-1/+1
* Use friendlier terminology in rubysocket.h commentnobu2018-11-111-1/+1
* Make rubygems follow the upstream of psychnobu2018-11-113-37/+37
* Revert "Merge psych from upstream."mame2018-11-102-32/+32
* * 2018-11-11svn2018-11-101-1/+1
* Merge psych from upstream.hsbt2018-11-102-32/+32
* Constified ruby_sourcefilenobu2018-11-101-1/+1
* AST.of -e scriptnobu2018-11-102-0/+10
* Parse the source in SCRIPT_LINES__ as arraynobu2018-11-103-8/+57
* Check the argument before creating a parsernobu2018-11-101-29/+22
* Parse the source in SCRIPT_LINES__ if possiblenobu2018-11-101-2/+21
* Fix potential NULL pointer access [ci skip]nobu2018-11-101-1/+2
* * 2018-11-10svn2018-11-091-1/+1
* thread_pthread.c (rb_sigwait_sleep): add note about spurious wakeupnormal2018-11-091-0/+3
* Get rid of setting SCRIPT_LINES__ by AST.parsenobu2018-11-093-6/+33
* Hoisted out rb_ast_parse_str and rb_ast_parse_filenobu2018-11-091-1/+16
* Remove unused default value of MJIT_CC [ci skip]kazu2018-11-091-1/+1
* addr2line.c: fix compilation for i386-darwinnobu2018-11-091-12/+23
* util.c: suppress warningsshyouhei2018-11-091-0/+2
* numeric.c: avoid division by zeroshyouhei2018-11-091-11/+43
* Rename `AST` module to `AbstractSyntaxTree`yui-knk2018-11-093-37/+37
* * expand tabs.svn2018-11-092-4/+4
* There is a path to use bmethod with ifunc.ko12018-11-092-6/+8
* * 2018-11-09svn2018-11-091-1/+1
* * expand tabs.svn2018-11-091-4/+4
* fix passing wrong `passed_bmethod_me`.ko12018-11-093-17/+26
* st.c: bin might be zeroshyouhei2018-11-081-1/+1
* * expand tabs.svn2018-11-081-1/+1
* gc.c: avoid integer overflow at process exitshyouhei2018-11-081-1/+1
* hash.c: +(-1) is a wrong ideashyouhei2018-11-081-1/+5
* vm_core.h: conform C90k0kubun2018-11-081-1/+1
* avoid (size_t)-- (2nd try)shyouhei2018-11-082-2/+7
* lib/rubygems/indexer.rb: suppress random test-all errork0kubun2018-11-081-1/+8
* initialize VM postponed_job first. [Bug #15288]ko12018-11-082-8/+3