aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show include directive differences only when under gitv2_7_0_preview3Nobuyoshi Nakada2019-11-231-1/+3
* Use realpath to try to fix failures with symlinksKazuhiro NISHIYAMA2019-11-231-0/+2
* Stop using undefined matrix.os for macOSTakashi Kokubun2019-11-222-2/+2
* Tracer.set_get_line_procs should support block and Proc objectaycabta2019-11-232-3/+108
* Tracer.add_filter should support block and Proc objectaycabta2019-11-232-3/+78
* Count pinned slots using only bitmapJohn Hawthorn2019-11-221-24/+4
* Optimize pinned page sortingJohn Hawthorn2019-11-221-3/+9
* Use value of use_verifier in gc_compactJohn Hawthorn2019-11-221-1/+1
* * 2019-11-23 [ci skip]git2019-11-231-1/+1
* Suppress git error messageKazuhiro NISHIYAMA2019-11-231-1/+1
* Skip test_validate_gemspec when tarball and git installed tooKazuhiro NISHIYAMA2019-11-231-1/+1
* internal.h: Add a prototype declaration for rb_gvar_readonly_setterYusuke Endoh2019-11-221-0/+1
* Revert "Update dependencies"Vít Ondruch2019-11-221-45/+0
* Add github repo to remove_tagNARUSE, Yui2019-11-221-0/+2
* Check -1 arity for C++Nobuyoshi Nakada2019-11-224-6/+24
* * 2019-11-22 [ci skip]git2019-11-221-1/+1
* Use jsDelivr instead of raw.githubusercontent.comKazuhiro NISHIYAMA2019-11-221-1/+1
* Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA2019-11-212-3/+3
* Fixed for old gitNobuyoshi Nakada2019-11-211-2/+2
* Skip updating revision.h when the revision is unchangedNobuyoshi Nakada2019-11-211-0/+4
* Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptimeJeremy Evans2019-11-212-1/+23
* Add test/reline/test_string_processing.rbaycabta2019-11-211-0/+23
* [ruby/reline] Version 0.0.7aycabta2019-11-211-1/+1
* Version 0.0.6aycabta2019-11-211-1/+1
* Version 1.1.0aycabta2019-11-211-2/+2
* Consider escape sequence to calculate prompt widthaycabta2019-11-211-1/+1
* Add a proper cast to pass JIT tests on mswin.Koichi Sasada2019-11-211-1/+1
* Add a warning message and --legacy of an alias of --singlelineaycabta2019-11-212-1/+7
* Refactor filter_backtraceY. Ushiki2019-11-211-13/+3
* Fix filter_backtrace for context-mode 0Y. Ushiki2019-11-211-1/+2
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-218-75/+102
* Refined inspection of argument forwardingNobuyoshi Nakada2019-11-212-14/+43
* * 2019-11-21 [ci skip]git2019-11-211-1/+1
* Change argument `Proc` to `#call` defined object.manga_osyo2019-11-212-5/+29
* Add <Home> <End> keys.manga_osyo2019-11-211-0/+2
* Add tests of argument forwarding's parameters and inspectKazuhiro NISHIYAMA2019-11-201-0/+5
* Mintty on Cygwin isn't a kind of command prompt, can process ANSI escape codeaycabta2019-11-201-8/+8
* add a NEWS entry for Method#inspectKoichi Sasada2019-11-201-5/+12
* Always forward declaration is neededNobuyoshi Nakada2019-11-201-1/+2
* Turn C4047 warning into errorNobuyoshi Nakada2019-11-201-1/+1
* re-add function prototypes卜部昌平2019-11-201-0/+5
* Revert the line for nextafter.c for FreeBSD makeNobuyoshi Nakada2019-11-201-0/+3
* Update representation (discussed on ruby tracker)zverok2019-11-202-25/+23
* Fix test_module.rbzverok2019-11-201-1/+1
* Method parameters inspectzverok2019-11-202-7/+121
* Fix indent of a line when a newline is inserted to the nextaycabta2019-11-201-0/+20
* Replace typo "bock" with "block"aycabta2019-11-201-2/+2
* A preceding token of "do" of block has EXPR_CMDARG or EXPR_ENDFNaycabta2019-11-201-2/+2
* Number sign comment (# bla bla) is a kind of newline characteraycabta2019-11-201-2/+2
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-202-5/+45