Project

General

Profile

Activity

From 01/09/2012 to 01/15/2012

01/15/2012

06:21 PM Bug #5897 (Rejected): RubyからWinAPIのCreateProcessを使ったときに引数を間違えるとバグがでる
require 'Win32API'
CreateProcess = Win32API.new('kernel32', 'CreateProcess', %w(ipiiiiiipp), 'i')
NULL = 0
FAL...
uy (西行寺 うゆ)
04:46 PM Feature #5896 (Closed): object representation in rb_enc_vsprintf()
=begin
(({rb_enc_vsprintf()}))で(({VALUE}))を受け付けるようにする拡張です。
文字列化したオブジェクトを含むメッセージを組み立てる場合、
(({StringValueCStr()}))...
nobu (Nobuyoshi Nakada)
04:28 PM Bug #5848 (Closed): Array#inspect having an element with non-ASCII compatible #inspect result
This issue was solved with changeset r34308.
John, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
03:46 PM Revision d3f8488b (git): st optimize st_insert
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
03:46 PM Revision 9ed8c1f1 (git): st refactor add_packed_direct a bit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
03:46 PM Revision 638f696b (git): st macroses for allocation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
03:46 PM Revision 93829abc (git): * 2012-01-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:46 PM Revision cada5343 (git): st macroses for packed table
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
03:46 PM Revision 978a4ef1 (git): st use function instead of macro
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
02:38 PM Feature #5820: Merge Onigmo to Ruby 2.0
私としては、せっかく (?au) を入れたので使えないのはもったいないなと思います。Perlの他にはPythonでも /u 相当が使えることですし需要はあるでしょう。
/u がぶつかる問題は、大文字で /A/U にするとか?
...
k_takata (Ken Takata)
01:31 PM Bug #5892 (Rejected): REXML always wraps long tag text regardless the page width setting.
=begin
It seems that this had been fixed in Ruby 1.9.3. Please update your ruby or request a backport for r31997 and...
kou (Kouhei Sutou)
10:38 AM Bug #5892 (Assigned): REXML always wraps long tag text regardless the page width setting.
naruse (Yui NARUSE)
11:38 AM Feature #5895: rb_iter_break_value
=begin
=end
nobu (Nobuyoshi Nakada)
07:28 AM Revision ef18be23 (git): * object.c (rb_inspect): raise the result is not compatible with
the default external encoding. [ruby-core:42095] [Bug #5848]
If the default external encoding is ASCII compatible, ...
naruse (Yui NARUSE)
06:52 AM Revision 4c5171bb (git): * 2012-01-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:52 AM Revision c358a4cb (git): * ext/json/parser/parser.rl (json_string_unescape): workaround fix
for over optimization of GCC 4.7. [ruby-core:42085] [Bug #5888]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51862
...
naruse (Yui NARUSE)

01/14/2012

11:42 PM Feature #5895 (Closed): rb_iter_break_value
=begin
Rubyレベルではbreakで値を返すことができますが、Cレベルでは今のところ方法がありません。
(({void rb_iter_break_value(VALUE)}))というインターフェースを提案します。
...
nobu (Nobuyoshi Nakada)
09:56 PM Bug #5894 (Closed): ISeq#compile with line no 0
This issue was solved with changeset r34303.
Hideki, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
05:31 PM Bug #5894 (Closed): ISeq#compile with line no 0
三浦英樹と申します
以下のようにISeq.compile、ISeq#to_aを以下のように呼びだすと、セグメンテーションフォルトが発生します。
行番号(第4引数)を正数にするとこの現象は発生しないようです。
Rubyのバ...
miura1729 (Hideki Miura)
01:24 PM Revision 67bf0990 (git): * ext/dl/callback/mkcallback.rb (gencallback): suppress unused
variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:16 PM Revision 45fd8887 (git): * compile.c (iseq_set_sequence): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:56 PM Revision e72ae8cc (git): * iseq.c (iseq_data_to_ary): check line info table boundary. line
number 0 means no line number info is needed. [ruby-dev:45130]
[Bug #5894]
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
12:53 PM Feature #5873: Adopt FFI over DL
> To remove original DL completely, we have to bundle libffi itself
> wholly.

Why?

Example, openssl is r...
kosaki (Motohiro KOSAKI)
11:53 AM Feature #5873: Adopt FFI over DL
Hi,

(12/01/14 8:48), Aaron Patterson wrote:
> On Tue, Jan 10, 2012 at 10:01:26PM +0900, Heesob Park wrote:
...
nobu (Nobuyoshi Nakada)
08:59 AM Feature #5873: Adopt FFI over DL
libffi has bash wrapper script to compile with cl.exe

It should work, however was not part of mswin builds.

...
luislavena (Luis Lavena)
08:53 AM Feature #5873: Adopt FFI over DL
On Tue, Jan 10, 2012 at 10:01:26PM +0900, Heesob Park wrote:
>
> Issue #5873 has been updated by Heesob Park.
> ...
Anonymous
12:47 PM Revision 3772335a (git): * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught exception.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:05 PM Bug #5887: The documentation of Module.constants is incorrect
Oh, ok. Let's wait for Matz to confirm this feature. marcandre (Marc-Andre Lafortune)
12:00 PM Bug #5865 (Closed): Exception#== should return false if the classes differ
This issue was solved with changeset r34299.
Hiro, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
08:42 AM Bug #5865 (Assigned): Exception#== should return false if the classes differ
naruse (Yui NARUSE)
09:36 AM Revision 15e1ff7f (git): * error.c (exc_equal): clear rb_thread_t::errinfo when ignore
an exception under rb_protect(). [ruby-core:41979] [Bug #5865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@343...
nagachika (Tomoyuki Chikanaga)
08:46 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
Ondrej Bilka wrote:
> So regular expessions dont offer level1:basic unicode support?
> See http://unicode.org/repo...
naruse (Yui NARUSE)
05:53 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
So regular expessions dont offer level1:basic unicode support?
See http://unicode.org/reports/tr18/

On Tue, J...
neleai (Ondrej Bilka)
03:02 AM Revision c53470fd (git): * sprintf.c (rb_enc_vsprintf): relaxed the restriction. since the
implementation deeply depends on plain char, so wchar_t based
encodings are not supported.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
03:00 AM Revision f2aa0fd5 (git): * error.c (exc_equal): ignore exceptions during implicit
conversion. [ruby-core:41979] [Bug #5865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34299 b2dd03c8-39d4-4d8...
nobu (Nobuyoshi Nakada)
02:59 AM Bug #5891: prelude.rb rdocs are not included on ruby-doc.org
I concur, it appears that ruby-doc.org is not processing prelude.rb per the .document in ruby. From ruby-trunk:
...
drbrain (Eric Hodel)
12:23 AM Feature #5893: named return,next...
2012/1/13 Ondřej Bílka <[email protected]>:
> Yukihiro Matsumoto wrote:
>> throw can pass the result to catch.
>
...
yeban (Anurag Priyam)
12:23 AM Feature #5893: named return,next...
On Fri, Jan 13, 2012 at 11:34:17PM +0900, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:4211...
neleai (Ondrej Bilka)

01/13/2012

11:41 PM Revision 1648e944 (git): Revert "* error.c (exc_equal): try implicit conversion for delegator."
This reverts commit r34291 because it breaks objects whose "exception"
method doesn't allow no argument like XMLRPC::...
naruse (Yui NARUSE)
11:29 PM Feature #5893: named return,next...
On Fri, Jan 13, 2012 at 11:11:28PM +0900, Anurag Priyam wrote:
> On Fri, Jan 13, 2012 at 7:21 PM, Ondrej Bilka <ne...
neleai (Ondrej Bilka)
11:23 PM Feature #5893: named return,next...
On Fri, Jan 13, 2012 at 7:21 PM, Ondrej Bilka <[email protected]> wrote:
> Hello. As returning from various blocks ...
yeban (Anurag Priyam)
10:51 PM Feature #5893 (Rejected): named return,next...
Hello. As returning from various blocks is recurring theme at list I propose following.
You can assign label to ea...
neleai (Ondrej Bilka)
10:42 PM Bug #5892 (Rejected): REXML always wraps long tag text regardless the page width setting.
When ones prints a REXML document that contains a tag with a long text (with space chars), the REXML::Formatters::Pre... dimitri-lo2u (Dimitri Geshef)
09:59 PM Revision 23506c42 (git): * 2012-01-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:59 PM Revision 90943649 (git): * io.c (rb_io_s_read): Fix formatting of open_args comment. Reported
by Adam Prescott.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
06:37 PM Bug #5891 (Third Party's Issue): prelude.rb rdocs are not included on ruby-doc.org
http://ruby-doc.org/
>Ruby-doc.org is hosted and maintained by James Britt and Neurogami, an avant garage research &...
sorah (Sorah Fukumori)
10:28 AM Bug #5891 (Third Party's Issue): prelude.rb rdocs are not included on ruby-doc.org
The documentation for Mutex#synchronize and Thread.exclusive, the two methods defined by prelude.rb, is missing from ... john_firebaugh (John Firebaugh)
04:44 PM Bug #5865 (Closed): Exception#== should return false if the classes differ
This issue was solved with changeset r34291.
Hiro, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
03:11 PM Bug #5848: Array#inspect having an element with non-ASCII compatible #inspect result
Here is a patch for this issue.
But I suspect it may cause another issue.
diff --git a/array.c b/array.c.new
ind...
phasis68 (Heesob Park)
08:07 AM Bug #5848 (Assigned): Array#inspect having an element with non-ASCII compatible #inspect result
naruse (Yui NARUSE)
07:02 AM Bug #5848: Array#inspect having an element with non-ASCII compatible #inspect result
=begin
Hmm, not sure that r34218 fully addresses the issue.
o = Object.new
def o.inspect
"abc".en...
john_firebaugh (John Firebaugh)
11:23 AM Bug #5887: The documentation of Module.constants is incorrect
Hi,

2012/1/13 Marc-Andre Lafortune <[email protected]>:
>> OT: I think Module.constants should be renamed ...
shugo (Shugo Maeda)
01:36 AM Bug #5887: The documentation of Module.constants is incorrect
Shugo Maeda wrote:
> OT: I think Module.constants should be renamed in the future, because Module.constants is confu...
marcandre (Marc-Andre Lafortune)
09:41 AM Revision 23b4c10d (git): * sprintf.c (rb_enc_vsprintf): can be used for ASCII compatible
encodings only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:29 AM Revision 6b1bae96 (git): * thread.c (rb_mutex_unlock_th): simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:25 AM Revision 80323714 (git): * thread.c (rb_barrier_waiting): fix potential overflows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:23 AM Revision db02621b (git): * load.c (load_unlock): update loading table at once.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:44 AM Revision a5bfe7ca (git): * error.c (exc_equal): try implicit conversion for delegator.
[ruby-core:41979] [Bug #5865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34291 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
06:22 AM Revision abe4ff92 (git): merge revision(s) 33790:
* time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.
patch by Tomoyuki Chikanaga.
[rub...
ayumin (Ayumu AIZAWA)
06:10 AM Revision 1c58146e (git): Forgot to commit the test part.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA

01/12/2012

09:36 PM Feature #5185: Set#merge acts in place but Hash#merge does not
+1, I just got bitten by this. Hash#merge returns a new object, so one should expect Set#merge to behave the same way... tokland (Arnau Sanchez)
07:07 PM Revision edfc3526 (git): merge revision(s) 34278:
* cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for
reserving a memory space with ALLOCA...
kosaki (Motohiro KOSAKI)
07:01 PM Feature #5617: Allow install RubyGems into dediceted directory
Yui NARUSE wrote:
> * Show standalone patch; a patch to previous patch is difficult to inspect
Here is the squash...
vo.x (Vit Ondruch)
07:47 AM Feature #5617 (Assigned): Allow install RubyGems into dediceted directory
* Show standalone patch; a patch to previous patch is difficult to inspect
* How will users use gems with this patch...
naruse (Yui NARUSE)
06:49 PM Revision d00fe548 (git): * lib/shellwords.rb (Shellwords#shellescape): shellescape() now
stringifies the given object using to_s.
* lib/shellwords.rb (Shellwords#shelljoin): shelljoin() accepts
non-strin...
Akinori MUSHA
06:49 PM Revision c100aeb8 (git): * lib/shellwords.rb: Fix rdoc markups.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
06:44 PM Bug #5879 (Closed): $ignore_error use before set
This issue was solved with changeset r34279.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
01:19 AM Bug #5879 (Closed): $ignore_error use before set
lib/mkmf.rb で make_makefile の中で
$ignore_error = $nmake ? '' : ' 2> /dev/null || true'
と ...
znz (Kazuhiro NISHIYAMA)
06:42 PM Revision 8c72fc9b (git): * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
consecutive backslashes in double quotes are all removed except
the one at the tail.
git-svn-id: svn+ssh://ci.ruby...
Akinori MUSHA
06:28 PM Revision 44d20d61 (git): Do not define _WIN32_WINNT multiple times
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e luislavena (Luis Lavena)
06:10 PM Bug #5887 (Assigned): The documentation of Module.constants is incorrect
naruse (Yui NARUSE)
04:37 PM Bug #5887 (Closed): The documentation of Module.constants is incorrect
The documentation of Module.constants says "Returns an array of the names of all constants defined in the system. Thi... shugo (Shugo Maeda)
04:46 PM Revision 6fe410d4 (git): * 2012-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:46 PM Revision 160f31e5 (git): merge revision(s) 34280:
* eval.c: Improve rdoc for Module.constants [issue #5887]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
Marc-Andre Lafortune
04:37 PM Revision 92498834 (git): * 2012-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:37 PM Revision dea6efb5 (git): * eval.c: Improve rdoc for Module.constants [issue #5887]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
12:16 PM Bug #5423: readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
元報告者と現象が同じかどうかわかりませんが、Ubuntu 10.04.3 で ruby 2.0.0dev (2012-01-10 trunk 34255) [i686-linux] + GNU Readline 6.1 で以下のような... nagachika (Tomoyuki Chikanaga)
11:27 AM Feature #5785: Readline に pre_input_hook, insert_text, redisplay を追加
trunk の変更でパッチがあたらなくなっていたので udpate したものを再度添付します。 nagachika (Tomoyuki Chikanaga)
11:27 AM Feature #5784: Readline.special_prefixes の追加
trunk の変更でパッチがあたらなくなっていたので udpate したものを再度添付します。 nagachika (Tomoyuki Chikanaga)
11:14 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
Yui NARUSE wrote:
> Hiro Asari wrote:
> > Besides it being status quo, what is the rationale behind not having Floa...
naruse (Yui NARUSE)
10:14 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
I am not presenting a real use case. That is not my intent. My intent is to clarify the design of Float::NAN, especia... hasari (Hiro Asari)
09:42 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
Hiro Asari wrote:
> Besides it being status quo, what is the rationale behind not having Float::NAN and 0.0/0.0 act ...
naruse (Yui NARUSE)
09:23 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
Hi,

As far as I understand, the concept of "the NaN" itself is against the
definition of NaN in the IEEE 754 ...
matz (Yukihiro Matsumoto)
08:24 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
Besides it being status quo, what is the rationale behind not having Float::NAN and 0.0/0.0 act identically?
As Bria...
hasari (Hiro Asari)
07:46 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
I can't understand why it is nice and least confusing if 0.0/0.0 equals Float::NAN as a binary.
Could you show a use...
naruse (Yui NARUSE)
06:54 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
While it may make some sense that Float::NAN is the quite NaN (if I understand IEEE 754 correctly), really the only w... brixen (Brian Shirai)
06:50 AM Bug #5884 (Rejected): Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
$ ruby2.0 -e 'p [Float::NAN].pack("g")'
"\x7F\xC0\x00\x00"
$ ruby2.0 -e 'p [0.0/0.0].pack("g")'
"\xFF\xC0\x00\x0...
hasari (Hiro Asari)
09:44 AM Revision 912b6606 (git): * lib/mkmf.rb: fix r33904 and revert r33905. initialize global
variables with init_mkmf before initializing constants.
[ruby-dev:45124] [Bug #5879]
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
09:38 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
Yui NARUSE wrote:
>
> I can't understand this sentence with my poor English skill but kindly speaking,
> Yes, it'...
luislavena (Luis Lavena)
09:27 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
Luis Lavena wrote:
> Oh bummer, where is the fun then?
I can't understand this sentence with my poor English skil...
naruse (Yui NARUSE)
07:37 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
Oh bummer, where is the fun then? luislavena (Luis Lavena)
07:30 AM Bug #5883 (Rejected): thread bootstrap tests fail with clang 3.0 on Snow Leopard
Use gcc, clang can't work for ruby yet. naruse (Yui NARUSE)
06:46 AM Bug #5883 (Rejected): thread bootstrap tests fail with clang 3.0 on Snow Leopard
Hello,
Attempted to use clang to build latest trunk (r34277), using clang-3.0 provided by MacPorts:...
luislavena (Luis Lavena)
08:51 AM Bug #5886 (Closed): OpenSSL ASN.1 time values may not round-trip their type
Martin asked me to file this ticket.
asn1time_to_time may not preserve the type of ASN.1 time (GENERALIZED vs UTC)...
drbrain (Eric Hodel)
05:12 AM Revision ca227314 (git): * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for
reserving a memory space with ALLOCA_N for restoring machine stack
stored in cont->machine_stack, but clang optimiz...
naruse (Yui NARUSE)
04:47 AM Bug #5882 (Rejected): segfault in miniruby in ruby1.9.3 crosscompile for ARM
Trying to compile ruby 1.9.3p0 for ARM using scratchbox (v1 using arm-linux-cs2010q1-202 for arm, glibc library)
T...
stevegoobermanhill (stephen gooberman-hill)
02:46 AM Feature #5875 (Closed): Couple of tiny changes to string
Closed by reporter's request.
kosaki (Motohiro KOSAKI)
02:19 AM Bug #5880 (Closed): Added examples for Object#instance_of? and Object#is_a?
This issue was solved with changeset r34277.
Manoj, thank you for reporting this issue.
Your contribution to Ruby is ...
ayumin (Ayumu AIZAWA)
01:42 AM Bug #5880 (Closed): Added examples for Object#instance_of? and Object#is_a?
Added examples for Object#is_a? and Object#instance_of? xcess_denied (Manoj Kumar)

01/11/2012

06:26 PM Feature #5617: Allow install RubyGems into dediceted directory
Motohiro KOSAKI wrote:
> I meant,
> - the user use "--with-rubygemsdir" ruby binaries, and
> - use unpatch gem...
vo.x (Vit Ondruch)
06:02 PM Feature #5617: Allow install RubyGems into dediceted directory
Motohiro KOSAKI wrote:
> % autoconf
> /usr/bin/gm4:configure.in:2826: Warning: too few arguments to builtin `patsub...
vo.x (Vit Ondruch)
04:43 PM Feature #5617: Allow install RubyGems into dediceted directory
I meant,
- the user use "--with-rubygemsdir" ruby binaries, and
- use unpatch gems
Why the gems should go in...
kosaki (Motohiro KOSAKI)
04:29 PM Feature #5617: Allow install RubyGems into dediceted directory
Motohiro KOSAKI wrote:
> What's happen if a user install non-rpm gems? If it's installed into
> fedora's "dedicat...
vo.x (Vit Ondruch)
11:23 AM Feature #5617: Allow install RubyGems into dediceted directory
>> I think this should be done in RubyGems's code, instead of an option in the configuration process (it would also ... kosaki (Motohiro KOSAKI)
06:59 AM Feature #5617: Allow install RubyGems into dediceted directory
Benoit Daloze wrote:
> Hello,
>
> I would be very interested to have a way to tell RubyGems to install at a parti...
vo.x (Vit Ondruch)
06:27 AM Feature #5617: Allow install RubyGems into dediceted directory
Hello,
I would be very interested to have a way to tell RubyGems to install at a particular shared path by default (...
Eregon (Benoit Daloze)
06:06 AM Feature #5617: Allow install RubyGems into dediceted directory
To be precise, the github patch is fixed version of 0001-Allow-to-install-RubyGems-into-custom-location-outsi.patch. ... vo.x (Vit Ondruch)
05:55 AM Feature #5617: Allow install RubyGems into dediceted directory
Actually I ran the patch. The updated version is available here: https://github.com/voxik/ruby.spec/blob/master/ruby-... vo.x (Vit Ondruch)
05:29 AM Feature #5617 (Rejected): Allow install RubyGems into dediceted directory
% autoconf
/usr/bin/gm4:configure.in:2826: Warning: too few arguments to builtin `patsubst'
autom4te: /usr/bin/gm4 ...
kosaki (Motohiro KOSAKI)
12:42 AM Feature #5617: Allow install RubyGems into dediceted directory
Remove duplicated datadir.rb vo.x (Vit Ondruch)
05:19 PM Revision 32e66001 (git): * object.c: Added examples for Object#is_a? and Object#instance_of?
patcheed from Manoj Kumar. [Bug #5880] [ruby-core:42057]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34277 b2d...
ayumin (Ayumu AIZAWA)
04:42 PM Revision f22910b6 (git): merge revision(s) 34253:
* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,
test_autoclose_true_closed_by_finalizer): ...
ayumin (Ayumu AIZAWA)
04:41 PM Revision 095ebf1d (git): merge revision(s) 34252:
* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
when exception is raised at @tempfil...
ayumin (Ayumu AIZAWA)
04:41 PM Revision 33341205 (git): merge revision(s) 34250:
* gc.c (run_finalizer): clear rb_thread_t::errinfo when ignore
an exception under rb_protect(). [ruby-dev:4...
ayumin (Ayumu AIZAWA)
04:40 PM Revision 3b22a825 (git): merge revision(s) 34129:
* test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn't
accept the block argument.
git-svn-i...
ayumin (Ayumu AIZAWA)
04:04 PM Revision c6fb7c1c (git): * lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.
(e.g. make V=1 realclean)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
03:01 PM Revision 674a6834 (git): * 2012-01-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:00 PM Revision c5831f39 (git): * string.c (rb_str_concat): set array element after definition
to fix compile error with Fujitsu C Compiler 5.6 on Solaris 10
on Sparc. [Bug #5878] [ruby-dev:45123]
git-svn-id...
ngoto (Naohisa Goto)
02:09 PM Revision 28d28e84 (git): * gc.c (ruby_mimmalloc): don't set allocated size to header.
ruby_mimmalloc() doesn't increment allocated_size/allocations and
decrement them in ruby_xfree() cause inconsistenc...
nagachika (Tomoyuki Chikanaga)
01:46 PM Revision 2afa0b4c (git): * test/readline/test_readline.rb (test_completion_proc_empty_result):
ensure clearance of Readline's line_buffer after the test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34268 b...
nagachika (Tomoyuki Chikanaga)
01:34 PM Revision 0e454c18 (git): * 2012-01-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:34 PM Revision 3551b725 (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:23 AM Bug #5853 (Third Party's Issue): make test-all が OpenSSL::PKey::RSAError で止まる
Mac 添付の OpenSSL は Ruby 用には使えないので、homebrew や MacPorts から入れてください。
http://www.christopherirish.com/2011/09/02/ruby-1-9-...
naruse (Yui NARUSE)
08:51 AM Feature #5877 (Rejected): Poor performance of initial and final UTF-8 substrings
Currently, taking the substring of a UTF-8 string always takes time proportional to the length of the string. While t... nex3 (Natalie Weizenbaum)
02:58 AM Bug #5867 (Closed): Segfault with (likely) the new GC on OSX
naruse (Yui NARUSE)
02:48 AM Bug #5867: Segfault with (likely) the new GC on OSX
It seems to already be solved as of r34253 !
You can close this issue.
Eregon (Benoit Daloze)

01/10/2012

10:47 PM Feature #5820: Merge Onigmo to Ruby 2.0
そういえば、/u って Ruby だと UTF-8 文字コード指定で既に存在するんですよね。
これもどうするか考えなければというか、いっそ /a /u 入れないのがいいんだろうか…。
naruse (Yui NARUSE)
10:45 PM Feature #5820: Merge Onigmo to Ruby 2.0
0003-support-for-Ruby-1.9.3-compatible-b-B-and-POSIX-brac.patch で既存のテストが全て通ることを確認しました。
しかし、確かに perlre を見直すと、/d で 1...
naruse (Yui NARUSE)
10:21 PM Bug #5869 (Closed): ext/dbm build error with mswin32
This issue was solved with changeset r34265.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
Anonymous
02:53 AM Bug #5869: ext/dbm build error with mswin32
>
> `extern __declspec(dllimport)` would be required for VC.
> Here is a patch.
>
>
> diff --git a/ext/dbm...
kosaki (Motohiro KOSAKI)
10:17 PM Feature #5474: keyword argument
Once this proposal has been implemented, would we also want to change the relevant API calls (in core, stdlib, etc.) ... yeban (Anurag Priyam)
10:00 PM Feature #5873: Adopt FFI over DL
What is the relation between DL and fiddle?
If they do the same thing, we can remove one.
phasis68 (Heesob Park)
09:53 PM Feature #5873: Adopt FFI over DL
On Tue, Jan 10, 2012 at 9:39 AM, Heesob Park <[email protected]> wrote:
>
> I suggest reimplementation of ext/DL us...
luislavena (Luis Lavena)
09:39 PM Feature #5873: Adopt FFI over DL
I suggest reimplementation of ext/DL using libffi just like Aaron Patterson did in https://github.com/tenderlove/ruby... phasis68 (Heesob Park)
08:26 PM Feature #5873: Adopt FFI over DL
Do you mean bundling libffi itself wholly?
It doesn't sound like a nice idea, to me...
nobu (Nobuyoshi Nakada)
04:17 PM Feature #5873: Adopt FFI over DL
In order words, please replace exe/DL by libffi as Yui Naruse mentioned in
http://sourceware.org/ml/libffi-discuss...
phasis68 (Heesob Park)
12:10 PM Feature #5873 (Feedback): Adopt FFI over DL
I don't get what you mean by "adopt internally".
I think DL also isn't used internally, and fiddle is used over DL...
nobu (Nobuyoshi Nakada)
11:32 AM Feature #5873 (Closed): Adopt FFI over DL
Please adopt ffi internally in the place of dl.
I know there were many discussions about FFI and DL.
And the main...
phasis68 (Heesob Park)
10:00 PM Feature #5875 (Closed): Couple of tiny changes to string
* change capacity increment from (capa + 1) * 2 to capa * 2 + 1
previous increment formula leads to inconvenie...
funny_falcon (Yura Sokolov)
08:03 PM Bug #5874 (Rejected): Coverity output for Ruby 1.9.3
Hi guys,
I'm not sure if you have access to Coverity [1], but I ran it on Ruby 1.9.3 and I just wanted to post the o...
Anonymous
06:10 PM Bug #4044 (Open): Regex matching errors when using \W character class and /i option
In reply to my analysis at https://bugs.ruby-lang.org/issues/5871#note-7, Yui Naruse suggested at https://bugs.ruby-l... duerst (Martin Dürst)
06:07 PM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
Martin Dürst wrote:
> Shohei Urabe writes:
>
> > Martin Dürst wrote:
> > > Shouhei Urabe writes:
> > >
> > > ...
naruse (Yui NARUSE)
05:51 PM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
Shohei Urabe writes:
> Martin Dürst wrote:
> > Shouhei Urabe writes:
> >
> > > Quite generally speaking you ar...
duerst (Martin Dürst)
05:18 PM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
Martin Dürst wrote:
> Shouhei Urabe writes:
>
> > Quite generally speaking you are advised not to use /i in Unico...
shyouhei (Shyouhei Urabe)
04:26 PM Bug #5871 (Rejected): regexp \W matches some word characters when inside a case-insensitive character class
Please suggest concreate plan.
And if you reopen, please write it to #4044.
naruse (Yui NARUSE)
04:02 PM Bug #5871 (Open): regexp \W matches some word characters when inside a case-insensitive character class
Shouhei Urabe writes:
> Quite generally speaking you are advised not to use /i in Unicode.
Are there other exam...
duerst (Martin Dürst)
10:55 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
Quite generally speaking you are advised not to use /i in Unicode. The reason? because Babylonians did something wro... shyouhei (Shyouhei Urabe)
08:12 AM Bug #5871 (Rejected): regexp \W matches some word characters when inside a case-insensitive character class
It is spec as writtein at #4044. naruse (Yui NARUSE)
02:06 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
=begin
Thanks to investigation from #ruby-lang, It seems this issue only occurs with UTF-8 strings
ruby-1.9.2-p2...
garethadams (Gareth Adams)
01:55 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
This happens to me too with ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux] kyrylo (Kyrylo Silin)
01:46 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
I've now also seen at least one report that this doesn't affect 1.9.3p0 (win32)
garethadams (Gareth Adams)
01:40 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
=begin
As a simpler test case:
> "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".scan /[\W]/i
=> ...
garethadams (Gareth Adams)
01:25 AM Bug #5871 (Rejected): regexp \W matches some word characters when inside a case-insensitive character class
=begin
The following replacement, which should do nothing, has removed the upper- and lower-case "K"s and "S"s from ...
garethadams (Gareth Adams)
04:23 PM Bug #5865: Exception#== should return false if the classes differ
On Tue, Jan 10, 2012 at 03:34, Nobuyoshi Nakada <[email protected]> wrote:

> +       obj = rb_check_funcall(obj,...
now (Nikolai Weibull)
03:59 PM Bug #5865: Exception#== should return false if the classes differ
Hi,

OK, I like this patch. Please check in.

matz.

In message "Re: [ruby-core:42017] Re: [ruby...
matz (Yukihiro Matsumoto)
11:53 AM Bug #5865: Exception#== should return false if the classes differ
Hi,

(12/01/09 22:02), Nikolai Weibull wrote:
> The fix should be to also check the #class of obj against the ...
nobu (Nobuyoshi Nakada)
01:21 PM Revision 9678dce5 (git): * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.
use `extern __declspec(dllimport)` for dll link with VC.
[ruby-core:41996] [Bug #5869]
git-svn-id: svn+ssh://ci.ru...
h.shirosaki (Hiroshi Shirosaki)
12:00 PM Bug #5872 (Feedback): Memoery issue
(12/01/10 5:09), Marek Jelen wrote:
> The crash log may be found at:
>
> https://github.com/ruby-amqp/amq-protoco...
nobu (Nobuyoshi Nakada)
05:09 AM Bug #5872 (Rejected): Memoery issue
I am getting this error:
/usr/local/rvm/gems/ruby-1.9.3-p0/gems/amq-protocol-0.8.4/lib/amq/protocol/frame.rb:83: [...
marek.jelen (Marek Jelen)
11:07 AM Bug #5529 (Rejected): Bus error with Fibers on OSX Lion
mrkn (Kenta Murata)
07:13 AM Revision 0634c325 (git): * 2012-01-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:13 AM Revision c511d463 (git): * 2012-01-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:13 AM Revision 1aa40897 (git): * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:13 AM Revision 1e0e3b16 (git): * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:13 AM Revision 1e835d1c (git): * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:52 AM Revision a5483271 (git): * gc.c (HEAP_OBJ_LIMIT): suppress narrowing down warning from gcc 4.2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:43 AM Revision 37b8092c (git): * vm.c (vm_exec): refix r34162; suppress warning and add description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:23 AM Bug #5859: incorrect return value of Pathname.realdirpath of Pathname objects created by Pathname.entries
Thank you Akira for improving the documentation.
I would have gladly helped as I made the suggestion, but I'm unfo...
Eregon (Benoit Daloze)
06:14 AM Revision b04814bf (git): * ext/readline/readline.c (readline_attempted_completion_function):
use rb_memerror().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
03:50 AM Revision 931459d9 (git): * gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:49 AM Revision 56dc6f5a (git): * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,
but should return pointer suitable for ruby_xfree;
main vm and main thread.
patched by Sokolov Yura. https://gith...
naruse (Yui NARUSE)
03:14 AM Revision 107b7134 (git): * ext/readline/readline.c (readline_attempted_completion_function): fix compile error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:45 AM Revision 7ef154f8 (git): * test/readline/test_readline.rb (test_completion_proc_empty_result): rescue NoMemoryError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:41 AM Revision 9fa668f3 (git): * ext/readline/readline.c (readline_attempted_completion_function):
empty completion result does not mean memory error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34254 b2dd03c...
nobu (Nobuyoshi Nakada)

01/09/2012

10:23 PM Bug #5865: Exception#== should return false if the classes differ
On Mon, Jan 9, 2012 at 12:43, Yukihiro Matsumoto <[email protected]> wrote:

> In message "Re: [ruby-core:41997] ...
now (Nikolai Weibull)
08:53 PM Bug #5865: Exception#== should return false if the classes differ
Hi,

In message "Re: [ruby-core:41997] [ruby-trunk - Bug #5865] Exception#== should return false if the classes ...
matz (Yukihiro Matsumoto)
03:10 PM Bug #5865: Exception#== should return false if the classes differ
Can this be assigned to matz for clarification?
Thanks.
hasari (Hiro Asari)
12:31 AM Bug #5865: Exception#== should return false if the classes differ
I also wrote about this in [ruby-core:41393]. An excerpt:
The commit message says that “duck typing equal to ma...
now (Nikolai Weibull)
08:29 PM Feature #5856: Feature: Raise any object
C++ style raising any object does not seem like "exception handling" for me. Besides that, since exception dispatch ... matz (Yukihiro Matsumoto)
08:28 PM Bug #5859 (Closed): incorrect return value of Pathname.realdirpath of Pathname objects created by Pathname.entries
This issue was solved with changeset r34246.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is...
akr (Akira Tanaka)
08:11 PM Bug #5845 (Closed): Addrinfo#connect_from が Addrinfo オブジェクトを受け付けない
This issue was solved with changeset r34244.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ...
akr (Akira Tanaka)
06:59 PM Feature #5866: ValidationError
Maybe:
```ruby
class InputFormatError < IOError
end
```
?
--
Alex
regularfry (Alex Young)
12:05 PM Feature #5866: ValidationError
Oops, that should read "but SyntaxError is not a StandardError" trans (Thomas Sawyer)
12:05 PM Feature #5866: ValidationError
SyntaxError? I suppose we might assume that's appropriate if YAML is doing it, but ScriptError is not a StandardError... trans (Thomas Sawyer)
09:57 AM Feature #5866 (Feedback): ValidationError
It sounds like an application (or library) layer story.
Why does it need to be supported in the language layer?
nobu (Nobuyoshi Nakada)
09:23 AM Feature #5866: ValidationError
On 01/08/2012 04:57 AM, Thomas Sawyer wrote:
> I've come across this from time to time, where some piece of comple...
Anonymous
06:36 PM Bug #5868: make failed on i686-linux from Bitmap Marking GC
My builds now pass when building r34242 from
svn co -q http://svn.ruby-lang.org/repos/ruby/trunk ruby
on 2 di...
peter_v (Peter Vandenabeele)
06:12 PM Bug #5868 (Closed): make failed on i686-linux from Bitmap Marking GC
r34242 で直しました。
CentOSの方はメモリ不足みたいですね。
http://c5632.rubyci.org/~chkbuild/ruby-trunk/log/20120109T070102Z.log.html.g...
authorNari (Narihiro Nakamura)
04:24 PM Bug #5868: make failed on i686-linux from Bitmap Marking GC
I had similar inconsistencies in building ruby head on Ubuntu 10.04.
https://gist.github.com/1580214
I presume ...
peter_v (Peter Vandenabeele)
02:23 PM Bug #5868: make failed on i686-linux from Bitmap Marking GC
I've been told that this is the same issue we are seeing on travis-ci.org: http://travis-ci.org/#!/ruby/ruby/builds/4... antares (Michael Klishin)
10:54 AM Bug #5868 (Closed): make failed on i686-linux from Bitmap Marking GC
i686-linux に置いて、r34225 以降 make に失敗します。
http://c5632.rubyci.org/~chkbuild/ruby-trunk/log/20120109T010103Z.log.html....
naruse (Yui NARUSE)
05:25 PM Revision 71935466 (git): * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,
test_autoclose_true_closed_by_finalizer): skip if IO objects are
not recycled yet. [ruby-dev:45098] [Bug #5850]
gi...
nagachika (Tomoyuki Chikanaga)
03:46 PM Revision c572ed2d (git): * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
when an exception is raised at @tempfile.close. [ruby-dev:45113]
* lib/tempfile.rb (Tempfile#unlink): fix a typo.
g...
nagachika (Tomoyuki Chikanaga)
03:35 PM Revision 896844a0 (git): * 2012-01-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision fcb05d86 (git): * gc.c (run_finalizer): clear rb_thread_t::errinfo when ignore
an exception under rb_protect(). [ruby-dev:45113]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34250 b2dd03c8-3...
nagachika (Tomoyuki Chikanaga)
02:43 PM Revision d4b29577 (git): * ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
02:38 PM Revision 41889c5a (git): * ext/readline/readline.c (readline_attempted_completion_function):
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nagachika (Tomoyuki Chikanaga)
12:28 PM Bug #5869 (Closed): ext/dbm build error with mswin32
I had a build error of ext/dbm with mswin32.

--------------------------------------------------------------------...
h.shirosaki (Hiroshi Shirosaki)
11:58 AM Revision b78bddee (git): * gc.c : don't embed struct heaps_slot to a heap block because it
can causes copy-on-write of memory page on heap block when its
free_next is rewirted.
git-svn-id: svn+ssh://ci.rub...
authorNari (Narihiro Nakamura)
11:28 AM Revision afb5eef4 (git): * ext/pathname/pathname.c (path_entries): add document suggested by
the thread [ruby-core:41959] [Bug #5859].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34246 b2dd03c8-39d4-4d8...
akr (Akira Tanaka)
11:18 AM Revision bb1115a2 (git): * ext/socket/lib/socket.rb (family_addrinfo): don't require protocol
equality. For example, protocol 0 and IPPROTO_TCP is not problem
for TCP.
git-svn-id: svn+ssh://ci.ruby-lang.org...
akr (Akira Tanaka)
11:11 AM Revision 268d1a22 (git): * ext/socket/lib/socket.rb (family_addrinfo): return the given
addrinfo object.
Patch by Ippei Obayashi. [ruby-dev:45095] [Bug #5845]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
akr (Akira Tanaka)
10:42 AM Revision 98ddbafb (git): * test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): set
binmode explicitly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
10:03 AM Bug #5853: make test-all が OpenSSL::PKey::RSAError で止まる
私の手元でも再現しました。
OSXのバージョンは10.6.8 Snow Leopardです。
MacPortsのOpenSSL 1.0.0eを使うようにしたところ発生しなくなりました。
なお、OSX 10.6.8にプリインス...
kouji (Kouji Takao)
06:02 AM Revision 2cf2416e (git): * gc.c: free_slots is changed Singly linked list. clear
free_slots before sweep.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
authorNari (Narihiro Nakamura)
05:42 AM Bug #5863 (Closed): Integer#chr may return a string with multiple characters
This issue was solved with changeset r34236.
John, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
05:42 AM Bug #5864 (Closed): Integer#chr raises on some invalid codepoints but returns an invalidly-encoded string for others
This issue was solved with changeset r34236.
John, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
05:42 AM Bug #5855 (Closed): inconsistent treatment of 8 bit characters in US-ASCII
This issue was solved with changeset r34236.
John, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
05:28 AM Feature #5820: Merge Onigmo to Ruby 2.0
/a /u はPerlに合わせて、無指定あるいは /d だとRuby 1.9.3と同じ仕様とすると添付のパッチのような感じでしょうか。
この仕様がよいのか正直決めかねているところですが。
k_takata (Ken Takata)
05:09 AM Revision a408b64c (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:02 AM Revision 5335b4b6 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:23 AM Feature #5805: object_hexid
On Sun, Jan 8, 2012 at 17:33, Thomas Sawyer <[email protected]> wrote:

> Sorry, how does super help?

```r...
now (Nikolai Weibull)
01:33 AM Feature #5805: object_hexid
Sorry, how does super help? trans (Thomas Sawyer)
12:53 AM Feature #5861: String#version_compare
(2012/01/08 10:30), KOSAKI Motohiro wrote:
> うーん。正直ぴんときません。まずさきほどなるせさんがコミットされた
> r34232ですが、バージョンの比較処理は1行で書けています
>
>>...
naruse (Yui NARUSE)
 

Also available in: Atom