aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2018-01-13svn2018-01-121-1/+1
* parse.y: Remove meaningless ifndef guardsmame2018-01-121-5/+0
* parse.y (token_info_push, token_info_pop): Refactoringmame2018-01-121-41/+33
* parse.y (token_info_push, token_info_pop): Use code_locationmame2018-01-121-36/+36
* suppress warning for VC12shyouhei2018-01-121-1/+1
* parse.y: Remove unneeded dependence on pointer representatinmame2018-01-121-9/+8
* merge revision: 61746shyouhei2018-01-121-1/+1
* Fix a typo.hsbt2018-01-121-1/+1
* sample/iseq_loader: use File.open instead of Kernel#opennormal2018-01-121-2/+2
* sample/iseq_loader.rb: spelling fixnormal2018-01-121-1/+1
* Fixed typos.hsbt2018-01-122-2/+2
* tool/ruby_vm support for pre-2.0 BASERUBYshyouhei2018-01-126-9/+16
* tool/ruby_vm support for pre-2.1 BASERUBYshyouhei2018-01-1213-114/+123
* tool/ruby_vm support for pre-2.3 BASERUBYshyouhei2018-01-122-12/+12
* delete tool/instruction.rb (2nd try)shyouhei2018-01-1253-1708/+1795
* [ci skip] add comments about file format (2nd try)shyouhei2018-01-121-4/+38
* new insns.def format (2nd try)shyouhei2018-01-124-504/+160
* Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu2018-01-121-0/+1
* doc/NEWS-2.5.0: `step` is not `Integer#step` but `Numeric#step` [ci skip]kazu2018-01-121-3/+3
* thread.c (thread_cleanup_func): document small leaknormal2018-01-121-0/+4
* fix for IPv6 envnaruse2018-01-111-2/+3
* NEWS: Matrix#antisymmetric?stomar2018-01-111-0/+6
* * properties.svn2018-01-110-0/+0
* matrix.rb: add Matrix#antisymmetric?stomar2018-01-112-0/+47
* Mock fetching data from real DNS [Feature #14340]naruse2018-01-112-13/+17
* * 2018-01-12svn2018-01-111-1/+1
* parse.y: Remove LEXPOP hackmame2018-01-111-10/+21
* Fix a typo [ci skip]kazu2018-01-111-1/+1
* Fix indent and use as skipped message instead of commentkazu2018-01-112-2/+2
* parse.y: disentangle the lexer handling of ')', ']', and '}'mame2018-01-111-8/+15
* parse.y: simplify and add a comment for paren_nest and lpar_begmame2018-01-111-7/+10
* iseq.c: child iseq encodingnobu2018-01-112-2/+7
* vm_insnhelper.c: search in the indexing ordernobu2018-01-112-10/+20
* parse.y: add a simple comment for COND_* and CMDARG_*mame2018-01-111-0/+4
* parse.y (local_push_gen): Rewrite the condition of "unused var" warningmame2018-01-111-6/+11
* * 2018-01-11svn2018-01-101-1/+1
* tool/downloader.rb: retry against Errno::ETIMEDOUTk0kubun2018-01-101-1/+1
* Fix typos.hsbt2018-01-102-3/+3
* spec/: skip some specs so that no failure occurs in root privilegemame2018-01-1010-120/+150
* spec/ruby/library/etc/getlogin_spec.rb: Use `logname` as an expected resultmame2018-01-101-1/+6
* skip some tests so that no failure occurs in root privilegemame2018-01-1017-4/+32
* iseq.c: Succinct bitvector now supports 32-bit machinemame2018-01-102-5/+5
* should cause preprocess error as other casesusa2018-01-101-0/+2
* merge revisions 61753:61750 61747:61740 61737:61728shyouhei2018-01-1056-1987/+2209
* dir.c: pass flags to openat(2) correctlynormal2018-01-101-2/+2
* * properties.svn2018-01-100-0/+0
* Fixed typos.hsbt2018-01-102-5/+5
* Fix a typo [ci skip]kazu2018-01-101-1/+1
* thread_pthread.c: remove dead code around "get_stack_of"normal2018-01-091-16/+0
* thread.c: threadptr_pending_interrupt_active_p is staticnormal2018-01-091-1/+1