Project

General

Profile

Activity

From 05/02/2010 to 05/08/2010

05/08/2010

11:25 PM Revision e240f93f (git): * lib/net/imap.rb (disconnect): terminates @receiver_thread even if
@sock.shutdown raises an exception. [ruby-dev:34881]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27690 b2dd03...
shugo (Shugo Maeda)
11:14 PM Bug #3260 (Closed): Can't build Ruby with SunStudio on sparc Solaris
=begin
trunkをsparc solaris上でSunのccでコンパイルした場合、次のエラーが出てext/jsonをビルドできませんでした。

ccache cc -I. -I../../../.ext/includ...
yugui (Yuki Sonoda)
11:09 PM Revision d7f71038 (git): * 2010-05-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:09 PM Revision f78d45b3 (git): * lib/net/imap.rb: backported exception handling from trunk.
[ruby-core:29745]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27688 b2dd03c8-39d4-4d8f-98ff-823fe6...
shugo (Shugo Maeda)
10:13 PM Revision 81f4dba3 (git): * io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:50 PM Revision 15a70cf4 (git): * include/ruby/ruby.h (rb_intern): fix compile error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:59 PM Revision 1684c234 (git): * ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been required
yet. [ruby-core:30095]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
05:41 PM Revision 93121d99 (git): * io.c (nogvl_copy_stream_sendfile): mixed decls not allowed.
* include/ruby/ruby.h (rb_intern): C90 needs nonempty macro
arguments.
git-svn-id: svn+ssh://ci.ruby-lan...
shyouhei (Shyouhei Urabe)
04:22 PM Revision 69a00845 (git): * vm_insnhelper.c (vm_call_bmethod): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:22 PM Revision d42a2493 (git): * vm_insnhelper.c (vm_call_bmethod): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:15 PM Revision 89cc2aef (git): * cont.c (stackgrowdirection): removed duplicated code, use
STACK_UPPER macro instead.
* gc.h (STACK_DIR_UPPER): moved from thread_pthread.c.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
04:15 PM Revision 2953f078 (git): * cont.c (stackgrowdirection): removed duplicated code, use
STACK_UPPER macro instead.
* gc.h (STACK_DIR_UPPER): moved from thread_pthread.c.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
04:05 PM Revision ffde073b (git): * test/dl/test_base.rb (libc_so, libm_so): supports solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
04:04 PM Revision 8f3e3995 (git): * spec/default.mspec (config): . is no longer in $:.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
04:00 PM Revision 0636a4be (git): * test/dl/test_base.rb (libc_so, libm_so): supports solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
03:27 PM Revision 6aa05eba (git): * thread.c (rb_thread_aset): fixed argument type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:27 PM Revision 349b0472 (git): * thread.c (rb_thread_aset): fixed argument type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:09 PM Revision 9f7feadf (git): * NEWS (io/console): IO#noecho and IO#raw without block are
obsolete already. [ruby-dev:41226]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27677 b2dd03c8-39d4-4d8f-98ff-...
nobu (Nobuyoshi Nakada)
02:07 PM Revision 6f383042 (git): * ext/io/console/console.c (ttymode): save dupped file descriptors
and restore tty modes using them, so that original modes can be
restored even if orignal fds are closed. [ruby-dev...
nobu (Nobuyoshi Nakada)
01:57 PM Bug #2829 (Closed): Missing documentation for Exception subclasses.
=begin
This issue was solved with changeset r27670.
Marc-Andre, thank you for reporting this issue.
Your contribut...
marcandre (Marc-Andre Lafortune)
01:07 PM Feature #3073 (Closed): io/console
=begin
This issue was solved with changeset r27668.
Nobuyoshi, thank you for reporting this issue.
Your contributi...
nobu (Nobuyoshi Nakada)
11:17 AM Bug #3258 (Closed): Segmentation fault in Bigdecimal.new
=begin
This issue was solved with changeset r27665.
masaya, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
09:24 AM Bug #3258 (Closed): Segmentation fault in Bigdecimal.new
=begin
GC.stress = true
require 'bigdecimal'
1000.times{|i| puts BigDecimal.new("1" + "0"*i) }
を実行すると、

ru...
tarui (Masaya Tarui)
10:17 AM Bug #3259 (Closed): test_socket.rb has 1 Error on Mac OS X 10.6
=begin
This issue was solved with changeset r27663.
Tomoyuki, thank you for reporting this issue.
Your contributio...
akr (Akira Tanaka)
09:47 AM Bug #3259 (Closed): test_socket.rb has 1 Error on Mac OS X 10.6
=begin
Mac OS X 10.6 (SnowLeopard)上で trunk(r27662) の make test-all すると test_socket.rb が 1 Error になります。

2) Err...
nagachika (Tomoyuki Chikanaga)
10:05 AM Revision db1d9196 (git): * spec/default.mspec (config): . is no longer in $:.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
08:08 AM Revision f491696f (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:58 AM Revision fecc53f0 (git): * error.c: RDoc for subclasses of Exception. [ruby-core:28394]
* cont.c: ditto
* enumerator.c: ditto
* io.c: ditto
* math.c: ditto
* numeric.c: ditto
* proc.c: ditto
* re.c: ...
Marc-Andre Lafortune
04:58 AM Revision e9650c0b (git): * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError
messages [ruby-core:28394]
* hash.c (rb_hash_fetch_m): Improve KeyError message
git-svn-id: svn+ssh://ci.ruby-lang....
Marc-Andre Lafortune
04:50 AM Revision 1dee5e34 (git): * error.c: RDoc for subclasses of Exception. [ruby-core:28394]
* cont.c: ditto
* enumerator.c: ditto
* io.c: ditto
* math.c: ditto
* numeric.c: ditto
* proc.c: ditto
* re.c: ...
Marc-Andre Lafortune
04:49 AM Revision b140b779 (git): * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError
messages [ruby-core:28394]
* hash.c (rb_hash_fetch_m): Improve KeyError message
git-svn-id: svn+ssh://ci.ruby-lang....
Marc-Andre Lafortune
04:11 AM Revision adf6297e (git): * lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):
use io/console.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:05 AM Revision 163f9742 (git): * ext/io/console: imported. [ruby-dev:40897]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:37 AM Bug #3231: Digest Does Not Build
=begin
Could you show an mkmf.log?
And from where have you installed OpenSSL?
=end
nobu (Nobuyoshi Nakada)
03:25 AM Revision 2c01a07b (git): * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.
* ext/etc/etc.c (etc_sysconfdir): added.
* lib/rubygems/config_file.rb, lib/tmpdir.rb: use etc.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
03:08 AM Revision 4832574b (git): * ext/etc/etc.c: suppressed warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:08 AM Revision 5512c9b2 (git): * ext/etc/etc.c: suppressed warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:07 AM Revision cccc8cbd (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get
collected. based on a patch masaya tarui at [ruby-dev:41213].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches...
nobu (Nobuyoshi Nakada)
02:07 AM Revision 2776b6fd (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get
collected. based on a patch masaya tarui at [ruby-dev:41213].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches...
nobu (Nobuyoshi Nakada)
02:07 AM Revision 66abf4ad (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get
collected. based on a patch masaya tarui at [ruby-dev:41213].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27...
nobu (Nobuyoshi Nakada)
01:19 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
=begin
Hi Yusuke,

That code looks better although I'm still getting test/ruby/test_thread.rb blocking indefinit...
graza (Graham Agnew)
01:13 AM Revision d0f8715f (git): * 2010-05-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:13 AM Revision 7eb6e562 (git): * ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6
returns "::ffff:a.b.c.d" for IPv4-mapped IPv6 address.
[ruby-dev:41215] patch by Tomoyuki Chikanaga.
git-svn-id: ...
akr (Akira Tanaka)
01:13 AM Revision 5f5db6db (git): * ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6
returns "::ffff:a.b.c.d" for IPv4-mapped IPv6 address.
[ruby-dev:41215] patch by Tomoyuki Chikanaga.
git-svn-id: ...
akr (Akira Tanaka)

05/07/2010

11:26 PM Bug #3250: [BUG] Segmentation fault
=begin
Hello again Yusuke,

Your patch makes my tests pass. Your test also passes.

Nice work!
Best regard...
DBA (Diogo Almeida)
10:18 PM Bug #3250: [BUG] Segmentation fault
=begin
A smaller test case (for the record):

class C
def self.set(name)
define_method(name) { y...
mame (Yusuke Endoh)
10:09 PM Bug #3250 (Feedback): [BUG] Segmentation fault
=begin
Hi,

The issue is fixed on my environment by the following patch.
Could you try it?


diff --git ...
mame (Yusuke Endoh)
06:23 PM Bug #3250 (Assigned): [BUG] Segmentation fault
=begin
Hi,

2010/5/7 Diogo Almeida <[email protected]>:
> I've created a github public repository, which i...
mame (Yusuke Endoh)
07:27 AM Bug #3250: [BUG] Segmentation fault
=begin
Hello Yusuke Endoh,

I've created a github public repository, which is accessible at http://github.com/DB...
DBA (Diogo Almeida)
03:52 PM Bug #3220 (Closed): bug in gc.c
=begin
[ruby-core:30082]
=end
naruse (Yui NARUSE)
03:07 PM Revision 01a21e44 (git): * 2010-05-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:07 PM Revision 1926eb04 (git): * 2010-05-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:07 PM Revision 3ed2a5fe (git): don't sleep indefinitely. collect the zombie.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:07 PM Revision 0365096b (git): don't sleep indefinitely. collect the zombie.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:51 PM Revision 92834498 (git): * version.h: bump up to 1.9.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:29 PM Revision 86bc5995 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:29 PM Revision a0136f4f (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:12 PM Bug #1685: Some windows unicode path issues remain
=begin
Hi,

U.Nakamura wrote:
>
> I assume,
>
> 1) matz: the grand designer of Ruby
> 2) naruse: an authori...
spatulasnout (B Kelly)
11:56 AM Bug #1685: Some windows unicode path issues remain
=begin
Hello,

In message "[ruby-core:30071] Re: [Bug #1685] Some windows unicode path issues remain"
on May....
usa (Usaku NAKAMURA)
06:11 AM Bug #1685: Some windows unicode path issues remain
=begin
Hi,

U.Nakamura wrote:
>
>> How does it break compatibility, if we allow filesystem encoding
>> to beco...
spatulasnout (B Kelly)
11:37 AM Bug #3253 (Closed): cannot install ruby on windows
=begin
This issue was solved with changeset r27653.
Usaku, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
12:59 AM Bug #3253: cannot install ruby on windows
=begin

=end
znz (Kazuhiro NISHIYAMA)
12:44 AM Bug #3253: cannot install ruby on windows
=begin
#1851 のクロスビルドの環境ですが、最終的にはこっちの問題に引っかかってmake installが出来ていません。

i386-mingw32-fakeでRUBY_PLATFORMが"i386-mingw3...
znz (Kazuhiro NISHIYAMA)
12:34 AM Bug #3253: cannot install ruby on windows
=begin

=end
usa (Usaku NAKAMURA)
09:08 AM Revision a5a7f3a4 (git): branches ruby_1_9_2 from r27656 on the trunk for release process of Ruby 1.9.2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
08:09 AM Revision 44ff836e (git): Revert r26058 "* test/webrick/test_server.rb (test_daemon): simply use fork's return"
This must use pipe because the target for kill is not direct child.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
naruse (Yui NARUSE)
06:55 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
From: Luis Lavena <[email protected]>
Subject: [ruby-core:30066] [Bug #3248] extension 'tk' is finding t...
nagai (Hidetoshi Nagai)
06:55 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
From: Luis Lavena <[email protected]>
Subject: [ruby-core:30066] [Bug #3248] extension 'tk' is finding t...
nagai (Hidetoshi Nagai)
04:33 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
Hello Hidetoshi,

Yes, the provided patch solves the issue. Now time to deal with #3253 but that is anoth...
luislavena (Luis Lavena)
06:05 AM Bug #3255 (Closed): Trunk fail to build without explicit ./configure options (yaml.h not found)
=begin
Hi,

I tried many times today and yesterday to build Ruby on OSX and it get some errors when running 'mak...
Eregon (Benoit Daloze)
05:43 AM Bug #3254: [BUG] Segmentation fault
=begin
Duplication of #3250. My bad.
=end
DBA (Diogo Almeida)
05:40 AM Bug #3254 (Closed): [BUG] Segmentation fault
=begin
Per message suggestion, reporting a possible segmentation fault bug while yielding a block within mediainfo g...
DBA (Diogo Almeida)
04:45 AM Revision 5cea3d2b (git): * .gitignore: ignoring fiddle build files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
04:31 AM Bug #3231: Digest Does Not Build
=begin
Ok, I see what is happening. The include is pulling in digest/extconf.h, not digest/md5/extconf.h. Thus the...
cfis (Charlie Savage)
02:31 AM Revision 30e678a6 (git): * instruby.rb (install-man): install mdocs directly without
temporary files. [ruby-dev:41204]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27654 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)
02:30 AM Revision f1307d27 (git): * tool/rbinstall.rb (install-man): install mdocs directly without
temporary files. [ruby-dev:41204]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27653 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
12:27 AM Bug #1851 (Rejected): make install problems using mingw on fedora 11
=begin
rdoc の生成には同じバージョンの ruby (1.9.2のビルドならnativeも1.9.2) を使うべきと言うことのようです。
つまり、ビルドの仕方が悪かった (native の方が 1.8.6 だった) と...
znz (Kazuhiro NISHIYAMA)
12:16 AM Revision 3d923277 (git): * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.
* ext/tk/extconf.rb (search_tclConfig): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2...
nobu (Nobuyoshi Nakada)
12:16 AM Revision 69310faa (git): * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.
* ext/tk/extconf.rb (search_tclConfig): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27652 b2dd03c...
nobu (Nobuyoshi Nakada)

05/06/2010

11:48 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
From: Luis Lavena <[email protected]>
Subject: [ruby-core:30055] Re: [Bug #3248] extension 'tk' is findin...
nagai (Hidetoshi Nagai)
11:48 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
From: Luis Lavena <[email protected]>
Subject: [ruby-core:30055] Re: [Bug #3248] extension 'tk' is findin...
nagai (Hidetoshi Nagai)
10:22 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
I also ran into the same issue back in March http://www.ruby-forum.com/topic/206113

My current "fix" is ...
jonforums (Jon Forums)
09:39 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
On Thu, May 6, 2010 at 7:09 AM, Hidetoshi NAGAI <[email protected]> wrote:
>
>> Search tclConfig.sh an...
luislavena (Luis Lavena)
07:09 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
From: Luis Lavena <[email protected]>
Subject: [ruby-core:30041] [Bug #3248] extension 'tk' is finding t...
nagai (Hidetoshi Nagai)
07:09 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
From: Luis Lavena <[email protected]>
Subject: [ruby-core:30041] [Bug #3248] extension 'tk' is finding t...
nagai (Hidetoshi Nagai)
09:46 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
Hello Hidetoshi,

This issue still appears as r27635:

...
luislavena (Luis Lavena)
10:56 PM Bug #3253 (Closed): cannot install ruby on windows
=begin
こんにちは、なかむら(う)です。

IRCで指摘されて気付いたのですが(というかビルドできてなかった
ので気付けなかったのですが)、Windowsでmake installができなく
なっています。
...
usa (Usaku NAKAMURA)
10:27 PM Bug #1685: Some windows unicode path issues remain
=begin
Hello,

In message "[ruby-core:30054] Re: [Bug #1685] Some windows unicode path issues remain"
on May....
usa (Usaku NAKAMURA)
09:38 PM Bug #1685: Some windows unicode path issues remain
=begin
Hi,

U.Nakamura wrote:
>
> In message "[ruby-core:30052] Re: [Bug #1685] Some windows unicode path issue...
spatulasnout (B Kelly)
07:58 PM Bug #1685: Some windows unicode path issues remain
=begin
Hello,

In message "[ruby-core:30052] Re: [Bug #1685] Some windows unicode path issues remain"
on May....
usa (Usaku NAKAMURA)
07:39 PM Bug #1685: Some windows unicode path issues remain
=begin
U.Nakamura wrote:
>
> In message "[ruby-core:30012] Re: [Bug #1685] Some windows unicode path issues remai...
spatulasnout (B Kelly)
09:48 PM Revision fac0ae84 (git): * 2010-05-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:48 PM Revision 04d8286d (git): * ext/tk/extconf.rb: search directories on PATH, only if containing
tclsh or wish command (probably right fix for [ruby-core:30010]).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc...
nagai (Hidetoshi Nagai)
09:47 PM Revision cc9333b8 (git): * ext/tk/extconf.rb: search directories on PATH, only if containing
tclsh or wish command (probably right fix for [ruby-core:30010]).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nagai (Hidetoshi Nagai)
08:20 PM Feature #3251: allow to unlock mutex locked by another thread
=begin
遠藤です。

2010年5月6日20:02 Tanaka Akira <[email protected]>:
> 2010年5月6日1:24 Yusuke Endoh <[email protected]>:
...
mame (Yusuke Endoh)
08:07 PM Feature #3251: allow to unlock mutex locked by another thread
=begin
遠藤です。

2010年5月6日1:55 SASADA Koichi <[email protected]>:
>  Python はなぜ Mutex を他から解放できるのか,よくわからないのですが,
>
...
mame (Yusuke Endoh)
05:10 PM Feature #3251: allow to unlock mutex locked by another thread
=begin
kosakiです

> ということで,Mutex という名前だと,他から解放出来ない,というニュアンス
> が含まれてるんじゃないかなぁ,という感覚があります.
>
> 他のシステムだと,セマフォがあるからい...
kosaki (Motohiro KOSAKI)
01:55 AM Feature #3251: allow to unlock mutex locked by another thread
=begin
 ささだです.

(2010/05/06 1:24), Yusuke Endoh wrote::
> Feature #3251: allow to unlock mutex locked by another ...
ko1 (Koichi Sasada)
01:24 AM Feature #3251 (Rejected): allow to unlock mutex locked by another thread
=begin
遠藤です。

現状では mutex は lock したスレッドからしか unlock できませんが、
これを許可するようにしませんか。動機は 2 つあります。

1) Python の condi...
mame (Yusuke Endoh)
07:28 PM Revision c4976411 (git): * 2010-05-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:28 PM Revision 54476a60 (git): * ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:00 PM Feature #3112: require "yaml" doesn't use psych as default
=begin
Hello,

In message "[ruby-core:30044] Re: [Bug #3112] require "yaml" doesn't use psych as default"
on ...
usa (Usaku NAKAMURA)
01:21 PM Revision 8db2aa12 (git): * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400
on Windows because Fiber APIs are supported only such building
(and running) environments.
[ruby-dev:41192]
git...
U.Nakamura
12:37 PM Feature #1408: 0.1.to_r not equal to (1/10)
=begin
Float#rationalize is added again at r27503.
Please check that revision.

On 2010/05/06, at 7:23, Marc-Andr...
mrkn (Kenta Murata)
10:13 AM Revision bcd0bcc3 (git): * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is
truncated with ec_key.group.order.size after openssl 0.9.8m for
FIPS 186-3 compliance.
WARNING: ruby-openssl aim...
nobu (Nobuyoshi Nakada)
09:33 AM Revision f7050e0e (git): * ext/fiddle/function.c (function_call): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:31 AM Revision 106e2cc6 (git): * cont.c (Init_Cont): th is used only when FIBER_USE_NATIVE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:23 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
=begin
Hi,

2010/5/6 Graham Agnew <[email protected]>:
> On HP-UX, that patch stopped the rb_bug_errno happen...
mame (Yusuke Endoh)
06:01 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
=begin
Today I downloaded, patched, and compiled the latest snapshot.

On HP-UX, that patch stopped the rb_bug_err...
graza (Graham Agnew)
09:13 AM Revision 26c48195 (git): * cont.c (fiber_setcontext): Fix last commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:16 AM Revision fadc3a8b (git): * time.c (rb_localtime_r2): get rid of infinite loop bug of
localtime() on x86_64-darwin. [ruby-core:30031]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27641 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
07:42 AM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
=begin
取り込んでいただきありがとうございました。

あわただしいと時に非公開関数の問題をチケット登録してしまい申し訳ありませんでした。今後の指針にします。
=end
nagachika (Tomoyuki Chikanaga)
06:59 AM Revision 4bada8b8 (git): * ext/fiddle/*: Adding fiddle library to wrap libffi
* test/fiddle/*: testing fiddle extension
* ext/dl/lib/dl.rb: Requiring fiddle if it is available
* ext/dl/lib/dl/cal...
tenderlovemaking (Aaron Patterson)
06:07 AM Revision ca3c007f (git): * string.c (rb_str_match_m): add description about optional
position parameter. [ruby-list:47064]
patched by KISHIMOTO, Makoto <ksmakoto AT dd.iij4u.or.jp>
git-svn-id: svn+ss...
naruse (Yui NARUSE)
05:14 AM Revision 3b9c0030 (git): * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoid
LoadError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:45 AM Revision ec0b0144 (git): * NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rational classes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
03:12 AM Revision 4211e894 (git): * README: update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:12 AM Revision 0f7321ed (git): * README: update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:57 AM Bug #2777 (Closed): Invalid read of size 4 by redefining load
=begin
This issue was solved with changeset r27634.
Nobuyoshi, thank you for reporting this issue.
Your contributi...
ko1 (Koichi Sasada)

05/05/2010

11:28 PM Bug #3250 (Third Party's Issue): [BUG] Segmentation fault
=begin
Hi,

Could you ask the author of MediaInfo first?
I temporarily set this ticket status to Third Party's...
mame (Yusuke Endoh)
10:24 PM Bug #3250 (Closed): [BUG] Segmentation fault
=begin
Hello,

I was attempting to extract some metadata of a couple of videos using MediaInfo CLI and MediaInfo...
DBA (Diogo Almeida)
10:54 PM Bug #1914 (Closed): ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
=begin
Some issues reported here is fixed by r24482 and r25124.
At least, building ruby(trunk) is finished success...
kanemoto (Yutaka Kanemoto)
10:37 PM Bug #3236 (Closed): ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
=begin
This issue was solved with changeset r27632.
Tomoyuki, thank you for reporting this issue.
Your contributio...
wanabe (_ wanabe)
10:12 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
=begin
遠藤です。

InstructionSequence#load は非公開関数であり、iseq gem は third
party (ワナベさんですが) の gem なので、この redmine に Bug
...
mame (Yusuke Endoh)
09:11 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
=begin
すみません、自分のコメントが分かりにくかったので補足致します。

パッチ前半の ic_index のチェック部分については判断がつきませんでしたので
保留させて頂きました。(r27616 はパッチ後半だけで...
wanabe (_ wanabe)
09:57 PM Bug #2063 (Closed): Core dump on AIX
=begin
This issue was solved with changeset r27631.
Perry, thank you for reporting this issue.
Your contribution t...
kanemoto (Yutaka Kanemoto)
09:38 PM Bug #2063: Core dump on AIX
=begin
Hi,

2010/5/4 Yusuke Endoh <[email protected]>:
> Issue #2063 has been updated by Yusuke Endoh.
...
...
kanemoto (Yutaka Kanemoto)
08:59 PM Bug #3239: ext/tk on cygwin
=begin
永井@知能.九工大です.

From: Hidetoshi NAGAI <[email protected]>
Subject: [ruby-dev:41135] Re: [Bug:trunk] ext...
nagai (Hidetoshi Nagai)
07:17 PM Bug #3239 (Closed): ext/tk on cygwin
=begin
This issue was solved with changeset r27627.
Nobuyoshi, thank you for reporting this issue.
Your contributi...
nagai (Hidetoshi Nagai)
08:57 PM Bug #2488 (Closed): thread usage can result in bad HANDLE
=begin
This issue was solved with changeset r27630.
Roger, thank you for reporting this issue.
Your contribution t...
wanabe (_ wanabe)
02:42 PM Bug #2488: thread usage can result in bad HANDLE
=begin
Hello,

In message "[ruby-core:30005] [Bug #2488] thread usage can result in bad HANDLE"
on May.05,201...
usa (Usaku NAKAMURA)
06:35 AM Bug #2488: thread usage can result in bad HANDLE
=begin
That patch seems to fix it for me.

@Luis: I am able to reproduce #3183 (sometimes it takes a few minutes...
rogerdpack (Roger Pack)
07:17 PM Bug #3248 (Closed): extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
This issue was solved with changeset r27627.
Luis, thank you for reporting this issue.
Your contribution to...
nagai (Hidetoshi Nagai)
03:09 PM Bug #3248 (Closed): extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
=begin
Using GCC 3.4.5, under MinGW, with msysGit installed, extension tk is finding tcl and tk config bash scripts ...
luislavena (Luis Lavena)
07:17 PM Bug #3238 (Closed): cross-compiling ext/tk
=begin
This issue was solved with changeset r27627.
Nobuyoshi, thank you for reporting this issue.
Your contributi...
nagai (Hidetoshi Nagai)
06:37 PM Revision c462c50d (git): * cont.c: apply FIBER_USE_NATIVE patch. This patch improve
Fiber context switching cost using system APIs. Detail comments
are written in cont.c.
git-svn-id: svn+ssh://ci...
ko1 (Koichi Sasada)
05:51 PM Revision 833cade2 (git): * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):
added. Unlinked method entries are collected to
vm->unlinked_method_entry_list. On the GC timing, mark all method...
ko1 (Koichi Sasada)
04:46 PM Bug #3244: the behavior of Tempfile#size was changed
=begin
> そういう事情があるなら、個人的には rubyspec 側を直すということでも
> 構わないと思いました。元の挙動は全然便利じゃないので、依存している
> 人もいない予感がしますし。

そう思います。...
yugui (Yuki Sonoda)
03:57 PM Bug #1685: Some windows unicode path issues remain
=begin
Hello,

In message "[ruby-core:30012] Re: [Bug #1685] Some windows unicode path issues remain"
on May....
usa (Usaku NAKAMURA)
03:35 PM Bug #1685: Some windows unicode path issues remain
=begin
U.Nakamura wrote:
> Hello,
>
> In message "[ruby-core:29892] Re: [Bug #1685] Some windows unicode path is...
spatulasnout (B Kelly)
03:49 AM Bug #1685: Some windows unicode path issues remain
=begin
Hello,

In message "[ruby-core:29892] Re: [Bug #1685] Some windows unicode path issues remain"
on Apr....
usa (Usaku NAKAMURA)
03:17 PM Bug #1575 (Closed): TestEtc failures in windows
=begin
This issue was solved with changeset r27625.
Roger, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
02:31 PM Revision 34ed81ea (git): * NEWS: wording
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:33 PM Revision 0356eef4 (git): * compile.c (iseq_set_sequence): fix check range of ic_index.
a patch from Tomoyuki Chikanaga. #3236
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27632 b2dd03c8-39d4-4d8f-9...
wanabe (_ wanabe)
12:55 PM Revision 0882e74b (git): * dln.c (aix_loaderror): use execerror for load error on AIX.
This can avoid SEGV reported by Perry Smith. [Bug #2063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27631 b...
Yutaka Kanemoto
11:53 AM Revision bd211186 (git): * thread_win32.c (w32_wait_events): get GVL before handle interrupt
event. [ruby-core:27199], [ruby-core:29698]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27630 b2dd03c8-39d4-...
wanabe (_ wanabe)
10:08 AM Revision 320f7e53 (git): * 2010-05-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:08 AM Revision 2f2b2554 (git): * ext/tk/extconf.rb: revert. enbugged by last commit.
([ruby-dev:41133], [ruby-dev:41134], [ruby-core:30010])
* ext/tk/README.tcltklib: ditto.
git-svn-id: svn+ssh://ci.r...
nagai (Hidetoshi Nagai)
10:08 AM Revision 690e065b (git): * ext/tk/extconf.rb: revert. enbugged by last commit.
([ruby-dev:41133], [ruby-dev:41134], [ruby-core:30010])
* ext/tk/README.tcltklib: ditto.
git-svn-id: svn+ssh://ci.r...
nagai (Hidetoshi Nagai)
08:48 AM Feature #3219: assert now passes non-boolean result
=begin

On Apr 30, 2010, at 23:16 , Nobuyoshi Nakada wrote:

> Hi,
>
> At Sat, 1 May 2010 14:30:19 +0900,
> E...
zenspider (Ryan Davis)
06:55 AM Revision 54062a76 (git): * file.c (rb_stat): use STAT macro instead of calling stat() directly.
reported by Bill Kelly. [ruby-core:30012]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27626 b2dd03c8-39d4-4d...
U.Nakamura
06:11 AM Revision a6e33fd7 (git): * test/etc/test_etc.rb: assert only when any value is given.
[Bug #1575] [ruby-core:23722]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27625 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
04:31 AM Revision a20cc16b (git): * debug.c (RUBY_NODE_LMASK): may exceed int limit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:17 AM Bug #3247 (Closed): test/ruby/test_m17n.rb failure
=begin
This issue was solved with changeset r27619.
Usaku, thank you for reporting this issue.
Your contribution t...
naruse (Yui NARUSE)
02:39 AM Bug #3247 (Closed): test/ruby/test_m17n.rb failure
=begin
test_string_inspectですが、default_externalがEUC-JPあるいはWindows-31Jの時に失敗します。
あんまり自信はないんですが、たぶん実装は現状の仕様通りでテストが間違って...
usa (Usaku NAKAMURA)
02:43 AM Revision a6242670 (git): * bootstraptest/test_io.rb (megacontent-copy_stream): get rid of
deadlock.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:15 AM Bug #3225: lib/uri/mailto.rb slightly wrong regexp
=begin

=end
marcandre (Marc-Andre Lafortune)

05/04/2010

11:04 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
=begin
ic_index のチェックについてはわかりませんが、
ic_size が復元されていない問題についてはその通りだと思いますし
iseq_load 以外に影響はなさそうですので取り込ませていただきます。
あ...
wanabe (_ wanabe)
10:27 PM Revision 62d7a30a (git): * gc.c (rb_mark_method_entry): renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:24 PM Revision 208e43b3 (git): * method.h (rb_gc_mark_method_entry): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:31 PM Bug #3244: the behavior of Tempfile#size was changed
=begin
遠藤です。

2010年5月4日10:21 Nobuyoshi Nakada <[email protected]>:
> これは、元々のtest/test_tempfile.rbのassertionの間...
mame (Yusuke Endoh)
05:43 PM Bug #3244: the behavior of Tempfile#size was changed
=begin
成瀬です。

(2010/05/04 10:21), Nobuyoshi Nakada wrote:
> なかだです。
>
> At Tue, 4 May 2010 06:08:24 +0900,
> Y...
naruse (Yui NARUSE)
10:21 AM Bug #3244: the behavior of Tempfile#size was changed
=begin
なかだです。

At Tue, 4 May 2010 06:08:24 +0900,
Yusuke ENDOH wrote in [ruby-dev:41140]:
> r27578 のせいで rubyspec...
nobu (Nobuyoshi Nakada)
08:39 AM Bug #3244: the behavior of Tempfile#size was changed
=begin
遠藤です。

2010年5月4日8:24 Yukihiro Matsumoto <[email protected]>:
> 正直、「1日くらいいいじゃん」と思わないでもないのですが、過去
> そうやって仕様...
mame (Yusuke Endoh)
08:24 AM Bug #3244: the behavior of Tempfile#size was changed
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:41142] Re: [Bug:trunk] the behavior of Tempfile#size was changed"
...
matz (Yukihiro Matsumoto)
08:17 AM Bug #3244: the behavior of Tempfile#size was changed
=begin
遠藤です。

2010年5月4日7:56 Yukihiro Matsumoto <[email protected]>:
> In message "Re: [ruby-dev:41140] [Bug:trun...
mame (Yusuke Endoh)
07:56 AM Bug #3244: the behavior of Tempfile#size was changed
=begin
Hi,

In message "Re: [ruby-dev:41140] [Bug:trunk] the behavior of Tempfile#size was changed"
on Tue, 4...
matz (Yukihiro Matsumoto)
06:08 AM Bug #3244 (Closed): the behavior of Tempfile#size was changed
=begin
なかださん
遠藤です。

r27578 のせいで rubyspec のエラーが増えました。
よほどの事情がない限り revert しようと思います。
個人的には納得できる変更なので、残念ですが……。...
mame (Yusuke Endoh)
08:25 PM Revision b4d7d616 (git): * method.h, vm_method.c: rename some internal functions related to
rb_method_entry_t.
rb_add_method_me() -> rb_method_entry_set().
rb_get_method_entry() -> rb_method_ent...
ko1 (Koichi Sasada)
07:07 PM Revision 7a17dca0 (git): Fix and add tests for String#inspect. [ruby-dev:41153]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:57 PM Bug #3237 (Closed): irb exits unexpectedly with Encoding::CompatibilityError
=begin
This issue was solved with changeset r27615.
Heesob, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
06:47 PM Bug #1577 (Closed): testFileUtils failure in windows
=begin
This issue was solved with changeset r27614.
Roger, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
05:52 PM Feature #2567: Net::HTTP does not handle encoding correctly
=begin
The problem is stated in HTML5: misinterpreted for compatibility.
http://www.w3.org/TR/html5/syntax.html#ch...
naruse (Yui NARUSE)
04:36 PM Feature #3246 (Rejected): thread-local yamler
=begin
Hi,

Currently, YAML.yamler= has an effect on the whole process.
What about making it thread-local?

...
nobu (Nobuyoshi Nakada)
04:02 PM Revision da5b4689 (git): * 2010-05-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:02 PM Revision fd328d8e (git): * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is not
implemented.
* test/ruby/test_file_exhaustive.rb (test_stat, test_expand_path): ignore tests
about nlink on Window...
U.Nakamura
03:31 PM Bug #2829: Missing documentation for Exception subclasses.
=begin
Hi Yusuke.

Thanks for these comments. I've updated the wiki accordingly. I've also added examples to mos...
marcandre (Marc-Andre Lafortune)
02:10 PM Revision 576252ae (git): * compile.c (iseq_build_body): update iseq->ic_size.
a patch from Tomoyuki Chikanaga. see #3236.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27616 b2dd03c8-39d4-4d...
wanabe (_ wanabe)
01:33 PM Bug #3231 (Feedback): Digest Does Not Build
=begin

=end
nobu (Nobuyoshi Nakada)
12:57 PM Bug #2281 (Closed): Class#inherited Produces Misleading Error Message
=begin
This issue was solved with changeset r27609.
Run Paint, thank you for reporting this issue.
Your contributi...
ko1 (Koichi Sasada)
12:38 PM Bug #2281 (Open): Class#inherited Produces Misleading Error Message
=begin
r25521 was reverted.
=end
ko1 (Koichi Sasada)
12:44 PM Bug #3141: yield in an eigenclass definition
=begin
返事が遅くなってすみません.
これが良いと思います.よろしくお願いします.
=end
ko1 (Koichi Sasada)
12:04 PM Bug #3050: Fiber transfer limitation
=begin
 ささだです.

(2010/05/03 22:57), Yusuke Endoh wrote::
>>  現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな...
ko1 (Koichi Sasada)
12:04 PM Bug #3050: Fiber transfer limitation
=begin
 ささだです.

(2010/05/03 22:57), Yusuke Endoh wrote::
>>  現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな...
ko1 (Koichi Sasada)
09:51 AM Revision e8249be9 (git): * error.c (name_err_mesg_to_str): preserve encoding of inspection.
[ruby-core:29948]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:50 AM Bug #3220 (Feedback): bug in gc.c
=begin
Can't reproduce with ruby 1.9.2dev (2010-05-04 trunk 27604) [x86_64-linux] on Ubuntu 10.04.
I guess this is...
wanabe (_ wanabe)
09:38 AM Revision 16c40ec1 (git): * test/fileutils/test_fileutils.rb (test_copy_stream):
IO.copy_stream support binmode only currently.
[ruby-core:23724]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
08:47 AM Bug #3081 (Closed): lib/http wrong behavior for chunked reading
=begin
This issue was solved with changeset r27605.
Marc-Andre, thank you for reporting this issue.
Your contribut...
mame (Yusuke Endoh)
08:08 AM Revision 2a067c6c (git): Setup Symbol#to_json to avoid conflict.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:27 AM Bug #3058 (Closed): Inconsistent eol conversion of IO#read on Windows
=begin
This issue was solved with changeset r27604.
Heesob, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
06:48 AM Bug #3245 (Closed): Expected "ccache gcc" to be nil.
=begin
When CC environment variable set, some tests of rake are failed.


% ruby-trunk -v
ruby 1.9.2dev (201...
znz (Kazuhiro NISHIYAMA)
06:17 AM Bug #3162 (Closed): recent rdoc affects tests of rake
=begin
Hi,

This is fixed by nobu at r27589. So I close this ticket.

Jim Weirich, please confirm the chang...
mame (Yusuke Endoh)
06:17 AM Bug #3076 (Closed): lib/rake/rdoctask.rb should be removed
=begin
Hi,

This is fixed by nobu at r27589. So I close this ticket.

Jim Weirich, please confirm the chang...
mame (Yusuke Endoh)
06:06 AM Feature #3232 (Rejected): Loops (while/until) should return last statement value if any, like if/unless
=begin

=end
marcandre (Marc-Andre Lafortune)
03:07 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
Hi,

|On 3 May 2010 02:15, Yukihiro Matsumoto <[email protected]> wrote:
|Hi,
|
|It is neither consiste...
Eregon (Benoit Daloze)
05:02 AM Bug #3217 (Rejected): Regexp fails to match string with '<' when encoding is UTF-8
=begin
This is feature change on Ruby 1.9.
http://www.unicode.org/reports/tr18/

And redcloth3's exapmle is a ...
naruse (Yui NARUSE)
04:27 AM Revision 89435793 (git): * vm_insnhelper.c (argument_error): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:26 AM Revision 6060c3a4 (git): * include/ruby/win32.h (rb_w32_uchdir): missing prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:25 AM Feature #2710: Kernel#load loads a relative path
=begin
Hi,

akr said in [ruby-core:29715]:

> I think Roger's idea (load() don't see the library load path) ...
mame (Yusuke Endoh)
04:01 AM Bug #2629: ConditionVariable#wait(mutex, timeout) should return whether the condition was signalled, not the waited time
=begin
Hi,

I suggest temporal revert of timeout argument of ConditionVariable#wait.
As I said in [ruby-core:2...
mame (Yusuke Endoh)
04:00 AM Revision 843d4f32 (git): * vm_insnhelper.c (argument_error): never return.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:50 AM Revision 8ed1f433 (git): * vm_insnhelper.c (argument_error): push correct backtrace.
Bug #2281 [ruby-core:26333]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27609 b2dd03c8-39d4-4d8f-98ff-823fe6...
ko1 (Koichi Sasada)
03:50 AM Bug #2612 (Rejected): Use POSIX shell in Makefile
=begin
Hi, Brian Egge

I close this ticket because of absence of your response.

If you have any actual prob...
mame (Yusuke Endoh)
03:39 AM Revision 622f45fc (git): * ext/socket/option.c (sockopt_inspect): use rb_str_cat2 and
rb_str_append.
* ext/socket/ancdata.c (ancillary_inspect): refined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
akr (Akira Tanaka)
03:36 AM Bug #2063: Core dump on AIX
=begin
Hi,

Your patch looks good to me.
At least, it is undoubtedly better than the current SEGV :-)

Two...
mame (Yusuke Endoh)
02:51 AM Revision f1192452 (git): * ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 and
rb_str_append.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:07 AM Revision 62e9fb85 (git): * version.c (UNALIGNED): get rid of conflict.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:39 AM Bug #1587 (Closed): Problem with string sharing
=begin
Thank you for the report and sorry for late response.
This issue seems to be fixed now, on linux at least.
...
wanabe (_ wanabe)

05/03/2010

11:42 PM Revision 57c14066 (git): * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip the
last newline of chunk. [ruby-core:29229]
* test/net/http/utils.rb: add an option for chunked response test.
* test...
mame (Yusuke Endoh)
10:57 PM Bug #3050: Fiber transfer limitation
=begin
遠藤です。

>  現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな,使っ
> て変なことが起きても知らないよ,という立場を取っています.というのも,...
mame (Yusuke Endoh)
10:17 PM Revision e6ccffd9 (git): Add rdoc about IO#read(length). [ruby-core:29161]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:17 PM Bug #3012 (Closed): update file list in sample/README
=begin
This issue was solved with changeset r27600.
Kazuhiro, thank you for reporting this issue.
Your contributio...
Anonymous
07:04 PM Revision 9526ba4e (git): * ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:26 PM Feature #3228 (Rejected): speedup File.read
=begin
Hi,

When you specify byte size to File#read, it reads file in binary
mode. IOW, File.read('a', File.s...
mame (Yusuke Endoh)
06:07 PM Feature #3219 (Open): assert now passes non-boolean result
=begin
Hi,

I really agree with nobu. I love this feature.
But this is a feature request. This change should...
mame (Yusuke Endoh)
11:38 AM Feature #3219: assert now passes non-boolean result
=begin
Hi,

At Mon, 3 May 2010 11:13:50 +0900,
Yuki Sonoda wrote in [ruby-core:29945]:
> I don't want to merge t...
nobu (Nobuyoshi Nakada)
11:13 AM Feature #3219 (Closed): assert now passes non-boolean result
=begin
I don't want to merge this to ruby 1.9.1
=end
yugui (Yuki Sonoda)
05:11 PM Feature #3222: Can bignums have singleton class & methods?
=begin
Hi,

I think this is not a bug.

It is still possible to define method to Bignum by redefining
sing...
mame (Yusuke Endoh)
05:02 PM Bug #3239: ext/tk on cygwin
=begin
永井@知能.九工大です.

From: Nobuyoshi Nakada <[email protected]>
Subject: [ruby-dev:41134] [Bug:trunk] ext/tk on ...
nagai (Hidetoshi Nagai)
02:26 PM Bug #3239 (Assigned): ext/tk on cygwin
=begin

=end
nobu (Nobuyoshi Nakada)
02:22 PM Bug #3239 (Closed): ext/tk on cygwin
=begin
なかだです。

cygdrive-prefixは変更可能なので、ドライブレターを正しく認識しな
い場合があります。

# 私は実際に変えています。


diff --git i/ext...
nobu (Nobuyoshi Nakada)
04:53 PM Bug #3224: Regexp.new("...", nil, "n") is not documented
=begin
3rd argument "n" and //n sets the regexp to NONE flag.

> Regexp.new("aa", nil, "n") =~ "\u3042aa"
(irb...
naruse (Yui NARUSE)
04:46 PM Bug #3224: Regexp.new("...", nil, "n") is not documented
=begin
Hi,

As Shyouhei said, the argument is ignored. It left just for 1.8
compatibility.

Could you ple...
mame (Yusuke Endoh)
04:32 PM Bug #3217 (Assigned): Regexp fails to match string with '<' when encoding is UTF-8
=begin
Oops, I missed this. I'll fix.
=end
naruse (Yui NARUSE)
04:20 PM Bug #3217 (Rejected): Regexp fails to match string with '<' when encoding is UTF-8
=begin
'<' is not Punctuation on Unicode; it is Math_Symbol.
http://unicode.org/Public/UNIDATA/extracted/DerivedGe...
naruse (Yui NARUSE)
03:40 PM Revision 8517275f (git): * 2010-05-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:39 PM Revision 23f612d7 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methods
for generating the YAML ast.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27601 b2dd03c8-39d4-4d8f-98ff-823fe69...
tenderlovemaking (Aaron Patterson)
02:25 PM Bug #3238 (Assigned): cross-compiling ext/tk
=begin

=end
nobu (Nobuyoshi Nakada)
02:18 PM Bug #3238 (Closed): cross-compiling ext/tk
=begin
なかだです。

クロスコンパイルのときにext/tk/extconf.rbが適切なディレクトリを
探していません。また、is_win32?のときに同じディレクトリを、与え
られたパス自体と\を/に置換し...
nobu (Nobuyoshi Nakada)
02:03 PM Bug #3237 (Closed): irb exits unexpectedly with Encoding::CompatibilityError
=begin
The irb exits unexpectedly with incompatible character encodings error when I try to call Non-ASCII method fo...
phasis68 (Heesob Park)
12:17 PM Revision afa8f9ba (git): * sample/README: update file list. [ruby-core:28981]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:17 PM Revision 5f1ebd0b (git): trivial change
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:15 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
Hi,

In message "Re: [ruby-core:29940] Re: [Feature #3232] Loops (while/until) should return last statemen...
matz (Yukihiro Matsumoto)
05:10 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
On 2 May 2010 15:24:52 UTC+2, Nobuyoshi Nakada <[email protected]> wrote:
> It feels too confusing to me.
...
Eregon (Benoit Daloze)
09:12 AM Revision 4e887359 (git): merges r24662 from trunk into ruby_1_9_1. This fixes #3149.
--
* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since the
usage in RubyInline is considered wrong.
git-sv...
yugui (Yuki Sonoda)
09:12 AM Revision b1809bcf (git): merges r26626 and r26627 from trunk into ruby_1_9_1. This fixes #3159.
--
* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.
[ruby-core:17472][ruby-dev:35372][ruby-dev:4...
yugui (Yuki Sonoda)
09:12 AM Revision 4fcb855f (git): merges r26055 from trunk into ruby_1_9_1. This fixies #3164.
--
* parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
yugui (Yuki Sonoda)
08:54 AM Bug #2686 (Closed): Socket::gethostbyname => SEGFAULT
=begin

=end
nobu (Nobuyoshi Nakada)
08:17 AM Bug #1311 (Closed): YAML::dump creates strings YAML::load cannot parse
=begin
This issue was solved with changeset r27591.
Noah, thank you for reporting this issue.
Your contribution to...
nobu (Nobuyoshi Nakada)
08:15 AM Bug #1311 (Open): YAML::dump creates strings YAML::load cannot parse
=begin

=end
nobu (Nobuyoshi Nakada)
06:37 AM Bug #1745 (Rejected): Module#autoload No Longer Raises where 1.8 Does
=begin
Intended change, because class/module definitions don't need presceeding constant definitions.
It creates n...
nobu (Nobuyoshi Nakada)
03:08 AM Revision b67fbc07 (git): merges r25081 from trunk into ruby_1_9_1.
fixes [ruby-core:27694], reported by Denis Defreyne.
--
* hash.c (Hash#each): Fix documentation to reflect insertion ...
yugui (Yuki Sonoda)
03:06 AM Revision 8fd9bb4d (git): * 2010-05-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@27594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:06 AM Revision b1edd258 (git): merges 26005 from trunk into ruby_1_9_1.
fixes [ruby-dev:39906].
--
* configure.in: default ac_cv_prog_CC to CC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
yugui (Yuki Sonoda)
01:46 AM Revision 21c5ffc5 (git): * file.c (rb_str_encode_ospath): unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:09 AM Bug #3236 (Closed): ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
=begin
RubyGems の iseq ライブラリを利用して、定数やインスタンス変数の参照を含むスクリプトをコンパイルしたものを load しようとすると以下のようなメッセージでエラーになります。

$ cat ise...
nagachika (Tomoyuki Chikanaga)

05/02/2010

11:15 PM Revision 33af9401 (git): * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag
when scalar begins with newline. patches from Dave B <daz AT
d10.karoo.co.uk> at [ruby-core:23019] and caleb claus...
nobu (Nobuyoshi Nakada)
11:15 PM Revision 902bd2b1 (git): * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag
when scalar begins with newline. patches from Dave B <daz AT
d10.karoo.co.uk> at [ruby-core:23019] and caleb claus...
nobu (Nobuyoshi Nakada)
10:25 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
Hi,

At Sun, 2 May 2010 19:20:41 +0900,
Benoit Daloze wrote in [ruby-core:29931]:
> Is is possible, then,...
nobu (Nobuyoshi Nakada)
07:20 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
On 2 May 2010 01:56, Yukihiro Matsumoto <[email protected]> wrote:
> Hi,
>
> The last evaluated expressio...
Eregon (Benoit Daloze)
02:16 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
It returns the argument of break:

x = while true; break 123; end #=> 123

If you don't break out of the...
tmat (Tomas Matousek)
01:40 PM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
On 02.05.10 01:56, Yukihiro Matsumoto wrote:
> The last evaluated expression in this case is "i < 3", so the...
murphy (Kornelius Kalnbach)
08:57 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
=begin
Hi,

In message "Re: [ruby-core:29920] [Feature #3232] Loops (while/until) should return last statement val...
matz (Yukihiro Matsumoto)
04:14 AM Feature #3232 (Rejected): Loops (while/until) should return last statement value if any, like if/unless
=begin
In conditions:
if true
2
end #=> 2

In loops:
i = 0
while i < 3
i += 1
"return value"...
Eregon (Benoit Daloze)
04:50 PM Bug #2139 (Rejected): backquotes method modifies unexpectedly returned content
=begin
There is no way to designate external encoding with backqoutes.
Use IO.popen instead.
=end
nobu (Nobuyoshi Nakada)
04:41 PM Bug #1543 (Closed): failure: test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock.rb:66]:
=begin
Seems working fine now.
=end
nobu (Nobuyoshi Nakada)
12:30 PM Bug #3229 (Closed): iseq_s_load で TypeError 発生
=begin
r27582 (および r27583)で適用させていただきました。ありがとうございました。
=end
wanabe (_ wanabe)
11:38 AM Bug #3229: iseq_s_load で TypeError 発生
=begin
ワナベと申します。

> RubyGems の iseq ライブラリを利用して、文字列から compile した ISeq をロードさせようとすると
> 以下のように TypeError が発生します。
...
wanabe (_ wanabe)
09:12 AM Revision eee581f9 (git): * test/json/test_json_addition.rb (test_utc_datetime): fixed
timezone offsets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:52 AM Revision 24bc7af4 (git): * lib/rdoc/task.rb (RDoc::Task): should not override newer code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:25 AM Revision 765ff64b (git): * ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:25 AM Revision 59fc499c (git): * test: fixed wrong assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:56 AM Revision fd1762b4 (git): * test/digest/test_digest.rb (test_eq): use descriptive assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:43 AM Revision ec8b5d06 (git): * NEWS: List all changes to lib/matrix
* lib/matrix.rb: Improve doc and style. Trivial optimizations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@275...
Marc-Andre Lafortune
04:39 AM Revision f6a67b67 (git): * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY is defined.
[ruby-core:29922]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27584 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
03:09 AM Revision c8e50abf (git): fix log. missed ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
03:06 AM Revision c6896436 (git): * iseq.c (iseq_load): allow filepath to be nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
12:32 AM Feature #2567: Net::HTTP does not handle encoding correctly
=begin
The previous comments appear to be confused. If the web server indicates a charset in an HTTP Content-Type h...
cabo (Carsten Bormann)
 

Also available in: Atom