summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis2020-01-214-14/+38
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+23
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-211-0/+31
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+36
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-201-0/+18
* Sort globbed results by default [Feature #8709]Nobuyoshi Nakada2020-01-191-30/+71
* Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono2020-01-191-1/+1
* Removed useless sorts of lists generated from literalsNobuyoshi Nakada2020-01-181-4/+4
* [ruby/io-console] Filter Ruby engine name rather than just /ruby/Charles Oliver Nutter2020-01-181-1/+1
* hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh2020-01-171-0/+24
* marshal.c: Support dump and load of a Hash with the ruby2_keywords flagYusuke Endoh2020-01-171-0/+14
* Added test for f38b3e8c707ebdcad05aa9485cf1760640b74fbbNobuyoshi Nakada2020-01-171-1/+8
* rb_rational_raw: convert num and den by to_intKenta Murata2020-01-171-0/+24
* rb_rational_raw: make a denominator always positiveKenta Murata2020-01-171-0/+14
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+36
* Add tests for vi_insert and vi_addaycabta2020-01-171-0/+32
* Separate numbered parameter scope in evalNobuyoshi Nakada2020-01-161-1/+7
* Fixed the location of args node with numbered parameterNobuyoshi Nakada2020-01-161-0/+2
* Fix `String#partition`Nobuyoshi Nakada2020-01-161-0/+2
* `Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada2020-01-161-0/+4
* Freeze Regexp literalsJean Boussier2020-01-151-1/+1
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-144-7/+8
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-0/+19
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-0/+15
* Simplify obj2ubits checksJohn Hawthorn2020-01-131-0/+4
* Make rss library to the bundle gemsHiroshi SHIBATA2020-01-1244-13406/+0
* Make rexml library to the bundle gemsHiroshi SHIBATA2020-01-12106-36615/+0
* Warn when :newline precedes other newline optionsNobuyoshi Nakada2020-01-111-1/+3
* Added assertions for newline decoratorsNobuyoshi Nakada2020-01-112-1/+21
* Hash#transform_values should return a plain new HashNobuyoshi Nakada2020-01-101-0/+6
* Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada2020-01-091-1/+3
* Add GC guardKazuhiro NISHIYAMA2020-01-081-1/+1
* Suppress some warningsYusuke Endoh2020-01-072-2/+3
* Support history-size in .inputrc correctlyaycabta2020-01-061-0/+11
* script_compiled event on compile error.Koichi Sasada2020-01-061-0/+9
* Complete indented and quoted string correctlyaycabta2020-01-061-5/+36
* Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans2020-01-034-0/+54
* Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans2020-01-032-4/+7
* Update tests for full keyword argument separationJeremy Evans2020-01-0212-1694/+556
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-0/+10
* Check Module#ruby2_keywords arityNobuyoshi Nakada2020-01-021-0/+6
* Add load path and require for ruby/rubyaycabta2020-01-011-0/+2
* [ruby/irb] Fix lib name of OpenStructaycabta2020-01-011-1/+1
* Add "require 'openstruct'" what is forgottenaycabta2019-12-311-0/+1
* [ruby/irb] Add tests for RubyLexBen2019-12-311-0/+79
* Split test_nomethod_error.rbNobuyoshi Nakada2019-12-312-86/+89
* Split test_name_error.rbNobuyoshi Nakada2019-12-312-127/+130
* Split test_frozen_error.rbNobuyoshi Nakada2019-12-312-50/+57
* Fix the exception to be raisedNobuyoshi Nakada2019-12-311-2/+2
* text/readline/test_readline.rb - fix skip on Reline (#2743)MSP-Greg2019-12-311-1/+2