summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-04-02[ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada
2021-04-02[ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada
2021-03-31Enclose the code that was accidentally a link in "tt"aycabta
2021-03-30mkmf: fixed install directories of header files in extension libraries [Bug #...Nobuyoshi Nakada
2021-03-30Fix handling of timeout accessing scheduler outside of non-blocking context.Samuel Williams
2021-03-30Update method name and add documentation.Samuel Williams
2021-03-30Update lib/timeout.rbSamuel Williams
2021-03-30Add hook for `Timeout.timeout`.Samuel Williams
2021-03-30[ruby/irb] Prevent the completion from crashing if rdoc is missingAleksandar Ivanov
2021-03-29[ruby/optparse] bump up to 0.1.1Nobuyoshi Nakada
2021-03-29[ruby/optparse] Fixed error message of unparsed non-optionNobuyoshi Nakada
2021-03-29[ruby/optparse] Exclude unnecessary files from the packageNobuyoshi Nakada
2021-03-29[ruby/optparse] Change *opts to *params, to avoid confusionBurdetteLamar
2021-03-29[ruby/optparse] Add OptionParser#require_exact accessorJeremy Evans
2021-03-26[ruby/erb] Version 2.2.3Takashi Kokubun
2021-03-26[ruby/erb] Clarify supported ruby versions in gemspecKenichi Kamiya
2021-03-25[ruby/irb] Cache completion files to requireaycabta
2021-03-24[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta
2021-03-24[ruby/reline] Support preposing and postposing for Reline.completion_procaycabta
2021-03-24[ruby/reline] Reline.delete_text removes the current line in multilineaycabta
2021-03-24[ruby/reline] Add Reline.ungetc to control bufferaycabta
2021-03-24[ruby/irb] Complete require and require_relativeaycabta
2021-03-24[ruby/irb] Change ripper_lex_without_warning to a class methodaycabta
2021-03-21[ruby/irb] Have some right paddingTakashi Kokubun
2021-03-21[ruby/irb] Fix step's argumentTakashi Kokubun
2021-03-21[ruby/irb] Fix column overflow on ls outputTakashi Kokubun
2021-03-21[ruby/irb] Add whereami commandTakashi Kokubun
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun
2021-03-20[ruby/irb] Don't call Ruby 2.4+'s String#pretty_printTakashi Kokubun
2021-03-20[ruby/irb] Add all lib files automaticallyTakashi Kokubun
2021-03-19[ruby/irb] Define "measure" command without forced overrideaycabta
2021-03-16[ruby/rdoc] Get rid of a trailing spaceNobuyoshi Nakada
2021-03-16[ruby/rdoc] Suppress unused variable warning of "text"aycabta
2021-03-16[ruby/rdoc] Allow empty .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada
2021-03-16[ruby/rdoc] Add table styleNobuyoshi Nakada
2021-03-16[ruby/rdoc] Support GFM tableNobuyoshi Nakada
2021-03-16[ruby/rdoc] Update Rdoc.css sidebar panel.Pankaj Doharey
2021-03-08Sync latest development version of bundler & rubygemsDavid Rodríguez
2021-03-08Remove no longer needed globsDavid Rodríguez
2021-03-06[ruby/irb] Make save-history extension safe for concurrent useJeremy Evans
2021-03-05[ruby/irb] Do not continue line if last expression is an endless rangeJeremy Evans
2021-03-01[lib/benchmark] Use $stdout instead of STDOUT [Bug #17600]Marc-Andre Lafortune
2021-02-27[ruby/irb] Update help message for next context-mode of 4Jeremy Evans
2021-02-26[ruby/reline] Version 0.2.4aycabta
2021-02-25[ruby/irb] Version 1.3.4aycabta
2021-02-22[ruby/reline] fix Reline::Windows.getconsolemode buffercremno
2021-02-21[ruby/reline] Use UTF-8 only for width calc, rest uses original encodingaycabta
2021-02-21[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu