summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-10-16[ruby/rdoc] Support linking #==Mike Dalessio
2021-10-16[ruby/rdoc] feat: add support for :category: on C functionsMike Dalessio
2021-10-16[ruby/rdoc] fix: comments in C files use the global markup optionMike Dalessio
2021-10-16[ruby/rdoc] extract Comment creation in Parser::CMike Dalessio
2021-10-15Make explicit opening filesNobuyoshi Nakada
2021-10-15[rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailur...Jack Schuss
2021-10-14[ruby/drb] Bump up drb version to 2.1.0Hiroshi SHIBATA
2021-10-14[ruby/drb] Bump up drb version to 2.0.5Hiroshi SHIBATA
2021-10-14[ruby/time] Bump up time version to 0.2.0Hiroshi SHIBATA
2021-10-14[ruby/open-uri] Bump up open-uri version to 0.2.0Hiroshi SHIBATA
2021-10-14[ruby/base64] Bump up base64 version to 0.1.1Hiroshi SHIBATA
2021-10-14[ruby/find] Bump up find version to 0.1.1Hiroshi SHIBATA
2021-10-14[ruby/yaml] Bump up yaml version to 0.2.0Hiroshi SHIBATA
2021-10-14[ruby/timeout] Bump up timeout version to 0.2.0Hiroshi SHIBATA
2021-10-14[ruby/cgi] Bump up cgi version to 0.3.0Hiroshi SHIBATA
2021-10-14[ruby/benchmark] Bump up benchamark version to 0.2.0Hiroshi SHIBATA
2021-10-14[ruby/fileutils] Remove counterproductive optimizationDavid Rodríguez
2021-10-14[ruby/fileutils] Simplify loop to find out segments to be createdDavid Rodríguez
2021-10-13[rubygems/rubygems] Remove unnecessary methodDavid Rodríguez
2021-10-13[rubygems/rubygems] Reuse `sh` helper for `git push` tooDavid Rodríguez
2021-10-13[rubygems/rubygems] Simplify some codeDavid Rodríguez
2021-10-13[rubygems/rubygems] Reuse `sh` helperDavid Rodríguez
2021-10-13[rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez
2021-10-13[rubygems/rubygems] No need to use converged dependencies eitherDavid Rodríguez
2021-10-13[rubygems/rubygems] Extract `locked_dependencies` helperDavid Rodríguez
2021-10-13[rubygems/rubygems] Simplify the incomplete locked specs for platform checkDavid Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez
2021-10-13[rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez
2021-10-13[rubygems/rubygems] Remove unnecessary codeDavid Rodríguez
2021-10-13[ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga
2021-10-12Fix libraries under digestNobuyoshi Nakada
2021-10-12[ruby/digest] Avoid the constant redefinition warningAkinori MUSHA
2021-10-12[ruby/digest] Place common parts in lib and engine specific parts under ext/*...Akinori MUSHA
2021-10-12[ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada
2021-10-12[ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada
2021-10-12[ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada
2021-10-11[ruby/reline] Rescue LoadError to require 'fiddle'aycabta
2021-10-11[ruby/reline] Remove a comment for debugaycabta
2021-10-11[ruby/rdoc] Update SourceCodePro font filesaycabta
2021-10-11[ruby/irb] Add help about extra doc dir optionaycabta
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-10-11[ruby/irb] Add periods to docaycabta
2021-10-11[rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez
2021-10-11[rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez
2021-10-11[ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi...aycabta
2021-10-11[ruby/irb] Set default return_formataycabta
2021-10-10[ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun
2021-10-11[ruby/ipaddr] Fix include? and ipv4_mapped to allow drb tests to passJeremy Evans
2021-10-11[ruby/ipaddr] Make IPAddr#include? consider range of argumentJeremy Evans