summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-12-05debug.rb: expand filenames in breakpointsAntonio Terceiro
2019-12-04Do not attempt to call methods on the receiver if it is a basic objectYuki Nishijima
2019-12-05Support disable-completionaycabta
2019-12-05Fix variable catchaycabta
2019-12-04Fix thread leak in drbKazuhiro NISHIYAMA
2019-12-03Fix auto-indent behavior correctlyaycabta
2019-12-03Support incremental search by last determined wordaycabta
2019-12-03The C-r in vi command mode is also incremental searchaycabta
2019-12-02Support incremental search again by C-r in incremental searchaycabta
2019-12-02Process Backspace key in incremental search correctlyaycabta
2019-12-02Search history to back in the middle of historiesaycabta
2019-12-01The ed_search_prev_history should always search to backwardaycabta
2019-12-01Reline::HISTORY can take Range objectaycabta
2019-11-30Promote did_you_mean to default gemKevin Deisz
2019-11-30[ruby/fileutils] Bump version to 1.4.1Hiroshi SHIBATA
2019-11-30Revert "[ruby/fileutils] Fix #install with "X" mode option"Hiroshi SHIBATA
2019-11-30[ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans
2019-11-30[ruby/webrick] Bump version to 1.6.0Hiroshi SHIBATA
2019-11-30[ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans
2019-11-30[ruby/webrick] Document HTTPResponse#body callable optionzverok
2019-11-30[ruby/fileutils] Bump version to 1.4.0Hiroshi SHIBATA
2019-11-30Move gemspec of fileutils under the toplevel of lib directory.Hiroshi SHIBATA
2019-11-30[ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada
2019-11-30[ruby/fileutils] Remove version.rbNobuyoshi Nakada
2019-11-30[ruby/forwardable] Bump version to 1.3.0Hiroshi SHIBATA
2019-11-30[ruby/forwardable] Fix keyword argument separation warnings on Ruby 2.7+Jeremy Evans
2019-11-30Use @eof variable for ReidlineInputMethod#eof?aycabta
2019-11-30Simplified ErrDimensionMismatch classHiroshi SHIBATA
2019-11-30Support argument for ErrNotRegularHiroshi SHIBATA
2019-11-30Also replace E2MM to standard exception classHiroshi SHIBATA
2019-11-30Support existence usecase for the custom exception classesHiroshi SHIBATA
2019-11-30replace raise method from e2mmap on Scalar classHiroshi SHIBATA
2019-11-30raise method accepts 3 argument with exception classHiroshi SHIBATA
2019-11-30Retire to maintain e2mmap on ruby coreHiroshi SHIBATA
2019-11-30Remove re-define embedded error classes and extract argument on custom error ...Hiroshi SHIBATA
2019-11-30Use simple exception classes instead of e2mmapHiroshi SHIBATA
2019-11-29Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"aycabta
2019-11-28Fix regexp to complete complex literalaycabta
2019-11-28Delete newline when C-k on emacs mode at EOLaycabta
2019-11-28Remove two removed constantsaycabta
2019-11-28Fix ghost method line noaycabta
2019-11-26Remove an unnecessary variableaycabta
2019-11-26Slightly fix the warning message [ci skip]Takashi Kokubun
2019-11-26Suggest an alternative to suppress the irb warningTakashi Kokubun
2019-11-25Cache loaded module to suppress method redefined warningsaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-11-25Remove lib/irb/slex.rbaycabta
2019-11-24Remove debug code...aycabta
2019-11-24Disable tracer ext of IRB when tracer doesn't foundaycabta
2019-11-23Tracer.set_get_line_procs should support block and Proc objectaycabta