aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Remove commeted out codeaycabta2021-09-041-1/+0
* [ruby/irb] Show doc at the same height as the autocompletion dialogaycabta2021-09-041-1/+1
* [ruby/irb] Render properly if both autocomplete and show doc dialogs are left...aycabta2021-09-041-1/+2
* [ruby/reline] Correct misalignment of scrollbaraycabta2021-09-041-3/+3
* [ruby/reline] Implement scrollbaraycabta2021-09-042-2/+21
* [ruby/irb] Suppress "assigned but unused variable" warningaycabta2021-09-041-0/+1
* [ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta2021-09-041-0/+1
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-042-1/+7
* [ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta2021-09-041-4/+0
* [ruby/irb] Version 1.3.8.pre.7aycabta2021-09-041-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.7aycabta2021-09-041-1/+1
* [ruby/reline] Version 0.2.8.pre.7aycabta2021-09-041-1/+1
* [ruby/reline] Show even if it's only one candidate until a perfect matchaycabta2021-09-041-1/+1
* * 2021-09-04 [ci skip]git2021-09-041-1/+1
* Expand upstream issue numbers to URLs in ChangeLogNobuyoshi Nakada2021-09-041-0/+6
* Add some punctuations as regexp separators to fix commit logsNobuyoshi Nakada2021-09-031-7/+12
* Get rid of duplicate typedefNobuyoshi Nakada2021-09-031-2/+2
* Removed needless Gemfile in ruby repo.Hiroshi SHIBATA2021-09-031-12/+0
* [ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada2021-09-035-6/+33
* [ruby/rdoc] Try to load WEBrick for testingVít Ondruch2021-09-031-0/+4
* [ruby/rdoc] s/minitest/test-unit/gHiroshi SHIBATA2021-09-031-2/+2
* [ruby/rdoc] Removed duplicated docHiroshi SHIBATA2021-09-031-13/+0
* [ruby/rdoc] minitest is not need to run rubygems test nowHiroshi SHIBATA2021-09-031-1/+0
* [ruby/cgi] Use Time#strftimeNobuyoshi Nakada2021-09-031-10/+1
* Remove unneeded commentS-H-GAMELINKS2021-09-031-8/+0
* [ruby/irb] Use Reline::Key for trap_key in dialog callbackaycabta2021-09-031-2/+2
* [ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta2021-09-031-0/+1
* [ruby/irb] Disable autocomplete in yamatanooroti testaycabta2021-09-031-0/+3
* [ruby/irb] Add message to show full docaycabta2021-09-031-1/+2
* [ruby/irb] Add Alt+d trap from show doc dialog to show full docaycabta2021-09-031-0/+12
* [ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta2021-09-031-0/+2
* [ruby/reline] Add Reline::Key#match?aycabta2021-09-032-2/+10
* [ruby/reline] Add key accessor for dialog callbacksaycabta2021-09-031-3/+21
* [ruby/readline-ext] Omit Editline on without tty testaycabta2021-09-031-0/+1
* [ruby/reline] Swap the order of initialization for readabilityaycabta2021-09-031-3/+3
* [ruby/reline] Fix autocomplete dialog widthaycabta2021-09-031-1/+5
* * 2021-09-03 [ci skip]git2021-09-031-1/+1
* [ruby/reline] Autocompletion ignites when target char length is 3 or longeraycabta2021-09-031-1/+1
* Extract always_finite_type_p and handle flonum casesNobuyoshi Nakada2021-09-021-4/+12
* Fix typo in test namePeter Zhu2021-09-021-1/+1
* [ruby/irb] Version 1.3.8.pre.6aycabta2021-09-021-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.6aycabta2021-09-021-1/+1
* [ruby/reline] Version 0.2.8.pre.6aycabta2021-09-021-1/+1
* [ruby/irb] Detect the variable class to show docaycabta2021-09-022-4/+17
* [ruby/reline] Add a spaceaycabta2021-09-021-1/+1
* Make internal predicate functions to return simple booleanNobuyoshi Nakada2021-09-022-10/+7
* Refactor f_infinite_p functionS-H-GAMELINKS2021-09-021-4/+1
* [ruby/reline] Clear only necessary parts when dialog disappearingaycabta2021-09-021-2/+3
* [ruby/reline] Shrink the dialog height when contents is shorter than itaycabta2021-09-021-0/+1
* [ruby/reline] Fix a misalignment when dialog is shown on topaycabta2021-09-021-1/+1