summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-31[rubygems/rubygems] Do not replace the cache entry if there is already oneBenoit Daloze
2019-07-31[rubygems/rubygems] Synchronize access to the Gem::Specification::LOAD_CACHE ...Benoit Daloze
2019-07-31[rubygems/rubygems] Add a blank line after private to be consistent with the ...bronzdoc
2019-07-31[rubygems/rubygems] Return early if filename is emptybronzdoc
2019-07-31[rubygems/rubygems] Simplify config_file_name assigmentbronzdoc
2019-07-31[rubygems/rubygems] Lazy require stringiobronzdoc
2019-07-31[rubygems/rubygems] Set config_file_name to the value of ENV["GEMRC"] if avai...bronzdoc
2019-07-31[rubygems/rubygems] Move config_file_name logic to its own methodbronzdoc
2019-07-31[rubygems/rubygems] Migrate extension builder to use Open3David Rodríguez
2019-07-31[rubygems/rubygems] Remove unused methodDavid Rodríguez
2019-07-30`/o` should not use with instance variableKazuhiro NISHIYAMA
2019-07-30Use lowercase letters for IPv6 addresses.Tanaka Akira
2019-07-29Should match the beginning/end of stringNobuyoshi Nakada
2019-07-29Match suffix for content type more preciselyNobuyoshi Nakada
2019-07-29Chomp html suffix literallyNobuyoshi Nakada
2019-07-28[reline] Do not compile regexp for each lineNobuyoshi Nakada
2019-07-28[reline] Do not escape and compile regexp for each byteNobuyoshi Nakada
2019-07-27Ignore history file without saving if permissions cannot be changedJeremy Evans
2019-07-27Use JRuby equivalent of RubyVM.compile.Charles Oliver Nutter
2019-07-26Document and add spec for delegating to constants in ForwardableJeremy Evans
2019-07-26[ruby/rdoc] Fix image links in rdoc.cssMaxime Lapointe
2019-07-26[ruby/rdoc] Update jQuery to 3.3.1aycabta
2019-07-26[ruby/rdoc] Support nesting text page URLaycabta
2019-07-26[ruby/rdoc] Normalization of comment should check languageaycabta
2019-07-26[ruby/rdoc] ClassModule#add_comment should receive RDoc::Commentaycabta
2019-07-25Check wether multibyte character is splitaycabta
2019-07-25Fix a typo in inspectKazuhiro NISHIYAMA
2019-07-24[rubygems/rubygems] Resolve `@@project_dir` from test file pathsNobuyoshi Nakada
2019-07-24Show the caller's locationNobuyoshi Nakada
2019-07-23Make pkg_config in mkmf include -I cflags in return valueJeremy Evans
2019-07-20Some keywords, "true", "false", and "nil" should be treated as a variableaycabta
2019-07-19Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta
2019-07-17Get rid of LoadError with $DEBUGNobuyoshi Nakada
2019-07-15Require Ruby 2.4 or later because needs lex_state from Ripperaycabta
2019-07-15Also fixed up with 036039c8a29d3d8045207c111f9bbc481c904998Hiroshi SHIBATA
2019-07-15Fixed LoadError of version file.Hiroshi SHIBATA
2019-07-15Fixed inconsitency locations of default gems.Hiroshi SHIBATA
2019-07-15[ruby/logger] Add option to set the binary mode of the log deviceRafael Mendonça França
2019-07-15[ruby/logger] Set filename when initializing logger with a File objectJeremy Evans
2019-07-15[ruby/logger] Enable `frozen_string_literal: true` in `logger.rb`.Samuel Williams
2019-07-15[ruby/logger] Prefer require_relative, it's a little bit faster.Samuel Williams
2019-07-15[ruby/logger] Update logger.gemspecsonots
2019-07-15[ruby/logger] require 'logger/errors' just for compatsonots
2019-07-15[ruby/logger] split logger classes/modules into separate filesColby Swandale
2019-07-15[ruby/logger] Add support for changing severity using bang methods.Samuel Williams
2019-07-15[ruby/logger] Add missing closing "Samuel Giddins
2019-07-15[ruby/logger] Say that logger requires ruby >= 2.3Samuel Giddins
2019-07-15[ruby/logger] dont lock bundler to a specific version in travisColby Swandale
2019-07-15[ruby/logger] remove files that dont need to be included in gem releasesColby Swandale
2019-07-15Change PROMPT_S of simple-promptKazuhiro NISHIYAMA