<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/bigdecimal/lib, branch ruby-1.9.1-376-11.fc13</title>
<subtitle>Ruby GIT repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/'/>
<entry>
<title>merges r25029 from trunk into ruby_1_9_1.</title>
<updated>2009-11-27T02:55:02+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-11-27T02:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=da9e225d87622364198d8fb63c88acf942ef53c8'/>
<id>da9e225d87622364198d8fb63c88acf942ef53c8</id>
<content type='text'>
--
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
  bigdecimal.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
  bigdecimal.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved from</title>
<updated>2008-11-11T15:21:15+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-11-11T15:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=bcf00e4340d0ed0e9417b3175b84d04a23ba9fd3'/>
<id>bcf00e4340d0ed0e9417b3175b84d04a23ba9fd3</id>
<content type='text'>
  bigdecimal/util, converted into C.  [ruby-dev:36805]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  bigdecimal/util, converted into C.  [ruby-dev:36805]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):</title>
<updated>2008-06-20T19:39:36+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-06-20T19:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=cd936d59845e6b8b43ddb0a70f96b7fb317d48c3'/>
<id>cd936d59845e6b8b43ddb0a70f96b7fb317d48c3</id>
<content type='text'>
  typo fixed (raize -&gt; raise).  [ruby-list:45101]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  typo fixed (raize -&gt; raise).  [ruby-list:45101]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* bignum.c (bignorm): sizeof(long) may be smaller than</title>
<updated>2006-07-11T05:00:02+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2006-07-11T05:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=872f8b5373e4643e196660c70e8ee693e59163d2'/>
<id>872f8b5373e4643e196660c70e8ee693e59163d2</id>
<content type='text'>
  sizeof(VALUE).  [ruby-dev:29013]

* ruby.h (FIXNUM_MAX): fixnum may be bigger than long.

* ruby.h (SIGNED_VALUE): signed integer of size of VALUE.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  sizeof(VALUE).  [ruby-dev:29013]

* ruby.h (FIXNUM_MAX): fixnum may be bigger than long.

* ruby.h (SIGNED_VALUE): signed integer of size of VALUE.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/bigdecimal/bigdecimal.c: add RDoc document.  a patch from</title>
<updated>2006-06-29T09:09:33+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2006-06-29T09:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=f5003893bcad4fa6af942a5409eed3e10afac479'/>
<id>f5003893bcad4fa6af942a5409eed3e10afac479</id>
<content type='text'>
  mathew &lt;meta at pobox.com&gt;.   [ruby-core:07050]


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  mathew &lt;meta at pobox.com&gt;.   [ruby-core:07050]


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10428 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://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=f9b1d4b174128bd92d35fe4b5b2556b57f799bfe'/>
<id>f9b1d4b174128bd92d35fe4b5b2556b57f799bfe</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: http://svn.ruby-lang.org/repos/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: http://svn.ruby-lang.org/repos/ruby/trunk@10242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/bigdecimal/sample/linear.rb: resolve LoadError.</title>
<updated>2005-02-18T17:31:14+00:00</updated>
<author>
<name>ocean</name>
<email>ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2005-02-18T17:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=a47a29e4587ccf9d00ab24a6fe0dd2b928b81f6f'/>
<id>a47a29e4587ccf9d00ab24a6fe0dd2b928b81f6f</id>
<content type='text'>
* ext/bigdecimal/sample/nlsolve.rb: ditto.

* ext/bigdecimal/lib/bigdecimal/nlsolve.rb: removed because this file
  is sample script and same file exists in ext/bigdecimal/sample.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/bigdecimal/sample/nlsolve.rb: ditto.

* ext/bigdecimal/lib/bigdecimal/nlsolve.rb: removed because this file
  is sample script and same file exists in ext/bigdecimal/sample.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* bigdecimal/newton.rb: resolve LoadError.</title>
<updated>2005-02-18T16:42:43+00:00</updated>
<author>
<name>ocean</name>
<email>ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2005-02-18T16:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=9c3c112c8f9a6cabdfcac972bbc6e56e01d10d43'/>
<id>9c3c112c8f9a6cabdfcac972bbc6e56e01d10d43</id>
<content type='text'>
* bigdecimal/nlsolve.rb: ditto.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bigdecimal/nlsolve.rb: ditto.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>mult &amp; div instead of * &amp; /.</title>
<updated>2003-08-29T13:33:37+00:00</updated>
<author>
<name>shigek</name>
<email>shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2003-08-29T13:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=b37d56dc49e4760a379a24156f9d1a11afcbda29'/>
<id>b37d56dc49e4760a379a24156f9d1a11afcbda29</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>E added. Typo corrected.</title>
<updated>2003-08-19T14:16:09+00:00</updated>
<author>
<name>shigek</name>
<email>shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2003-08-19T14:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=8443e22c990ce396778841823c603db9d839f695'/>
<id>8443e22c990ce396778841823c603db9d839f695</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
