<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/COPYING.ja, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Cross-links between Japanese and English pages (#15705)</title>
<updated>2025-12-24T02:46:57+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2025-12-24T02:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ab683d56bc625c83d815741b3bfd9c606b14517f'/>
<id>ab683d56bc625c83d815741b3bfd9c606b14517f</id>
<content type='text'>
* [DOC] Cross-links between Japanese and English pages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [DOC] Cross-links between Japanese and English pages
</pre>
</div>
</content>
</entry>
<entry>
<title>COPYING: reformat as RDoc</title>
<updated>2019-02-02T06:38:10+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2019-02-02T06:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fc7e1baf5184a362377f303821eb6dacd369b006'/>
<id>fc7e1baf5184a362377f303821eb6dacd369b006</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66989 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@66989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Change encoding from EUC-JP to UTF-8. [Feature #5128]</title>
<updated>2011-09-04T12:22:46+00:00</updated>
<author>
<name>shyouhei</name>
<email>shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2011-09-04T12:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=60c8455253682cbda20a90950be3777f2d819ead'/>
<id>60c8455253682cbda20a90950be3777f2d819ead</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33181 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@33181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* COPYING: change Ruby's License from a dual license with GPLv2</title>
<updated>2010-09-15T15:35:31+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-09-15T15:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2cd6800fd8437b1f862f3f5c44db877159271d17'/>
<id>2cd6800fd8437b1f862f3f5c44db877159271d17</id>
<content type='text'>
  to a dual license with 2-clause BSDL.
  [ruby-dev:42166] [ruby-core:31971]
  [ruby-dev:39167] [ruby-core:25272]

* COPYING.ja: ditto.

* BSDL: added. this is from The FreeBSD License.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  to a dual license with 2-clause BSDL.
  [ruby-dev:42166] [ruby-core:31971]
  [ruby-dev:39167] [ruby-core:25272]

* COPYING.ja: ditto.

* BSDL: added. this is from The FreeBSD License.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo</title>
<updated>2006-06-10T16:09:12+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2006-06-10T16:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d1a5aa5685cfa12724116ce650cb5af3119cf103'/>
<id>d1a5aa5685cfa12724116ce650cb5af3119cf103</id>
<content type='text'>
  fixed: raize -&gt; raise.  [ruby-talk:196608]

* string.c (rb_str_ord): new method.

* parse.y (rbracket): allow optional newline before closing
  brackets.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  fixed: raize -&gt; raise.  [ruby-talk:196608]

* string.c (rb_str_ord): new method.

* parse.y (rbracket): allow optional newline before closing
  brackets.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename *.jp to *.ja, since jp is a region code and ja is a language</title>
<updated>2001-07-19T05:44:26+00:00</updated>
<author>
<name>knu</name>
<email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2001-07-19T05:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eaddc4a94bf1dfb95ef889e2dd5521b657845675'/>
<id>eaddc4a94bf1dfb95ef889e2dd5521b657845675</id>
<content type='text'>
code.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code.


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