summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-01-24pass appropriate libc path卜部昌平
2020-01-23Remove empty keyword splats when calling even when using ruby2_keywordsJeremy Evans
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-22Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans
2020-01-21Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis
2020-01-21[ruby/reline] Implement vi_change_metaaycabta
2020-01-21[ruby/irb] Add newline_before_multiline_outputKenta Murata
2020-01-20[ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta
2020-01-20[ruby/reline] Implement vi_to_next_charaycabta
2020-01-19Sort globbed results by default [Feature #8709]Nobuyoshi Nakada
2020-01-19Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono
2020-01-18Removed useless sorts of lists generated from literalsNobuyoshi Nakada
2020-01-18[ruby/io-console] Filter Ruby engine name rather than just /ruby/Charles Oliver Nutter
2020-01-17hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh
2020-01-17marshal.c: Support dump and load of a Hash with the ruby2_keywords flagYusuke Endoh
2020-01-17Added test for f38b3e8c707ebdcad05aa9485cf1760640b74fbbNobuyoshi Nakada
2020-01-17rb_rational_raw: convert num and den by to_intKenta Murata
2020-01-17rb_rational_raw: make a denominator always positiveKenta Murata
2020-01-17Implement vi_insert_at_bol and vi_add_at_eolaycabta
2020-01-17Add tests for vi_insert and vi_addaycabta
2020-01-16Separate numbered parameter scope in evalNobuyoshi Nakada
2020-01-16Fixed the location of args node with numbered parameterNobuyoshi Nakada
2020-01-16Fix `String#partition`Nobuyoshi Nakada
2020-01-16`Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada
2020-01-15Freeze Regexp literalsJean Boussier
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2020-01-14[ruby/irb] Fix crashing when multiple open braces per lineBen
2020-01-14[ruby/irb] Fix newline depth with multiple bracesBen
2020-01-13Simplify obj2ubits checksJohn Hawthorn
2020-01-12Make rss library to the bundle gemsHiroshi SHIBATA
2020-01-12Make rexml library to the bundle gemsHiroshi SHIBATA
2020-01-11Warn when :newline precedes other newline optionsNobuyoshi Nakada
2020-01-11Added assertions for newline decoratorsNobuyoshi Nakada
2020-01-10Hash#transform_values should return a plain new HashNobuyoshi Nakada
2020-01-09Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada
2020-01-08Add GC guardKazuhiro NISHIYAMA
2020-01-07Suppress some warningsYusuke Endoh
2020-01-06Support history-size in .inputrc correctlyaycabta
2020-01-06script_compiled event on compile error.Koichi Sasada
2020-01-06Complete indented and quoted string correctlyaycabta
2020-01-03Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans
2020-01-03Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans
2020-01-02Update tests for full keyword argument separationJeremy Evans
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2020-01-02Check Module#ruby2_keywords arityNobuyoshi Nakada