summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-07-15Simplify history saving codeaycabta
2019-07-15The default charset of text/* media type is UTF-8.Tanaka Akira
2019-07-15Use #to_a for Readline::HISTORY directlyaycabta
2019-07-15Add lib/irb/color.rb to destribution file listaycabta
2019-07-15Remove debug printaycabta
2019-07-15Support multiline irb_historyaycabta
2019-07-15Check wether prompt_i is nilaycabta
2019-07-15Save history in IRB is enabled by defaultaycabta
2019-07-15Auto indent in IRB is enabled by defaultaycabta
2019-07-15Version 1.1.0.pre.2aycabta