Project

General

Profile

Activity

From 08/16/2009 to 08/22/2009

08/22/2009

04:19 PM Revision e709b204 (git): * 2009-08-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:19 PM Revision 832fd682 (git): * thread.c (rb_thread_schedule): don't recur infinitely.
(rb_threadptr_execute_interrupts): ditto.
[ruby-dev:38060]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2462...
akr (Akira Tanaka)
10:00 AM Bug #1801: parse error on variable/method collision
=begin
Hi,

At Wed, 22 Jul 2009 00:47:03 +0900,
Yukihiro Matsumoto wrote in [ruby-core:24480]:
> Ah, sorry for m...
nobu (Nobuyoshi Nakada)
07:27 AM Bug #1801: parse error on variable/method collision
=begin
I have looked for examples of where this behavior is used in the wild, but I can't find any. Maybe I imagined...
coatl (caleb clausen)
07:04 AM Bug #1978: fixed crash in lib/logger.rb from dependency on svn keywork expansion
=begin
On Fri, Aug 21, 2009 at 3:38 PM, Stephen Bannasch<[email protected]> wrote:
> Issue #1978 has been updat...
wyhaines (Kirk Haines)
06:37 AM Bug #1978: fixed crash in lib/logger.rb from dependency on svn keywork expansion
=begin
While the dependence on the subversion keyword expansion has been present for a while the crash only started ...
stepheneb (Stephen Bannasch)
06:26 AM Bug #1978 (Closed): fixed crash in lib/logger.rb from dependency on svn keywork expansion
=begin
When I build Ruby 1_8_6 from a git checkout logger.rb crashes because it operates on a string that it expect...
stepheneb (Stephen Bannasch)
06:42 AM Revision 00b8444c (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:23 AM Revision 97ed18f1 (git): YAML parser don't need identity hash.
revert the part of previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24626 b2dd03c8-39d4-4d8f-98ff...
akr (Akira Tanaka)
06:07 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
Luis Lavena:
> Seems to rescue Errno::EACCES on Windows, and silently fail.

Actually, Ruby 1.9's Tempf...
hongli (Hongli Lai)
04:52 AM Revision dfc3fcce (git): * ext/syck/rubyext.c (id_hash_new): new function to create a hash
which key is compared by object id.
(syck_parser_load): use id_hash_new for bonus->data.
(syck_parser_load_docume...
akr (Akira Tanaka)
04:17 AM Revision 0570b996 (git): * Makefile.in: use CP and MV macros.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:40 AM Revision c8971492 (git): fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:19 AM Revision b2a83ef6 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:08 AM Revision b3efcdcb (git): * lib/test/unit.rb (Test::Unit.run=, Test::Unit.run?): fixed rdoc.
[ruby-core:25034]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24621 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
12:21 AM Bug #1977 (Closed): test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit)
=begin
sparc-solaris-2.10 にて64ビットコンパイルした場合、Bug #1967
([ruby-dev:39146])のパッチを適用した後では、以下の2つのdl関連
のテストが失敗(Failure)し...
ngoto (Naohisa Goto)
12:17 AM Bug #1963 (Closed): redo'ing deadlock causes [BUG]
=begin
Applied in changeset r24616.
=end
mame (Yusuke Endoh)

08/21/2009

08:48 PM Bug #1654: Segmentation fault after a "make install" under OpenSolaris 2009.06
=begin
Hello Yuki,

I can confirm that at least with ruby 1.9.2dev (2009-08-21 trunk 24613) [i386-solaris2.11] t...
saraiva (Pedro Saraiva)
07:50 PM Bug #1965 (Closed): the strange thing in Iconv under windows(GBK)
=begin
> Is there some setting to make the IO read all files using :encoding=>'utf-8' by default
Encoding.default_...
naruse (Yui NARUSE)
05:43 PM Bug #1494: tempfile#unlink may silently fail on windows
=begin
Hi guys. Let me re-explain the issue:

There are times when you just need a large anonymous disk-backed b...
hongli (Hongli Lai)
05:04 PM Bug #1494: tempfile#unlink may silently fail on windows
=begin
On Thu, Aug 20, 2009 at 8:52 PM, Yukihiro Matsumoto<[email protected]> wrote:
> Hi,
>
> In message "Re: [...
luislavena (Luis Lavena)
10:41 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
To begin with, What situation did the original post encount?
I doubt that they tried to check the existence...
usa (Usaku NAKAMURA)
08:53 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
Hi,

In message "Re: [ruby-core:25011] Re: [Bug #1494] tempfile#unlink may silently fail on windows"
o...
matz (Yukihiro Matsumoto)
08:37 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
Hi,

At Fri, 21 Aug 2009 07:36:27 +0900,
Shyouhei Urabe wrote in [ruby-core:25008]:
> Seems it's (current...
nobu (Nobuyoshi Nakada)
07:36 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
Seems it's (currently) 1.9.x specific so I moved this issue to 1.9 category.

I've also assigned it to ma...
shyouhei (Shyouhei Urabe)
06:32 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
On Thu, Aug 20, 2009 at 6:24 PM, Jeremy Kemper<[email protected]> wrote:
> Issue #1494 has been updated ...
luislavena (Luis Lavena)
06:24 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
Please revert this change. It's causing major issues for everyone BUT windows.

http://groups.google.com/...
bitsweat (Jeremy Daer)
04:29 PM Revision 7e97b9af (git): * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.
[ruby-dev:39153]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:51 PM Revision 461bd62f (git): * enumerator.c (ary2sv): add dup argument.
(enumerator_next): call ary2sv with dup=0.
(enumerator_peek): call ary2sv with dup=1 to return duplicated array.
...
akr (Akira Tanaka)
03:18 PM Revision 7609494f (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:14 PM Revision 72ef8173 (git): * 2009-08-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:14 PM Revision f72b854c (git): * thread.c (rb_check_deadlock): decrease number of sleepers before
deadlock detection because the deadlock exception makes main thread
run. [ruby-dev:39142]
git-svn-id: svn+ssh://c...
mame (Yusuke Endoh)
03:07 PM Bug #1971 (Closed): Segmentation fault in readline
=begin
Applied in changeset r24604.
=end
naruse (Yui NARUSE)
07:42 AM Bug #1971 (Closed): Segmentation fault in readline
=begin
Following code from trunk, -r24602, segfaults in Linux 2.6.15.5:

require 'readline'
Readline::readline...
mark-moseley (Mark Moseley)
01:39 PM Revision 3a855da4 (git): * enumerator.c (get_next_values): extracted from
enumerator_next_values.
(enumerator_next_values): use get_next_values.
(enumerator_peek_values): ditto.
git-sv...
akr (Akira Tanaka)
01:00 PM Bug #1960: errors in configure on AIX
=begin
It seemed that 1.8.6p383 need to back port r15777 and r15779.
At least, I was able to install rubygems by u...
kanemoto (Yutaka Kanemoto)
08:28 AM Bug #1972 (Closed): Changing ENV['TZ'] of a running process should change behavior of Time
=begin
Running the attached rb1.rb prints "EST AST EST AST" on Mac OS and Linux. But it prints the following output ...
shri (Shri Borde)
08:01 AM Revision a7b92068 (git): * enc/unicode/name2ctype.h: split from enc/unicode.c and made a
perfect hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:37 AM Revision a606038c (git): * enc/utf_8.c (code_to_mbc): suppressed a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:17 AM Revision 7fa73456 (git): Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.
* include/ruby/io.h, io.c (FMODE_SETENC_BY_BOM):
renamed from FMODE_STRIP_BOM.
git-svn-id: svn+ssh://ci.ruby-lang....
naruse (Yui NARUSE)
06:16 AM Revision f7207fa2 (git): Change modestr syntax for BOM to "BOM|UTF-*".
* io .c (rb_io_fmode_modestr): change modestr syntax for BOM
to "BOM|UTF-*".
* io.c (parse_mode_enc): ditto.
git-...
naruse (Yui NARUSE)
06:13 AM Bug #1970: Pathname#to_str doesn't appear to work anymore
=begin
And, you can use Pathname#glob.
=end
bitsweat (Jeremy Daer)
06:12 AM Bug #1970: Pathname#to_str doesn't appear to work anymore
=begin
It's intentional. See r6114 http://github.com/shyouhei/ruby/commit/4ded52b623ebd1b3de12db82f8b54cc156c1fd28#...
bitsweat (Jeremy Daer)
03:54 AM Bug #1970 (Rejected): Pathname#to_str doesn't appear to work anymore
=begin
It seems as though Pathname#to_str was removed in 1.9. Was this intentional? It breaks all usage of Pathname ...
wycats (Yehuda Katz)
06:04 AM Revision 75104687 (git): use rl_prep_terminal only on Windows. [ruby-core:25009]
* ext/readline/readline.c (readline_readline): use rb_prep_terminal
only on Windows.
git-svn-id: svn+ssh://ci.ruby...
naruse (Yui NARUSE)

08/20/2009

11:48 PM Feature #1966: windows unicode mkdir
=begin
I also left there non unicode code branch, but I feel it should be abandoned.
=end
vo.x (Vit Ondruch)
11:36 PM Feature #1966: windows unicode mkdir
=begin
Needed to say that encoding support on POSIX system is in worser shape than on windows. If UTF-8 string is us...
vo.x (Vit Ondruch)
11:34 PM Feature #1966: windows unicode mkdir
=begin
I also forgot that check_dirname is not unicode encoding aware and should be fixed.
=end
vo.x (Vit Ondruch)
09:04 PM Feature #1966: windows unicode mkdir
=begin
Snippet of appropriate rubyspec test case.
=end
vo.x (Vit Ondruch)
09:02 PM Feature #1966 (Closed): windows unicode mkdir
=begin
Dear Ruby developers,

I'm interested in proper unicode support on windows, therefor I dive into Ruby sou...
vo.x (Vit Ondruch)
11:42 PM Bug #1965: the strange thing in Iconv under windows(GBK)
=begin
Thanks so much,it works fine now!
Is there some setting to make the IO read all files using :encoding=>'utf...
phoenix (junchen wu)
11:09 PM Bug #1965: the strange thing in Iconv under windows(GBK)
=begin
Oh I see.
You should s=IO.readlines('test.utf8',:encoding=>'utf-8').join.
or s=IO.read('test.utf8',:encod...
naruse (Yui NARUSE)
10:04 PM Bug #1965: the strange thing in Iconv under windows(GBK)
=begin
Maybe I need try another iconv.dll to make the s==utf return true,but then both s=~/ab/ and utf=~/ab/ will ra...
phoenix (junchen wu)
05:27 PM Bug #1965: the strange thing in Iconv under windows(GBK)
=begin
This seems to be caused by iconv library.
Please try another iconv.dll.
=end
naruse (Yui NARUSE)
04:43 PM Bug #1965 (Closed): the strange thing in Iconv under windows(GBK)
=begin
I have a file encoding in utf-8,this is the content:

#掉
config

I read it and then match it with =...
phoenix (junchen wu)
10:35 PM Bug #1967 (Rejected): Segmentation fault at test_qsort1 and test_qsort2 in test/dl/test_func.rb running on sparc-solaris-2.10
=begin
sparc-solaris-2.10 で 64ビットコンパイルした場合、
make check が test/dl/test_func.rb の test_qsort1 にて
Segmentation faul...
ngoto (Naohisa Goto)
10:25 PM Revision 09cbac3f (git): * lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to get
rid of loading rubygems and searching all gems always.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24603 b2dd...
nobu (Nobuyoshi Nakada)
10:14 PM Revision 7439c06a (git): * configure.in (RUBY_PROGRAM_VERSION, RUBY_RELEASE_DATE): extracts
from version.h for cross-compiling.
* template/fake.rb.in (RUBY_VERSION, RUBY_DESCRIPTION): use above.
git-svn-id:...
nobu (Nobuyoshi Nakada)
06:32 PM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> One that stands out as wrong is [[:Cntrl:]].
I think, CR_Cntrl is correct.
http://unicode.org/reports/t...
naruse (Yui NARUSE)
09:39 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
Hi,

At Thu, 20 Aug 2009 03:58:22 +0900,
Run Paint Run Run wrote in [ruby-core:24984]:
> There are 15 new...
nobu (Nobuyoshi Nakada)
03:58 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
How does http://gist.github.com/170542 look? That's the categories from UnicodeData.txt, the scripts from Scr...
runpaint (Run Paint Run Run)
05:22 PM Revision a0343dd9 (git): * 2009-08-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:22 PM Revision 811aaf6c (git): Backport #1001; handle EBADF in select() to avoid Interpreter-wide deadlock when native close() is called on fd which is currently being IO#select()ed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
04:00 PM Feature #1952: cannot stop with Ctrl+C
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39141] Re: [Bug #1952] cannot stop with Ctrl+C"
on Thu, 20 Aug ...
matz (Yukihiro Matsumoto)
02:47 PM Feature #1952: cannot stop with Ctrl+C
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:39140] Re: [Bug #1952] cannot stop with Ctrl+C"
on Aug.20,2009...
usa (Usaku NAKAMURA)
01:22 PM Feature #1952: cannot stop with Ctrl+C
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:39131] Re: [Bug #1952] cannot stop with Ctrl+C"
on Aug.19,2009...
usa (Usaku NAKAMURA)
09:47 AM Feature #1952 (Closed): cannot stop with Ctrl+C
=begin
Applied in changeset r24591.
=end
matz (Yukihiro Matsumoto)
03:08 PM Revision e22b92dc (git): * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:06 PM Revision cb5fdf4e (git): * 2009-08-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:06 PM Revision 4b82d3b6 (git): * io.c (rb_sysopen_internal): removed const qualifier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:56 PM Revision 36c9cddf (git): * io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:53 PM Bug #1963 (Closed): redo'ing deadlock causes [BUG]
=begin
#1951 に関係があるようなないような話ですが、以下のスクリプトが[BUG]で落ちます。
プラットフォーム依存はありません。

th = Thread.new{ Thread.stop }
1.tim...
usa (Usaku NAKAMURA)
02:42 PM Revision 4c5d7d53 (git): * parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag during
node reducing. [ruby-core:24463]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24595 b2dd03c8-39d4-4d8f-98ff-82...
mame (Yusuke Endoh)
12:20 PM Feature #1961: Kernel#__dir__
=begin
Hi.

I think nice idea and interesting proposal.

The following patch add Kernel#__dir__.
(from Nob...
authorNari (Narihiro Nakamura)
05:44 AM Revision 681754c2 (git): Fix: change terminal's size on Widows when the window size is changed
* ext/readline/readline.c (readline_get): add rl_prep_terminal(1).
insited by jitte [ruby-list:43546]
git-svn-id: ...
naruse (Yui NARUSE)
03:11 AM Revision bfc94fde (git): * parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:09 AM Revision 4a7cf763 (git): * parse.y (ivar2_hash_type): disabled for now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:09 AM Bug #1919: sparc-solaris-2.10 で 1.9.2-preview1 がビルドできない
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39132] Re: [Bug #1919] sparc-solaris-2.10 で 1.9.2-preview1 がビルドできな...
matz (Yukihiro Matsumoto)
12:42 AM Revision ec5e3c55 (git): * thread.c (rb_thread_terminate_all): do not ignore interrupt when
reaping threads on termination. [ruby-dev:39107]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24591 b2dd03c8-3...
matz (Yukihiro Matsumoto)

08/19/2009

11:57 PM Feature #1961 (Closed): Kernel#__dir__
=begin
= Proposal

Kernel#__dir__
returns the value of File.dirname(__FILE__)

According to the googl...
yhara (Yutaka HARA)
10:43 PM Bug #1919: sparc-solaris-2.10 で 1.9.2-preview1 がビルドできない
=begin
後藤といいます。自己レスです。

On Tue, 11 Aug 2009 12:49:55 +0900
Naohisa Goto wrote:

> Solaris の readdir_r について調べてみた...
ngoto (Naohisa Goto)
08:27 PM Bug #1960 (Closed): errors in configure on AIX
=begin
running on AIX 5.2, with:
./configure CC=cc --prefix=/opt/build/ruby CFLAGS='-g -qlanglvl=extc89 -q32'

...
ittayd (Ittay Dror)
08:26 PM Revision ce46bc63 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:21 PM Revision fb994161 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:52 PM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
Yukihiro Matsumoto wrote:
> In message "Re: [ruby-core:24975] [Feature #1889] Teach Onigurma Unicode 5.0 Cha...
naruse (Yui NARUSE)
05:55 PM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
Hi,

In message "Re: [ruby-core:24975] [Feature #1889] Teach Onigurma Unicode 5.0 Character Properties"
...
matz (Yukihiro Matsumoto)
11:57 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
My intention is like following:

diff --git a/enc/unicode.c b/enc/unicode.c
index 2dfcbba..f8fd25e 1006...
naruse (Yui NARUSE)
03:20 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
Yui,

Thanks for your help. :-) I've written a script (http://github.com/runpaint/onig/tree/master) which...
runpaint (Run Paint Run Run)
05:49 PM Feature #1952: cannot stop with Ctrl+C
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:39129] Re: [Bug #1952] cannot stop with Ctrl+C"
on Aug.19,2009...
usa (Usaku NAKAMURA)
05:06 PM Feature #1952: cannot stop with Ctrl+C
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39128] Re: [Bug #1952] cannot stop with Ctrl+C"
on Wed, 19 Aug ...
matz (Yukihiro Matsumoto)
04:36 PM Feature #1952: cannot stop with Ctrl+C
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:39127] Re: [Bug #1952] cannot stop with Ctrl+C"
on Aug.19,2009...
usa (Usaku NAKAMURA)
04:00 PM Feature #1952: cannot stop with Ctrl+C
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39126] Re: [Bug #1952] cannot stop with Ctrl+C"
on Wed, 19 Aug ...
matz (Yukihiro Matsumoto)
03:47 PM Feature #1952: cannot stop with Ctrl+C
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:39107] [Bug #1952] cannot stop with Ctrl+C"
on Aug.18,2009 23:...
usa (Usaku NAKAMURA)
05:47 PM Feature #1951: openのBOM指定拡張
まつもと ゆきひろです

In message "Re: [ruby-dev:39106] [Feature #1951] openのBOM指定拡張"
on Tue, 18 Aug 2009 23:47:17 +...
matz (Yukihiro Matsumoto)
01:24 AM Feature #1951: openのBOM指定拡張
こんにちは、なかむら(う)です。

In message "[ruby-dev:39111] [Feature #1951] openのBOM指定拡張"
on Aug.19,2009 01:10:38, <red...
usa (Usaku NAKAMURA)
01:10 AM Feature #1951: openのBOM指定拡張
記述が正確でないという指摘を受けたので訂正します。

現状の機能は、
「BOMに従ってencodingを設定するが、BOMがない場合のデフォルト値を指定できる」
というものですが、現状の指定方法である「`UTF-*-...
naruse (Yui NARUSE)
05:32 PM Revision 0c0f7544 (git): * enumerator.c (next_init): don't clear feedvalue.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:36 PM Revision 3b4949ff (git): * enumerator.c: implement Enumerator#{next_values,peek_values,feed}
and StopIteration#result. [ruby-dev:39109]
(struct enumerator): replace no_next by stop_exc.
new field feedvalue...
akr (Akira Tanaka)
04:10 PM Revision b307bd98 (git): * 2009-08-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:10 PM Revision 529f149b (git): * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficient
memory space for Solaris. a patch from Naohisa GOTO
<ngoto at gen-info.osaka-u.ac.jp> in [ruby-dev:39132].
[ruby...
matz (Yukihiro Matsumoto)
01:53 PM Revision d5d105db (git): * 2009-08-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:53 PM Revision 9c3ecf6f (git): Backport #1232. Fixed sprintf buffer corruption.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)
06:23 AM Bug #1676: only last "return" is traced by set_trace_func
=begin
遠藤さん、ありがとうございます。Mark さんへの説明も重ね重ねありがとうございます。
自明のことかもしれませんが、自分で困ったので念のため
proc {return}.call のようなときにも問題があること...
wanabe (_ wanabe)
03:06 AM Bug #1676 (Open): only last "return" is traced by set_trace_func
=begin
テストを追加した際、間違って close してしまいました。
eval("return") はまだ修正していません。
何度もすみません。
=end
mame (Yusuke Endoh)
02:57 AM Bug #1676 (Closed): only last "return" is traced by set_trace_func
=begin
Applied in changeset r24581.
=end
mame (Yusuke Endoh)
01:27 AM Bug #1676 (Open): only last "return" is traced by set_trace_func
=begin
直した直後に気がつきましたが、eval("return") の場合に問題が残ります。

$ ./ruby -e '
set_trace_func(proc{|*a| p a if a[0] == "call...
mame (Yusuke Endoh)
01:17 AM Bug #1676 (Closed): only last "return" is traced by set_trace_func
=begin
Applied in changeset r24579.
=end
mame (Yusuke Endoh)
01:07 AM Bug #1676: only last "return" is traced by set_trace_func
=begin
Hi,

2009/08/09 1:29 に Mark Moseley<[email protected]> さんは書きました:
> Patch to fix this:
>
> --- compil...
mame (Yusuke Endoh)
05:20 AM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
=begin
Thanks, Erik. I tried the patch out and it works well. :-)
=end
runpaint (Run Paint Run Run)
02:43 AM Bug #1955 (Closed): Ruby-YAML interpretation of accented characters
=begin
in a yaml file containing an entry with an e with diaresis (ë), the entry is converted to false - see the att...
stephen.richards (Stephen Richards)
02:32 AM Revision e1c9ac6b (git): * enc/unicode.c (CodeRanges): initialized statically.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:02 AM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
=begin
Yes, I reach to get rid of 'Circular dependencies', issue with miniruby which failed to build callback* files...
rubisher (Joel Soete)
02:02 AM Bug #1954 (Closed): line number 0?
=begin
$DEBUG = true の時に出てくる例外発生位置の行番号が 0 になってしまうことがあるようです。

% cat t0.rb
$DEBUG = true
Thread.start do
b...
znz (Kazuhiro NISHIYAMA)

08/18/2009

11:54 PM Bug #1953 (Closed): empty range in String#tr causes unexpected behavior
=begin
Are these intentional?

"ABC".tr("ABC", "pq-a") #=> "pqq"
"ABC".tr("ABC", "pq-ar") #=> "prr"
...
mame (Yusuke Endoh)
11:50 PM Feature #1952 (Closed): cannot stop with Ctrl+C
=begin
以下のスクリプトがCtrl+Cで停止せず、Ctrl+C押下後はkill -9でしか殺せません。

Thread.new do
begin
begin
sleep
...
usa (Usaku NAKAMURA)
11:47 PM Feature #1951 (Closed): openのBOM指定拡張
#747と#802で議論された、openのBOM指定拡張ですが、現在の仕様は、
* BOMを捨てる
* BOMを見てencodingを設定する
という2つの機能が混在しています。
このために、たとえば「`UTF-8-B...
naruse (Yui NARUSE)
10:44 PM Bug #1950 (Assigned): 警告が正しく発っせられない
=begin

=end
naruse (Yui NARUSE)
10:33 PM Bug #1950 (Closed): 警告が正しく発っせられない
=begin
a.rb にある警告対象が、a.rb 自体を参照しても発っせられないのに b.rb な
どから間接的に呼んだ場合には (b.rb のこととして) 発っせられることがある。

$ cat a.rb
/[a...
tadf (tadayoshi funaba)
10:25 PM Feature #1949 (Closed): Warn needless escaped characters
=begin
正規表現内での不必要なエスケープに警告を出しませんか。

動機としては、/\uXXXX/の非互換性の話があります。

これは、Ruby 1.8において、不必要なエスケープであった/\u/が、
Rub...
naruse (Yui NARUSE)
07:41 PM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> I looked around a while back at how various languages implemented access to
> Unicode character metadata,...
naruse (Yui NARUSE)
07:27 PM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> In that case, could I get confirmation that my original patches are along the right lines?
> If they are ...
naruse (Yui NARUSE)
05:55 PM Revision 43d0c726 (git): * test/ruby/test_settracefunc.rb (test_return, test_return2): add two
tests for [ruby-dev:38701] and [ruby-core:24463].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24581 b2dd03c8-3...
mame (Yusuke Endoh)
04:15 PM Revision db09f6e8 (git): * 2009-08-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:15 PM Revision 74dc18c9 (git): * compile.c (NODE_RETURN): fire return event at explicit return.
[ruby-dev:38701]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
03:08 PM Feature #1947 (Rejected): rb_w32_getenv has naive implementation
=begin
There is a patch to use GetEnvironmentVariable() instead of using GetEnvironmentStrings(), written by Nobu.
...
usa (Usaku NAKAMURA)
12:02 PM Revision 2772c80c (git): * enumerator.c (enumerator_peek): new method Enumerator#peek.
(enumerator_next): don't rewind at end.
[ruby-dev:38932]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24578 ...
akr (Akira Tanaka)
11:47 AM Bug #1588 (Closed): ブロックの中断でset_trace_funcのreturnイベントが呼び出されない
=begin
Applied in changeset r24574.
=end
wanabe (_ wanabe)
11:18 AM Revision ec490ab2 (git): * load.c (rb_feature_provided): suppressed warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:17 AM Revision f165ddb2 (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:46 AM Bug #1881: [PATCH] Build Documentation for Kernel#gem and Gem
=begin
It resolves to the standard web site for me, I think Chad let the registration slip for a day or two.
=end
drbrain (Eric Hodel)
08:30 AM Bug #1881: [PATCH] Build Documentation for Kernel#gem and Gem
=begin
rubygems.org has been typo-squatted, and rubygem.org doesn't resolve, so links to both should be removed from...
runpaint (Run Paint Run Run)
09:31 AM Feature #1857: install *.h and *.inc
=begin
Hello,

In message "[ruby-core:24950] Re: [Feature #1857] install *.h and *.inc"
on Aug.17,2009 22:03:...
usa (Usaku NAKAMURA)
08:37 AM Bug #1948: RDoc Fails with Non-ASCII Pathnames
=begin
I prefer the RubyForge tracker, but I look here too :)
=end
drbrain (Eric Hodel)
08:27 AM Bug #1948 (Closed): RDoc Fails with Non-ASCII Pathnames
=begin
`rdoc` fails when the pathname is non-ASCII. This happens with or without the 'charset' option set to UTF-8. ...
runpaint (Run Paint Run Run)
05:19 AM Bug #1676: only last "return" is traced by set_trace_func
=begin
As a note, this is fixed by a patch discussed here
http://github.com/mark-moseley/ruby-debug/issues/#issue/...
rogerdpack (Roger Pack)
04:52 AM Revision 7e41da2c (git): Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <[email protected]>
* touch test/rdoc/empty.dat to run test_rdoc_parser.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24575 b2d...
takano32 (Mitsuhiro TAKANO)
02:44 AM Revision 38a22404 (git): * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.
[Bug #1588]
* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):
follow above.
git-svn-id: svn+ssh://...
wanabe (_ wanabe)

08/17/2009

10:29 PM Feature #1857: install *.h and *.inc
=begin
I've already written a working Ripper to ruby_parser converter, but
becasue of bug #1939 (http://redmine.rub...
judofyr (Magnus Holm)
10:17 PM Feature #1857: install *.h and *.inc
=begin
I've already written RipperRubyParser which generates emulates
ruby_parser. I can send it to you if you're i...
judofyr (Magnus Holm)
02:56 PM Feature #1857: install *.h and *.inc
=begin

On Aug 16, 2009, at 21:51 , Yugui (Yuki Sonoda) wrote:

> 2 days ago, I talked with ko1 about Proc#to_sou...
zenspider (Ryan Davis)
02:01 PM Feature #1857: install *.h and *.inc
=begin
> Maybe if you fail to find the exact same release on ftp, you can fall
> back to svn? That's no longer a p...
mark-moseley (Mark Moseley)
01:51 PM Feature #1857: install *.h and *.inc
=begin
On 8/2/09 11:44 PM, Jason Roelofs wrote:
> What about the many other libraries that exist to dig into, or wo...
yugui (Yuki Sonoda)
07:19 PM Feature #1947 (Rejected): rb_w32_getenv has naive implementation
=begin
In change set 10650 (and according to discussion in ruby-talk:205123), the rb_w32_getenv implementation was c...
vo.x (Vit Ondruch)
05:00 PM Revision 95e77269 (git): * range.c (range_step): treat symbols specially so that iterating
over symbols should work like strings. [ruby-core:24780]
* range.c (range_each): ditto.
git-svn-id: svn+ssh://ci.r...
matz (Yukihiro Matsumoto)
04:41 PM Revision 0ff29a4f (git): * 2009-08-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:41 PM Revision 554786ae (git): * range.c (range_each): should honor to_str conversion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
02:46 PM Revision a5aefa66 (git): * lib/date/delta.rb: removed require 'date'. added to_c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:21 PM Bug #1486: DL::CParser#parse_struct_signature fails when argument is a String.
=begin
Already applied in changeset r23550 and backported in r23757.
=end
nobu (Nobuyoshi Nakada)
12:20 PM Bug #1486 (Closed): DL::CParser#parse_struct_signature fails when argument is a String.
=begin

=end
nobu (Nobuyoshi Nakada)
10:13 AM Bug #1486: DL::CParser#parse_struct_signature fails when argument is a String.
=begin
Patch Attached.
=end
ermaker (Minwoo Lee)
11:00 AM Bug #1606: TestRequire failure
=begin
I cannot reproduce it.
Your zlib.so is broken?
=end
usa (Usaku NAKAMURA)
08:39 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
>> I have a trivial script that parses UnicodeData.txt and looks for
>> properties unrecognized by Onigurma....
runpaint (Run Paint Run Run)
07:40 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> |First, we should decide supporting Unicode version.
> |After that, we can discuss about whether update it...
runpaint (Run Paint Run Run)
07:20 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
Hi,

In message "Re: [ruby-core:24928] [Feature #1889](Assigned) Teach Onigurma Unicode 5.0 Character Prope...
matz (Yukihiro Matsumoto)
05:35 AM Revision b5e6b46e (git): * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):
must be ascii compatible.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:46 AM Revision 9d7ff244 (git): Don't warn if the duplicate is caused by /i.
* regparse.c (add_code_range_to_buf0): added with checkdup argument.
* regparse.c (add_code_range_to_buf): use above...
naruse (Yui NARUSE)
12:07 AM Bug #1071 (Closed): ripper: 改行を含む正規表現のon_regexp_endが変
=begin
Applied in changeset r24557.
=end
nobu (Nobuyoshi Nakada)

08/16/2009

11:35 PM Revision ae3a58e8 (git): * lib/date/delta.rb: merged from date4. [experimental]
* lib/date/delta/parser.*: ditto.
* lib/date.rb: followed the above changes.
git-svn-id: svn+ssh://ci.rub...
Tadayoshi Funaba
11:22 PM Revision cfed2cef (git): * lib/date/format.rb (strptime): removed \v; since \s includes \v.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
11:17 PM Revision df210387 (git): * complex.c (nucomp_rationalize) added. [experimental]
* rational.c ({nurat,nilclass,integer,float}_rationalize) ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
Tadayoshi Funaba
11:12 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
=begin
Attached is a patch which implements the overloaded #values_at functionality. If there is a problem, let me k...
erikh (Erik Hollensbe)
11:12 PM Revision 01971cad (git): use num#i.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
11:09 PM Bug #1787: URI ライブラリの正規表現パターン
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39088] [Bug #1787] URI ライブラリの正規表現パターン"
on Sun, 16 Aug 2009 22:...
matz (Yukihiro Matsumoto)
10:46 PM Bug #1787: URI ライブラリの正規表現パターン
=begin
POSIX文字クラスはどうします?今はUnicodeの場合はUnicode意識になっていますが >まつもとさん
=end
naruse (Yui NARUSE)
02:02 AM Bug #1787 (Assigned): URI ライブラリの正規表現パターン
=begin
r24544にて\d,\s,\wを1.8仕様に戻しました。

なお、[[:digit:]]等は1.9ではもともと鬼車由来で存在します。
これらはUnicode系にマッチさせる際にはUnicodeを意識するま...
naruse (Yui NARUSE)
11:03 PM Revision 02a7cbec (git): * numeric.c (flo_pow,fix_pow): may return complex number.
* bignum.c (rb_big_pow): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24563 b2dd03c8-39d4-4d8f-98ff-82...
Tadayoshi Funaba
10:43 PM Revision b21088b4 (git): * string.c (rb_str_upto): generate numerical sequence when
characters in both edges are all digits. [ruby-talk:343186]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24562...
matz (Yukihiro Matsumoto)
10:28 PM Revision 9166dd9e (git): * numeric.c (num_imaginary): num#i to return imaginary counterpart
of the given numeric.
* complex.c (Init_Complex): undef #i for complex numbers.
git-svn-id: svn+ssh://ci.ruby-lang....
matz (Yukihiro Matsumoto)
03:34 PM Revision 3041f600 (git): warn only when $VERBOSE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
03:19 PM Revision 530be6ed (git): * 2009-08-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:18 PM Revision 7710478b (git): * lib/complex.rb, lib/rational.rb: added warning messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
02:58 PM Revision 114f01bd (git): * parse.y (yylex): should dispatch scan-event even when follows
just after delayed-token. [ruby-dev:37855] [Bug #1071]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24557 b2d...
nobu (Nobuyoshi Nakada)
01:20 PM Revision aa3c6d4d (git): * lib/date/format.rb: reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:32 PM Revision 5e4f23d6 (git): * lib/date/format.rb: suppressed a warning.
* lib/irb/ruby-lex.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24555 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
06:31 AM Revision 066b3024 (git): rescue Encoding::ConverterNotFoundError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:31 AM Revision 2ac5cdd0 (git): * lib/csv.rb: Change magic comment to US-ASCII in order to
make literals as US-ASCII.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
05:30 AM Feature #1857: install *.h and *.inc
=begin
I've put an initial version at: http://github.com/mark-moseley/ruby_core_source

Currently it puts the *....
mark-moseley (Mark Moseley)
02:20 AM Revision 95c5a63d (git): * regparse.c: commit miss again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:15 AM Revision 2a8ff72f (git): * regparse.c: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:45 AM Revision 2318bef1 (git): * regparse.c (parse_char_class, parse_exp, parse_branch),
(parse_subexp): fixed memory leak. a patch from Ralf Junker
<ralfjunker AT gmx.de> at [ruby-core:24921].
git-svn...
nobu (Nobuyoshi Nakada)
01:38 AM Revision cd48eb8f (git): * vm.c (vm_backtrace_each, vm_backtrace_push),
vm_eval.c (print_backtrace), vm_dump.c (bugreport_backtrace):
rb_backtrace_iter_func now takes VALUE as file and me...
nobu (Nobuyoshi Nakada)
12:47 AM Revision 232836ea (git): * vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func now
takes VALUE as file and method names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24548 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom