<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/reline/test_key_stroke.rb, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/reline] Add a test for key bindings with Reline::Key</title>
<updated>2021-09-05T23:10:08+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-09-05T22:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=540eea39ddd358780a6002cbf60a37a79c27c61f'/>
<id>540eea39ddd358780a6002cbf60a37a79c27c61f</id>
<content type='text'>
https://github.com/ruby/reline/commit/cadbd576c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/cadbd576c7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Add a test for oneshot key bindings</title>
<updated>2021-09-05T23:10:02+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-09-05T22:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=83a0807b3be32fea7ddb5f66bd40193e5981f6b9'/>
<id>83a0807b3be32fea7ddb5f66bd40193e5981f6b9</id>
<content type='text'>
https://github.com/ruby/reline/commit/42ebea82b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/42ebea82b7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Rename a temporary test name to appropriate one</title>
<updated>2021-09-05T23:09:57+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-09-05T21:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=14cc611133fbd01a663321fcaceae5ce5141d902'/>
<id>14cc611133fbd01a663321fcaceae5ce5141d902</id>
<content type='text'>
https://github.com/ruby/reline/commit/26ebecde5c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/26ebecde5c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Use single quotes for non-expanded string literals</title>
<updated>2020-08-18T10:08:11+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-07-12T14:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=568615d3952f332d971b00ba30eeedc3606a51c0'/>
<id>568615d3952f332d971b00ba30eeedc3606a51c0</id>
<content type='text'>
https://github.com/ruby/reline/commit/3bf7c7d722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/3bf7c7d722
</pre>
</div>
</content>
</entry>
<entry>
<title>Use inputrc data for keystroke setting</title>
<updated>2019-06-01T00:06:27+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-06-01T00:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7df65ef67691fcc354d819da9cd54a1ade9b6247'/>
<id>7df65ef67691fcc354d819da9cd54a1ade9b6247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Meta key in Reline</title>
<updated>2019-05-24T14:38:40+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-05-24T14:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eb4e774711b17b8a25a7b16c4f0b6044da3dc261'/>
<id>eb4e774711b17b8a25a7b16c4f0b6044da3dc261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Reline as a fallback library for Readline</title>
<updated>2019-04-30T02:44:20+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-04-27T05:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=17350c7e5534c8678097d70698fe08614a6c3997'/>
<id>17350c7e5534c8678097d70698fe08614a6c3997</id>
<content type='text'>
* lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible
  library.
* lib/readline.rb: Readline uses a fallback to Reline when ext/readline
  doesn't exist.
* tool/sync_default_gems.rb: add ruby/reline as a default gem.
* appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit
  of Reline, and add "--exclude readline" to "nmake test-all" on Visual
  Studio builds because of strange behavior.
* spec/ruby/library/readline/spec_helper.rb: skip Reline as with
  RbReadline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible
  library.
* lib/readline.rb: Readline uses a fallback to Reline when ext/readline
  doesn't exist.
* tool/sync_default_gems.rb: add ruby/reline as a default gem.
* appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit
  of Reline, and add "--exclude readline" to "nmake test-all" on Visual
  Studio builds because of strange behavior.
* spec/ruby/library/readline/spec_helper.rb: skip Reline as with
  RbReadline.
</pre>
</div>
</content>
</entry>
</feed>
