<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/irb/workspace.rb, branch v2_7_8</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Remove e2mmap dependency</title>
<updated>2019-11-24T20:38:09+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-11-24T20:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=51ea1abb5f2ed70387dda28a5d0d9ee817367d61'/>
<id>51ea1abb5f2ed70387dda28a5d0d9ee817367d61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more strict regexp to avoid to match naninanirb.rb</title>
<updated>2019-11-21T14:10:30+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-11-21T14:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=88d6009d91c197049da9d6efeb406aec5eb5d551'/>
<id>88d6009d91c197049da9d6efeb406aec5eb5d551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor filter_backtrace</title>
<updated>2019-11-20T17:44:35+00:00</updated>
<author>
<name>Y. Ushiki</name>
<email>citrus.yubeshi@gmail.com</email>
</author>
<published>2019-10-29T23:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9d6f78822c61348989802848150f103f0a4ef7d0'/>
<id>9d6f78822c61348989802848150f103f0a4ef7d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix filter_backtrace for context-mode 0</title>
<updated>2019-11-20T17:44:35+00:00</updated>
<author>
<name>Y. Ushiki</name>
<email>citrus.yubeshi@gmail.com</email>
</author>
<published>2019-10-29T23:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=04d0d93ebf8692170218fa9d55216aaca74be30b'/>
<id>04d0d93ebf8692170218fa9d55216aaca74be30b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle binding.irb for frozen objects and BasicObjects using a delegate</title>
<updated>2019-08-26T15:10:34+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-08-25T06:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d9c3a5712b00ebe059a63954674c10d247d1ec3'/>
<id>7d9c3a5712b00ebe059a63954674c10d247d1ec3</id>
<content type='text'>
Fixes Ruby Bug 13264
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Ruby Bug 13264
</pre>
</div>
</content>
</entry>
<entry>
<title>Move private call without arguments inside method</title>
<updated>2019-08-26T15:10:34+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-08-25T00:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=caeafbe8252d13624a16acac703e4d04fcb19062'/>
<id>caeafbe8252d13624a16acac703e4d04fcb19062</id>
<content type='text'>
This code did not have the desired effect.  I'm not sure if
irb_binding is supposed to be private or not.  If not, the private
call can just be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code did not have the desired effect.  I'm not sure if
irb_binding is supposed to be private or not.  If not, the private
call can just be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not rely on IRB.conf[:MAIN_CONTEXT] before initialize</title>
<updated>2019-05-30T06:50:21+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2019-05-30T06:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=70e87d9660af24fb93cac1312b6e1990602c1396'/>
<id>70e87d9660af24fb93cac1312b6e1990602c1396</id>
<content type='text'>
so that we can colorize binding.irb source lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that we can colorize binding.irb source lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check whether IRB.conf is nil in IRB::WorkSpace#code_around_binding</title>
<updated>2019-05-21T00:14:08+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-05-21T00:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=29c81265c1637245aa331f8d47c5060f4dc79ab0'/>
<id>29c81265c1637245aa331f8d47c5060f4dc79ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --colorize and --nocolorize options to IRB</title>
<updated>2019-05-20T23:57:21+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-05-15T07:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3a9008b9845db544d0788851f9527ce9f9f6bf4a'/>
<id>3a9008b9845db544d0788851f9527ce9f9f6bf4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sync-default-gems GEM=irb</title>
<updated>2019-04-27T02:42:40+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2019-04-27T02:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=569c1ef6f17ad12012ba85c443c6806b9d0a9da5'/>
<id>569c1ef6f17ad12012ba85c443c6806b9d0a9da5</id>
<content type='text'>
Backport changes from ruby/irb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport changes from ruby/irb.
</pre>
</div>
</content>
</entry>
</feed>
