aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/base64] gemspec: Explicitly empty executables listOlle Jonsson2021-04-211-1/+1
* [ruby/abbrev] gemspec: Explicitly empty executables listOlle Jonsson2021-04-211-1/+1
* [ruby/logger] Replace "iff" with "if and only if"Gannon McGibbon2021-04-201-5/+5
* Merge the master branch of RubyGemsHiroshi SHIBATA2021-04-1510-33/+39
* Merge the master branch of BundlerHiroshi SHIBATA2021-04-1560-141/+333
* [ruby/matrix] Fix a typo in a error messageuniversato2021-04-141-1/+1
* mkmf.rb: convert also arch_hdrdir [Bug #16651]Nobuyoshi Nakada2021-04-111-1/+1
* [ruby/optparse] Moved rdoc files to doc/optparseNobuyoshi Nakada2021-04-112-8/+8
* [ruby/reline] Add calling Reline::Config#reset_default_key_bindings to #reset...aycabta2021-04-091-0/+1
* [ruby/reline] Moved development dependencies to GemfileNobuyoshi Nakada2021-04-081-6/+0
* [ruby/reline] Separate keystrokes each editing modeaycabta2021-04-086-69/+113
* [ruby/reline] Check WITH_VTERM env to add vterm gem as dependencyaycabta2021-04-081-1/+1
* [ruby/irb] Moved development dependencies to GemfileNobuyoshi Nakada2021-04-081-5/+0
* [ruby/irb] Ripper::Lexer::Elem#state is defined since Ruby 2.5Nobuyoshi Nakada2021-04-081-6/+1
* [ruby/optparse] gemspec: Explicit files list [ci skip]Olle Jonsson2021-04-081-5/+1
* [ruby/optparse] Make use of option_params.rdocBurdetteLamar2021-04-082-65/+19
* [ruby/optparse] gemspec: Explicitly list 0 executablesOlle Jonsson2021-04-081-1/+1
* [ruby/tmpdir] Bump version to 0.1.2Hiroshi SHIBATA2021-04-051-1/+1
* [ruby/tmpdir] Make usable chars more strictNobuyoshi Nakada2021-04-051-1/+1
* [ruby/irb] Check WITH_VTERM env to add vterm gem as dependencyaycabta2021-04-041-1/+1
* [ruby/reline] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGVaycabta2021-04-031-0/+2
* [ruby/irb] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGVaycabta2021-04-031-0/+2
* [ruby/irb] Use yamatanooroti gem for testsaycabta2021-04-031-0/+1
* [ruby/reline] Version 0.2.5aycabta2021-04-031-1/+1
* [ruby/irb] Version 1.3.5aycabta2021-04-031-2/+2
* [ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada2021-04-031-0/+4
* [ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta2021-04-032-6/+6
* [ruby/rdoc] Treat other tags as word boundariesaycabta2021-04-031-4/+13
* [ruby/rdoc] Disable other notations in <code> tagsaycabta2021-04-032-25/+87
* [ruby/irb] Evaluate each toplevel statementaycabta2021-04-032-12/+65
* [ruby/irb] process multi-line pastes as a single entityCody Cutrer2021-04-031-1/+7
* [ruby/reline] Reset @rest_height when clear screenaycabta2021-04-021-0/+1
* [ruby/irb] Add show_source commandTakashi Kokubun2021-04-022-0/+91
* [ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada2021-04-021-1/+4
* [ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada2021-04-021-1/+2
* Enclose the code that was accidentally a link in "tt"aycabta2021-03-313-13/+13
* mkmf: fixed install directories of header files in extension libraries [Bug #...Nobuyoshi Nakada2021-03-301-4/+4
* Fix handling of timeout accessing scheduler outside of non-blocking context.Samuel Williams2021-03-301-1/+1
* Update method name and add documentation.Samuel Williams2021-03-301-2/+5
* Update lib/timeout.rbSamuel Williams2021-03-301-1/+1
* Add hook for `Timeout.timeout`.Samuel Williams2021-03-301-1/+7
* [ruby/irb] Prevent the completion from crashing if rdoc is missingAleksandar Ivanov2021-03-301-2/+9
* [ruby/optparse] bump up to 0.1.1Nobuyoshi Nakada2021-03-291-1/+1
* [ruby/optparse] Fixed error message of unparsed non-optionNobuyoshi Nakada2021-03-291-0/+5
* [ruby/optparse] Exclude unnecessary files from the packageNobuyoshi Nakada2021-03-291-1/+3
* [ruby/optparse] Change *opts to *params, to avoid confusionBurdetteLamar2021-03-292-13/+35
* [ruby/optparse] Add OptionParser#require_exact accessorJeremy Evans2021-03-291-0/+9
* [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