Project

General

Profile

Activity

From 01/27/2011 to 02/02/2011

02/02/2011

10:22 PM Revision b93c74c6 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODING
rather than magic number.
* ext/syck/lib/syck/rubytypes.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
tenderlovemaking (Aaron Patterson)
10:18 PM Revision 89ef6628 (git): * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONE
[ruby-core:35054]
* test/ruby/test_regexp.rb: corresponding test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
tenderlovemaking (Aaron Patterson)
10:05 PM Revision 71bf292b (git): * 2011-02-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:05 PM Revision cc6b1b3c (git): * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regular
expressions can round trip. [ruby-core:34969]
* test/psych/test_yaml.rb: test for ARG_ENCODING_NONE regex
* ext/sych/...
tenderlovemaking (Aaron Patterson)
09:49 PM Bug #4354: File.realdirpath is expected to test for real file.
=begin
On Wed, Feb 2, 2011 at 12:32 AM, Tanaka Akira <[email protected]> wrote:
> 2011/2/2 Luis Lavena <redmine@ruby-lan...
luislavena (Luis Lavena)
09:48 PM Bug #4354 (Rejected): File.realdirpath is expected to test for real file.
=begin

=end
luislavena (Luis Lavena)
12:32 PM Bug #4354: File.realdirpath is expected to test for real file.
=begin
2011/2/2 Luis Lavena <[email protected]>:

> If 'real' is attempting to check for real files, also real...
akr (Akira Tanaka)
11:04 AM Bug #4354 (Rejected): File.realdirpath is expected to test for real file.
=begin
Hello,

Comparing File.realpath behavior with File.realdirpath behavior, they don't match:

...
luislavena (Luis Lavena)
06:30 PM Bug #4341 (Open): baserubyに1.8.xを指定すると make benchmark がエラー
=begin

=end
naruse (Yui NARUSE)
02:36 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Thank you for that detailed explanation. The problem for me is the
connection to `source_location`, which should be ...
quix (James M. Lawrence)
12:46 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Hi,
2011/2/1 James M. Lawrence <[email protected]>:
> Knowing the line of an error inside eval is useful. Pas...
mame (Yusuke Endoh)
05:35 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
I came across this issue when I noticed that source_location gives non-useful info when a binding is passed to eval.... quix (James M. Lawrence)
02:15 PM Bug #4355: Segmentation Fault
=begin
[user1@hoho6 ~]$ gem list ruby-debug

*** LOCAL GEMS ***

ruby-debug-base19 (0.11.25.jb3, 0.11.24)
...
bobgus (Bob Gustafson)
02:14 PM Bug #4355 (Third Party's Issue): Segmentation Fault
=begin
I was working in the RubyMine debugger. I think the program went off to update something in the Database (po...
bobgus (Bob Gustafson)
10:05 AM Bug #4300: Merge keys not working as expected in psych yaml parser
=begin
Thanks!
Do I have to do anything special to get this backported to 1.9.2?
=end
wr0ngway (Matthew Conway)
08:43 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
The attached patch fixes this problem, may I commit?
=end
drbrain (Eric Hodel)
08:11 AM Revision 3722e3a2 (git): * io.c (rb_io_fdatasync): Use fsync(2) if if the underlying
operating system does not support fdatasync(2).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30762 b2dd03c8-3...
kosaki (Motohiro KOSAKI)
05:52 AM Revision de15b194 (git): Commit files I forgot to add
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
03:24 AM Bug #4353 (Feedback): Missing Patch Level on ruby-lang.org FTP
=begin

=end
luislavena (Luis Lavena)
01:48 AM Bug #4353: Missing Patch Level on ruby-lang.org FTP
=begin
I don't know what you're referring to.

There is no such 1.9.2-p174 out, latest patchlevel officially rel...
luislavena (Luis Lavena)
01:44 AM Bug #4353 (Rejected): Missing Patch Level on ruby-lang.org FTP
=begin
ruby_source_code uses the FTP to grab the Ruby source for whatever patch level is installed. Currently if r...
jfelchner (Jeff Felchner)
12:32 AM Revision cc2a16d9 (git): Import RDoc 3.5.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
12:03 AM Revision 918f625a (git): Ignore -test- and tmpdir
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)

02/01/2011

03:32 PM Revision af3167d5 (git): * 2011-02-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:32 PM Revision 6909ea44 (git): * include/ruby/st.h (st_table): Added comment why we need __extension__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
01:39 PM Feature #4197: Improvement of the benchmark library
=begin
Hi

> * lib/benchmark.rb: fix benchmarck to work with current ruby.
>  patched by Benoit Daloze [ruby-core...
kosaki (Motohiro KOSAKI)
01:17 AM Feature #4197 (Closed): Improvement of the benchmark library
=begin
This issue was solved with changeset r30747.
Benoit, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
01:17 PM Revision eb70987c (git): doc/NEWS-1.9.2: add File#size
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:47 AM Revision 0f7fc546 (git): * enc/encdb.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:31 AM Bug #4352 (Closed): [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
=begin
def ex_message
begin
yield
rescue => e
p e.message
end
end

ex_message { eval(...
quix (James M. Lawrence)
06:15 AM Revision c4bf3eba (git): * test/ruby/test_require.rb (TestRequire#test_require_with_unc):
use ``127.0.0.1'' instead of ``localhost'' as host name, because
XP or earlier cannot resolv it as NBT hostname.
...
U.Nakamura
04:33 AM Revision 6e2a194f (git): * test/benchmark/test_benchmark.rb (#capture_bench_output):
Added explict sleep. Windows have imprecise time support.
Thus Tms.new.Add!{} may be or may be not equal 0....
kosaki (Motohiro KOSAKI)
03:11 AM Revision ec84bfc9 (git): Import rubygems 1.5.0 (released version @ 1fb59d0)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
01:17 AM Bug #4341 (Closed): baserubyに1.8.xを指定すると make benchmark がエラー
=begin
This issue was solved with changeset r30747.
Motohiro, thank you for reporting this issue.
Your contributio...
naruse (Yui NARUSE)
12:04 AM Feature #4351: Server Name Indication (SNI) for net/http
=begin
へぇ、こんなものが、知りませんでした。
わたしは賛成です、入れてしまっていいんじゃないでしょうか。
=end
naruse (Yui NARUSE)

01/31/2011

11:01 PM Revision f4234c9b (git): * ext/io/console/console.c (console_set_winsize): new method to set
console size. [EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30751 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
10:56 PM Revision c90d5be8 (git): * ext/io/console/console.c (console_winsize): use GetWriteFD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:11 PM Feature #4351 (Closed): Server Name Indication (SNI) for net/http
=begin
ふと、SSL で name based vitual をやる話 (SNI - RFC 3546) はどうなったんだっけ、
と思って探したら、以下を見つけたので、net/http にも対処を
入れるのはどうですか...
akr (Akira Tanaka)
06:37 PM Bug #4350: Segmentation fault and Bus Error
=begin
It seems related to #2295
=end
qianthinking (Leon Li)
06:34 PM Bug #4350 (Rejected): Segmentation fault and Bus Error
=begin
My server crashes 0-4 times a day with segmentation faults.
The fault seems related to activerecord transa...
qianthinking (Leon Li)
05:31 PM Revision fb672259 (git): * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.
inet_ntop's minimum supported client is Vista.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30749 b2dd03c8-39d...
Masaya Tarui
04:11 PM Revision b32992e8 (git): * 2011-02-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:11 PM Revision 979ec8df (git): * lib/benchmark.rb: fix benchmarck to work with current ruby.
patched by Benoit Daloze [ruby-core:33846] [ruby-dev:43143]
merged from https://github.com/eregon/ruby/commits/benc...
naruse (Yui NARUSE)
03:21 PM Bug #4349 (Closed): typo of rdoc in marshal.c
=begin
--- marshal.c 2011-01-31 15:15:25.000000000 +0900
+++ marshal.c.new 2011-01-31 15:16:39.000000000 +...
phasis68 (Heesob Park)
02:47 PM Bug #4345 (Closed): IRB fails with --disable-gems and Ubuntu default LANG variable
=begin
This issue was solved with changeset r30741.
Luis, thank you for reporting this issue.
Your contribution to...
yugui (Yuki Sonoda)
02:30 PM Bug #4345: IRB fails with --disable-gems and Ubuntu default LANG variable
=begin

=end
yugui (Yuki Sonoda)
05:37 AM Bug #4345: IRB fails with --disable-gems and Ubuntu default LANG variable
=begin
IRB's localization support appears to try using RubyGems to load the localized file?

This was the commit...
headius (Charles Nutter)
02:29 PM Revision 6b06ba0c (git): * node.c (add_id): remove duplicated rb_id2str() call.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
02:07 PM Bug #4343: Dir.glob does match files without extension
=begin
On 01/30/2011 06:30 PM, mathew wrote:
> On Sat, Jan 29, 2011 at 11:49, Jeremy Bopp <[email protected]> wrote:
...
javanthropus (Jeremy Bopp)
09:30 AM Bug #4343: Dir.glob does match files without extension
=begin
On Sat, Jan 29, 2011 at 11:49, Jeremy Bopp <[email protected]> wrote:
> Where possible, Ruby scripts should se...
meta (mathew murphy)
01:08 PM Revision ff4ba406 (git): * missing/langinfo.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:59 PM Revision 7fb70b4e (git): * configure.in: revert r30698.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
12:40 PM Revision a2ba50d9 (git): * thread.c (thread_start_func_2): check deadlock condition before
release thread stack. fix memory violation when deadlock detected.
reported by Max Aller. [Bug #4009] [ruby...
nagachika (Tomoyuki Chikanaga)
11:57 AM Revision d07940ee (git): * ChangeLog: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
11:20 AM Bug #1145: IRB adds trailing quote to wtring methods when performing auto-completion
=begin
Yes, unfortunately it still happens.

Except for JRuby, all the following "rubies" have this defect:
* r...
adrianomitre (Adriano Mitre)
08:42 AM Feature #4326: Fiber should respond to call() and []
=begin
New patch without Fiber#[]
=end
tenderlovemaking (Aaron Patterson)
08:37 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 10:15:31AM +0900, Yusuke ENDOH wrote:
> Hi,
>
> 2011/1/27 Kurt Stephens <redmine...
tenderlovemaking (Aaron Patterson)
08:26 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sun, Jan 30, 2011 at 01:47:06PM +0900, Charles Oliver Nutter wrote:
> On Sat, Jan 29, 2011 at 11:41 AM, A...
tenderlovemaking (Aaron Patterson)
07:32 AM Bug #4346: Sort_by! causes uniq! to crash on array of hashes
=begin
Thank you. I tested with SVN revision stated above and the bug is gone.
=end
squarism (Chris Dillon)
06:07 AM Bug #4346 (Closed): Sort_by! causes uniq! to crash on array of hashes
=begin
This issue was solved with changeset r30738.
Chris, thank you for reporting this issue.
Your contribution t...
naruse (Yui NARUSE)
03:12 AM Bug #4346 (Closed): Sort_by! causes uniq! to crash on array of hashes
=begin
Summary:
Sorting an array of hashes before doing a uniq! causes ruby to crash on uniq!.

Program to rep...
squarism (Chris Dillon)
06:29 AM Feature #4147: Array#sample で重みを指定したい
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:43148] [Ruby 1.9-Feature#4147] Array#sample で重みを指定したい"
on Sun, ...
matz (Yukihiro Matsumoto)
05:46 AM Revision 9a89f325 (git): * lib/irb/locale.rb (IRB::Locale::#search_file):
Gem might be undefined if --disable-gems. [ruby-core:34990]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30741 ...
yugui (Yuki Sonoda)
05:32 AM Feature #4347 (Closed): Tracing cannot be re-enabled after callcc [patch]
=begin
% patch -p1 < test_continuation_tracing.patch
patching file test/ruby/test_continuation.rb
% ./ruby -v ...
quix (James M. Lawrence)
03:44 AM Revision 48de1e29 (git): * addr2line.c: suppressed shorten-64-to-32 warnings.
* regcomp.c: ditto.
* regexec.c: ditto.
* regint.h: ditto.
* regparse.c: ditto.
* regparse.h: ditto.
* time.c: ditto....
naruse (Yui NARUSE)

01/30/2011

10:18 PM Feature #4326: Fiber should respond to call() and []
=begin
This might go in a slightly different direction, but I would really love Fiber to define #to_proc allowing th...
rkh (Konstantin Haase)
01:50 PM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 9:28 PM, Jim Weirich <[email protected]> wrote:
> I wouldn't say Knuth is wrong,...
headius (Charles Nutter)
01:47 PM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 11:41 AM, Aaron Patterson
<[email protected]> wrote:
>> 1. subroutines are...
headius (Charles Nutter)
02:41 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 09:45:30AM +0900, Charles Oliver Nutter wrote:
> On Fri, Jan 28, 2011 at 5:29 PM, Aa...
tenderlovemaking (Aaron Patterson)
09:47 PM Revision f83d4b17 (git): Additional fix for r30736
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:00 PM Revision a924b176 (git): Add ML Reference and a test for r30736 [ruby-core:34997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:42 PM Revision a6d0cd44 (git): * 2011-01-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:42 PM Revision 88a9b878 (git): * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) before
rb_resize_capa because rb_resize_capa expects resized length is
smaller than current array length. call rb_ary_unsh...
naruse (Yui NARUSE)
07:14 PM Feature #4147: Array#sample で重みを指定したい
=begin
>機能的な必要性/十分性については私には判断がつきませんが、私
>には問題なさそうに見えます。ただし、each_sample, each_choice
>という名前に若干の違和感がありますので、ruby-cor...
oj (Yoji Ojima)
11:36 AM Bug #4343: Dir.glob does match files without extension
=begin
Here is some more results of Dir.glob on Windows.


irb(main):001:0> Dir.glob('bla*')
=> ["bla", "bla...
phasis68 (Heesob Park)
03:01 AM Bug #4343: Dir.glob does match files without extension
=begin
Ok, the confusion comes from the differences between platforms. Lets have file named "foo.bar".

On Wind...
vo.x (Vit Ondruch)
02:49 AM Bug #4343: Dir.glob does match files without extension
=begin
On 01/29/2011 11:09 AM, Vít Ondruch wrote:
> Well glob should behave on Windows by Windows conventions and o...
javanthropus (Jeremy Bopp)
02:26 AM Bug #4343: Dir.glob does match files without extension
=begin


On 1/29/2011 12:09 PM, Vít Ondruch wrote:
> Well glob should behave on Windows by Windows conventions an...
lsegal (Loren Segal)
02:00 AM Bug #4343: Dir.glob does match files without extension
=begin
On 01/29/2011 10:33 AM, Vít Ondruch wrote:
> Dne 29.1.2011 17:27, Jeremy Bopp napsal(a):
>> On 01/29/2011 1...
javanthropus (Jeremy Bopp)
01:27 AM Bug #4343: Dir.glob does match files without extension
=begin
On 01/29/2011 10:19 AM, Nobuyoshi Nakada wrote:
> Issue #4343 has been updated by Nobuyoshi Nakada.
>
>
...
javanthropus (Jeremy Bopp)
01:25 AM Bug #4343: Dir.glob does match files without extension
=begin
If they are the same, then my original scenario has to list also "bla", otherwise you are not consistent.
=end
vo.x (Vit Ondruch)
01:19 AM Bug #4343: Dir.glob does match files without extension
=begin
> Why there is for the first case listed "bla." instead of just "bla".

Because you gave "bla.". Dir.glo...
nobu (Nobuyoshi Nakada)
12:38 AM Bug #4343: Dir.glob does match files without extension
=begin
Well by displaying the "dir" output I tried to point out that it is not that expected.

Btw. these are ot...
vo.x (Vit Ondruch)
12:25 AM Bug #4343 (Feedback): Dir.glob does match files without extension
=begin

=end
nobu (Nobuyoshi Nakada)
12:24 AM Bug #4343: Dir.glob does match files without extension
=begin
Yes, it is a expected result, as you specified the pattern with extension.
=end
nobu (Nobuyoshi Nakada)
12:10 AM Bug #4343 (Rejected): Dir.glob does match files without extension
=begin
C:\temp\pat>dir bla.*
Svazek v jednotce C je Windows7_x64_OS.
Sériové číslo svazku je 2C6E-5F69.

...
vo.x (Vit Ondruch)
08:20 AM Revision 627e79f1 (git): * missing/crypt.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:40 AM Revision ce000710 (git): * test/rubygems/test_gem_security.rb (TestGemSecurity): valid only
if OpenSSL is available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:15 AM Revision 59064a75 (git): * test/dl/test_dl2.rb (TestDL#test_sin): math functions do not
work on x86_64 due to the design of DL2.
* test/dl/test_func.rb (DL::TestFunc#test_{sinf,sin): ditto.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
07:10 AM Revision 2418e5ca (git): * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:13 AM Revision b4be48e8 (git): * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leading
byte.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:09 AM Bug #4345 (Closed): IRB fails with --disable-gems and Ubuntu default LANG variable
=begin
Hello,

...
luislavena (Luis Lavena)
04:03 AM Revision 46142e47 (git): * hash.c (rb_hash_fetch_m): use useful message for longer key, not a
nonsense id value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:01 AM Revision f989f7c7 (git): * string.c (rb_str_ellipsize): new function to ellipsize a string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:57 AM Bug #4344 (Closed): [ext/openssl] BN comparison to nil fails
=begin
This issue was solved with changeset r30724.
Martin, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
03:19 AM Bug #4344 (Closed): [ext/openssl] BN comparison to nil fails
=begin
Hi all,

this currently fails in all 1.9.2 versions including trunk:

require 'openssl'

bn = Ope...
MartinBosslet (Martin Bosslet)
03:56 AM Revision 4dcc883d (git): * include/ruby/encoding.h (rb_enc_step_back): new function to step
back n characters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:53 AM Revision 286615d4 (git): * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:02 AM Revision 2a5177e7 (git): io.c (struct argf): char behaves like an unsigned char by default on AIX.
http://publib.boulder.ibm.com/infocenter/comphelp/v111v131/index.jsp?topic=/com.ibm.xlcpp111.aix.doc/language_ref/ch.... Yutaka Kanemoto

01/29/2011

11:03 PM Revision 33671c82 (git): * configure.in: Mac OS X wrongly reports it has fdatasync(3).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:18 PM Bug #4342 (Closed): YAML raises an exception while parsing certain regular expressions
=begin
Roundtripping does not work for the regular expresion //n , and this appears to be distinct from Backport87 b...
agrimm (Andrew Grimm)
08:35 PM Bug #4341 (Closed): baserubyに1.8.xを指定すると make benchmark がエラー
=begin
trunkをビルドするとき、baserubyを指定する必要があるのですが、多くの人はruby-1.8.xを
指定していると思います(それが推奨と以前聞きました)。

しかしながら、make benchma...
kosaki (Motohiro KOSAKI)
06:48 PM Revision 53234071 (git): * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.
patched by Martin Bosslet. [ruby-core:34987]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30724 b2dd03c8-39d4-4...
naruse (Yui NARUSE)
04:06 PM Revision eea774d0 (git): * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition.
Because r30686 introduced win32 build failure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30723 b2dd03c8-39...
kosaki (Motohiro KOSAKI)
03:33 PM Revision 29b1c2a5 (git): * 2011-01-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:33 PM Revision 674ea103 (git): * array.c (rb_ary_join): [].join.encoding must be US-ASCII.
[ruby-list:47790]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:07 PM Feature #3908: private constant
=begin
Hi, matz

May I introduce these methods in relation to private constants?

- Module#public_constants, a...
mame (Yusuke Endoh)
11:23 AM Revision 1195ba66 (git): * benchmark/driver.rb (BenchmarkDriver#measure): Show command line
when abnormal exiting occur.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30720 b2dd03c8-39d4-4d8f-98ff-823fe...
kosaki (Motohiro KOSAKI)
10:42 AM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 7:15 PM, Yusuke ENDOH <[email protected]> wrote:
> Hi,
>
> 2011/1/27 Kurt  Stephens <...
headius (Charles Nutter)
10:16 AM Feature #4326: Fiber should respond to call() and []
=begin
Hi,

2011/1/27 Kurt Stephens <[email protected]>:
> Shouldn't Fiber#[] behave like Thread#[]?

I th...
mame (Yusuke Endoh)
09:47 AM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 6:45 PM, Charles Oliver Nutter
<[email protected]> wrote:
> LSP says the opposite...
headius (Charles Nutter)
09:45 AM Feature #4326: Fiber should respond to call() and []
=begin
On Fri, Jan 28, 2011 at 5:29 PM, Aaron Patterson
<[email protected]> wrote:
> My point is that it ...
headius (Charles Nutter)
08:29 AM Feature #4326: Fiber should respond to call() and []
=begin
On Sat, Jan 29, 2011 at 02:58:46AM +0900, Charles Nutter wrote:
> Issue #4326 has been updated by Charles Nu...
tenderlovemaking (Aaron Patterson)
02:57 AM Feature #4326: Fiber should respond to call() and []
=begin
RPRR and Nobu make good points.

Fibers are coroutines...agreed.

If we go by Knuth, a subroutine "is...
headius (Charles Nutter)
10:34 AM Bug #4340: Encoding of result string for String#gsub is not consistent
=begin
Your beginning-of-string substitutions don't use the "hi" variable in either case. It doesn't affect the resu...
headius (Charles Nutter)
09:54 AM Bug #4340 (Closed): Encoding of result string for String#gsub is not consistent
=begin
Depending upon where the replacement occurs, the encoding of the result of String#gsub is not consistent.

...
drbrain (Eric Hodel)
09:54 AM Bug #4337: rubygems calls chdir directly, actions should be enclosed in a block
=begin
This should be fixed in trunk now as well, please verify.
=end
drbrain (Eric Hodel)
06:55 AM Bug #4337 (Closed): rubygems calls chdir directly, actions should be enclosed in a block
=begin
Unfortunately your supplied patch did not pass the tests.

I committed a different version which allowed ...
drbrain (Eric Hodel)
01:44 AM Bug #4337 (Closed): rubygems calls chdir directly, actions should be enclosed in a block
=begin
When installing gems, windows_stub_script is called in installer.rb which
directly calls Dir.chdir.

If...
pyr (Pierre-Yves Ritschard)
08:26 AM Revision d81eaaf1 (git): * property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:54 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
If you move the code into a gem, I can add the same bits for JRuby so people can gem install it in 1.8.7 and ...
headius (Charles Nutter)
02:57 AM Bug #4325: [ext/openssl] Encoding of subclasses fails when it shouldn't
=begin
Hi,
I found a imo quite reasonable use case for sublassing Sequence or Set.
Imagine you have an instance...
MartinBosslet (Martin Bosslet)
02:01 AM Revision 5b74e4f0 (git): * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevel
private constant has been prohibited incorrectly.
* test/ruby/test_module.rb (test_toplevel_private_constant): add a...
mame (Yusuke Endoh)

01/28/2011

11:46 PM Revision 934f537b (git): Import rubygems 1.5.0 (release candidate @ 09893d9)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
05:57 PM Revision b511e1bf (git): * variable.c (rb_mod_const_of, sv_i): Module#constant should exclude
private constants. see [ruby-core:32912].
* test/ruby/test_module.rb (test_constants_with_private_constant): add
...
mame (Yusuke Endoh)
05:57 PM Revision b1e829fb (git): * variable.c (rb_const_set): const_set shoud preserve constant
visibility. see [ruby-core:32912].
* test/ruby/test_module.rb: add a test for above.
git-svn-id: svn+ssh://ci.ruby...
mame (Yusuke Endoh)
05:57 PM Revision a2ec8666 (git): * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raise
an exception when "class Foo::Bar" is evaluated and Foo::Bar is
private. To implement this, define_type of "define...
mame (Yusuke Endoh)
05:57 PM Revision f0483c49 (git): * constant.h, variable.c: to ensure compatibility, rb_const_get_* must
not raise an exception even when the constant is private. Instead,
rb_public_const_get_* and rb_public_const_defin...
mame (Yusuke Endoh)
05:57 PM Revision a79ff4c7 (git): * 2011-01-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:57 PM Revision b9a1e36c (git): * variable.c (set_const_visibility): fix typo. a patch from Tomoyuki
Chikanaga in [ruby-core:32919].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30711 b2dd03c8-39d4-4d8f-98ff-823f...
mame (Yusuke Endoh)
04:44 PM Bug #4283 (Assigned): Timeout.timeout may cause application exit unintetionally
=begin

=end
usa (Usaku NAKAMURA)
04:44 PM Bug #4285 (Assigned): Ruby don't have asynchrounous exception safe syntax and It should have.
=begin

=end
usa (Usaku NAKAMURA)
04:43 PM Bug #4301 (Assigned): Off-by-one line number in Psych parse error
=begin

=end
usa (Usaku NAKAMURA)
04:43 PM Bug #4311 (Assigned): ruby setup.sb fails to install ruby gems
=begin

=end
usa (Usaku NAKAMURA)
04:43 PM Feature #4326 (Assigned): Fiber should respond to call() and []
=begin

=end
usa (Usaku NAKAMURA)
11:10 AM Feature #4326: Fiber should respond to call() and []
=begin
I understood what you meant, and agree in principle. I wanted to think about the implications given that (a) ...
runpaint (Run Paint Run Run)
07:41 AM Feature #4326: Fiber should respond to call() and []
=begin
On Thu, Jan 27, 2011 at 02:14:16PM -0800, Aaron Patterson wrote:
> On Thu, Jan 27, 2011 at 01:07:33PM +0900,...
tenderlovemaking (Aaron Patterson)
07:15 AM Feature #4326: Fiber should respond to call() and []
=begin
On Thu, Jan 27, 2011 at 01:07:33PM +0900, Nobuyoshi Nakada wrote:
> Hi,
>
> At Wed, 26 Jan 2011 16:08:52 ...
tenderlovemaking (Aaron Patterson)
04:41 PM Bug #4334: r30660 以降 ruby/test_require.rb で 2F
=begin
いつも報告ありがとうございます。
#4336が後出しで重複するチケットなわけですが、そっちがCloseされたのでこちらもCloseします。
=end
usa (Usaku NAKAMURA)
04:40 PM Bug #4334 (Closed): r30660 以降 ruby/test_require.rb で 2F
=begin

=end
usa (Usaku NAKAMURA)
11:54 AM Bug #4334 (Assigned): r30660 以降 ruby/test_require.rb で 2F
=begin

=end
usa (Usaku NAKAMURA)
11:49 AM Bug #4334 (Closed): r30660 以降 ruby/test_require.rb で 2F
=begin
r30660 以降、ruby/test_require.rb で 2F になっています。

$ make test-all TESTS='-v -n "/test_require/" ruby/test_req...
metanest (Makoto Kishimoto)
04:30 PM Bug #4336: test_require.rb#test_require_path_home が test failure
=begin
以下の失敗も同じ原因ですね

4) Failure:
test_require_too_long_filename(TestRequire) [/home/kosaki/linux/ruby-svn/r...
kosaki (Motohiro KOSAKI)
04:27 PM Bug #4336 (Closed): test_require.rb#test_require_path_home が test failure
=begin
This issue was solved with changeset r30704.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
04:18 PM Bug #4336 (Assigned): test_require.rb#test_require_path_home が test failure
=begin
なお、以下のテストではいまだにstderrでエラーが取れているので、若干統一が取れてない気もします。

t = Tempfile.new(["test_ruby_test_require", ".rb"...
kosaki (Motohiro KOSAKI)
04:10 PM Bug #4336 (Closed): test_require.rb#test_require_path_home が test failure
=begin
r30660でエラー時のメッセージがfprintfからrb_warningにかわったので、(つまり無引数の時にはエラーが出なくなったので)
テストが失敗します。
テストを追従させるつもりでいますが、r30660...
kosaki (Motohiro KOSAKI)
02:23 PM Revision 77a7137c (git): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,
TestGDBM2#test_writer_open_notexist): We only need to skip libgdbm 1.8.0,
not all 1.8.x. 1.8.1 or later don't...
kosaki (Motohiro KOSAKI)
12:58 PM Revision cb96213f (git): * ext/dbm/extconf.rb: Added new header places for Fedora13.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
12:49 PM Revision f6de1a3f (git): * ext/zlib/zlib.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:00 PM Feature #4335 (Rejected): String#split for empty string is always empty array
Here is ruby's behavior:

```ruby
' '.split('/')
# => [" "]
''.split('/')
# => []
'/'.split('/')
# => []
``...
phasis68 (Heesob Park)
12:00 PM Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin

=end
usa (Usaku NAKAMURA)
11:59 AM Bug #4317 (Closed): File.stat cause Segmentation Fault if take a long string.
=begin
fixed at r30666 by himself.
Thank you, kosaki-san.
=end
usa (Usaku NAKAMURA)
11:57 AM Bug #4320 (Assigned): Bus Error in digest/sha2 on sparc
=begin

=end
usa (Usaku NAKAMURA)
11:55 AM Feature #4328 (Assigned): export rb_thread_call_with_gvl()
=begin

=end
usa (Usaku NAKAMURA)
11:52 AM Bug #4333 (Closed): test_too_long_path2 が失敗します
=begin
入れ違いになりましたが、r30697 で対応してみました。
報告ありがとうございます。
=end
usa (Usaku NAKAMURA)
11:46 AM Bug #4333 (Closed): test_too_long_path2 が失敗します
=begin
r30680 および r30682 で追加されたテスト test_too_long_path2 が失敗しています。
メッセージで長大な行が出力されます(以下では改行を入れて編集してます)。

$ make ...
metanest (Makoto Kishimoto)
08:50 AM Revision 3a0ec681 (git): * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):
gdbm 1.8.x changed GDBM::WRITER behavior. Thus our testcase need
to be changed too.
git-svn-id: svn+ssh:...
kosaki (Motohiro KOSAKI)
08:36 AM Revision 36f71db3 (git): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skip
the test if gdbm version is 1.8.x.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30706 b2dd03c8-39d4-4d8f-98ff...
kosaki (Motohiro KOSAKI)
07:31 AM Revision a3d861ef (git): * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):
Added -w option because too long path error don't output a message
by default since r30660. [Bug #4336] [ru...
kosaki (Motohiro KOSAKI)
07:21 AM Revision bacc7e6a (git): * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):
Added -w option because too long path error don't output a message
by default since r30660. [Bug #4336] [ru...
kosaki (Motohiro KOSAKI)
07:13 AM Revision 65269855 (git): remove unnecessary local variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
07:06 AM Revision 29422e5d (git): * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):
split from test_require_path_home.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30702 b2dd03c8-39d4-4d8f-98ff...
kosaki (Motohiro KOSAKI)
06:50 AM Bug #4332 (Third Party's Issue): Some seemingly random segfaults
=begin
With my application https://github.com/meh/failirc/tree/223b01554601835cdfd45c6d20e8aeac3445bdbf I'm getting...
meh. (meh. I don't care)
04:05 AM Revision aea93cbe (git): * configure.in (--with-valgrind): Fixed r29683. Now this option
is really default on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
03:12 AM Revision e5971e8c (git): We don't only need to change "struct stat.st_size" test, but also
need to change "struct stat.st_blocks" test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30700 b2dd03c8-39d4...
kosaki (Motohiro KOSAKI)
03:07 AM Revision cb1366b4 (git): * configure.in: Add #include<sys/stat.h> when struct stat is
tested. Otherwise, incomplete type dereference error will occur.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
kosaki (Motohiro KOSAKI)
02:57 AM Revision 39473b88 (git): * configure.in: redundant variable names made strange conftest
error. Fixed it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
02:48 AM Revision d4f8142d (git): * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):
should handle Errno::E2BIG, because this test checks crash of ruby,
not the error type system.
git-svn-id: svn+ss...
U.Nakamura
02:25 AM Revision 25394cb9 (git): merges r30654 from trunk into ruby_1_9_2.
--
* string.c (=~): documentation fix; the return value is nil when
it doesn't match. patched by Andrei Kulakov [ru...
yugui (Yuki Sonoda)
02:25 AM Revision 32fdf95a (git): merges r30652 from trunk into ruby_1_9_2.
--
* string.c (rb_str_resize): get rid of out-of-bound access.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
yugui (Yuki Sonoda)
02:25 AM Revision ce02662c (git): merges r30648 from trunk into ruby_1_9_2.
--
* string.c (rb_string_value_cstr): rb_str_modify can change
RSTRING_PTR.
git-svn-id: svn+ssh://ci.ruby-lang.org...
yugui (Yuki Sonoda)
02:25 AM Revision 22955e9b (git): merges r30647,r30650 and r30651 from trunk into ruby_1_9_2.
--
* test/ruby/test_thread.rb: Added various ConditionVariable tests.
--
* test/ruby/test_thread.rb (TestThre...
yugui (Yuki Sonoda)
02:25 AM Revision be007d6e (git): merges r30641 from trunk into ruby_1_9_2.
--
* error.c (rb_invalid_str): prevent intermediate variable from GC.
[ruby-core:34820]
git-svn-id: svn+ssh://ci.r...
yugui (Yuki Sonoda)
02:25 AM Revision 4676e643 (git): merges r30628 from trunk into ruby_1_9_2.
--
* ext/psych/parser.c (parse): fixing off-by-one error on line numbers
in parse exceptions. [ruby-core:34690]
* ...
yugui (Yuki Sonoda)
02:25 AM Revision a0e5aea0 (git): merges r30601 from trunk into ruby_1_9_2.
--
* proc.c (proc_call): Add gc guard to avoid segfault. The fix
is created by Tomoyuki Chikanaga. [Bug #42...
yugui (Yuki Sonoda)
02:25 AM Revision ac525f59 (git): merges r30597 from trunk into ruby_1_9_2.
--
* parse.y: avoid NULL reference. [ruby-dev:43067]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_...
yugui (Yuki Sonoda)
02:25 AM Revision aeb3ba1e (git): merges r30595 from trunk into ruby_1_9_2.
--
* vsnprintf.c (cvt): set first byte of buf to NUL for the case when
no bytes are written to the buf. [ruby-dev:4...
yugui (Yuki Sonoda)
02:25 AM Revision baac6078 (git): merges r30587 from trunk into ruby_1_9_2.
--
* ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSON
strings should be dumped with double quotes. [r...
yugui (Yuki Sonoda)
02:23 AM Revision 4afa5fea (git): * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().
* io.c (rb_scan_open_args): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30686 b2dd03c8-39d4-4d8f-98ff...
kosaki (Motohiro KOSAKI)
02:00 AM Revision 92c1dfd9 (git): * configure.in: Added mode_t type checking.
* process.c (rb_exec_arg_addopt): Use NUM2MODET() instead
NUM2LONG because clang makes compile error by thi...
kosaki (Motohiro KOSAKI)
01:08 AM Bug #4305 (Rejected): Win32 上で bignum の test_too_big_to_s が失敗
=begin
うむむ、いつの間にか直っている。
bisectするほど重篤な問題でもないのでたんにrejectとします。
=end
kosaki (Motohiro KOSAKI)

01/27/2011

10:48 PM Bug #4331 (Closed): FileUtils::DryRun.copy_entry makes changes.
=begin
$ ls src/
README
$ ls dst/
$ ruby -e "require 'fileutils; FileUtils::DryRun.copy_entry 'src/', 'dst/'"
...
aereal (Hanae Aoki)
09:37 PM Bug #4330 (Closed): IO.popen case Segmentation Fault if take a long string.
=begin
This issue was solved with changeset r30670.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
08:38 PM Bug #4330 (Closed): IO.popen case Segmentation Fault if take a long string.
=begin
following script cause segmentation fault.

ruby -e 'IO.popen(["c:/ruby/bin/ruby.exe "+"a
"*10_000_000,...
kosaki (Motohiro KOSAKI)
08:52 PM Bug #4319 (Closed): StringValueCStr() should terminate
=begin

=end
nobu (Nobuyoshi Nakada)
06:37 PM Bug #4313 (Closed): File.identical? cause Segmentation Fault if take a long string.
=begin
This issue was solved with changeset r30667.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
06:27 PM Bug #4316 (Closed): Dir.new cause Segmentation Fault if take a long string.
=begin
This issue was solved with changeset r30666.
Motohiro, thank you for reporting this issue.
Your contributio...
kosaki (Motohiro KOSAKI)
05:37 PM Revision 58da04b3 (git): * re.c (rb_reg_raise): add GC guard to prevent intermediate
variable from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
05:36 PM Revision 1e60af4d (git): * hash.c (rb_hash_fetch_m): add GC guard to prevent intermediate
variable from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
05:33 PM Bug #4314 (Closed): spwn cause Segmantation Fault if take a long string.
=begin
r30661,r30662 and r30663 fixed this issue.
=end
kosaki (Motohiro KOSAKI)
04:36 PM Revision 41bbb319 (git): * test/ruby/test_process.rb (TestProcess#test_too_long_path)
TestProcess#test_too_long_path): Reduced string size from 100MB
to 10MB. 100MB may cause no memory error. I...
kosaki (Motohiro KOSAKI)
04:33 PM Revision 7bae5dd3 (git): * 2011-01-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:33 PM Revision 6c2b2c28 (git): * test/ruby/test_process.rb (TestProcess#test_too_long_path2):
Factored out from test_too_long_path. A test should only do
one test.
git-svn-id: svn+ssh://ci.ruby-lang...
kosaki (Motohiro KOSAKI)
03:51 PM Feature #4328 (Closed): export rb_thread_call_with_gvl()
=begin
I think it is general enough to remain supported along
with the rest of the MRI C API, especially since
...
normalperson (Eric Wong)
02:30 PM Revision 4a42b101 (git): * st.c (st_foreach): check if unpacked.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:24 PM Revision a152da5f (git): merges a part of revision 5917 in MiniTest's repository into ruby_1_9_2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
02:24 PM Revision b4eba9bb (git): merges revision 6057 in MiniTest's repository into ruby_1_9_2.
--
+ Exit autorun via nested at_exit handler, in case other libs call
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br...
yugui (Yuki Sonoda)
02:24 PM Revision 2de2b2ab (git): merges a half of revision 5937 and 5939 in MiniTest's repository into ruby_1_9_2.
--
- Fixed some of the assertion default messages
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30...
yugui (Yuki Sonoda)
02:24 PM Revision fb798840 (git): merges a half of revision 5875 in MiniTest's repository into ruby_1_9_2. It corresponds to
r29259 on Ruby's trunk.
--
assert_raises now lets MiniTest::Skip through. (shyouhei)
git-svn-id: svn+ssh://ci.ruby-l...
yugui (Yuki Sonoda)
02:14 PM Revision c5b45d25 (git): * misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.
use M-; instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:07 PM Feature #4326: Fiber should respond to call() and []
=begin
Hi,

At Wed, 26 Jan 2011 16:08:52 +0900,
Aaron Patterson wrote in [ruby-core:34861]:
> Fibers are conside...
nobu (Nobuyoshi Nakada)
10:45 AM Feature #4326: Fiber should respond to call() and []
=begin
Shouldn't Fiber#[] behave like Thread#[]? What about Continuation#[]?

=end
kstephens (Kurt Stephens)
12:58 PM Revision 5a00a616 (git): * bignum.c (rb_str_to_inum): get rid of too huge alloca().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
12:46 PM Revision ac017891 (git): * object.c (rb_str_to_dbl): rewrite again. use ALLOCV instead
rb_str_tmp_new().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
12:42 PM Revision 8d397b77 (git): * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
12:33 PM Revision 2529d2c3 (git): * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().
[Bug #4330] [ruby-core:34898]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30670 b2dd03c8-39d4-4d8f-98ff-823f...
kosaki (Motohiro KOSAKI)
11:31 AM Revision f7fb66bd (git): * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
10:19 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
=begin
Progress: https://github.com/kstephens/ruby/commit/8058894024c9bac07e6e44c91f5984a1e347074f

* Refactored M...
kstephens (Kurt Stephens)
09:50 AM Revision ab720532 (git): * win32/win32.c (open_dir_handle): get rid of too huge alloca().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
09:35 AM Revision 18c11392 (git): * file.c (w32_io_info): get rid of too huge alloca().
[Bug #4313] [ruby-core:34830]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30667 b2dd03c8-39d4-4d8f-98ff-823f...
kosaki (Motohiro KOSAKI)
09:21 AM Revision 21931d6a (git): * win32/win32.c (wstati64): get rid of too huge alloca().
[Bug #4316] [ruby-core:34834]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30666 b2dd03c8-39d4-4d8f-98ff-823f...
kosaki (Motohiro KOSAKI)
08:47 AM Bug #4315 (Closed): Process.spawn cause Segmentation Fault if take a long string. (windows)
=begin
This issue was solved with changeset r30662.
Motohiro, thank you for reporting this issue.
Your contributio...
nobu (Nobuyoshi Nakada)
08:47 AM Bug #4312 (Closed): exec cause Segmentation fault if passing very long string
=begin
This issue was solved with changeset r30662.
Motohiro, thank you for reporting this issue.
Your contributio...
nobu (Nobuyoshi Nakada)
06:21 AM Revision 11c5daa6 (git): * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:12 AM Revision 98929a2d (git): * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too huge
alloca(). this is the real fix of [ruby-core:34833].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30664 b2dd03...
U.Nakamura
03:46 AM Revision fa57e468 (git): * process.c (ALLOC_ARGV_WITH_STR): fix void pointer arithmetic.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:06 AM Feature #4197: Improvement of the benchmark library
=begin
Hi,

> Koichi said the lib is not his, so I reviewed it.

Thank you.

> I almost accept your patc...
Eregon (Benoit Daloze)
 

Also available in: Atom