Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress "shadowing outer local variable" warning in 2.5 | aycabta | 2019-11-08 | 1 | -2/+8 |
| | |||||
* | Only taint on Ruby <2.7 | Jeremy Evans | 2019-11-05 | 1 | -2/+2 |
| | | | | Ruby 2.7 deprecates taint and it no longer has an effect. | ||||
* | Fix verbose warning being emitted | Jeremy Evans | 2019-10-31 | 1 | -1/+1 |
| | | | | Fixes Ruby Bug 16281. | ||||
* | Reline: Fix wrong variable name | Lars Kanis | 2019-09-09 | 1 | -2/+2 |
| | | | | This raised a NameError before. | ||||
* | Remove duplicated delegation | aycabta | 2019-08-27 | 1 | -1/+0 |
| | |||||
* | Delegete an instance method to a class method correctly | aycabta | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | Save value to @ambiguous_width because of a accessor | aycabta | 2019-08-27 | 1 | -3/+3 |
| | |||||
* | The "private" doesn't make sence for class methods and a constant | aycabta | 2019-08-27 | 1 | -2/+0 |
| | |||||
* | Use preposing "private" to define methods | aycabta | 2019-08-27 | 1 | -6/+4 |
| | |||||
* | Adjust method forwardings of Reline | aycabta | 2019-08-27 | 1 | -13/+19 |
| | |||||
* | Remove .freeze. | manga_osyo | 2019-08-27 | 1 | -2/+2 |
| | |||||
* | Fix `Reline::Windows`. | manga_osyo | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | Refactoring Reline. | manga_osyo | 2019-08-27 | 1 | -324/+317 |
| | |||||
* | Remove test_mode in `lib/reline`. | manga_osyo | 2019-08-27 | 1 | -7/+0 |
| | |||||
* | Use host_os from RbConfig to detect host OS. | Charles Oliver Nutter | 2019-08-06 | 1 | -1/+1 |
| | | | | | | | | RUBY_PLATFORM on JRuby is always "java", so it will not reflect the host operating system. This regex appears to be the consensus way to detect Windows based on a search of Ruby code on Github: https://github.com/search?q=%2Fmswin%7Cmsys%7Cmingw%7Ccygwin%7Cbccwin%7Cwince%7Cemc%2F&type=Code | ||||
* | Add `class Reline::History` and test. | manga_osyo | 2019-07-15 | 1 | -60/+2 |
| | |||||
* | Add arg check to Reline.dig_perfect_match_proc= | aycabta | 2019-07-11 | 1 | -0/+1 |
| | |||||
* | Print starting debug message with RELINE_STDERR_TTY | aycabta | 2019-06-18 | 1 | -0/+1 |
| | |||||
* | Implement auto indent for multiline | aycabta | 2019-06-18 | 1 | -0/+10 |
| | |||||
* | Remove debug print | aycabta | 2019-06-14 | 1 | -4/+0 |
| | |||||
* | Add Reline.prompt_proc | aycabta | 2019-06-14 | 1 | -0/+14 |
| | |||||
* | Move I/O access from Reline::KeyStroke to Reline | aycabta | 2019-06-05 | 1 | -2/+75 |
| | |||||
* | Add Reline test for unknown macro | aycabta | 2019-06-02 | 1 | -4/+6 |
| | |||||
* | Add new test for Reline within pipe | aycabta | 2019-06-02 | 1 | -0/+2 |
| | |||||
* | Reline.readmultiline always needs block to confirm termination | aycabta | 2019-06-02 | 1 | -5/+1 |
| | |||||
* | Use inputrc data for keystroke setting | aycabta | 2019-06-01 | 1 | -2/+5 |
| | |||||
* | Seprate raw keystroke config for each platforms | Nobuyoshi Nakada | 2019-06-01 | 1 | -25/+1 |
| | |||||
* | Support Home and End key to move to beg and end | aycabta | 2019-06-01 | 1 | -2/+6 |
| | |||||
* | Use IO#sync= instead of a monkey patch | aycabta | 2019-05-31 | 1 | -7/+1 |
| | |||||
* | Flush I/O immediately if RELINE_STDERR_TTY is set | aycabta | 2019-05-31 | 1 | -0/+7 |
| | |||||
* | Remove extra items because Reline::HISTORY is a sized queue | aycabta | 2019-05-29 | 1 | -2/+27 |
| | |||||
* | Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangs | Takashi Kokubun | 2019-05-29 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | | | | | and dependent commits c67934b1c3b40dda5f170b032423e520511c68dd and f0d1dc5cee87dfb023cb43a2db9bcdef5a8dee8f. RubyCI and ci.rvm.jp are almost dead by timeout since this commit. --- Revert "Skip a reline test hanging on Wercker since 3b7862c8e8" This reverts commit f0d1dc5cee87dfb023cb43a2db9bcdef5a8dee8f. Revert "Remove extra items because Reline::HISTORY is a sized queue" This reverts commit c67934b1c3b40dda5f170b032423e520511c68dd. Revert "Use existing instances for LineEditor and Config" This reverts commit 3b7862c8e88cd7838a53ec083ac5733386400956. | ||||
* | Remove extra items because Reline::HISTORY is a sized queue | aycabta | 2019-05-29 | 1 | -1/+15 |
| | |||||
* | Use existing instances for LineEditor and Config | aycabta | 2019-05-29 | 1 | -0/+3 |
| | |||||
* | Use Reline.completer_quote_characters to complete | aycabta | 2019-05-28 | 1 | -16/+0 |
| | |||||
* | Fix rendering bug of ^D | aycabta | 2019-05-27 | 1 | -0/+4 |
| | |||||
* | Move to next of last line by ^C | aycabta | 2019-05-27 | 1 | -0/+2 |
| | |||||
* | Incremental syntax highlight for IRB source lines | Takashi Kokubun | 2019-05-24 | 1 | -0/+10 |
| | | | | Closes: https://github.com/ruby/ruby/pull/2202 | ||||
* | Check block in #readmultiline | aycabta | 2019-05-25 | 1 | -0/+3 |
| | |||||
* | Support Meta key in Reline | aycabta | 2019-05-24 | 1 | -2/+4 |
| | |||||
* | Reopen $stderr with specified fd by RELINE_STDERR_TTY | aycabta | 2019-05-22 | 1 | -0/+3 |
| | |||||
* | Support DEL key | aycabta | 2019-05-21 | 1 | -2/+4 |
| | |||||
* | Add Reline.test_mode to use with special I/O | aycabta | 2019-05-18 | 1 | -3/+13 |
| | |||||
* | Rename confuzed name Reline::IO with Reline::IOGate | aycabta | 2019-05-15 | 1 | -15/+15 |
| | |||||
* | Readline's class vars should be encoded as default_external | aycabta | 2019-05-14 | 1 | -22/+55 |
| | |||||
* | Implement Reline::HISTORY as an expanded Array | aycabta | 2019-05-13 | 1 | -1/+36 |
| | |||||
* | Reline.completion_proc= should raise ArgumentError | aycabta | 2019-05-13 | 1 | -0/+1 |
| | | | | When the value is not Proc. | ||||
* | Reline.completion_append_character= should be nil | aycabta | 2019-05-13 | 1 | -1/+1 |
| | | | | When unknown value comes. | ||||
* | Add Reline.special_prefixes as stub | aycabta | 2019-05-13 | 1 | -0/+2 |
| | |||||
* | Implement Reline's class methods for compatibility | aycabta | 2019-05-13 | 1 | -2/+48 |
| | | | | | | | | | | | | | - insert_text - redisplay - line_buffer - point - point= - vi_editing_mode - emacs_editing_mode - vi_editing_mode? - emacs_editing_mode? - get_screen_size |