<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/.document, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Added warning.rb to .document</title>
<updated>2019-12-24T04:12:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-12-24T04:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=302e896833bc611ba39c8697712313fd2dbd70cc'/>
<id>302e896833bc611ba39c8697712313fd2dbd70cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rubified the APIs of pack.c</title>
<updated>2019-11-08T14:51:51+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-11-08T02:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a3141e3c76ef057080d5aab22130a326378094e2'/>
<id>a3141e3c76ef057080d5aab22130a326378094e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use builtins for GC.</title>
<updated>2019-11-08T06:29:02+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-11-08T06:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8fa41971c204555b889c9722586b8baee55a0ca8'/>
<id>8fa41971c204555b889c9722586b8baee55a0ca8</id>
<content type='text'>
Define a part of GC in gc.rb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define a part of GC in gc.rb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define IO#read/write_nonblock with builtins.</title>
<updated>2019-11-08T01:03:19+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-11-08T00:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=365557f111b453289a5e2ce0cdda0899ae248c71'/>
<id>365557f111b453289a5e2ce0cdda0899ae248c71</id>
<content type='text'>
IO#read/write_nonblock methods are defined in prelude.rb with
special private method __read/write_nonblock to reduce keyword
parameters overhead. We can move them into io.rb with builtin
functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IO#read/write_nonblock methods are defined in prelude.rb with
special private method __read/write_nonblock to reduce keyword
parameters overhead. We can move them into io.rb with builtin
functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>use builtin for RubyVM::AbstractSyntaxTree.</title>
<updated>2019-11-08T00:09:29+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-11-07T09:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a47d058ebf6890f4ad81c9c3419e767b4f093815'/>
<id>a47d058ebf6890f4ad81c9c3419e767b4f093815</id>
<content type='text'>
Define RubyVM::AbstractSyntaxTree in ast.rb
with __builtin functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define RubyVM::AbstractSyntaxTree in ast.rb
with __builtin functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>use builtin for TracePoint.</title>
<updated>2019-11-08T00:09:29+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-11-07T09:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e2a45cb984ba75083a577b38ee9643800579a280'/>
<id>e2a45cb984ba75083a577b38ee9643800579a280</id>
<content type='text'>
Define TracePoint in trace_point.rb and use __builtin_ syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define TracePoint in trace_point.rb and use __builtin_ syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include LEGAL in .document [ci skip]</title>
<updated>2018-12-01T12:05:37+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-12-01T12:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0d54245a1cb850121618f80eea4bc7c186b063af'/>
<id>0d54245a1cb850121618f80eea4bc7c186b063af</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add win32/README.win32 to .document</title>
<updated>2018-04-12T14:24:06+00:00</updated>
<author>
<name>kazu</name>
<email>kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-04-12T14:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dfeafff30e0d42505300ab5deafb9923bffd2f21'/>
<id>dfeafff30e0d42505300ab5deafb9923bffd2f21</id>
<content type='text'>
see https://github.com/ruby/docs.ruby-lang.org/issues/56

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see https://github.com/ruby/docs.ruby-lang.org/issues/56

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to fix some broken links</title>
<updated>2018-04-10T15:29:16+00:00</updated>
<author>
<name>kazu</name>
<email>kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-04-10T15:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=342709d18763d91ad196f62186bb8752ecba2b56'/>
<id>342709d18763d91ad196f62186bb8752ecba2b56</id>
<content type='text'>
see https://github.com/ruby/docs.ruby-lang.org/issues/56

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see https://github.com/ruby/docs.ruby-lang.org/issues/56

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude Changelog files from documentation.</title>
<updated>2017-09-01T03:34:18+00:00</updated>
<author>
<name>hsbt</name>
<email>hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2017-09-01T03:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=99d64640c4d2f20aabe6115f95dab1a63d6f143f'/>
<id>99d64640c4d2f20aabe6115f95dab1a63d6f143f</id>
<content type='text'>
  Patch from larskanis (Lars Kanis).
  [Misc #13704][ruby-core:81878]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Patch from larskanis (Lars Kanis).
  [Misc #13704][ruby-core:81878]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
