[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:61027] [ruby-trunk - Feature #9528] [Feedback] mathn.rb library
From:
e@...
Date:
2014-02-23 08:55:25 UTC
List:
ruby-core #61027
Issue #9528 has been updated by Zachary Scott. Category set to lib Status changed from Open to Feedback Assignee set to Zachary Scott Target version set to current: 2.2.0 If you're using subversion you can use the `svn diff` or `svn di` command to output a patch, and then just upload the file. For example: `svn diff lib/mathn.rb > my-patch-to-mathn.diff` You can read more about `svn diff` in the [svnbook](http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.diff.html) Bonus points, when requesting a feature please try to give as many details as possible about your feature: 1) What is your proposed change? 2) Why would people use it? (use cases) 3) Why should this be added to ruby? Are just a few of the questions you could try to answer. We have some more detailed documentation [on contributing.rdoc](https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#how-to-request-features) ---------------------------------------- Feature #9528: mathn.rb library https://bugs.ruby-lang.org/issues/9528#change-45433 * Author: Umair Amjad * Status: Feedback * Priority: Normal * Assignee: Zachary Scott * Category: lib * Target version: current: 2.2.0 ---------------------------------------- I want to add factorial method mathn.rb file as feature of Math module. -- http://bugs.ruby-lang.org/