[#41918] [Feature #3647] Array#sample(n, replace=false) — Kenta Murata <redmine@...>

Feature #3647: Array#sample(n, replace=false)

11 messages 2010/08/03

[#41966] [Bug #3673] PTY.getpty with IO.pipe doesn't finish on FreeBSD — Yui NARUSE <redmine@...>

Bug #3673: PTY.getpty with IO.pipe doesn't finish on FreeBSD

9 messages 2010/08/10

[#41969] [Feature #3675] String#prepend, String#>> — Sora Harakami <redmine@...>

Feature #3675: String#prepend, String#>>

15 messages 2010/08/10
[#41976] Re: [Feature #3675] String#prepend, String#>> — Yukihiro Matsumoto <matz@...> 2010/08/10

まつもと ゆきひろです

[#41974] Re: [ruby-cvs:36157] Ruby:r28955 (trunk): * complex.c (nucomp_to_[ifr]): don't allow complex with in-exact — Yukihiro Matsumoto <matz@...>

まつもと ゆきひろです

7 messages 2010/08/10

[#42003] WEBrickに関するセキュリティ修正 (CVE-2010-0541) — Hideki Yamane <henrich@...>

12 messages 2010/08/11

[#42090] Math::atan2(0, 0) on ruby 1.9.2 — KUBO Takehiro <kubo@...>

久保です。

18 messages 2010/08/22
[#42092] Re: Math::atan2(0, 0) on ruby 1.9.2 — Kenta Murata <muraken@...> 2010/08/22

=1B$B$`$i$?$G$9!#=1B(B

[#42166] Ruby'sライセンスの、BSDLとのデュアルライセンスへの変更 — "NARUSE, Yui" <naruse@...>

Ruby's ライセンスは BSDL と Ruby's のデュアルライセンスになります。

14 messages 2010/08/31

[ruby-dev:42096] Re: version.hのRUBY_VERSION_TEENYが古いのでは?

From: KOSAKI Motohiro <kosaki.motohiro@...>
Date: 2010-08-22 12:56:06 UTC
List: ruby-dev #42096
> 成瀬です。
> 
> (2010/08/22 21:19), Moru wrote:
> > $ head ruby-1.9.2-p0/version.h
> > #define RUBY_VERSION "1.9.2"
> > #define RUBY_RELEASE_DATE "2010-08-18"
> > #define RUBY_PATCHLEVEL 0
> >
> > #define RUBY_VERSION_MAJOR 1
> > #define RUBY_VERSION_MINOR 9
> > #define RUBY_VERSION_TEENY 1
> > #define RUBY_RELEASE_YEAR 2010
> > #define RUBY_RELEASE_MONTH 8
> > #define RUBY_RELEASE_DAY 18
> >
> > 他は全部あっているようですがRUBY_VERSION_TEENYだけが1のままになっているのは何か理由があるのでしょうか。
> 
> 以下と同じ理由です。
> 「標準ライブラリが/usr/local/lib/ruby/1.9.1にインストールされる」
> http://www.ruby-lang.org/ja/news/2010/08/18/ruby-1-9-2-is-released/

FAQ になってきている感があるし、たしかにコードを一件すると、チョンボくさい
臭いがしているということもあるので、前後になにかコメントを追加しておくと
いいような気がします。

特に

> > #define RUBY_RELEASE_YEAR 2010
> > #define RUBY_RELEASE_MONTH 8
> > #define RUBY_RELEASE_DAY 18

の3つは順当に更新されてるあたりが混乱を助長しているような気がしなくもないです。




In This Thread