summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-26Moved Array#sample to rbincNobuyoshi Nakada
2020-01-26Moved Array#shuffle and Array#shuffle! to rbincNobuyoshi Nakada
2020-01-26Use test_mode on Reline::History::Test for encodingaycabta
2020-01-26Always use UTF-8 for Reline::GeneralIO on Windowsaycabta
2020-01-26Always refer to Reline::IOGate.encodingaycabta
2020-01-26* 2020-01-26 [ci skip]git
2020-01-26Do not use `git pull` because origin/master was already fetched.Hiroshi SHIBATA
2020-01-26Show the repository name before update taskHiroshi SHIBATA
2020-01-25spec/ruby/core/process/times_spec.rb: add an output code for debuggingYusuke Endoh
2020-01-25test/rinda/test_rinda.rb: Increase the timeoutYusuke Endoh
2020-01-25Recheck array length after `to_str` conversionNobuyoshi Nakada
2020-01-25Recheck elements type after `to_str` conversionNobuyoshi Nakada
2020-01-25* 2020-01-25 [ci skip]git
2020-01-24Do not autosplat when calling proc with empty keyword splatJeremy Evans
2020-01-24Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-01-24rename make-cheetsheet.md [ci skip]MSP-Greg
2020-01-24Add #verify_hostname= and #verify_hostname to skip hostname verificationNARUSE, Yui
2020-01-24brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平
2020-01-24reroute musl unistd.h weirdness卜部昌平
2020-01-24pass appropriate libc path卜部昌平
2020-01-24doc/make-cheetsheet.md: AddedYusuke Endoh
2020-01-24[DOC] fixed line numbers [ci skip]Nobuyoshi Nakada
2020-01-23Remove empty keyword splats when calling even when using ruby2_keywordsJeremy Evans
2020-01-24* 2020-01-24 [ci skip]git
2020-01-23Clarify const_source_location docszverok
2020-01-23Guarded the examples for deprecated "taint"Nobuyoshi Nakada
2020-01-23Revert pathname, rb_warn_deprecated* are not public APINobuyoshi Nakada
2020-01-23Added rb_warn_deprecated_to_removeNobuyoshi Nakada
2020-01-23Add more direct test for pp with a ruby2_keywords HashBenoit Daloze
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2020-01-23Check DONT_RUN_RELINE_TEST envvaraycabta
2020-01-23Use omit instead of skipaycabta
2020-01-23Skip a test that uses assert_ruby_status if it doesn't existaycabta
2020-01-23Stop using minitest dependent methodsaycabta
2020-01-23[ruby/readline-ext] Include ruby/assert.h in ruby/ruby.h so that assertions c...Nobuyoshi Nakada
2020-01-22Make taint warnings non-verbose instead of verboseJeremy Evans
2020-01-22Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans
2020-01-23* 2020-01-23 [ci skip]git
2020-01-22Remove special handling of $SAFE and related C-APIsJeremy Evans
2020-01-23Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL0x005c
2020-01-22Drop executable bit of *.{yml,h,mk.tmpl}Kazuhiro NISHIYAMA
2020-01-22Added usage documentation for sync_default_gemsHiroshi SHIBATA
2020-01-22Use gem name to specifyaycabta
2020-01-22* 2020-01-22 [ci skip]git
2020-01-22Drop executable bit set by 25f2005a638570cce832d218a451072057610f06Nobuyoshi Nakada
2020-01-21Also check EWOULDBLOCK as well as EAGAINNobuyoshi Nakada
2020-01-21fix load error with EAGAINXia Xionjun
2020-01-21Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis
2020-01-21Reline: Use a more robust detection of MinTTYLars Kanis
2020-01-21DocumentRoot is optionalKazuhiro NISHIYAMA