<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/reline/history.rb, branch ruby_3_4</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] Fix Reline crash with invalid encoding history</title>
<updated>2024-10-01T17:01:38+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-10-01T17:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e320da60976f6818c8667afb98fe88142c3073d2'/>
<id>e320da60976f6818c8667afb98fe88142c3073d2</id>
<content type='text'>
(https://github.com/ruby/reline/pull/751)

https://github.com/ruby/reline/commit/e9d4b37e34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/751)

https://github.com/ruby/reline/commit/e9d4b37e34
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not include a backtick in error messages and backtraces</title>
<updated>2024-02-15T09:42:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2024-01-19T07:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=25d74b9527cd525042ad0b612b794fa331d3a318'/>
<id>25d74b9527cd525042ad0b612b794fa331d3a318</id>
<content type='text'>
[Feature #16495]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #16495]
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Negative history_size means unlimited</title>
<updated>2020-04-29T10:13:14+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-04-24T17:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4859352df62c05bbc10e1e62f966d493eb771e66'/>
<id>4859352df62c05bbc10e1e62f966d493eb771e66</id>
<content type='text'>
And unlimited is default.

https://github.com/ruby/reline/commit/f5149c3ca6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And unlimited is default.

https://github.com/ruby/reline/commit/f5149c3ca6
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] New items to history are dropped if history_size is zero</title>
<updated>2020-04-29T10:13:14+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-04-24T16:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d27fa87418bcec8fff909f75a547a7c5e6dc83e5'/>
<id>d27fa87418bcec8fff909f75a547a7c5e6dc83e5</id>
<content type='text'>
https://github.com/ruby/reline/commit/9bdbed9cbc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/9bdbed9cbc
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce an abstracted structure about the encoding of Reline</title>
<updated>2020-01-14T06:40:38+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-01-12T13:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f8ea2860b0cac1aec79978e6c44168802958e8af'/>
<id>f8ea2860b0cac1aec79978e6c44168802958e8af</id>
<content type='text'>
The command prompt on Windows always uses Unicode to take input and print
output but most Reline implementation depends on Encoding.default_external.
This commit introduces an abstracted structure about the encoding of Reline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The command prompt on Windows always uses Unicode to take input and print
output but most Reline implementation depends on Encoding.default_external.
This commit introduces an abstracted structure about the encoding of Reline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reline::HISTORY can take Range object</title>
<updated>2019-12-01T14:54:57+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-01T13:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f1cfc7da180a8cf26f758fbe553e6653e4a4dc53'/>
<id>f1cfc7da180a8cf26f758fbe553e6653e4a4dc53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused method.</title>
<updated>2019-07-14T15:33:16+00:00</updated>
<author>
<name>manga_osyo</name>
<email>manga.osyo@gmail.com</email>
</author>
<published>2019-06-29T14:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=04e6b90d5be8f13344066de0d64ba11020e2c094'/>
<id>04e6b90d5be8f13344066de0d64ba11020e2c094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `class Reline::History` and test.</title>
<updated>2019-07-14T15:17:59+00:00</updated>
<author>
<name>manga_osyo</name>
<email>manga.osyo@gmail.com</email>
</author>
<published>2019-06-23T04:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=073cc52dcc5f0945e56877c703688517f58c6a65'/>
<id>073cc52dcc5f0945e56877c703688517f58c6a65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
