summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-21[ruby/reline] Remove an obsolete commented-out testaycabta
2021-06-21[ruby/reline] Remove FIXME comment in #renderaycabta
2021-06-21[ruby/reline] Remove TODO comment in #render_partialaycabta
2021-06-21[ruby/reline] Add yamatanooroti test about set and exchange markaycabta
2021-06-21[ruby/reline] Add binding C-x C-x to em_exchange_mark on Windowsaycabta
2021-06-21[ruby/reline] Reset config for random testaycabta
2021-06-21[ruby/reline] Treat C-Space as M-Space on Windowsaycabta
2021-06-21[ruby/reline] Check existance of a constant, Fiddle::VERSIONaycabta
2021-06-21[ruby/reline] Add Meta+arrow-keys in extended entries of terminfoaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chainaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr and tiparm should return String objectaycabta
2021-06-21[ruby/reline] Add terminfo supportaycabta
2021-06-21[ruby/reline] Handle Errno::ENOTTY correctlyaycabta
2021-06-21[ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans
2021-06-21[ruby/reline] Treat return key correctly on Windowsaycabta
2021-06-21[ruby/reline] Add a test for pasting Cyrillic chars into command prompt on cp...aycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-06-21[ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta
2021-06-21[ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk
2021-06-21[ruby/irb] Version 1.3.6aycabta
2021-06-21Fix syntax error in generated codeNobuyoshi Nakada
2021-06-21* 2021-06-21 [ci skip]git
2021-06-21Adjust indentsNobuyoshi Nakada
2021-06-19Tweak description of TracePoint :line eventJeremy Evans
2021-06-19* 2021-06-19 [ci skip]git
2021-06-18Add a cache for class variableseileencodes
2021-06-18Bump matrix version to 0.4.2Hiroshi SHIBATA
2021-06-18Make frozen Time Ractor-shareableNobuyoshi Nakada
2021-06-18Add section on build requirements to the READMEJeremy Evans
2021-06-18Enable USE_ISEQ_NODE_ID by defaultYusuke Endoh
2021-06-18Make it possible to get AST::Node from Thread::Backtrace::LocationYusuke Endoh
2021-06-18Remove LOCATION_TYPE_ISEQ_CALCED state from Backtrace::LocationYusuke Endoh
2021-06-18* 2021-06-18 [ci skip]git
2021-06-18node.h: Reduce struct size to fit with Ruby object size (five VALUEs)Yusuke Endoh
2021-06-18ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh
2021-06-17Refactor heap_set_incrementPeter Zhu
2021-06-17[rubygems/rubygems] Close then unlink tempfiles on WindowsNobuyoshi Nakada
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-06-17* 2021-06-17 [ci skip]git
2021-06-17* expand tabs. [ci skip]git
2021-06-16Enable frozen_string_literal in builtin_iseq_loadJohn Hawthorn
2021-06-16[ruby/net-protocol] Get rid of `__send__`Nobuyoshi Nakada
2021-06-16Fixed comments in cmd.exe script [ci skip]Nobuyoshi Nakada
2021-06-16Removed redundant NUM2IOCTLREQ definition [Bug #17759]Nobuyoshi Nakada
2021-06-16Configure ioctl request argument type [Bug #17759]Nobuyoshi Nakada
2021-06-16* 2021-06-16 [ci skip]git
2021-06-16Make ext directory before extinit.c when out-of-place buildNobuyoshi Nakada
2021-06-15Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada
2021-06-15Convert initial contents before allocating queue bufferNobuyoshi Nakada
2021-06-15[ruby/ostruct] v0.4.0Marc-Andre Lafortune