summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-11-23Tracer.add_filter should support block and Proc objectaycabta
2019-11-21Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA
2019-11-21Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptimeJeremy Evans
2019-11-21[ruby/reline] Version 0.0.7aycabta
2019-11-21Version 0.0.6aycabta
2019-11-21Version 1.1.0aycabta
2019-11-21Consider escape sequence to calculate prompt widthaycabta
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Refactor filter_backtraceY. Ushiki
2019-11-21Fix filter_backtrace for context-mode 0Y. Ushiki
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-21Change argument `Proc` to `#call` defined object.manga_osyo
2019-11-21Add <Home> <End> keys.manga_osyo
2019-11-20Mintty on Cygwin isn't a kind of command prompt, can process ANSI escape codeaycabta
2019-11-20Fix indent of a line when a newline is inserted to the nextaycabta