aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add #verify_hostname= and #verify_hostname to skip hostname verificationNARUSE, Yui2020-01-241-0/+7
* brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平2020-01-243-9/+15
* reroute musl unistd.h weirdness卜部昌平2020-01-241-2/+8
* pass appropriate libc path卜部昌平2020-01-241-0/+4
* doc/make-cheetsheet.md: AddedYusuke Endoh2020-01-241-0/+89
* [DOC] fixed line numbers [ci skip]Nobuyoshi Nakada2020-01-241-6/+6
* Remove empty keyword splats when calling even when using ruby2_keywordsJeremy Evans2020-01-233-32/+14
* * 2020-01-24 [ci skip]git2020-01-241-1/+1
* Clarify const_source_location docszverok2020-01-231-9/+13
* Guarded the examples for deprecated "taint"Nobuyoshi Nakada2020-01-233-23/+33
* Revert pathname, rb_warn_deprecated* are not public APINobuyoshi Nakada2020-01-231-2/+2
* Added rb_warn_deprecated_to_removeNobuyoshi Nakada2020-01-236-14/+29
* Add more direct test for pp with a ruby2_keywords HashBenoit Daloze2020-01-231-0/+1
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-232-3/+34
* Check DONT_RUN_RELINE_TEST envvaraycabta2020-01-233-10/+12
* Use omit instead of skipaycabta2020-01-231-24/+24
* Skip a test that uses assert_ruby_status if it doesn't existaycabta2020-01-231-0/+1
* Stop using minitest dependent methodsaycabta2020-01-231-4/+4
* [ruby/readline-ext] Include ruby/assert.h in ruby/ruby.h so that assertions c...Nobuyoshi Nakada2020-01-231-0/+1
* Make taint warnings non-verbose instead of verboseJeremy Evans2020-01-225-14/+14
* Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans2020-01-222-1/+5
* * 2020-01-23 [ci skip]git2020-01-231-1/+1
* Remove special handling of $SAFE and related C-APIsJeremy Evans2020-01-226-229/+2
* Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL0x005c2020-01-233-7/+7
* Drop executable bit of *.{yml,h,mk.tmpl}Kazuhiro NISHIYAMA2020-01-223-0/+0
* Added usage documentation for sync_default_gemsHiroshi SHIBATA2020-01-221-0/+8
* Use gem name to specifyaycabta2020-01-221-8/+8
* * 2020-01-22 [ci skip]git2020-01-221-1/+1
* Drop executable bit set by 25f2005a638570cce832d218a451072057610f06Nobuyoshi Nakada2020-01-221-0/+0
* Also check EWOULDBLOCK as well as EAGAINNobuyoshi Nakada2020-01-211-9/+4
* fix load error with EAGAINXia Xionjun2020-01-211-1/+19
* Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis2020-01-214-14/+38
* Reline: Use a more robust detection of MinTTYLars Kanis2020-01-212-2/+30
* DocumentRoot is optionalKazuhiro NISHIYAMA2020-01-211-2/+2
* add default break pointsKoichi Sasada2020-01-211-0/+2
* VALUE is narrower than rb_serial_t卜部昌平2020-01-211-1/+1
* * 2020-01-21 [ci skip]git2020-01-211-1/+1
* [ruby/reline] Implement vi_change_metaaycabta2020-01-212-0/+35
* [ruby/irb] [ruby/irb] Rewrite an expression to detect multilineKenta Murata2020-01-211-1/+1
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-213-1/+58
* [ruby/irb] Fix compatibility with rails before 5.2Lars Kanis2020-01-201-1/+1
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-202-0/+84
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-202-2/+30
* Get rid of use of special variablesJeremy Evans2020-01-203-12/+12
* * 2020-01-20 [ci skip]git2020-01-201-1/+1
* Fixed double closedirNobuyoshi Nakada2020-01-201-2/+4
* README.ja.md: removed the badge for Cygwin [ci skip]Nobuyoshi Nakada2020-01-191-1/+0
* README.md: removed the badge for Cygwin [ci skip]Nobuyoshi Nakada2020-01-191-1/+0
* NEWS.md: set code format explicitly [ci skip]Nobuyoshi Nakada2020-01-191-1/+1
* Sort globbed results by default [Feature #8709]Nobuyoshi Nakada2020-01-193-57/+294