Project

General

Profile

Activity

From 01/29/2010 to 02/04/2010

02/04/2010

10:30 PM Revision eacf387c (git): Syntax change and dead code cleanup to help resolve some build issues on certain platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
09:01 PM Bug #2711 (Closed): invalid yaml emitted for Struct
=begin
Hi, Aaron Patterson --

lib/yaml seems to emit invalid yaml document for Struct:


$ ./ruby -ryaml -e ...
mame (Yusuke Endoh)
06:09 PM Feature #2639: ifdef References to __BEOS__ should be changed to also include __HAIKU__
=begin
Alex, can you check it?
If it works, please make a patch to current trunk.
=end
naruse (Yui NARUSE)
11:12 AM Feature #2639: ifdef References to __BEOS__ should be changed to also include __HAIKU__
=begin
This patch should be reverted, with the possible exception of the define in signal.c. All other changes enabl...
augiedoggie (Chris Roberts)
06:05 PM Bug #2641: Seg fault running miniruby during ruby build on Haiku
=begin
The patch seems for the signal problem which was mentioned before.
This seems different problem...

Any...
naruse (Yui NARUSE)
05:11 PM Revision 510cde74 (git): * lib/yaml/rubytypes.rb: Struct members are emitted without a leading
colon. Thanks Yusuke Endoh! [ruby-core:28052]
* test/yaml/test_struct.rb: fixed tests to go with Struct changes
* te...
tenderlovemaking (Aaron Patterson)
03:36 PM Revision f6b75e30 (git): * 2010-02-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:36 PM Revision f574df44 (git): * bignum.c (big_gt, big_ge, big_lt, big_ge): added Bignum#>, >=, < and
<= to allow to compare with BigDecimal. [ruby-dev:40167]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26574 b2...
mame (Yusuke Endoh)
12:43 PM Bug #2679 (Open): rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
遠藤です。

rubyspec で delegate のエラーが 5 つ増えました。
tempfile も 10 個くらい失敗するようになったようです。
難しいですね。

翻訳すると、以下のよう...
mame (Yusuke Endoh)
10:39 AM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40312] [Bug #2679](Closed) rubyspec: SimpleDelegator when frozen cre...
matz (Yukihiro Matsumoto)
08:17 AM Bug #2679 (Closed): rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
This issue was solved with changeset r26566.
Yusuke, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
07:26 AM Revision 72ed7981 (git): * ext/io/nonblock (Makefile,extconf.h.mkmf.log): svn:ignore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:17 AM Revision b323b86b (git): * thread_pthread.c (native_thread_init_stack): use get_stack.
patched by KOSAKI Motohiro [ruby-dev:40309]
* thread_pthread.c (ruby_init_stack): use get_stack
on platforms which...
naruse (Yui NARUSE)
03:50 AM Revision 8acba0bc (git): * string (rb_string_value): warning for implicit conversion
from Symbol to String. This behavior was introduced in r22606,
merged in r22738 to ruby_1_9_1. It was an unexpected...
yugui (Yuki Sonoda)
03:49 AM Revision a5200c59 (git): merges r22395 and r22640 from trunk into ruby_1_9_1.
--
* array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new
functions based on [ruby-dev:37983]
* insns.def ...
yugui (Yuki Sonoda)
03:48 AM Revision 9eb12e01 (git): * 2010-02-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:48 AM Revision 34072faa (git): merges r26052 from trunk into ruby_1_9_1.
--
* string.c (rb_str_justify): fixed the case a fill size is a
multiple of the length of the padding. [ruby-dev:3...
yugui (Yuki Sonoda)
02:59 AM Feature #2710 (Rejected): Kernel#load loads a relative path
=begin
It was my understanding that Kernel#require was changed to not load a relative path because of a security is...
brixen (Brian Shirai)
02:09 AM Bug #2689 (Assigned): rdoc gem on 1.9.2 fails for interactive(-i) ri
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
02:06 AM Bug #2686: Socket::gethostbyname => SEGFAULT
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
02:03 AM Bug #2690 (Assigned): IO#select unable to select for < 0.015s
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
02:02 AM Feature #2691 (Assigned): RCR: allow {select, collect, map} to accept symbol argument
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
02:01 AM Bug #2696 (Assigned): rubyspec: StringIO#ungetc when passed [char] pads with \000 when the current position is after the end ERROR
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
02:01 AM Feature #2673 (Assigned): the length for an enumerator generated by Array#permutation and Array#combination
=begin

=end
ujihisa (Tatsuhiro Ujihisa)
01:00 AM Revision 669862a4 (git): * configure.in: FreeBSD, DragonFly BSD and Mac OS X needs
pthread_np.h to use pthread_*_np functions.
Mac OS X's pthread_*_np also depend sys/signal.h,
but it is included ...
naruse (Yui NARUSE)

02/03/2010

11:46 PM Feature #2706: optional reverse_lookup argument for IPSocket#{addr,peeraddr} and Socket.getaddrinfo
=begin
Hi,

In message "Re: [ruby-core:28027] Re: [Feature:trunk] optional reverse_lookup argument for IPSocket#{a...
matz (Yukihiro Matsumoto)
06:04 PM Feature #2706: optional reverse_lookup argument for IPSocket#{addr,peeraddr} and Socket.getaddrinfo
=begin
Hi,

At Wed, 3 Feb 2010 10:57:23 +0900,
Yukihiro Matsumoto wrote in [ruby-core:28023]:
> |I propose addin...
nobu (Nobuyoshi Nakada)
10:57 AM Feature #2706: optional reverse_lookup argument for IPSocket#{addr,peeraddr} and Socket.getaddrinfo
=begin
Hi,

In message "Re: [ruby-core:28007] [Feature:trunk] optional reverse_lookup argument for IPSocket#{addr,...
matz (Yukihiro Matsumoto)
11:15 PM Revision 10e8419d (git): * lib/delegate.rb (Delegator): now inherits BasicObject.
[ruby-dev:39154], [Bug #2679], [ruby-dev:40242]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26566 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
10:31 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
> Can you be a bit more verbose here? Please illustrate a tiny example where ignoring sprintf argumens is po...
paddor (Patrik Wenger)
08:08 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
> I think the power lies within the ignorance of too many arguments. So one is free to decide which arguments...
shyouhei (Shyouhei Urabe)
07:00 PM Feature #2709 (Rejected): $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Kernel#sprintf is very useful. I think the power lies within the ignorance of too many arguments. So one is ...
paddor (Patrik Wenger)
09:13 PM Feature #2366: private constant
=begin
咳さん
遠藤です。

2010年1月30日22:45 Yusuke ENDOH <[email protected]>:
> rubyspec は「MRI と添付ライブラリの詳細仕様」ではなく、「Ruby 言語と
...
mame (Yusuke Endoh)
08:28 PM Bug #2661: Bignum <= BigDecimal("NaN") raises an Exception
=begin
遠藤です。

2010年1月27日1:31 Yusuke Endoh <[email protected]>:
> Fixnum と同様に Bignum#<=, <, >= > を実装しないと対処できない...
mame (Yusuke Endoh)
06:02 PM Revision 7a4621ee (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): get red of
floating point exception.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
04:34 PM Revision 6c1c35db (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix infinity
handling. 1 / Infinity was evaluated to NaN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26563 b2dd03c8-39d4-...
mame (Yusuke Endoh)
04:10 PM Bug #1977: test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit)
=begin
成瀬です。

2010/2/3 Naohisa GOTO <[email protected]>:
> On Wed, 3 Feb 2010 10:51:32 +0900
> Aaron ...
naruse (Yui NARUSE)
01:54 PM Bug #1977: test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit)
=begin
On Wed, 3 Feb 2010 10:51:32 +0900
Aaron Patterson <[email protected]> wrote:

> libffi で DL を変換しましたので、...
ngoto (Naohisa Goto)
10:51 AM Bug #1977 (Closed): test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit)
=begin
libffi で DL を変換しましたので、もうこの問題はない筈です。しかし、私の手元に sparc-solaris のコンピューターがないので、sparc-solaris でテストは出来ませんでした。
=end
tenderlovemaking (Aaron Patterson)
04:09 PM Revision 00c2b61f (git): * 2010-02-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:09 PM Revision eda0a8e2 (git): Backport #1743 [ruby-core:24203]; stops timer thread unless other threads exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
03:37 PM Revision b3085ba5 (git): * time.c (time_mdump, time_mload): dump/load utc_offset.
[ruby-dev:40063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:29 PM Revision 572c266e (git): * time.c (quo, time_mdump): use RRATIONAL().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:52 PM Revision e916ccc5 (git): * NEWS (socket): Socket.do_not_reverse_lookup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:51 PM Revision 85518db9 (git): add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:22 PM Revision ec7872af (git): * configure.in: check for non-portable stack attribute functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:20 PM Revision f9994ada (git): * configure.in: some tidy.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:15 PM Revision 4abbe781 (git): * 2010-02-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:15 PM Revision 5facf7e2 (git): * lib/net/http.rb (Net::HTTP#request): close @socket only after
started. [ruby-core:28028]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26553 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
11:12 AM Revision e7d267c4 (git): * ext/iconv/charset_alias.rb: pass block argument to outer local
variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:08 AM Revision 688ca71c (git): * file.c (realpath_rec): rb_path_last_separator may return NULL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:41 AM Bug #948 (Closed): dl: cannot pass double value correctly on all x86_64 systems
=begin
DL now uses libffi for function calling. Steer clear of using CFunc#call. Use Function#call instead, and yo...
tenderlovemaking (Aaron Patterson)
04:17 AM Revision 44b5a74a (git): * thread_pthread.c: DragonFlyBSD is also the same as FreeBSD
on getting the stack size of the main thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26550 b2dd03c8-39d4-...
naruse (Yui NARUSE)
03:35 AM Revision fb15c0f1 (git): * thread_pthread.c (ruby_init_stack): use pthread_get_attr_np
to get the stack size of the main thread on FreeBSD.
* thread_pthread.c: include pthread_np.h on FreeBSD.
git-svn-i...
naruse (Yui NARUSE)
02:42 AM Bug #2681: some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi,

On Tue, Feb 2, 2010 at 5:18 AM, Vladimir Sizikov <[email protected]> wrote:
> Hi,
>
> On Tue, Feb ...
brixen (Brian Shirai)
02:39 AM Revision 22ba8368 (git): * ext/dl/{closure,function}.c: removed C99 features and warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:54 AM Revision 3c8b23c3 (git): * ext/dl: eol-style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:29 AM Revision 78a59da8 (git): * enumerator.c: move implementation of each_slice, each_cons,
each_with_object to enum.c.
* enum.c (each_slice_i): convert multiple values from yield into
an array.
* enum.c (...
matz (Yukihiro Matsumoto)
01:23 AM Revision b386fe21 (git): Wed Feb 3 10:12:09 2010 Aaron Patterson <[email protected]>
* ext/dl/function.c: DL::Function now uses libffi
* ext/dl/cfunc.c (rb_dl_set_last_error): set to non static...
tenderlovemaking (Aaron Patterson)

02/02/2010

10:18 PM Bug #2681: some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi,

On Tue, Feb 2, 2010 at 1:17 PM, Yusuke ENDOH <[email protected]> wrote:
> 2010/2/1 James Edward Gray II ...
vvs (Vladimir Sizikov)
09:17 PM Bug #2681: some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi,

2010/2/1 James Edward Gray II <[email protected]>:
>> I have changed csv of rubyspec, though ther...
mame (Yusuke Endoh)
06:25 PM Feature #2706 (Closed): optional reverse_lookup argument for IPSocket#{addr,peeraddr} and Socket.getaddrinfo
=begin
Hi,

I propose adding an optional argument to enable/disable reverse
lookup.


Index: ext/socket/ipsoc...
nobu (Nobuyoshi Nakada)
06:23 PM Bug #2688: rubyspec: Net::HTTPHeader#content_range returns a Range object that represents the 'Content-Range' header entry FAILED
=begin
なかだです。

At Sat, 30 Jan 2010 01:10:11 +0900,
Yusuke ENDOH wrote in [ruby-dev:40244]:
> class C
> includ...
nobu (Nobuyoshi Nakada)
06:17 PM Feature #1811 (Closed): Default BasicSocket.do_not_reverse_lookup to true
=begin
This issue was solved with changeset r26541.
Roger, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
03:14 PM Revision b378bda4 (git): * 2010-02-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:14 PM Revision f7d5887f (git): unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:10 PM Bug #2704: CGI::rfc1123_date causes NameError
=begin

=end
xibbar (Takeyuki FUJIOKA)
01:31 PM Bug #2704 (Closed): CGI::rfc1123_date causes NameError
=begin
cgi/util.rb に定義されている CGI::rfc1123_date が cgi/core.rb に定義されている CGI::RFC822_DAYS に依存しているにもかかわらず、 cgi/util.rb では...
takai (Naoto Takai)
01:58 PM Revision 48d402db (git): use require_relative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:45 PM Bug #2495: Matrix: Vector#each2 should check its argument
=begin
Hi,

2010/2/2 Marc-Andre Lafortune <[email protected]>:
> Finally, I feel it would be superior to rais...
mame (Yusuke Endoh)
04:38 AM Bug #2495 (Open): Matrix: Vector#each2 should check its argument
=begin
Hi

On Sun, Jan 31, 2010 at 10:12 AM, Yusuke Endoh <[email protected]> wrote:
> According to [ruby-...
marcandre (Marc-Andre Lafortune)
09:15 AM Revision 4dfd7100 (git): * ext/socket/socket.c: turn on do_not_reverse_lookup by default,
which has been reverted in r9880 probably unintentionally,
according to matz. [ruby-core:24530]
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
08:54 AM Revision 970e90dd (git): * enum.c (enum_each_entry): new method #each_entry to pack values
from yield into an array.
* lib/set.rb (Set#merge): use Enumerable#each_entry to implement
Set compatible to 1.8 b...
matz (Yukihiro Matsumoto)
02:49 AM Bug #1392: Object#extend leaks memory on Ruby 1.9.1
=begin
Thanks for fixing this. Seems to now not leak for this version.

ruby 1.9.2dev (2010-02-01 trunk 26538) [...
rogerdpack (Roger Pack)
02:19 AM Bug #2690: IO#select unable to select for < 0.015s
=begin
I'd be happy to create a patch to use QueryPerformanceCounter if that would be preferable.
-r
=end
rogerdpack (Roger Pack)
02:14 AM Revision bafb881c (git): * lib/delegate.rb (Delegator#marshal_dump): exclude
delegator-specific instance variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26539 b2dd03c8-39d4-4d8f-9...
nobu (Nobuyoshi Nakada)
01:13 AM Bug #2581 (Assigned): require_relative depends on current directory
=begin

=end
naruse (Yui NARUSE)
01:12 AM Bug #2685 (Closed): Wrong call sequence example for RDoc of method flo_minus in numeric.c
=begin
maerged at r26537; thanks!
=end
naruse (Yui NARUSE)
12:55 AM Bug #2651: Matrix#compare_by_row_vectors does not receive array of Vector
=begin

=end
naruse (Yui NARUSE)
12:54 AM Bug #2652: three bugs of Matrix::Scalar
=begin

=end
naruse (Yui NARUSE)
12:54 AM Feature #2674: RubyVM::InstructionSequence to accept IOs
=begin

=end
naruse (Yui NARUSE)
12:53 AM Bug #2696: rubyspec: StringIO#ungetc when passed [char] pads with \000 when the current position is after the end ERROR
=begin

=end
naruse (Yui NARUSE)
12:53 AM Bug #2700: various behavior when reopening File twice
=begin

=end
naruse (Yui NARUSE)

02/01/2010

09:44 PM Feature #2687: rubyspec: Vector.each2 given one argument returns self when given a block FAILED
=begin
遠藤です。

2010年2月1日18:42 石塚圭樹 <[email protected]>:
>>rubyspec が、Vector#each2 が self を返すことを期待しています。
>>納得できな...
mame (Yusuke Endoh)
09:37 PM Feature #2687 (Closed): rubyspec: Vector.each2 given one argument returns self when given a block FAILED
=begin
This issue was solved with changeset r26538.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
06:42 PM Feature #2687: rubyspec: Vector.each2 given one argument returns self when given a block FAILED
=begin
けいじゅ@いしつかです.

In [ruby-dev:40241] the message: "[ruby-dev:40241] [Feature:trunk]
rubyspec: Vector.each2 gi...
keiju (Keiju Ishitsuka)
09:38 PM Bug #2681: some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi again,

On Mon, Feb 1, 2010 at 21:35, NAKAMURA, Hiroshi <[email protected]> wrote:
> I don't have any ...
nahi (Hiroshi Nakamura)
09:35 PM Bug #2681: some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi jeg2,

On Fri, Jan 29, 2010 at 02:13, James Edward Gray II
<[email protected]> wrote:
>> 3) CSV.pa...
nahi (Hiroshi Nakamura)
08:21 PM Bug #1954: line number 0?
=begin
この現象について調べて見ました。すみません、うまく纏められず長い説明になります。

まずはじめに、シグナルを処理するスレッドは 1.8 ではカレント、1.9 ではメインと異なっています。
このため、> st...
wanabe (_ wanabe)
06:44 PM Bug #2652: three bugs of Matrix::Scalar
=begin
けいじゅ@いしつかです.

In [ruby-dev:40270] the message: "[ruby-dev:40270] Re: [Bug:trunk]
three bugs of Matrix::Sca...
keiju (Keiju Ishitsuka)
06:41 PM Bug #2652: three bugs of Matrix::Scalar
=begin
けいじゅ@いしつかです.

In [ruby-dev:40240] the message: "[ruby-dev:40240] Re: [Bug:trunk]
three bugs of Matrix::Sca...
keiju (Keiju Ishitsuka)
12:27 PM Revision 9f714e35 (git): * lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
11:28 AM Feature #2666 (Assigned): ext/curses: improved structure for view2
=begin

=end
shugo (Shugo Maeda)
11:23 AM Bug #2683 (Assigned): IMAP hangs when receiving an unexpected "BYE" during login
=begin

=end
shugo (Shugo Maeda)
11:16 AM Feature #2693 (Assigned): unfriendly exception when command executed for Net::FTP which is not connected
=begin

=end
shugo (Shugo Maeda)
10:18 AM Bug #2700 (Assigned): various behavior when reopening File twice
=begin
このチケットが参考になると思います。
http://redmine.ruby-lang.org/issues/show/2516
=end
ujihisa (Tatsuhiro Ujihisa)
01:57 AM Bug #2700 (Rejected): various behavior when reopening File twice
=begin
遠藤です。

下記のように、読みかけの File インスタンスを使って 2 回 reopen した
ときの挙動が、バージョンによってまちまちです。


$ cat foo.txt
1
2...
mame (Yusuke Endoh)
09:32 AM Feature #2691: RCR: allow {select, collect, map} to accept symbol argument
=begin
On Sun, Jan 31, 2010 at 5:28 PM, Ryan Davis <[email protected]> wrote:
>
> On Jan 30, 2010, at 00:10...
RickDeNatale (Rick DeNatale)
07:28 AM Feature #2691: RCR: allow {select, collect, map} to accept symbol argument
=begin

On Jan 30, 2010, at 00:10 , Yugui wrote:

> This reply registers the suggestion by Roger to the redmine.
...
zenspider (Ryan Davis)
08:09 AM Revision b8acb1cc (git): * numeric.c (flo_minus): RDoc update. a patch from red stun
in [ruby-core:27951]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
07:43 AM Revision f81cdb36 (git): * eval.c (rb_mod_define_method): return original block but not
bound block. [ruby-core:26984]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26536 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
07:40 AM Revision 4c976684 (git): * eval.c (proc_invoke): reverted r25975. [ruby-dev:39931]
[ruby-dev:40059]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26535 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
07:32 AM Revision a7055a6b (git): * test/ruby/test_super.rb (TestSuper#test_define_method): modified
expected result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26534 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
02:15 AM Bug #2697 (Rejected): rubyspec: StringIO#ungetc when passed [char] tries to convert the passed length to an Integer using #to_int ERROR
=begin
IO#ungetc も同様の挙動なので、仕様変更でしょう。
=end
naruse (Yui NARUSE)
01:26 AM Bug #2699: "foo" + :bar should be rejected
=begin
遠藤です。

2010年2月1日0:56 Yugui <[email protected]>:
> 2010/1/31 Yusuke ENDOH <[email protected]>:
>> 1.9.1 にも p129 ...
mame (Yusuke Endoh)
12:56 AM Bug #2699: "foo" + :bar should be rejected
=begin
2010/1/31 Yusuke ENDOH <[email protected]>:
> 1.9.1 にも p129 くらいからバックポートされてしまっているようなので、
> revert する必要があると思います >...
yugui (Yuki Sonoda)

01/31/2010

10:51 PM Revision f71a0eb2 (git): * 2010-02-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:51 PM Revision 36f70bd4 (git): * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.
* ext/tk/lib/tk.rb: [POTENTIAL INCOMPATIBLE] return NoMethodError
for TkWindow#to_ary and to_str.
* ext/tk/lib/tkex...
nagai (Hidetoshi Nagai)
10:50 PM Revision 317fea44 (git): * 2010-02-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:50 PM Revision 023a3452 (git): * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.
* ext/tk/lib/tk.rb: [ruby1.9] fix freeze at exit.
* ext/tk/lib/tk.rb: [POTENTIAL INCOMPATIBLE] return NoMethodError
...
nagai (Hidetoshi Nagai)
09:47 PM Bug #2699 (Closed): "foo" + :bar should be rejected
=begin
This issue was solved with changeset r26525.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
09:43 PM Bug #2699 (Closed): "foo" + :bar should be rejected
=begin
なかださん
遠藤です。

現在、"foo" + :bar ができてしまいます。


$ ./ruby -ve 'p "foo" + :bar'
ruby 1.9.2dev (2010-01-31 trun...
mame (Yusuke Endoh)
07:41 PM Bug #2681: some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi,

2010/1/31 James Edward Gray II <[email protected]>:
> On Jan 28, 2010, at 11:13 AM, James Edward ...
mame (Yusuke Endoh)
07:33 PM Bug #2697 (Rejected): rubyspec: StringIO#ungetc when passed [char] tries to convert the passed length to an Integer using #to_int ERROR
=begin
stringio のメンテナのなかださん、もしくは成瀬さん
遠藤です。

to_int を実装したオブジェクトを StringIO#ungetc に与えた時の挙動が
1.8 と 1.9 で違います。
...
mame (Yusuke Endoh)
07:22 PM Bug #2696 (Closed): rubyspec: StringIO#ungetc when passed [char] pads with \000 when the current position is after the end ERROR
=begin
stringio のメンテナのなかださん、もしくはまつもとさん
遠藤です。

stringio に関して、バッファ終端より先に pos を合わせた状態で
StringIO#ungetc を呼んだ時の挙動...
mame (Yusuke Endoh)
06:20 PM Bug #2688: rubyspec: Net::HTTPHeader#content_range returns a Range object that represents the 'Content-Range' header entry FAILED
=begin

=end
mame (Yusuke Endoh)
06:16 PM Bug #2652: three bugs of Matrix::Scalar
=begin
遠藤です。

2010年1月31日0:51 Yukihiro Matsumoto <[email protected]>:
>
> | Integer#[], Integer#size
> |
> |の...
mame (Yusuke Endoh)
12:51 AM Bug #2652: three bugs of Matrix::Scalar
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40237] Re: [Bug:trunk] three bugs of Matrix::Scalar"
on Fri, 29...
matz (Yukihiro Matsumoto)
06:12 PM Bug #2495 (Rejected): Matrix: Vector#each2 should check its argument
=begin
According to [ruby-dev:40237] and [ruby-dev:40267], it is the fate of
duck typing and compatibility.


...
mame (Yusuke Endoh)
02:24 PM Revision 8d33d0a5 (git): * io.c (rb_io_each_codepoint): use cbuf when needs readconv.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
02:08 PM Revision ddf72817 (git): * test/ruby/test_dir.rb: use string instead of symbol as file name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
01:44 PM Revision f26bb913 (git): * fix the previous previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
01:42 PM Revision d4f75667 (git): * string.c (rb_string_value): fix the previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
01:37 PM Bug #1392 (Closed): Object#extend leaks memory on Ruby 1.9.1
=begin
This issue was solved with changeset r26515.
Muhammad, thank you for reporting this issue.
Your contributio...
wanabe (_ wanabe)
01:25 PM Bug #2695 (Closed): Supported Platforms
=begin
http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms の Supported ですが、Debian GNU/Linux 4.0 on IA32 はセキ...
znz (Kazuhiro NISHIYAMA)
12:46 PM Revision 21523e3a (git): * string.c (rb_string_value): make no exception for Symbol.
[ruby-dev:40274]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
12:41 PM Revision 3a9ce187 (git): * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]
(re-commit of r26522 since forgot to add a change, sorry)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26524 b2...
mame (Yusuke Endoh)
12:36 PM Revision 323d23c4 (git): * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only when
parent is specified, since Text.check may need doctype. partially
revert r26518.
git-svn-id: svn+ssh://ci.ruby-la...
mame (Yusuke Endoh)
12:11 PM Revision a497f3a5 (git): * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
09:03 AM Revision 8458c385 (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:41 AM Revision d7844516 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:39 AM Revision 29d994d3 (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:02 AM Bug #2641: Seg fault running miniruby during ruby build on Haiku
=begin
Still working on the SegFault issues, there was some previous work for Ruby on Haiku done below by augiedoggi...
kallisti5 (Alexander von Gluck)
06:55 AM Revision a9770c80 (git): * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug that
seems to be caused by refactoring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26518 b2dd03c8-39d4-4d8f-98ff-8...
mame (Yusuke Endoh)
06:55 AM Revision 8129a8df (git): * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted node
because the rdoc of REXML::Element#delete_element says it returns
"the element that was removed."
git-svn-id: svn+...
mame (Yusuke Endoh)
05:34 AM Revision ae0b6068 (git): * A bug fix for deleting blank Table rows from Andy Hartford.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e James Edward Gray II
04:33 AM Revision bcbfa7a9 (git): * gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
04:03 AM Revision 4916ce46 (git): * 2010-01-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:03 AM Revision 6425b4ba (git): * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDecls
and bad DocTypes in REXML::Document. (Bug #19058) [ruby-core:27979]
based on the patch by Federico Builes.
git-...
mame (Yusuke Endoh)

01/30/2010

10:58 PM Feature #2691: RCR: allow {select, collect, map} to accept symbol argument
=begin
Hi,

2010/1/30 Yugui <[email protected]>:
> This reply registers the suggestion by Roger to the redmine.
>
...
mame (Yusuke Endoh)
05:10 PM Feature #2691 (Rejected): RCR: allow {select, collect, map} to accept symbol argument
=begin
This reply registers the suggestion by Roger to the redmine.

and -1 because a method name is not a metho...
yugui (Yuki Sonoda)
10:45 PM Feature #2366: private constant
=begin
遠藤です。

2010年1月30日21:39 Masatoshi SEKI <[email protected]>:
> なぜ現在のRubyの状況ではProcの方がよいのですか?
> 私は1.9....
mame (Yusuke Endoh)
08:03 PM Feature #2366: private constant
=begin
遠藤です。

2010年1月30日7:20 Masatoshi SEKI <[email protected]>:
>>>> 普通に見えるものは何でも spec にされてしまう例として、以下のような...
mame (Yusuke Endoh)
07:50 PM Feature #2366: private constant
=begin
遠藤です。

2010年1月30日14:34 Yugui (Yuki Sonoda) <[email protected]>:
> On 1/28/10 8:55 PM, Yusuke ENDOH wrote:
>>...
mame (Yusuke Endoh)
02:35 PM Feature #2366: private constant
=begin
On 1/28/10 8:55 PM, Yusuke ENDOH wrote:
> Yugui さんの返事はメールでは来ていませんが、IRC で
>
> - 1.9.2 では rb_classext_t の定義...
yugui (Yuki Sonoda)
04:47 AM Feature #2366: private constant
=begin
成瀬です。

(2010/01/30 3:57), Masatoshi SEKI wrote:
>> 元の提案 [ruby-dev:39685] に書きましたが、「非公開というのは承知の上で
>> 敢えて使いた...
naruse (Yui NARUSE)
09:13 PM Bug #2662: BigDecimal#ceil, etc. should not return Integer
=begin
2010/1/30 Yusuke ENDOH <[email protected]>:
> お返事ありがとうございます。
> つまり、いずれ 1.9.1 にバックポートされるということですね。
> それなら 1.9 か...
yugui (Yuki Sonoda)
08:12 PM Bug #2662: BigDecimal#ceil, etc. should not return Integer
=begin
遠藤です。

2010年1月30日14:02 Yugui (Yuki Sonoda) <[email protected]>:
> On 1/28/10 8:24 PM, Yusuke ENDOH wrote:
>>...
mame (Yusuke Endoh)
02:02 PM Bug #2662: BigDecimal#ceil, etc. should not return Integer
=begin
On 1/28/10 8:24 PM, Yusuke ENDOH wrote:
>> ということで、リバートの必要はなく、
(snip)
>> あえていうならば、現在
>> BigDecimal#to_iがIn...
yugui (Yuki Sonoda)
08:36 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
=begin
遠藤です。

2010年1月30日13:52 Yugui (Yuki Sonoda) <[email protected]>:
> On 1/27/10 6:29 PM, Yukihiro Matsumoto wrot...
mame (Yusuke Endoh)
01:53 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
=begin
On 1/27/10 6:29 PM, Yukihiro Matsumoto wrote:
> |挙動は現状のままにするとして、
> |
> |1. この挙動は 1.9.2 からの仕様変更 (1.9.1 はそのま...
yugui (Yuki Sonoda)
08:12 PM Feature #2693 (Closed): unfriendly exception when command executed for Net::FTP which is not connected
=begin
#2291はr25518により修正されましたが、他のコマンドは依然としてソケットを開いていることを確認していません。
このため、@sock.writeによりNoMethodErrorが発生します。

re...
yugui (Yuki Sonoda)
08:05 PM Bug #2319: gethostbyname fails in windows
=begin
Easily reproducible on Windows 7 with latest 1.9.2 dev builds (with *MINGW*):

D:\work\jruby-dev>pik ruby...
vvs (Vladimir Sizikov)
10:35 AM Bug #2319: gethostbyname fails in windows
=begin
Hi,

At Sat, 30 Jan 2010 10:21:58 +0900,
Roger Pack wrote in [ruby-core:27962]:
> XP Pro, ws2_32.dll => 5...
nobu (Nobuyoshi Nakada)
10:21 AM Bug #2319: gethostbyname fails in windows
=begin
XP Pro, ws2_32.dll => 5.1.2600.5512 (gcc 3.4.5)
=end
rogerdpack (Roger Pack)
10:12 AM Bug #2319 (Feedback): gethostbyname fails in windows
=begin
I can't reproduce it on Windows Vista at all.
What's your platform, and the version of winsock2?
=end
nobu (Nobuyoshi Nakada)
06:40 PM Bug #1392: Object#extend leaks memory on Ruby 1.9.1
=begin
Thanks for the quick patch. It certainly seems to do the trick.
=end
MiiJaySung (Jason Earl)
12:54 PM Revision 3cce74dc (git): merges r25605 from trunk into ruby_1_9_1.
--
* test/dl/test_dl2.rb (**) testing malloc and realloc
* ext/dl/dl.c (**) adding documentation
git-svn-id: svn+ssh...
yugui (Yuki Sonoda)
12:54 PM Revision 0777c729 (git): merges r25579 and r25581 from trunk into ruby_1_9_1.
--
* lib/net/http.rb (Net::HTTPResponse#each_response_header):
accept multiline message header of H...
yugui (Yuki Sonoda)
12:54 PM Revision a2339bc0 (git): merges r25526,r25527,r25528,r25529,r25530 and r25555 from trunk into ruby_1_9_1.
--
* encoding.c (get_filesystem_encoding):
add Encoding.filesystem_encoding [ruby-dev:39546]
also see [ruby-core:...
yugui (Yuki Sonoda)
12:54 PM Revision 4de39cd3 (git): merges r25510 from trunk into ruby_1_9_1.
--
* lib/net/ftp.rb (getbinaryfile, list): call to_s to convert
a Pathname instance into a string. [ruby-core:2623...
yugui (Yuki Sonoda)
12:53 PM Revision 1e8b18df (git): merges r25499 from trunk into ruby_1_9_1.
--
* parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/ripper/test_filter.rb: add more tests.
...
yugui (Yuki Sonoda)
12:53 PM Revision 8c1c1500 (git): merges r25498 from trunk into ruby_1_9_1.
--
* gc.c (garbage_collect_with_gvl): do not garbage_collect when
dont_gc flag turned on. [ruby-core:26327]
git-s...
yugui (Yuki Sonoda)
12:53 PM Revision cae43211 (git): merges r25494 from trunk into ruby_1_9_1.
adds a test case for the change
--
* vm.c (invoke_block_from_c): return Qnil when its iseq is
SPECIAL CONST. [ruby-...
yugui (Yuki Sonoda)
12:53 PM Revision 4b8d9cff (git): merges r25485 from trunk into ruby_1_9_1.
--
* io.c (io_fwrite): adjust stdio file position after direct write on
BSDish platforms. [ruby-core:26300]
git-...
yugui (Yuki Sonoda)
12:52 PM Revision 4d5af950 (git): merges tests from trunk@25460 into ruby_1_9_1.
--
* ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)
* test/dl/test_handle.rb (**) testing sym behavior
g...
yugui (Yuki Sonoda)
12:52 PM Revision 0347be3e (git): merges r25448 from trunk into ruby_1_9_1.
--
* ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)
[ruby-core:25762]
* ext/dl/dl.c (rb_dl_dlopen)...
yugui (Yuki Sonoda)
12:52 PM Revision ac503968 (git): merges r25446 and r25466 from trunk into ruby_1_9_1.
--
* io.c (io_cntl): update max file descriptor by the result of
fcntl(F_DUPFD).
--
* io.c (io_cntl): F_DUPFD is pl...
yugui (Yuki Sonoda)
12:52 PM Revision d7d96cdf (git): merges r25440 from trunk into ruby_1_9_1.
--
* lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is always
non-nil.
git-svn-id: svn+ssh://ci.ruby-lang.org...
yugui (Yuki Sonoda)
12:51 PM Revision e2a553e4 (git): merges r25435 from trunk into ruby_1_9_1.
--
* test/ruby/envutil.rb (assert_in_out_err): test_stdout and
test_stderr should be an array.
* test/ruby/test_ru...
yugui (Yuki Sonoda)
12:51 PM Revision 495670d2 (git): merges r25426 from trunk into ruby_1_9_1.
--
* test/scanf/test_scanfio.rb (TestScanfIO): needs to inherit
TestCase.
* test/scanf/test_scanfio.rb (TestScanfI...
yugui (Yuki Sonoda)
12:51 PM Revision ac2d608e (git): merges r25418 from trunk into ruby_1_9_1.
--
* added monitor.rb test. see #2240 the bug on ruby_1_8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub...
yugui (Yuki Sonoda)
12:51 PM Revision 687fd3a1 (git): merges r25408 from trunk into ruby_1_9_1.
--
* include/ruby/win32.h (finite, scalb): inline'ed non-standard
identifier macros. [ruby-core:2234]
git-svn-id:...
yugui (Yuki Sonoda)
12:51 PM Revision 4edd2a52 (git): merges r25402,r25404,r25405,r25406 and r25407 from trunk into ruby_1_9_1.
--
* parse.y (parser_here_document): dispatch delayed heredoc
contents. based on a patch from Andy Keep in [ruby-c...
yugui (Yuki Sonoda)
12:50 PM Revision be40bdba (git): * vm_method.c (rb_alias): treats an alias as if it is a newly defined
method so that oklass in a method cache refers the class on which the
aliasing occured.
[ruby-core:26074] (#2202)...
yugui (Yuki Sonoda)
12:50 PM Revision d274933b (git): * .gdbinit: follows r24470.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
12:50 PM Revision 647b968d (git): merges r25394 from trunk into ruby_1_9_1.
--
* lib/rexml/element.rb (text=): false should be converted to string.
A patch by Teruo Oshida [ruby-dev:38351]
g...
yugui (Yuki Sonoda)
12:49 PM Revision c98a51f6 (git): merges r25392 from trunk into ruby_1_9_1.
--
Retry until the signal is trapped.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26492 b2dd03c8...
yugui (Yuki Sonoda)
12:49 PM Revision 3ac7927e (git): merges r25388 from trunk into ruby_1_9_1.
--
* test/test_prime.rb
(TestPrime#test_eratosthenes_works_fine_after_timeout):
test for [ruby-dev:39465].
* li...
yugui (Yuki Sonoda)
12:49 PM Revision caa2bb47 (git): merges r25377 from trunk into ruby_1_9_1.
--
* st.c (unpack_entries): save table->bins and never change the table
during unpacking. Because st_insert() may c...
yugui (Yuki Sonoda)
12:48 PM Revision 8c9edc00 (git): merges r25371 from trunk into ruby_1_9_1.
--
* bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]
from wanabe <s.wanabe AT gmail.com>.
git-svn-...
yugui (Yuki Sonoda)
12:48 PM Revision 829efc17 (git): merges r25360 from trunk into ruby_1_9_1.
--
* test/ruby/test_object.rb (test_remove_method): test for Bug#2202.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b...
yugui (Yuki Sonoda)
12:48 PM Revision 965258fa (git): merges r25343 from trunk into ruby_1_9_1.
--
* ext/iconv/iconv.c (iconv_create): cannot retry with given block.
[ruby-dev:39487]
git-svn-id: svn+ssh://ci.ru...
yugui (Yuki Sonoda)
12:47 PM Revision 4fe744b1 (git): merges r25336 and r25339 from trunk into ruby_1_9_1.
--
* ext/socket/init.c (rsock_init_sock): validate file descriptor.
--
* ext/socket/init.c (rsock_init_sock): mswin d...
yugui (Yuki Sonoda)
12:47 PM Revision 7e0875aa (git): merges r25334 from trunk into ruby_1_9_1.
--
* string.c (rb_check_string_type): rdoc fix [ruby-core:26084]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche...
yugui (Yuki Sonoda)
12:47 PM Revision b8755b04 (git): merges r25320 from trunk into ruby_1_9_1.
--
* ext/tk/variable.rb: bug fix. additional trace definition changes the
option of first trace definition.
git-sv...
yugui (Yuki Sonoda)
12:47 PM Revision 2bdd8561 (git): merges r25318 from trunk into ruby_1_9_1.
--
* parse.y (parser_magic_comment): fixed normalization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
yugui (Yuki Sonoda)
12:46 PM Revision 5b928320 (git): merges r25313 from trunk into ruby_1_9_1.
--
* lib/net/ftp.rb (login): use "anonymous@" as a default password.
[ruby-dev:39451]
git-svn-id: svn+ssh://ci.rub...
yugui (Yuki Sonoda)
12:46 PM Revision 2298cb6c (git): merges r25300 from trunk into ruby_1_9_1.
--
* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justin
Collins in [ruby-core:26050].
git-svn-id: sv...
yugui (Yuki Sonoda)
12:46 PM Revision 25d896ea (git): merges r25297 from trunk into ruby_1_9_1.
and another fix for [ruby-core:26047].
--
* lib/irb/context.rb (IRB::Context#irb_name): removed duplicated
attr_rea...
yugui (Yuki Sonoda)
12:45 PM Revision f73a2e8e (git): merges r25294 from trunk into ruby_1_9_1.
--
* include/ruby/ruby.h (RB_GC_GUARD_PTR): workaround for gcc
optimization.
git-svn-id: svn+ssh://ci.ruby-lang.or...
yugui (Yuki Sonoda)
12:45 PM Revision 82c6f54b (git): merges r25290 from trunk into ruby_1_9_1.
--
* file.c (path_check_0): prevent from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26478 b...
yugui (Yuki Sonoda)
12:45 PM Revision 58f7f54c (git): merges r25267 from trunk into ruby_1_9_1.
--
* ext/curses/curses.c: Many functions of module Curses could cause a
crash if the ncurses library was not proper...
yugui (Yuki Sonoda)
12:45 PM Revision 1ca6da8d (git): merges r25266 from trunk into ruby_1_9_1.
--
* compile.c (ADD_TRACE): fire coverage event in ensure clause.
[ruby-dev:39303]
* iseq.h, iseq.c: ditto.
git-s...
yugui (Yuki Sonoda)
12:44 PM Revision 3efa5181 (git): merges r25263 from trunk into ruby_1_9_1.
--
* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby-core:22723]
git-svn-id: svn+ssh://c...
yugui (Yuki Sonoda)
12:44 PM Revision 3e23ba59 (git): merges r25245 from trunk into ruby_1_9_1.
and fixes a mistake in the test case.
--
* lib/delegate.rb (Delegator::public_api): take snapshot of
public method ...
yugui (Yuki Sonoda)
12:42 PM Revision c8f9b4d5 (git): * 2010-01-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:42 PM Revision 02b4b54a (git): merges r25243 from trunk into ruby_1_9_1.
--
* struct.c (rb_struct_select): Struct#select should return
enumerator when no block given.
git-svn-id: svn+ssh:...
yugui (Yuki Sonoda)
10:54 AM Bug #2330: Non systematic segmentation fault with autoload rubyspec
=begin
Hi,

At Sat, 30 Jan 2010 06:58:25 +0900,
Marc-Andre Lafortune wrote in [ruby-core:27959]:
> 1) The minima...
nobu (Nobuyoshi Nakada)
07:56 AM Revision 1b1b5c2b (git): * vm.c (rb_vm_invoke_proc): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:31 AM Bug #2690 (Closed): IO#select unable to select for < 0.015s
=begin
In my investigation related to the previous "cannot select for < 0.10s on windows" but, here is the current s...
rogerdpack (Roger Pack)
01:17 AM Bug #2689 (Closed): rdoc gem on 1.9.2 fails for interactive(-i) ri
=begin
Sorry if this has been already signaled, I didn't see.

So, doing a simple 'ri Fixnum':
~ $> export RI=...
Eregon (Benoit Daloze)
01:10 AM Bug #2688 (Closed): rubyspec: Net::HTTPHeader#content_range returns a Range object that represents the 'Content-Range' header entry FAILED
=begin
なかださん
遠藤です。


class C
include Net::HTTPHeader
def initialize
initialize_http_header({})...
mame (Yusuke Endoh)

01/29/2010

11:21 PM Feature #2366: private constant
=begin
遠藤です。

2010年1月29日20:30 Masatoshi SEKI <[email protected]>:
>>
>>>>> 今の Ruby には、クラスが公開 API かどうかを伝える...
mame (Yusuke Endoh)
07:18 PM Feature #2366: private constant
=begin

=end
mame (Yusuke Endoh)
10:44 PM Bug #2679 (Open): rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
$ ./ruby -rdelegate -e '
a = [42, :hello].freeze
d = SimpleDelegator.new(a)
d.dup[0] += 1
'
-e:4:in...
mame (Yusuke Endoh)
08:40 AM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
遠藤です。

2010年1月29日1:49 Yukihiro Matsumoto <[email protected]>:
> ||lib/delegator.rb の clone の定義を見ると
> ||
...
mame (Yusuke Endoh)
01:57 AM Bug #2679 (Closed): rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
This issue was solved with changeset r26462.
Yusuke, thank you for reporting this issue.
Your contribution ...
matz (Yukihiro Matsumoto)
01:49 AM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40222] Re: [Bug:trunk] rubyspec: SimpleDelegator when frozen creates...
matz (Yukihiro Matsumoto)
01:36 AM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40221] [Bug:trunk] rubyspec: SimpleDelegator when frozen creates a f...
matz (Yukihiro Matsumoto)
01:18 AM Bug #2679 (Closed): rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
=begin
まつもとさん、または lib/delegator.rb についてわかる誰か
遠藤です。

freeze した SimpleDelegator を clone できません。


$ ./ruby ...
mame (Yusuke Endoh)
10:32 PM Feature #2687 (Closed): rubyspec: Vector.each2 given one argument returns self when given a block FAILED
=begin
いしつかさん
遠藤です。

rubyspec が、Vector#each2 が self を返すことを期待しています。
納得できなくもない期待なので、応えてしまっていいでしょうか。

現在は size.ti...
mame (Yusuke Endoh)
10:01 PM Bug #2667: Segmentation fault error
=begin
After I opened this ticket I did a 'make install' again and it worked. It also worked all day yesterday (2 da...
ajaym (Adam Jay)
09:44 PM Bug #2652: three bugs of Matrix::Scalar
=begin
遠藤です。
何度もすみません。

2010年1月29日19:54 Yusuke ENDOH <[email protected]>:
> 2010年1月29日19:24 石塚圭樹 <[email protected]...
mame (Yusuke Endoh)
07:54 PM Bug #2652: three bugs of Matrix::Scalar
=begin
遠藤です。

2010年1月29日19:24 石塚圭樹 <[email protected]>:
>>見てみたのですが、現在の実装では、compare_by_row_vectors は比較で
>>使われてい...
mame (Yusuke Endoh)
07:24 PM Bug #2652: three bugs of Matrix::Scalar
=begin
けいじゅ@いしつかです.

In [ruby-dev:40236] the message: "[ruby-dev:40236] Re: [Bug:trunk]
three bugs of Matrix::Sca...
keiju (Keiju Ishitsuka)
05:33 PM Bug #2652: three bugs of Matrix::Scalar
=begin
遠藤です。

2010年1月29日13:44 石塚圭樹 <[email protected]>:
> それでは, Matrix同士の比較にしてもらえますか?

見てみたのですが、現在の実装では、compa...
mame (Yusuke Endoh)
01:44 PM Bug #2652: three bugs of Matrix::Scalar
=begin
けいじゅ@いしつかです.

In [ruby-dev:40231] the message: "[ruby-dev:40231] Re: [Bug:trunk]
three bugs of Matrix::Sca...
keiju (Keiju Ishitsuka)
08:38 AM Bug #2652: three bugs of Matrix::Scalar
=begin
遠藤です。

2010年1月29日7:36 Yukihiro Matsumoto <[email protected]>:
> |うーん. 歴史的には, 前者用途で == とかの内部のサブルーチン的な用途が
...
mame (Yusuke Endoh)
07:36 AM Bug #2652: three bugs of Matrix::Scalar
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40229] Re: [Bug:trunk] three bugs of Matrix::Scalar"
on Fri, 29...
matz (Yukihiro Matsumoto)
04:57 AM Bug #2652: three bugs of Matrix::Scalar
=begin
けいじゅ@いしつかです.

In [ruby-dev:40224] the message: "[ruby-dev:40224] Re: [Bug:trunk]
three bugs of Matrix::Sca...
keiju (Keiju Ishitsuka)
01:50 AM Bug #2652: three bugs of Matrix::Scalar
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:40191] Re: [Bug:trunk] three bugs of Matrix::Scalar"
on Wed, 27...
matz (Yukihiro Matsumoto)
09:14 PM Bug #2686 (Closed): Socket::gethostbyname => SEGFAULT
=begin
C:\>ruby19_mingw\bin\irb
irb(main):001:0> require 'socket'
=> true
irb(main):002:0> host = Socket::geth...
vo.x (Vit Ondruch)
08:35 PM Bug #2685 (Closed): Wrong call sequence example for RDoc of method flo_minus in numeric.c
=begin
Seems a copy paste issue.
The attached patch itself says it all,

Index: numeric.c
=================...
redstun (red stun)
07:20 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
=begin

=end
mame (Yusuke Endoh)
07:19 PM Bug #2662: BigDecimal#ceil, etc. should not return Integer
=begin

=end
mame (Yusuke Endoh)
07:15 PM Bug #2577: Ruby 1.9.2 Preview 1 Aborts when script/generate is used
=begin
It's a duplicate of #2051.

Line 124 of lib/active_model/validations.rb is
alias :read_attribute_for...
libc (Eugene Pimenov)
05:44 PM Bug #1392 (Open): Object#extend leaks memory on Ruby 1.9.1
=begin
I wrote a patch for this issue.
Unless any objections, I will commit later.
=end
wanabe (_ wanabe)
02:46 PM Revision 147a09f8 (git): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:27 PM Bug #2669 (Closed): mkmf find_executable doesn't find .bat files
=begin
This issue was solved with changeset r26468.
Roger, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
03:20 AM Bug #2669: mkmf find_executable doesn't find .bat files
=begin
Composing my email crossed with yours. Yes, I think
that rubyforge ticket you link to would cover it.
A q...
hgs (Hugh Sasse)
03:13 AM Bug #2669: mkmf find_executable doesn't find .bat files
=begin
On Thu, Jan 28, 2010 at 6:02 PM, Hugh Sasse <[email protected]> wrote:
> On Fri, 29 Jan 2010, Luis Lavena wrote:...
luislavena (Luis Lavena)
03:02 AM Bug #2669: mkmf find_executable doesn't find .bat files
=begin
On Fri, 29 Jan 2010, Luis Lavena wrote:

> Issue #2669 has been updated by Luis Lavena.
>
>
> Neither ...
hgs (Hugh Sasse)
03:00 AM Bug #2669: mkmf find_executable doesn't find .bat files
=begin
On Thu, Jan 28, 2010 at 5:33 PM, Roger Pack <[email protected]> wrote:
>
> Which ticket is it?
>

Fo...
luislavena (Luis Lavena)
02:41 AM Bug #2669: mkmf find_executable doesn't find .bat files
=begin
On Thu, Jan 28, 2010 at 5:33 PM, Roger Pack <[email protected]> wrote:
>
> Which ticket is it?

I don...
luislavena (Luis Lavena)
02:16 AM Bug #2669: mkmf find_executable doesn't find .bat files
=begin
Neither cygwin or MSYS (which is based in cygwin) likes batch files, that is one of the reasons is not marked...
luislavena (Luis Lavena)
01:53 PM Revision bc7ae41e (git): * lib/getoptlong.rb (set_options): ensure that the type of argument is
Array, restoring this check that was deleted at r10239. This caused
rubyspec error.
git-svn-id: svn+ssh://ci.ruby...
mame (Yusuke Endoh)
01:07 PM Bug #2684 (Closed): .def file is missing
=begin
This issue was solved with changeset r26467.
Nobuyoshi, thank you for reporting this issue.
Your contributi...
nobu (Nobuyoshi Nakada)
12:46 PM Bug #2684 (Closed): .def file is missing
=begin
[ruby-core:27919]
EXPORT_PREFIX in rbconfig.rb is empty so DEFFILE is too.
=end
nobu (Nobuyoshi Nakada)
10:57 AM Bug #2683: IMAP hangs when receiving an unexpected "BYE" during login
=begin

=end
bpot (Bob Potter)
10:57 AM Bug #2683 (Closed): IMAP hangs when receiving an unexpected "BYE" during login
=begin
The main imap thread will hang if the receiving thread receives an unexpected "BYE" message during login. IM...
bpot (Bob Potter)
05:21 AM Revision 9433d94c (git): * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should be
space-separated. [ruby-core:27912]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26468 b2dd03c8-39d4-4d8f-98ff...
nobu (Nobuyoshi Nakada)
03:59 AM Revision e8e41b21 (git): * configure.in (mingw): needs $(DEFFILE) for extension libraries.
[ruby-core:27946]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:22 AM Revision 896d7682 (git): * lib/mkmf.rb (create_makefile): use puts instead of print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:37 AM Bug #2226: case 文の式が省略され when 節に配列展開があるときの挙動
=begin
まつもとさん(あるいはささださん?)
このチケットについて、よろしければ意見をお聞きしたいのですがどうでしょうか。
(バグではない、バグだがパッチが正しくない、コミットしてよい、など)
催促するようで申し訳...
wanabe (_ wanabe)
02:26 AM Bug #2681 (Rejected): some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Thank you for so quick response!
I'll work tomorrow.

--
Yusuke Endoh <[email protected]>
=end
mame (Yusuke Endoh)
01:51 AM Bug #2681 (Rejected): some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi jeg2, or anyone who knows the implementation of FasterCSV,

I'm now checking for ruby trunk to pass ru...
mame (Yusuke Endoh)
02:09 AM Revision a0248a2b (git): * lib/mkmf.rb (try_do): log no source when no developement env.
* lib/mkmf.rb (create_makefile): srcprefix always needs $(srcdir).
* lib/mkmf.rb (create_makefile): yield configurat...
nobu (Nobuyoshi Nakada)
01:52 AM Bug #2680 (Rejected): some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
すみません、ruby-core 宛てに送るメールを間違えて ruby-dev に送りました。
こっちは閉じておきます。

--
Yusuke Endoh <[email protected]>
=end
mame (Yusuke Endoh)
01:50 AM Bug #2680 (Rejected): some behavior changes of lib/csv.rb between 1.8 and 1.9
=begin
Hi jeg2, or anyone who knows the implementation of FasterCSV,

I'm now checking for ruby trunk to pass ru...
mame (Yusuke Endoh)
01:00 AM Bug #2676: behavior change of some methods of Date between 1.8 and 1.9
=begin
> 確認ですが、1.8 だと 1582-10-04 以前の commercial date は扱えない
> (1581 年以前も含めて) ということでいいでしょうか。

というより、グレゴリオ暦でしかつかえないよ...
tadf (tadayoshi funaba)
12:15 AM Bug #2676 (Rejected): behavior change of some methods of Date between 1.8 and 1.9
=begin
遠藤です。

お返事ありがとうございます。

2010年1月28日22:50 Tadayoshi Funaba <[email protected]>:
>> 1) Date.valid_commerci...
mame (Yusuke Endoh)
12:56 AM Revision 6899b6ff (git): * enc/trans/utf8_mac.trans (buf_shift_char): don't see uninitialised
value. [ruby-dev:40233]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:50 AM Revision 796931aa (git): * common.mk (help): updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:21 AM Bug #2668 (Rejected): Is CGI::HtmlExtension public or not?
=begin
> これは[nil]を返す方がおかしいだろうと思いました。
> 要素がないんだから[]を返した方が嬉しいはずです。
>
> というわけで、仕様変更です。

了解しました。ありがとうございました。
...
mame (Yusuke Endoh)
12:16 AM Bug #2677 (Rejected): rubyspec: Date#parse can handle YYDDD as year and day number FAILED
=begin
> > 以下の Date.parse に関する挙動の違いは 1.9 からの仕様変更でしょうか。
> はい。

了解しました。
すばやいお返事ありがとうございました。

--
Yusuke ...
mame (Yusuke Endoh)
 

Also available in: Atom