Project

General

Profile

Activity

From 04/23/2011 to 04/29/2011

04/29/2011

11:22 PM Feature #4632: Regexp instance method | for creating Regexp.unions
=begin
Thanks for the quick answer.
=end
rbjl (Jan Lelis)
10:33 PM Feature #4632 (Rejected): Regexp instance method | for creating Regexp.unions
=begin
We once had this feature, eregex.rb, but dropped since 1.9. No once nursed that lib.
I don't stop you to h...
shyouhei (Shyouhei Urabe)
10:23 PM Feature #4632: Regexp instance method | for creating Regexp.unions
=begin
I like it for Regexp, but a string method would violate the POLS, imho.

Konstantin

On Apr 29, 2011, at ...
rkh (Konstantin Haase)
09:59 PM Feature #4632 (Rejected): Regexp instance method | for creating Regexp.unions
=begin
Regexp.union is a great feature, but it is rarely used. I can imagine, the following syntax would be quite pop...
rbjl (Jan Lelis)
10:20 PM Bug #4634 (Rejected): Segmentation fault on marshal_dump
=begin
Call
...
def marshal_dump
dup.tap{|i| i.instance_variable_set(:@callbacks,[]) }
end
...
=>>>...
asozontov (Anton Sozontov)
10:01 PM Feature #4633 (Rejected): iterate method / extended version of for
=begin
The Ruby world is known for using each, but it does not always look nice (although in most cases it does).
...
rbjl (Jan Lelis)
07:09 PM Revision b48537cd (git): * test/io/wait/test_io_wait.rb: New. for testing ext/io/wait.
the patch was written by Eric Wong. [Feature #4531]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31389 b2dd03...
kosaki (Motohiro KOSAKI)
04:18 PM Revision d4dcad87 (git): fix eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
03:50 PM Revision 1bbab743 (git): spell fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
03:43 PM Revision 58e414b8 (git): * include/ruby/win32.h: remove redundunt declaration of
rb_w32_time_subtract().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
03:20 PM Revision 708034fe (git): * 2011-04-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:20 PM Revision ada9870a (git): * thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.
We don't have to call mutex_unlock() before initialize it!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31384...
kosaki (Motohiro KOSAKI)
12:23 PM Feature #4607: benchmark/bm_vm3_thread_mutex.rb の性能改善
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:43454] [Ruby 1.9 - Feature #4607][Closed] benchmark/bm_vm3_thread_...
matz (Yukihiro Matsumoto)
12:23 PM Feature #4607: benchmark/bm_vm3_thread_mutex.rb の性能改善
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:43454] [Ruby 1.9 - Feature #4607][Closed] benchmark/bm_vm3_thread_...
matz (Yukihiro Matsumoto)
10:17 AM Feature #4607 (Closed): benchmark/bm_vm3_thread_mutex.rb の性能改善
=begin
r31373
=end
kosaki (Motohiro KOSAKI)
12:12 PM Revision 5f131b64 (git): * thread_win32.c, include/ruby/win32.h: add prototypes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:47 AM Bug #4623: Consistent crash related to action_mailer
Possibly different:
-- control frame ----------
c:0075 p:0021 s:0350 b:0348 l:000347 d:000347 METHOD /Users/alex/.rv...
alexneth (Alex Neth)
10:32 AM Bug #4289: Timeouts in threads cause SEGV
=begin
0001-revert-r29673-optimization-which-caused-segfaults.patch was commited as r31378.
I think other patch ne...
kosaki (Motohiro KOSAKI)
10:32 AM Feature #3905: rb_clear_cache_by_class() called often during GC for non-blocking I/O
=begin
r29673 caused a regression (see [Bug #4289]). Then, I reverted it by r31378.
Alternative fixing way is discus...
kosaki (Motohiro KOSAKI)
10:24 AM Bug #4618 (Closed): Encoding::ConverterNotFoundErrors on trunk (Windows mingw)
=begin
This issue was solved with changeset r31377.
Jon, thank you for reporting this issue.
Your contribution to Rub...
nobu (Nobuyoshi Nakada)
02:54 AM Bug #4618 (Assigned): Encoding::ConverterNotFoundErrors on trunk (Windows mingw)
=begin
=end
usa (Usaku NAKAMURA)
10:24 AM Bug #4619 (Closed): io.c is broken on Windows
=begin
This issue was solved with changeset r31377.
Jon, thank you for reporting this issue.
Your contribution to Rub...
nobu (Nobuyoshi Nakada)
06:50 AM Feature #4589: add Queue#each() method and include Enumerable
=begin
I don't think it is appropriate to include Enumerable. Too many methods from Enumerable seem inappropriate (o...
drbrain (Eric Hodel)
04:52 AM Bug #4630 (Closed): PROCDEBUG to non-zero values causes segmentation faults in check_env in trunk

PROCDEBUG is meant to show debugging output from the vm.
However, when it's activated in vm.c
#define PROCDEBUG 1...
ehuard (Elise Huard)
04:18 AM Revision b4c5fad4 (git): * thread_win32.c (native_cond_timedwait): New. r31373 caused
win32 build failure.
* thread_win32.c (__cond_timedwait, abs_timespec_to_timeout_ms):
New helper functions.
* win...
kosaki (Motohiro KOSAKI)
03:23 AM Revision 9d4ae4ab (git): fix indentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
02:06 AM Revision eaca3529 (git): set svn:eol-style property
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
01:44 AM Revision 3c24bc37 (git): * benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVL
performance. They was written by Koichi Sasada.
* benchmark/bm_vm4_thread_pass.rb: ditto.
git-svn-id: svn+ssh://ci...
kosaki (Motohiro KOSAKI)
01:29 AM Revision e4ba4b79 (git): * vm_method.c (rb_clear_cache_by_class): Revert r29673. It made
a segmentation fault regression. [Bug #4289][ruby-core:34554].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
kosaki (Motohiro KOSAKI)
01:24 AM Revision 85c1d5d4 (git): * io.c (make_writeconv): do not add textmode newline decorator if any
newline decorator is set already. fixes #4618, fixes #4619
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31377 ...
nobu (Nobuyoshi Nakada)
01:18 AM Revision 7ff7a2b3 (git): ChangeLog change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
01:18 AM Revision 6998f013 (git): * thread.c (lock_func): small cleanup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
01:11 AM Revision 32ae0ae1 (git): * 2011-04-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:11 AM Revision 74c5e807 (git): * thread.c (rb_mutex_lock, lock_func): Avoid busy loop and
performance degression. bm_vm3_thread_mutex.rb performance
change from 109.064sec to 16.331sec.
* thread.c (init_l...
kosaki (Motohiro KOSAKI)

04/28/2011

04:23 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
西山和広です。

At Thu, 3 Mar 2011 19:25:34 +0900,
SASADA Koichi wrote:
>
> (2011/03/03 19:12), U.Nakamur...
znz (Kazuhiro NISHIYAMA)
04:23 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
=begin
西山和広です。

At Thu, 3 Mar 2011 19:25:34 +0900,
SASADA Koichi wrote:
>
> (2011/03/03 19:12), U.Nakamur...
znz (Kazuhiro NISHIYAMA)
04:22 PM Bug #4491 (Closed): Some methods of Dir/File do not encode dirname/filename transparently
=begin
This issue was solved with changeset r31372.
Joey, thank you for reporting this issue.
Your contribution to Ru...
usa (Usaku NAKAMURA)
02:53 PM Bug #4491: Some methods of Dir/File do not encode dirname/filename transparently
=begin
We now consider that this is a bug.
Current code is too complex, so to judge the reason why somebody wrote ...
usa (Usaku NAKAMURA)
02:15 PM Bug #4491: Some methods of Dir/File do not encode dirname/filename transparently
=begin
=end
naruse (Yui NARUSE)
02:54 PM Bug #4619 (Assigned): io.c is broken on Windows
=begin
test-allのエラーはまったく直ってないので、再オープンしときます。
現状、これに起因すると思われるエラーが私の手元では95個あります。
=end
usa (Usaku NAKAMURA)
06:07 AM Bug #4619 (Closed): io.c is broken on Windows
=begin
This issue was solved with changeset r31367.
Usaku, thank you for reporting this issue.
Your contribution to R...
nobu (Nobuyoshi Nakada)
02:23 PM Feature #4602: naming ruby dll (win32/64)
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:43449] Re: [Ruby 1.9 - Feature #4602] naming ruby dll (win32/64)"...
usa (Usaku NAKAMURA)
02:23 PM Feature #4602: naming ruby dll (win32/64)
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:43449] Re: [Ruby 1.9 - Feature #4602] naming ruby dll (win32/64)"...
usa (Usaku NAKAMURA)
05:23 AM Feature #4602: naming ruby dll (win32/64)
=begin
> artonです。
>
> なかむら(う)さんの案に賛成します。
> # Feature の場合、この後はどうするのが良いのでしょう? しばらく寝かしておいてある日パッチを入れるとか、いきなりパッチしてし...
kosaki (Motohiro KOSAKI)
05:23 AM Feature #4602: naming ruby dll (win32/64)
=begin
> artonです。
>
> なかむら(う)さんの案に賛成します。
> # Feature の場合、この後はどうするのが良いのでしょう? しばらく寝かしておいてある日パッチを入れるとか、いきなりパッチしてし...
kosaki (Motohiro KOSAKI)
01:08 AM Feature #4602: naming ruby dll (win32/64)
=begin
artonです。
なかむら(う)さんの案に賛成します。
# Feature の場合、この後はどうするのが良いのでしょう? しばらく寝かしておいてある日パッチを入れるとか、いきなりパッチしてしまうとか?
=end
arton (Akio Tajima)
07:22 AM Revision 22d5cf92 (git): * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.
* win32/win32.c (opendir_internal, rb_w32_opendir): extract and merge
common part of rb_w32_opendir() and rb_w32_uo...
U.Nakamura
07:16 AM Bug #4623 (Rejected): Consistent crash related to action_mailer
ruby -Itest test/functional/documents_controller_test.rb
Loaded suite test/functional/documents_controller_test
S...
alexneth (Alex Neth)
06:34 AM Revision e269a71e (git): * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll on
mswin/mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
06:07 AM Bug #4603 (Closed): lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
This issue was solved with changeset r31370.
yu, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
12:09 AM Bug #4617: incorrect RbConfig::CONFIG["STRIP"] values
=begin
Just tested that the changeset works perfectly in all 3 configurations originally mentioned, thank you.
Sho...
jonforums (Jon Forums)

04/27/2011

11:54 PM Feature #4615: Add IO#split and iterative form of String#split
=begin
It should be another feature.
=end
nobu (Nobuyoshi Nakada)
07:24 PM Feature #4615: Add IO#split and iterative form of String#split
=begin
Well, how about (({string.split {|filed| ... }})) ?
=end
yimutang (Joey Zhou)
06:30 PM Feature #4615 (Rejected): Add IO#split and iterative form of String#split
=begin
Use scanf, or read then split. Besides that File#split does not well describe the method's behavior (read the...
matz (Yukihiro Matsumoto)
12:32 PM Feature #4615: Add IO#split and iterative form of String#split
=begin
Use scanf.rb.
=end
nobu (Nobuyoshi Nakada)
10:31 AM Feature #4615: Add IO#split and iterative form of String#split
=begin
Yes, I've made a mistake. The split regexp should be /(?<=[.;!?])/ if I want to iterate on "sentences".
Well,...
yimutang (Joey Zhou)
09:07 PM Revision e858442f (git): * lib/csv.rb (CSV::open): suppress universal newline decorator.
fixes #4603
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:07 PM Revision 2f348762 (git): * lib/csv.rb (CSV.read): no mode is needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:07 PM Revision c612fc92 (git): * 2011-04-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:06 PM Revision 9c48e599 (git): * io.c (rb_io_extract_modeenc, rb_f_backquote): set default text
mode. fixes #4619
* io.c (pipe_open): set universal newline decorator if needed.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
06:07 PM Bug #4609 (Rejected): String#rpartition(regexp) has bug, when regexp contains quantifier
=begin
It's the way how regexp engines work.
Try:
"abc123def456ghi".rpartition(/(?<=\D|\A)\d+/)
or
"abc123d...
nobu (Nobuyoshi Nakada)
05:23 PM Bug #4609: String#rpartition(regexp) has bug, when regexp contains quantifier
=begin
Well, String#rindex act the same way:
str = "abc123def456ghi"
puts str.rindex(/\d+/) # 11, not 9
=end
yimutang (Joey Zhou)
05:23 PM Feature #4621: NilClass#to_hash
=begin
Hi,

In message "Re: [ruby-core:35924] [Ruby 1.9 - Feature #4621][Assigned] NilClass#to_hash"
on We...
matz (Yukihiro Matsumoto)
04:52 PM Feature #4621 (Rejected): NilClass#to_hash
=begin
=end
matz (Yukihiro Matsumoto)
04:46 PM Feature #4621 (Assigned): NilClass#to_hash
=begin
=end
naruse (Yui NARUSE)
03:33 PM Feature #4621 (Rejected): NilClass#to_hash
=begin
Various methods defined on `NilClass` are handy to avoid Method undefined on NilClass errors. For example,
...
sawa (Tsuyoshi Sawada)
01:16 PM Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
Nevermind, my browser showed an old version of this bug. I see editline was discussed already.
=end
headius (Charles Nutter)
01:15 PM Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
Is shipping the "editline" library instead an option? It is a BSD-licensed, drop-in replacement for readline.
...
headius (Charles Nutter)
10:23 AM Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
=end
naruse (Yui NARUSE)
01:06 PM Feature #4589: add Queue#each() method and include Enumerable
=begin
At first I thought this would be a good idea. But then I realized that #each is, in every case I can think of,...
headius (Charles Nutter)
12:13 PM Bug #4619 (Closed): io.c is broken on Windows
=begin
r31355 以降、textmodeサポートがぶっ壊れてます。
(n)make testでテストが失敗しますし、test-allの方もEになりまくりです。
正直こんなもんrevertしろよって気分ですが、直せるあては...
usa (Usaku NAKAMURA)
09:23 AM Feature #4610: Proc#curry behavior is inconsistent with lambdas containing default argument values
=begin
On Tue, Apr 26, 2011 at 7:57 AM, Yusuke ENDOH <[email protected]> wrote:

> Hello,
>
> 2011/4/26 Joshua ...
jballanc (Joshua Ballanco)
07:42 AM Bug #4617 (Closed): incorrect RbConfig::CONFIG["STRIP"] values
=begin
This issue was solved with changeset r31365.
Jon, thank you for reporting this issue.
Your contribution to Rub...
nobu (Nobuyoshi Nakada)
04:01 AM Bug #4617 (Closed): incorrect RbConfig::CONFIG["STRIP"] values
=begin
While adding support for the mingw-w64 toolchain to the RubyInstaller project, I discovered that configure.in ...
jonforums (Jon Forums)
06:23 AM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
On Tue, Apr 26, 2011 at 3:13 PM, yu nobuoka <[email protected]>wrote:

>
> Issue #4603 has been ...
Anonymous
05:13 AM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
Hi,
Nobuyoshi Nakada wrote:
> Now fixed so that universal_newline: false can work. What's
> about the f...
nobuoka (yu nobuoka)
01:29 AM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
Hi,

At Mon, 25 Apr 2011 22:57:52 +0900,
James Gray wrote in [ruby-core:35878]:
> The issue is that a...
nobu (Nobuyoshi Nakada)
05:36 AM Bug #4618 (Closed): Encoding::ConverterNotFoundErrors on trunk (Windows mingw)
=begin
It appears recent newline trunk code changes cause test failures on Windows as I can't replicate the following...
jonforums (Jon Forums)
04:02 AM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
=begin
This issue also applies to MonitorMixin (monitor.rb) as it uses the same lock/begin yield/ensure block.
=end
briangug (Brian Gugliemetti)
02:45 AM Revision 06911f90 (git): * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't have
CP932 UDA. Another reason is emacs-mule: the implementation of
stateless-iso-2022-jp doesn't support beyond 94x94 (...
naruse (Yui NARUSE)
12:50 AM Bug #4564 (Closed): mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence
=begin
This issue was solved with changeset r31351.
Luis, thank you for reporting this issue.
Your contribution to Ru...
nobu (Nobuyoshi Nakada)

04/26/2011

11:32 PM Feature #4601: Re-ordering method parameters.
=begin
Yusuke Endoh wrote:
> But I don't like your approach. It looks like an abuse of Proc#curry ;-)
It was j...
ngollan (Nicos Gollan)
02:42 AM Feature #4601: Re-ordering method parameters.
=begin
Hello,
I understand your problem, and I guess the current Ruby have no good way to solve it.
But I don't l...
mame (Yusuke Endoh)
10:42 PM Revision 86ed9661 (git): * configure.in (STRIP): use proper toolchain. based on a patch
from Jon Forums at [ruby-core:35909]. fixes #4617
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31365 b2dd03c8-...
nobu (Nobuyoshi Nakada)
09:23 PM Feature #4610: Proc#curry behavior is inconsistent with lambdas containing default argument values
=begin
Hello,

2011/4/26 Joshua Ballanco <[email protected]>:
> Regarding the consistency argument, as I underst...
mame (Yusuke Endoh)
05:00 AM Feature #4610: Proc#curry behavior is inconsistent with lambdas containing default argument values
=begin
Ok, making this a feature request for 2.0 sounds like a good idea.
Regarding the consistency argument, as I...
jballanc (Joshua Ballanco)
02:28 AM Feature #4610: Proc#curry behavior is inconsistent with lambdas containing default argument values
=begin
=end
mame (Yusuke Endoh)
02:28 AM Feature #4610: Proc#curry behavior is inconsistent with lambdas containing default argument values
=begin
Hello,
2011/4/25 Joshua Ballanco <[email protected]>:
> This behavior seem very inconsistent.
Indeed, ...
mame (Yusuke Endoh)
07:30 PM Bug #4608: Ctrl-c to interrupt script causes hang and 100% cpu's core load
=begin
I have the same problem with a freshly installed Ubuntu 11.04 and ruby 1.9.2p180.
STRG-c works in irb-shell, ...
corny (Mr Corn)
12:48 AM Bug #4608: Ctrl-c to interrupt script causes hang and 100% cpu's core load
=begin
This bug has been repeated on another computer with ubuntu 11.04 (ruby 1.9.2p180).
If using ruby 1.8.7 (2010-...
ralovets (Roman Ralovets)
06:13 PM Bug #4491 (Assigned): Some methods of Dir/File do not encode dirname/filename transparently
=begin
=end
naruse (Yui NARUSE)
02:51 PM Bug #4491: Some methods of Dir/File do not encode dirname/filename transparently
=begin
Is this issue forgotten? :)
=end
yimutang (Joey Zhou)
06:13 PM Feature #4615: Add IO#split and iterative form of String#split
=begin
Just a thought,
String#split drops a separator.
In this use case, you want to drop the separator?
Anywa...
naruse (Yui NARUSE)
02:56 PM Feature #4615 (Assigned): Add IO#split and iterative form of String#split
=begin
=end
naruse (Yui NARUSE)
02:21 PM Feature #4615 (Rejected): Add IO#split and iterative form of String#split
=begin
file.each_line(sep=$/) {|line| ... } can be used to iterate on lines.
But the separator is just a string or...
yimutang (Joey Zhou)
04:30 PM Revision dfb52b72 (git): * test/ruby/test_encoding.rb (test_encoding): tests for r31362.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:23 PM Revision 322bffd8 (git): * ext/date/date_core.c (date_zone_to_diff): renamed.
* ext/date/date_parse.c: ditto.
* ext/date/date_strptime.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
Tadayoshi Funaba
04:17 PM Revision 21e6862c (git): * encoding.c (enc_find): accept Encoding objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:14 PM Revision 8fabd0c5 (git): * include/ruby/win32.h (frexp, modf): fix suppressing warnings on
mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:09 PM Revision 2ad123c2 (git): use skip
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
04:05 PM Revision 184e9e9d (git): use skip
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
04:02 PM Revision 9fe4a35e (git): * ext/date/date_core.c: modified validation methods.
* ext/date/lib/date.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31358 b2dd03c8-39d4-4d8f-98ff-823...
Tadayoshi Funaba
03:57 PM Revision 0b98b9a9 (git): * strip trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:55 PM Revision c26ab1ef (git): * transcode.c (econv_opts): add newline option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:55 PM Revision 87614677 (git): * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newline
decorator according to open mode.
* transcode.c (rb_econv_prepare_options): new function, to prepare
econv options ...
nobu (Nobuyoshi Nakada)
03:54 PM Revision 3b937bbd (git): * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:52 PM Revision 7140c8f0 (git): * transcode.c (econv_init): fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:51 PM Revision 4c7106c6 (git): * file.c (rb_file_truncate): fix function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:50 PM Revision fcfc113b (git): * include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64
versions on mingw are useless because they use int32_t. fixes #4564
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
03:23 PM Feature #4602: naming ruby dll (win32/64)
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:43443] [Ruby 1.9 - Feature #4602] naming ruby dll (win32/64)"
...
usa (Usaku NAKAMURA)
03:23 PM Feature #4602: naming ruby dll (win32/64)
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:43443] [Ruby 1.9 - Feature #4602] naming ruby dll (win32/64)"
...
usa (Usaku NAKAMURA)
03:02 PM Revision 7da3b09e (git): * 2011-04-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:02 PM Revision 91ee7710 (git): * ext/date/date_core.c (dt_lite_set_tmx): should get df value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
01:36 PM Revision b3defabd (git): * ext/date/lib/date/format.rb (_iso8601): allowed day only civil
date. disallowed separatorless day only ordinal date.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31348 b2dd...
Tadayoshi Funaba
08:56 AM Feature #4614 (Closed): [RFC/PATCH] thread_pthread.c: lower RUBY_STACK_MIN_LIMIT to 64K
=begin
The patch (committed) for Issue #4568 made this change possible.
Lowering stack size allows users on memor...
normalperson (Eric Wong)
08:28 AM Bug #4613 (Closed): define_method lacks trace events
=begin
With this code:
class Example
define_method "test" do
3
end
end
ex = Example.new
100.tim...
rogerdpack (Roger Pack)
07:51 AM Bug #4564: mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence
=begin
Try:
open("a.data", "w") {|f| f.truncate(1<<32)}
Currently this makes an empty file, while a 4GB file ...
nobu (Nobuyoshi Nakada)
06:45 AM Feature #4556 (Closed): Please add option which enable SSLv2 support
=begin
This issue was solved with changeset r31346.
Nobuhiro, thank you for reporting this issue.
Your contribution t...
iwamatsu (Nobuhiro Iwamatsu)
06:45 AM Bug #4562 (Closed): [pull requested] ./config no-ssl2で作ったopensslとext/opensslが混ざらない
=begin
This issue was solved with changeset r31346.
Shyouhei, thank you for reporting this issue.
Your contribution t...
iwamatsu (Nobuhiro Iwamatsu)
03:13 AM Bug #4612 (Closed): Segmentation fault in fiber GC mark cycle
=begin
((|Fiber.current|)) can cause segfault on GC cycle when used in threads. Please find attached ruby sample whi...
serge_balyuk (Serge Balyuk)
03:06 AM Bug #4611: [BUG] Segementation fault reported
=begin
Shota Fukumori wrote:
> could you attach a crash log in ~/Library/Logs/CrashReporter ?
>
> P.S.: I don't r...
deryldoucette (Deryl Doucette)
03:05 AM Bug #4611: [BUG] Segementation fault reported
=begin
Shota Fukumori wrote:
> could you attach a crash log in ~/Library/Logs/CrashReporter ?
>
> P.S.: I don't r...
deryldoucette (Deryl Doucette)
02:41 AM Bug #4611 (Open): [BUG] Segementation fault reported
=begin
oops, I missed your crashlog post. sorry.
=end
sorah (Sorah Fukumori)
02:40 AM Bug #4611 (Feedback): [BUG] Segementation fault reported
=begin
could you attach a crash log in ~/Library/Logs/CrashReporter ?
P.S.: I don't recommend paste in textbox bec...
sorah (Sorah Fukumori)
02:19 AM Bug #4611: [BUG] Segementation fault reported
=begin
This is the Ruby crashlog on Mac OS X 10.6.7 (on a 2011 Macbook Pro with quad core CPU and 8GB 1333MHz RAM in ...
deryldoucette (Deryl Doucette)
02:04 AM Bug #4611 (Closed): [BUG] Segementation fault reported
I currently have an application using devise and rpx_now gem. When I attempt any login using devise+rpx I get segment... deryldoucette (Deryl Doucette)

04/25/2011

11:59 PM Feature #4610: Proc#curry behavior is inconsistent with lambdas containing default argument values
=begin
Appologies for the formatting mistakes...
If I curry a lambda with 3 arguments, then I can call three tim...
jballanc (Joshua Ballanco)
11:56 PM Feature #4610 (Rejected): Proc#curry behavior is inconsistent with lambdas containing default argument values
If I curry a lambda with 3 arguments, then I can call three times with one argument each time to get the desired resu... jballanc (Joshua Ballanco)
11:56 PM Feature #4601: Re-ordering method parameters.
=begin
You can already do something similar with Method#to_proc and Proc#curry:
class Foo
def bar(a, b, c)
...
jballanc (Joshua Ballanco)
11:23 PM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
On Sun, Apr 24, 2011 at 11:29 PM, NARUSE, Yui <[email protected]> wrote:

> Ah, sorry, that commit messag...
Anonymous
04:16 PM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
On Sun, Apr 24, 2011 at 1:33 AM, yu nobuoka <[email protected]>wrote:

> The document of CSV::read...
Anonymous
01:39 PM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
=end
naruse (Yui NARUSE)
01:38 PM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
2011/4/25 James Gray <[email protected]>:
> On Sun, Apr 24, 2011 at 1:33 AM, yu nobuoka <nobuoka@r-defin...
naruse (Yui NARUSE)
09:07 AM Bug #4603 (Assigned): lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
=end
naruse (Yui NARUSE)
09:45 PM Revision 82c771fe (git): * 2011-04-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:45 PM Revision 73868a54 (git): * ext/openssl/extconf.rb: Should check SSLv2_*method.
openssl compiled with "no-ssl2" the extconf don't fail
when running `make' having this compilation errors.
Patche...
iwamatsu (Nobuhiro Iwamatsu)
09:14 PM Bug #4596 (Closed): Process.kill doesn't accept pid 0 (win32)
=begin
=end
arton (Akio Tajima)
08:45 PM Bug #4596 (Open): Process.kill doesn't accept pid 0 (win32)
=begin
:KILLを与えた場合に、WindowsでのエミュレーションではESRCH(No Such process)になることを考慮していなかった。
0を認めるのは、:INTに限定するように修正が必要。
=end
arton (Akio Tajima)
08:04 PM Bug #4596 (Closed): Process.kill doesn't accept pid 0 (win32)
=begin
This issue was solved with changeset r31344.
Akio, thank you for reporting this issue.
Your contribution to Ru...
arton (Akio Tajima)
10:19 AM Bug #4596 (Assigned): Process.kill doesn't accept pid 0 (win32)
=begin
とりあえず記憶に何もないので、変えちゃっていいと思います。
artonさんよろしく。
=end
usa (Usaku NAKAMURA)
07:37 PM Feature #4602: naming ruby dll (win32/64)
=begin
>そんな地雷踏みに行かんでも、と思ったりはしますが...
まだ、ここは地雷ではありませんでした……
というのはともかく、
>今回の話だけであれば、単に若くてまだ流行ってない方(=win64)のDLLに64とか付けるだ...
arton (Akio Tajima)
10:25 AM Feature #4602: naming ruby dll (win32/64)
=begin
そんな地雷踏みに行かんでも、と思ったりはしますが...
えーと、他プラットフォームだと、たしかRUBY_SO_NAMEはprefixやsuffixによっては変えられなくて、transformは効く、とかでしたよね。...
usa (Usaku NAKAMURA)
03:34 PM Feature #3719: open-uri should allow redirects from http to https
=begin
I'm still seeing this issue. I like the way this patch works, allowing redirection from http to https but not ...
josephholsten (Joseph Holsten)
01:20 PM Bug #4609 (Rejected): String#rpartition(regexp) has bug, when regexp contains quantifier
=begin
For example:
str = "abc123def456ghi"
ary1 = str.partition(/\d+/)
ary2 = str.rpartition(/\d+/)
p ...
yimutang (Joey Zhou)
12:11 PM Revision 333e43e0 (git): * win32/win32.c (kill): accept 0 only sig is SIGINT #4596
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e arton (Akio Tajima)
11:28 AM Bug #4599 (Closed): Ripper.sexpのコメント
=begin
This issue was solved with changeset r31342.
Sho, thank you for reporting this issue.
Your contribution to Rub...
naruse (Yui NARUSE)
11:04 AM Revision 83e07170 (git): * win32/win32.c (kill): accept 0 as pid, fixes #4596
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e arton (Akio Tajima)
10:54 AM Bug #4600 (Assigned): date/date_parse.c errors are breaking MinGW build
=begin
=end
naruse (Yui NARUSE)
08:28 AM Feature #4605 (Closed): Random#randとKernel#randでRangeを扱えるように
=begin
r31340 でmrknさんのパッチがコミットされたようなのでcloseします。
また、それに対するrdocを r31341 でコミットしました。
=end
sorah (Sorah Fukumori)
03:23 AM Feature #4605: Random#randとKernel#randでRangeを扱えるように
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:43431] [Ruby 1.9 - Feature #4605] Random#randとKernel#randでRangeを扱え...
matz (Yukihiro Matsumoto)
07:56 AM Revision 63f39fcb (git): * random.c (random_rand): remove unused variables.
* struct.c (rb_struct_define_without_accessor): ditto.
* strftime.c (rb_strftime_with_timespec): ditto.
* sprintf.c...
naruse (Yui NARUSE)
05:33 AM Feature #4189: FileUtils#ln_r
=begin
GNU cp has the -l option, so I think the proposed method is similiar to "cp -lr" on Linux systems.
=end
johan556 (Johan Holmberg)
04:23 AM Feature #4102: Proposal for 'let'. A new approach using block-defaults in 1.9
=begin
You can use begin/end-blocks or #tap:

# Begin
def fnames
@fnames ||= begin
h...
judofyr (Magnus Holm)
04:08 AM Bug #4608 (Third Party's Issue): Ctrl-c to interrupt script causes hang and 100% cpu's core load
=begin
I have got this bug after updating Ubuntu from 10.10 to 11.04 Beta.
Using shell commands like `echo anything...
ralovets (Roman Ralovets)
02:28 AM Revision 7c885222 (git): * ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.
patched by Sho Hashimoto. fixes #4599
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31342 b2dd03c8-39d4-4d8f-98f...
naruse (Yui NARUSE)
12:30 AM Bug #4564: mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence
=begin
Thank you Nobu,
Dunno how I missed this detail.
Please revert this until I provide a proper patch that c...
luislavena (Luis Lavena)
12:16 AM Feature #4607 (Closed): benchmark/bm_vm3_thread_mutex.rb の性能改善
=begin
以下のようなmutexを取り合うプログラムが1.8.x と比べると1.9.xは有為に遅いです
bm_vm3_thread_mutex.rb
---------------------------------
r...
kosaki (Motohiro KOSAKI)
12:09 AM Bug #4606 (Closed): Regression of __method__ on 1.9
=begin
As found on:

http://stackoverflow.com/questions/5129798

class Testing
[:one, :two].each do |nam...
zenspider (Ryan Davis)

04/24/2011

11:25 PM Revision b5909efd (git): * random.c (rb_f_rand, random_s_rand): RDocs for them.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
10:48 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
=begin
そういえば [ruby-list:48013] では整数の Range だけなら反対しないと言っていた私ですが、
作った patch では Range に対する処理を Random#rand のものを流用したので
浮...
mrkn (Kenta Murata)
10:42 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
=begin
sora さんとは独立に私も修正案を作りました。参考にしてください。
https://gist.github.com/939556
Random.rand は Random::DEFAULT.rand と同じ...
mrkn (Kenta Murata)
10:27 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
=begin
とりあえずパッチこんな感じでしょうか。
ドキュメントはとりあえずコピペして弄りましたが、英語的な意味で不安なので適切指摘をください。
=end
sorah (Sorah Fukumori)
10:09 PM Feature #4605: Random#randとKernel#randでRangeを扱えるように
=begin
すみません、書式が崩れたので貼り直します
Random#randとKernel#randで引数としてRangeを扱えるようにしてほしいです。

Random#randは引数にInteger, Float,...
yayugu (Yuya Yaguchi)
10:04 PM Feature #4605 (Closed): Random#randとKernel#randでRangeを扱えるように
=begin
Random#randとKernel#randで引数としてRangeを扱えるようにしてほしいです。
Random#randは引数にInteger, Float, Rangeを扱うことができるのに対し、Kernel#...
yayugu (Yuya Yaguchi)
10:27 PM Revision 2aeb3b47 (git): * random.c (random_s_rand, Init_Random): Random.rand should behave as
Random::DEFAULT.rand rather than Kernel#rand.
* random.c (rand_range, random_rand): rand_range function extracted
f...
Kenta Murata
06:31 PM Revision 03697bc1 (git): * lib/time.rb: require 'date'.
* ext/date/lib/date/format.rb: removed require line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31339 b2dd03...
Tadayoshi Funaba
06:09 PM Revision fd93bad8 (git): * ext/date/lib/date/format.rb: require 'date'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
06:07 PM Revision 9f103e65 (git): * ext/date/lib/date/format.rb (_iso8601): added a pattern.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
06:04 PM Revision f3551c04 (git): * ext/date/lib/date/format.rb: require 'date_core.so'.
date/format needs methods which are now in date_core.so.
This breaks make rdoc which uses Date._parse from time.rb....
naruse (Yui NARUSE)
05:48 PM Revision b7133cc6 (git): * ext/date/lib/date/format.rb: fixed a bug of regex.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:13 PM Revision 2115af3a (git): * ext/date/lib/date/format.rb: an adjustment of regex.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:00 PM Revision 60c7967e (git): * ext/date/lib/date/format.rb: omitted to call _parse.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
04:04 PM Revision 0c1d2a0a (git): * 2011-04-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:04 PM Revision 8ff8d619 (git): * string.c (rb_to_id): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
03:33 PM Bug #4603 (Closed): lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
=begin
This issue is involved in three methods, CSV::open, CSV::read and CSV::foreach.
The document of CSV::read ...
nobuoka (yu nobuoka)
03:07 PM Feature #4102: Proposal for 'let'. A new approach using block-defaults in 1.9
=begin
Here's an example I just encountered where #let (a self executing proc) would have been useful. Here's a metho...
wardrop (Tom Wardrop)
01:24 PM Revision 14491f13 (git): * complex.c, rational.c: omitted some method calls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
01:01 PM Feature #4539: Array#zip_with
=begin
I think it's worth having Enumerable#zip_with as a new public method. zip_with is the generalization of zip (y...
jvoorhis (Jeremy Voorhis)
12:20 PM Bug #4564 (Open): mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence
=begin
Since ftruncate and truncate on mingw use int32_t and are useless at all, so this change causes failures to ha...
nobu (Nobuyoshi Nakada)
03:35 AM Feature #4602 (Closed): naming ruby dll (win32/64)
=begin
同一ディレクトリへwin32版rubyとwin64版rubyをインストールしようとしてdll名が競合したので気付いたのですが、
MSWin版Rubyは、本体がDLLで、かつ、DLL名にconfigureで指定したpr...
arton (Akio Tajima)

04/23/2011

10:52 PM Feature #4601 (Closed): Re-ordering method parameters.
=begin
In my attempt to make an old gem (merb-action-args) work with MRI 1.9.2, Rubinius, and other implementations ...
ngollan (Nicos Gollan)
10:50 PM Bug #4600 (Closed): date/date_parse.c errors are breaking MinGW build
=begin
Hello,
Recent commits to ext/date/date_parse are breaking the MinGW build. As revision 31323:
make[2]:...
luislavena (Luis Lavena)
10:23 PM Feature #3131: add Kernel#Hash() method like Kernel#Array()
=begin
Hi,

In message "Re: [ruby-core:35857] [Ruby 1.9 - Feature #3131] add Kernel#Hash() method like Kernel#Ar...
matz (Yukihiro Matsumoto)
08:52 AM Feature #3131: add Kernel#Hash() method like Kernel#Array()
=begin
Integer() and Float() in Ruby 1.9.2 raise TypeError and ArgumentError:
$ irb
## ruby 1.9.2p180 (2011-02-...
sunaku (Suraj Kurapati)
05:59 PM Revision bedb18f2 (git): * ext/date/date_parse.c (n2i): takes long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:51 PM Revision 4116d8a3 (git): * ext/date/date_parse.c: reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:38 PM Bug #4597 (Rejected): YAML doesn't consider tab stops as whitespace in mappings
=begin
You may know Syck is YAML 1.0, and Psych (libyaml) is 1.1.
=end
naruse (Yui NARUSE)
03:34 AM Bug #4597: YAML doesn't consider tab stops as whitespace in mappings
=begin
Okay, I just realized that only the latest YAML specification, 1.2, allows tabs there, while older ones do not...
dominikh (Dominik Honnef)
01:15 AM Bug #4597 (Rejected): YAML doesn't consider tab stops as whitespace in mappings
=begin
The YAML specification states that in a mapping (aka Hash in Ruby), the mapping value indicator (":") has to b...
dominikh (Dominik Honnef)
05:34 PM Revision 60aa9c80 (git): * include/ruby/intern.h: pcc can't use __builtin_constant_p.
* vm_exec.c: change condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31327 b2dd03c8-39d4-4d8f-98ff-823fe...
naruse (Yui NARUSE)
05:34 PM Revision c34db589 (git): * ext/date/date_core.c (leap_p): surpress warning: parentheses.
* ext/date/date_core.c (date_s__parse_internal): remove unused
variable "str".
* ext/date/date_parse.c (parse_ddd_...
naruse (Yui NARUSE)
03:43 PM Bug #4599: Ripper.sexpのコメント
=begin
パッチを間違えたので、添付しなおします(ファイルの保存をしていませんでしたorz)。すみません。
=end
sho-h (Sho Hashimoto)
03:39 PM Bug #4599 (Closed): Ripper.sexpのコメント
=begin
Ripper.sexp のコメントが Ripper.sexp_raw のものになってしまっているようです。おそらく r8841 で Ripper.sexp_raw が追加された時にコメントの移動を忘れてしまったのではない...
sho-h (Sho Hashimoto)
03:35 PM Revision 5c0a69a6 (git): * 2011-04-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision 05b3bd27 (git): * ext/date/date_parse.c: removed some unused macros. use strchr()
instead of index().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Tadayoshi Funaba
12:31 PM Revision 37cfdf9f (git): * 2011-04-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:31 PM Revision 448e0d66 (git): * ext/date/date_core.c: replacement of implementation of
_parse. [experimental]
* ext/date/date_parse.c: new.
* ext/date/lib/date/format.rb: removed ruby ver...
Tadayoshi Funaba
05:10 AM Bug #4421: [ext/openssl] Fix RSA public key encoding
=begin
Hi Yui,
Yes, I'd love to contribute and I would really appreciate it!
=end
MartinBosslet (Martin Bosslet)
01:54 AM Feature #4598 (Closed): Net::SMTP should raise more helpfully when mail can't send
=begin
Net::SMTP, in function check_continue? (line 952) raises "could not get 3xx (STATUS_CODE)" when it receives a...
tkieft (Tyler Kieft)
 

Also available in: Atom