summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-05[ruby/fiddle] Create extconf header for MSVCNobuyoshi Nakada
Not to include parenthesized argument. https://github.com/ruby/fiddle/commit/c2c921e16a Notes: Merged: https://github.com/ruby/ruby/pull/4810
2021-09-05* 2021-09-05 [ci skip]git
2021-09-05Update bundled_gemsKazuhiro NISHIYAMA
2021-09-04[ruby/irb] Remove commeted out codeaycabta
https://github.com/ruby/irb/commit/7dda1f803e
2021-09-04[ruby/irb] Show doc at the same height as the autocompletion dialogaycabta
https://github.com/ruby/irb/commit/a9db71e6bc
2021-09-04[ruby/irb] Render properly if both autocomplete and show doc dialogs are ↵aycabta
left of the cursor https://github.com/ruby/irb/commit/0090203107
2021-09-04[ruby/reline] Correct misalignment of scrollbaraycabta
https://github.com/ruby/reline/commit/7924b4cfc6
2021-09-04[ruby/reline] Implement scrollbaraycabta
https://github.com/ruby/reline/commit/4c7fc42151
2021-09-04[ruby/irb] Suppress "assigned but unused variable" warningaycabta
https://github.com/ruby/irb/commit/a1ddf64c69
2021-09-04[ruby/irb] Add an assertion to check completion "var.method" to get correct ↵aycabta
"class.method" https://github.com/ruby/irb/commit/cc1ddb37a9
2021-09-04[ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta
https://github.com/ruby/irb/commit/b2324727e1
2021-09-04[ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta
https://github.com/ruby/irb/commit/142fc53e9c
2021-09-04[ruby/irb] Version 1.3.8.pre.7aycabta
https://github.com/ruby/irb/commit/02c4a8d3b6
2021-09-04[ruby/irb] Update dependency, reline >= 0.2.8.pre.7aycabta
https://github.com/ruby/irb/commit/39593fb4d0
2021-09-04[ruby/reline] Version 0.2.8.pre.7aycabta
https://github.com/ruby/reline/commit/c77c3c6fae
2021-09-04[ruby/reline] Show even if it's only one candidate until a perfect matchaycabta
https://github.com/ruby/reline/commit/fe7e34e79f
2021-09-04* 2021-09-04 [ci skip]git
2021-09-04Expand upstream issue numbers to URLs in ChangeLogNobuyoshi Nakada
2021-09-03Add some punctuations as regexp separators to fix commit logsNobuyoshi Nakada
2021-09-03Get rid of duplicate typedefNobuyoshi Nakada
2021-09-03Removed needless Gemfile in ruby repo.Hiroshi SHIBATA
2021-09-03[ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada
Also flattens `@options.template_stylesheets` when parsing the command lines. Fixes #205 Fixes #828 too https://github.com/ruby/rdoc/commit/857002a763
2021-09-03[ruby/rdoc] Try to load WEBrick for testingVít Ondruch
This is in similar vein Rake is optionally loaded in: https://github.com/ruby/rdoc/blob/5437418baf8eeb984fe7e74b181d3da1b174d0f7/test/rdoc/test_rdoc_task.rb#L3-L6 https://github.com/ruby/rdoc/commit/5f3901ae60
2021-09-03[ruby/rdoc] s/minitest/test-unit/gHiroshi SHIBATA
https://github.com/ruby/rdoc/commit/73c030c7b0
2021-09-03[ruby/rdoc] Removed duplicated docHiroshi SHIBATA
https://github.com/ruby/rdoc/commit/0dd36a5c35
2021-09-03[ruby/rdoc] minitest is not need to run rubygems test nowHiroshi SHIBATA
https://github.com/ruby/rdoc/commit/27c5f946d2
2021-09-03[ruby/cgi] Use Time#strftimeNobuyoshi Nakada
https://github.com/ruby/cgi/commit/caf1d0755d
2021-09-03Remove unneeded commentS-H-GAMELINKS
Notes: Merged: https://github.com/ruby/ruby/pull/4803
2021-09-03[ruby/irb] Use Reline::Key for trap_key in dialog callbackaycabta
https://github.com/ruby/irb/commit/b05ce3c72d
2021-09-03[ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta
https://github.com/ruby/irb/commit/856f001b60
2021-09-03[ruby/irb] Disable autocomplete in yamatanooroti testaycabta
https://github.com/ruby/irb/commit/cb9c9c64df
2021-09-03[ruby/irb] Add message to show full docaycabta
https://github.com/ruby/irb/commit/6370a5d974
2021-09-03[ruby/irb] Add Alt+d trap from show doc dialog to show full docaycabta
https://github.com/ruby/irb/commit/368327b082
2021-09-03[ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta
https://github.com/ruby/reline/commit/dc2cf90fa6
2021-09-03[ruby/reline] Add Reline::Key#match?aycabta
https://github.com/ruby/reline/commit/8f6aa3af2e
2021-09-03[ruby/reline] Add key accessor for dialog callbacksaycabta
https://github.com/ruby/reline/commit/c949e44a14
2021-09-03[ruby/readline-ext] Omit Editline on without tty testaycabta
https://github.com/ruby/readline-ext/commit/a2835ce957
2021-09-03[ruby/reline] Swap the order of initialization for readabilityaycabta
https://github.com/ruby/reline/commit/d53749b208
2021-09-03[ruby/reline] Fix autocomplete dialog widthaycabta
https://github.com/ruby/reline/commit/9868432687
2021-09-03* 2021-09-03 [ci skip]git
2021-09-03[ruby/reline] Autocompletion ignites when target char length is 3 or longeraycabta
https://github.com/ruby/reline/commit/261830fda3
2021-09-02Extract always_finite_type_p and handle flonum casesNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4801
2021-09-02Fix typo in test namePeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/4800
2021-09-02[ruby/irb] Version 1.3.8.pre.6aycabta
https://github.com/ruby/irb/commit/7dc98df80b
2021-09-02[ruby/irb] Update dependency, reline >= 0.2.8.pre.6aycabta
https://github.com/ruby/irb/commit/7896296ae2
2021-09-02[ruby/reline] Version 0.2.8.pre.6aycabta
https://github.com/ruby/reline/commit/175d5ad4c4
2021-09-02[ruby/irb] Detect the variable class to show docaycabta
https://github.com/ruby/irb/commit/33b9bec954
2021-09-02[ruby/reline] Add a spaceaycabta
https://github.com/ruby/reline/commit/3d70e07331
2021-09-02Make internal predicate functions to return simple booleanNobuyoshi Nakada
2021-09-02Refactor f_infinite_p functionS-H-GAMELINKS
Notes: Merged: https://github.com/ruby/ruby/pull/4794