aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/rdoc] Bump version to 6.1.1aycabta2019-07-151-1/+1
* [ruby/rdoc] Correction to include regexp_handling in list of loaded filespoloka2019-07-151-1/+1
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-141-1/+1
* [ruby/csv] add options doc :quote_empty (#89)kawa_tech2019-07-141-1/+4
* [ruby/csv] Add options doc: :write_converters, :write_nil_value, :write_empty...Masafumi Koba2019-07-141-3/+13
* [ruby/csv] add document of strip (#88)hayashiyoshino2019-07-141-1/+5
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
* [ruby/csv] Don't raise on eof?Kouhei Sutou2019-07-141-0/+11
* [ruby/csv] Refactor range in delete_suffix (#85)Kazuhiro NISHIYAMA2019-07-141-1/+1
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
* Fix links to headingsMaxime Lapointe2019-07-141-1/+1
* Warn open-uri's "open" method at Kernel.Tanaka Akira2019-07-141-9/+18
* fix issue with 'SIGINT' handling in LineEditor#resetLuke Gruber2019-07-141-1/+1
* Removed useless `freeze`s from gemspec filesNobuyoshi Nakada2019-07-131-19/+19
* Drop fossil rubygems supportNobuyoshi Nakada2019-07-131-20/+4
* Removed stub lines from gemspec filesNobuyoshi Nakada2019-07-131-2/+0
* change default value of load_limit (ignore load_limit)Masatoshi SEKI2019-07-131-1/+1
* Add arg check to Reline.dig_perfect_match_proc=aycabta2019-07-111-0/+1
* WEBrick::HTTPResponse create tempfile if required.Tanaka Akira2019-07-111-2/+39
* handle_interrupt to defend monitor state [Bug #15992]NARUSE, Yui2019-07-101-2/+4
* Suppress a warning when `write_headers: true`Nobuyoshi Nakada2019-07-081-0/+1
* Fix default argument values for OptParse::Switch#summarizeJeremy Evans2019-07-071-1/+1
* Refactored width calculationsNobuyoshi Nakada2019-07-061-43/+21
* SimplifiedNobuyoshi Nakada2019-07-061-8/+1
* Fix showing document of ClassName.method_name in IRBaycabta2019-07-061-1/+1
* Support Control- and Meta-aycabta2019-07-041-5/+4
* Move a comment to proper placeaycabta2019-07-041-1/+1
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-041-4/+6
* Use lstrip instead of gsub which can match only onceNobuyoshi Nakada2019-07-042-4/+4
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-041-1/+1
* Check code_block_open for whether code continuesaycabta2019-07-031-2/+2
* Try to avoid `not delagated` errorKazuhiro NISHIYAMA2019-07-031-1/+1
* Keyword token that follows EXPR_FNAME must be a method nameaycabta2019-07-021-3/+6
* Show "-" if indent level is negativeaycabta2019-07-011-3/+11