aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore history file without saving if permissions cannot be changedJeremy Evans2019-07-271-0/+2
* Use JRuby equivalent of RubyVM.compile.Charles Oliver Nutter2019-07-271-1/+6
* Document and add spec for delegating to constants in ForwardableJeremy Evans2019-07-261-2/+8
* [ruby/rdoc] Fix image links in rdoc.cssMaxime Lapointe2019-07-261-5/+5
* [ruby/rdoc] Update jQuery to 3.3.1aycabta2019-07-261-4/+2
* [ruby/rdoc] Support nesting text page URLaycabta2019-07-261-1/+4
* [ruby/rdoc] Normalization of comment should check languageaycabta2019-07-264-13/+20
* [ruby/rdoc] ClassModule#add_comment should receive RDoc::Commentaycabta2019-07-262-1/+6
* Check wether multibyte character is splitaycabta2019-07-251-0/+4
* Fix a typo in inspectKazuhiro NISHIYAMA2019-07-251-1/+1
* [rubygems/rubygems] Resolve `@@project_dir` from test file pathsNobuyoshi Nakada2019-07-241-2/+0
* Show the caller's locationNobuyoshi Nakada2019-07-241-2/+2
* Make pkg_config in mkmf include -I cflags in return valueJeremy Evans2019-07-231-4/+4
* Some keywords, "true", "false", and "nil" should be treated as a variableaycabta2019-07-201-1/+1
* Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta2019-07-192-1/+8
* Get rid of LoadError with $DEBUGNobuyoshi Nakada2019-07-171-6/+7
* Require Ruby 2.4 or later because needs lex_state from Ripperaycabta2019-07-151-0/+2
* Also fixed up with 036039c8a29d3d8045207c111f9bbc481c904998Hiroshi SHIBATA2019-07-151-1/+1
* Fixed LoadError of version file.Hiroshi SHIBATA2019-07-151-1/+1
* Fixed inconsitency locations of default gems.Hiroshi SHIBATA2019-07-152-0/+0
* [ruby/logger] Add option to set the binary mode of the log deviceRafael Mendonça França2019-07-152-5/+11
* [ruby/logger] Set filename when initializing logger with a File objectJeremy Evans2019-07-151-0/+3
* [ruby/logger] Enable `frozen_string_literal: true` in `logger.rb`.Samuel Williams2019-07-151-1/+1
* [ruby/logger] Prefer require_relative, it's a little bit faster.Samuel Williams2019-07-152-6/+7
* [ruby/logger] Update logger.gemspecsonots2019-07-151-4/+4
* [ruby/logger] require 'logger/errors' just for compatsonots2019-07-152-1/+2
* [ruby/logger] split logger classes/modules into separate filesColby Swandale2019-07-158-294/+308
* [ruby/logger] Add support for changing severity using bang methods.Samuel Williams2019-07-151-0/+15
* [ruby/logger] Add missing closing "Samuel Giddins2019-07-151-1/+1
* [ruby/logger] Say that logger requires ruby >= 2.3Samuel Giddins2019-07-151-0/+2
* [ruby/logger] dont lock bundler to a specific version in travisColby Swandale2019-07-151-1/+1
* [ruby/logger] remove files that dont need to be included in gem releasesColby Swandale2019-07-151-1/+1
* Change PROMPT_S of simple-promptKazuhiro NISHIYAMA2019-07-151-1/+1
* Simplify history saving codeaycabta2019-07-151-8/+1
* The default charset of text/* media type is UTF-8.Tanaka Akira2019-07-151-5/+4
* Use #to_a for Readline::HISTORY directlyaycabta2019-07-151-1/+1
* Add lib/irb/color.rb to destribution file listaycabta2019-07-151-1/+1
* Remove debug printaycabta2019-07-151-1/+0
* Support multiline irb_historyaycabta2019-07-151-2/+18
* Check wether prompt_i is nilaycabta2019-07-151-1/+2
* Save history in IRB is enabled by defaultaycabta2019-07-152-6/+5
* Auto indent in IRB is enabled by defaultaycabta2019-07-153-8/+8
* Version 1.1.0.pre.2aycabta2019-07-151-2/+2
* Need reline-0.0.1 or later for some featuresaycabta2019-07-151-1/+1
* Version 0.0.1aycabta2019-07-151-1/+1
* Remove unused method.manga_osyo2019-07-151-4/+0
* [ruby/matrix] Add Matrix::VERSION constantMarcus Stollsteimer2019-07-153-2/+16
* [ruby/matrix] Add missing `lib/matrix/' files to file list in gemspecMarcus Stollsteimer2019-07-151-1/+1
* Add `class Reline::History` and test.manga_osyo2019-07-152-60/+62
* Suppress warningsMasataka Pocke Kuwabara2019-07-153-2/+6