aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ruby.c: ignore non-option in shebang linenobu2017-08-102-3/+5
* rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko12017-08-109-68/+68
* cont.c: fix up r59557 for !FIBER_USE_NATIVEnobu2017-08-101-0/+2
* constify some variables.ko12017-08-101-6/+6
* Define Thread#to_s (as Thread#inspect) and make alias `inspect` as `to_s`.ko12017-08-101-5/+6
* remove additional newline.ko12017-08-101-1/+0
* Fiber#to_s (#inspect) return richer information.ko12017-08-104-23/+55
* refactoring Fiber status.ko12017-08-101-27/+112
* compile.c: fix KW_SPLAT flag conditionnobu2017-08-102-2/+7
* * 2017-08-10svn2017-08-101-1/+1
* vm_args.c: prefer optarg to keyword splatnobu2017-08-102-1/+6
* ruby.c: origargnobu2017-08-091-15/+26
* * 2017-08-09svn2017-08-091-1/+1
* Missed `#` in usageusa2017-08-091-1/+1
* dir.c: fix up r59527nobu2017-08-081-1/+2
* * 2017-08-08svn2017-08-081-1/+1
* dir.c: fix up r59481 for old kernelsnobu2017-08-081-6/+10
* enum.c: optimize for integersnobu2017-08-071-4/+22
* enum.c: prefer rb_funcallv to rb_funcallnobu2017-08-071-24/+35
* * 2017-08-07svn2017-08-071-1/+1
* enum.c: use predefined IDsnobu2017-08-071-4/+2
* * 2017-08-06svn2017-08-061-1/+1
* add some more assertions to test_ill_formed_utf_8_replace duerst2017-08-061-0/+9
* splat keyword hashnobu2017-08-055-10/+32
* vm_core.h: vm_call_flag_bitsnobu2017-08-051-10/+24
* * 2017-08-05svn2017-08-041-1/+1
* * man/ruby.1: Move paragraph which is related to -S, not -s.eregon2017-08-041-12/+12
* use stable sort.ko12017-08-041-1/+2
* Fix `NameError: uninitialized constant Net`kazu2017-08-041-0/+2
* Use `register_scanner` instead of `regist_scanner`kazu2017-08-041-2/+2
* Add deprecated warning to ERB::Compiler::SimpleScanner2kazu2017-08-041-0/+1
* string.c: improve String#scannobu2017-08-041-16/+31
* * 2017-08-04svn2017-08-041-1/+1
* benchmarks for String#scannobu2017-08-042-0/+4
* Use the same variable name as in dir.ckazu2017-08-031-2/+2
* * properties.svn2017-08-030-0/+0
* Add initial test for lldb extensionnaruse2017-08-032-0/+38
* disable rdoc for internal constants [ci skip]nobu2017-08-031-0/+2
* ruby.h: NULL as empty arraynobu2017-08-031-2/+2
* extract IDsnobu2017-08-031-81/+168
* dir.c: reduce syscallsnobu2017-08-031-6/+4
* fix typo in help [ci skip]nobu2017-08-031-1/+1
* dir.c: relative path Dir basenobu2017-08-032-5/+10
* Should show the entity of $PATH_SEPARATORusa2017-08-031-1/+1
* Mention about `--with-opt-dir`usa2017-08-031-0/+1
* dir.c: relax base optionnobu2017-08-032-1/+5
* spec_helper.rb: pass jobserver fdsnobu2017-08-031-1/+8
* fix stack storing for root fibers.ko12017-08-022-5/+9
* Fix URI::FTP.build code example typokazu2017-08-021-1/+1
* Fix variable name in example of net/popkazu2017-08-021-1/+1