aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/erb] Version 2.2.3Takashi Kokubun2021-03-261-1/+1
* [ruby/erb] Clarify supported ruby versions in gemspecKenichi Kamiya2021-03-261-1/+1
* [ruby/irb] Cache completion files to requireaycabta2021-03-251-12/+21
* [ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta2021-03-241-4/+12
* [ruby/reline] Support preposing and postposing for Reline.completion_procaycabta2021-03-241-2/+32
* [ruby/reline] Reline.delete_text removes the current line in multilineaycabta2021-03-241-4/+26
* [ruby/reline] Add Reline.ungetc to control bufferaycabta2021-03-241-0/+4
* [ruby/irb] Complete require and require_relativeaycabta2021-03-242-2/+57
* [ruby/irb] Change ripper_lex_without_warning to a class methodaycabta2021-03-241-7/+7
* [ruby/irb] Have some right paddingTakashi Kokubun2021-03-211-2/+2
* [ruby/irb] Fix step's argumentTakashi Kokubun2021-03-211-1/+1
* [ruby/irb] Fix column overflow on ls outputTakashi Kokubun2021-03-211-5/+40
* [ruby/irb] Add whereami commandTakashi Kokubun2021-03-212-0/+25
* [ruby/irb] Implement ls commandTakashi Kokubun2021-03-213-7/+67
* [ruby/irb] Don't call Ruby 2.4+'s String#pretty_printTakashi Kokubun2021-03-201-0/+9
* [ruby/irb] Add all lib files automaticallyTakashi Kokubun2021-03-201-46/+1
* [ruby/irb] Define "measure" command without forced overrideaycabta2021-03-191-1/+2
* [ruby/rdoc] Get rid of a trailing spaceNobuyoshi Nakada2021-03-161-4/+3
* [ruby/rdoc] Suppress unused variable warning of "text"aycabta2021-03-161-2/+343
* [ruby/rdoc] Allow empty .rdoc_optionsaycabta2021-03-161-0/+2
* [ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta2021-03-162-2/+39
* [ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada2021-03-161-367/+80
* [ruby/rdoc] Add table styleNobuyoshi Nakada2021-03-161-0/+19
* [ruby/rdoc] Support GFM tableNobuyoshi Nakada2021-03-167-2/+448
* [ruby/rdoc] Update Rdoc.css sidebar panel.Pankaj Doharey2021-03-161-0/+1
* Sync latest development version of bundler & rubygemsDavid Rodríguez2021-03-0899-502/+818
* Remove no longer needed globsDavid Rodríguez2021-03-081-1/+1
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-5/+15
* [ruby/irb] Do not continue line if last expression is an endless rangeJeremy Evans2021-03-051-1/+2
* [lib/benchmark] Use $stdout instead of STDOUT [Bug #17600]Marc-Andre Lafortune2021-03-011-6/+6
* [ruby/irb] Update help message for next context-mode of 4Jeremy Evans2021-02-272-11/+20
* [ruby/reline] Version 0.2.4aycabta2021-02-261-1/+1
* [ruby/irb] Version 1.3.4aycabta2021-02-251-2/+2
* [ruby/reline] fix Reline::Windows.getconsolemode buffercremno2021-02-221-1/+1
* [ruby/reline] Use UTF-8 only for width calc, rest uses original encodingaycabta2021-02-211-2/+3
* [ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu2021-02-212-2/+26
* [ruby/reline] We still need support new and legacy behavior.Yoshinao Muramatu2021-02-211-7/+15
* [ruby/reline] Avoid tripping over nil promptEamonn Webster2021-02-211-0/+1
* [ruby/reline] Return 1 when char width not foundaycabta2021-02-211-0/+1
* MSys is a variant of CygwinNobuyoshi Nakada2021-02-201-1/+1
* [ruby/irb] Fix inverse separator conditionNobuyoshi Nakada2021-02-121-4/+2
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-0/+1
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-111-1/+1
* [ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta2021-02-111-1/+3
* [ruby/benchmark] Adds `Tms#to_h`Keith Bennett2021-02-071-0/+14
* [ruby/reline] Version 0.2.3aycabta2021-02-071-1/+1
* [ruby/irb] Version 1.3.3aycabta2021-02-071-2/+2
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-071-4/+18
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-071-1/+1
* [ruby/reline] The vi_histedit supports multilineaycabta2021-02-071-2/+14