Project

General

Profile

Activity

From 02/22/2010 to 02/28/2010

02/28/2010

09:48 PM Feature #2080: Proc#to_source, Method#to_source
=begin
遠藤です。

>  私も便利だと思うんですが、ちょっと便利すぎだし、仕様の検討も、凄く自由
> 度のあるわりに議論が十分ではないので 1.9.3 を目指して議論するといいと思
> うんですが、どうでしょ...
mame (Yusuke Endoh)
09:39 PM Feature #2480 (Assigned): request to add GC::Profiler.time method
=begin

=end
mame (Yusuke Endoh)
08:55 PM Feature #2480 (Open): request to add GC::Profiler.time method
=begin
Hi,

> What I would like is to be able to add garbage time to profiling information [i.e. "within this me...
mame (Yusuke Endoh)
08:50 PM Feature #2480 (Assigned): request to add GC::Profiler.time method
=begin

=end
nobu (Nobuyoshi Nakada)
09:32 PM Feature #971 (Rejected): Reinstate RubyVM::InstructionSequence::load
=begin

=end
ko1 (Koichi Sasada)
09:24 PM Feature #2515 (Rejected): Array#select!
=begin
Hi,

The feature was discussed in the thread from [ruby-core:27242].
In the thread, many English speaki...
mame (Yusuke Endoh)
06:17 PM Feature #1081: add File::write() convenience method
=begin
Hi,

> Please add a File::write() convenience method to the core Ruby API.

I have written a patch. ...
mame (Yusuke Endoh)
12:32 PM Revision 1a5a2bae (git): * ext/pty/pty.c (get_device_once): raise on error when fail is
non-zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:32 PM Revision deaba556 (git): * ext/pty/pty.c (get_device_once): raise on error when fail is
non-zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:57 AM Feature #2022 (Closed): Patch for openssl-1.0
=begin
This issue was solved with changeset r26781.
Jeroen, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
10:50 AM Bug #6: sprintf() of %f on Windows(MSVCRT)
=begin
遠藤です。

2010年2月27日22:40 _ wanabe <[email protected]>:
> こんな感じでどうでしょうか。
> configure.in は触ったことがないのでこれで良い...
mame (Yusuke Endoh)
10:08 AM Revision 5073155a (git): * math.c (rb_eMathDomainError): new exception class for representing mathematical domain error instead of Errno::EDOM.
* math.c (domain_check, infinity_check): removed, no longer needed.
* math.c (math_atan2, math_acos, math_asin, math_...
Kenta Murata
08:54 AM Feature #2824 (Closed): Backtrace from Singleton Classes is Unclear
=begin
The backtrace from singleton classes needs a space between 'singleton' and 'class'.

$ ruby -e 'class <<...
runpaint (Run Paint Run Run)
06:12 AM Revision 82a828a3 (git): * lib/open3.rb (Open3#popen3): ignore trap and at_exit also when
exec failed. [ruby-dev:30181]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26784 b2dd03c8-39d4-4d...
nobu (Nobuyoshi Nakada)
06:11 AM Revision 7d51a12d (git): * lib/open3.rb (Open3#popen3): use Thread.detach instead of
double-fork, so that the exit status can be obtained.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8...
nobu (Nobuyoshi Nakada)
06:08 AM Revision 58e8688f (git): * pack.c (pack_pack): use union to avoid pointer cast.
(pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:34 AM Bug #2822 (Closed): Russian characters are missing from word characters types in Regexp
=begin

=end
naruse (Yui NARUSE)
03:18 AM Bug #2822: Russian characters are missing from word characters types in Regexp
=begin
$ ri Regexp
/\w/ - A word character ([a-zA-Z0-9_])

/[[:word:]]/ - A character in one of the following ...
Eregon (Benoit Daloze)
02:56 AM Revision 48e861dd (git): * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.
patched by Jeroen van Meeuwen at [ruby-core:25210]
fixed by Nobuyoshi Nakada [ruby-core:25238],
Hongli Lai [ruby-...
naruse (Yui NARUSE)
02:47 AM Revision 663a7488 (git): * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,
test_x509req.rb}:
fix false positive tests because of OpenSSL spec change.
patched by originally Hongli Lai [ruby...
naruse (Yui NARUSE)
02:40 AM Revision bd7326c3 (git): * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:
remove false positive tests because of OpenSSL spec change.
patched by Motohiro KOSAKI [ruby-core:28063]
see also...
naruse (Yui NARUSE)
02:32 AM Revision 334244eb (git): * pack.c (pack_pack): generalized integer packer implemented.
(pack_unpack): generalized integer unpacker implemented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26778 b2...
akr (Akira Tanaka)
01:50 AM Revision f828d530 (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)

02/27/2010

11:20 PM Bug #2822 (Closed): Russian characters are missing from word characters types in Regexp
=begin
"Hello".match(/[\w]*/)
=> #<MatchData "Hello">

"Привет".match(/[\w]*/)
=> #<MatchData "">

"Прив...
stas (Stas Senotrusov)
10:40 PM Bug #6: sprintf() of %f on Windows(MSVCRT)
=begin
こんな感じでどうでしょうか。
configure.in は触ったことがないのでこれで良いのかよくわからないのですが
問題なさそうでしたらこれでコミットしたいと思います。
=end
wanabe (_ wanabe)
10:00 PM Revision 95fd5f33 (git): * pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later.
(swap64): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:39 PM Revision 81b7329d (git): * 2010-02-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:39 PM Revision 68691ab2 (git): * pack.c: use integer types with explicit size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:35 PM Bug #2821: Dir.[] returns unmatched path
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:40518] Re: [Bug:trunk] Dir.[] returns unmatched path"
on Feb.2...
usa (Usaku NAKAMURA)
01:17 PM Bug #2821: Dir.[] returns unmatched path
=begin
遠藤です。

2010年2月27日13:07 U.Nakamura <[email protected]>:
>> glob のパターンにマッチしていないと思うのですが、どうでしょうか。
>
> とり...
mame (Yusuke Endoh)
01:07 PM Bug #2821: Dir.[] returns unmatched path
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:40514] [Bug:trunk] Dir.[] returns unmatched path"
on Feb.27,20...
usa (Usaku NAKAMURA)
12:46 PM Bug #2821 (Closed): Dir.[] returns unmatched path
=begin
遠藤です。

mingw で sample/test.rb が失敗します。調べてみると、以下の Dir.[] の
呼び出し結果がおかしいような気がします。

$ cat t.rb
p Dir["C:...
mame (Yusuke Endoh)
01:11 PM Bug #2796: IO behaviors on mingw
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:40508] Re: [Bug:trunk] IO behaviors on mingw"
on Feb.27,2010 0...
usa (Usaku NAKAMURA)
01:13 AM Bug #2796 (Closed): IO behaviors on mingw
=begin
akr さん
遠藤です。

以下のように、IO に関して Linux と mingw で挙動が違います。
それぞれ仕様でしょうか、バグでしょうか。


1) $ ./ruby -e 'f = File.o...
mame (Yusuke Endoh)
01:01 PM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
=begin
いまいです。

From: KOSAKI Motohiro <kosaki.motohiro_at_gmail.com>
Date: Sat, 27 Feb 2010 12:07:11 +0900

>>> ...
no6v (Nobuhiro IMAI)
12:07 PM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
=begin
2010年2月27日9:43 Nobuyoshi Nakada <[email protected]>:
> なかだです。
>
> At Sat, 27 Feb 2010 01:45:54 +0900,
> ...
kosaki (Motohiro KOSAKI)
09:43 AM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
=begin
なかだです。

At Sat, 27 Feb 2010 01:45:54 +0900,
Motohiro KOSAKI wrote in [ruby-dev:40509]:
> すいません、regression...
nobu (Nobuyoshi Nakada)
01:45 AM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
=begin
すいません、regressionは言い過ぎというか間違っていて修正不十分ぐらいが適当でした。
まず、Linuxでは以下の結果になります。

% ./ruby -e 'f1 = File.open("foo...
kosaki (Motohiro KOSAKI)
01:28 AM Bug #1582 (Open): IO.new Raises Other Errors between 1.8 and 1.9
=begin
遠藤です。

なかださんの修正に regression があるみたいです。
いまから kosaki さんが詳細を書いてくれます。

--
Yusuke Endoh <[email protected]...
mame (Yusuke Endoh)
06:56 AM Revision a971778b (git): * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG.
* bignum.c: check assuption on SIZEOF_LONG and SIZEOF_BDIGITS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26...
akr (Akira Tanaka)
12:18 AM Bug #2795: readpartial after ungetc fails with text mode
=begin
2010年2月27日0:10 Tanaka Akira <[email protected]>:
> 2010年2月26日20:19 Yusuke ENDOH <[email protected]>:
>
>> IO#readp...
kosaki (Motohiro KOSAKI)

02/26/2010

10:32 PM Bug #6: sprintf() of %f on Windows(MSVCRT)
=begin
遠藤です。

古いチケットですが reopen します。


> test_to_s(TestFloat) [(snip)/test/ruby/test_float.rb:126]:
> <"1...
mame (Yusuke Endoh)
10:07 PM Bug #2795: readpartial after ungetc fails with text mode
=begin
2010年2月26日20:19 Yusuke ENDOH <[email protected]>:
> 遠藤です。
>
> 2010年2月26日19:42 Tanaka Akira <[email protected]>:
>...
kosaki (Motohiro KOSAKI)
08:20 PM Bug #2795: readpartial after ungetc fails with text mode
=begin
遠藤です。

2010年2月26日19:42 Tanaka Akira <[email protected]>:
> 2010年2月26日19:34 Yusuke ENDOH <[email protected]>:
>
>...
mame (Yusuke Endoh)
07:34 PM Bug #2795 (Closed): readpartial after ungetc fails with text mode
=begin
遠藤です。

以下のようにすると、"a" が出力されることを期待するのですが、
EOFError になります。

$ echo -n a > foo.txt && ./ruby -e '
...
mame (Yusuke Endoh)
06:51 PM Revision daaa605b (git): * 2010-02-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:51 PM Revision 8c902476 (git): * pack.c: fix q and Q for big endian environments which have no
8 bytes integer type.
(pack_pack): use rb_big_pack.
(pack_unpack): use rb_big_unpack.
* include/ruby/intern.h (r...
akr (Akira Tanaka)
12:41 PM Revision 069d271e (git): * bignum.c: fix rb_quad_pack and rb_quad_unpack for environments
which don't have 8bytes integer type. This still depends on little
endian.
(rb_quad_pack): use quad_buf_compleme...
akr (Akira Tanaka)
12:30 PM Revision d5a16d80 (git): * configure.in (RSHIFT): add parenthesis to supress warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:06 PM Revision 785f4172 (git): * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal cast
from void-returning function to VALUE-returning one. It causes SEGV
on RubySpec with mingw32.
git-svn-id: svn+ssh...
mame (Yusuke Endoh)
11:09 AM Revision 07298aba (git): * pack.c (QUAD_SIZE): it should be always 8.
* bignum.c (rb_quad_pack): use LONG_LONG version only if
SIZEOF_LONG_LONG == QUAD_SIZE.
git-svn-id: svn+ssh://ci....
akr (Akira Tanaka)
07:49 AM Revision d191b742 (git): * pack.c (swap64): fix for VC6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:17 AM Revision aec58680 (git): * pack.c (pack_pack, pack_unpack): suppressed warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:54 AM Feature #1082: add Object#singleton_class method
=begin
I think the idea that some objects don't have a singleton class is an internal detail that is, as yet, not pa...
wycats (Yehuda Katz)
12:08 AM Feature #1082: add Object#singleton_class method
=begin
Hi,

2010/2/23 Shugo Maeda <[email protected]>:
> Then, how about to introduce singleton_class as just a...
shugo (Shugo Maeda)
03:29 AM Bug #2253 (Closed): should Class.new(Class) raise TypeError?
=begin
Fixed in r25449.
=end
nobu (Nobuyoshi Nakada)

02/25/2010

10:49 PM Revision 59e4e93e (git): * ext/dl: revert dl with libffi because it can't run on mswin now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:33 PM Feature #2152: Split functionality of Float#inspect and Float#to_s
=begin
Sorry to answer so late.

I think the change of Array#to_s is not comparable here. Many people did use the ...
Eregon (Benoit Daloze)
05:27 PM Revision 9d818a22 (git): * 2010-02-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:27 PM Revision b1196bb3 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:00 PM Revision e599c936 (git): * pack.c: consider DYNAMIC_ENDIAN. refactored.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:26 AM Revision c9424177 (git): * rational.c (nurat_expt): use Float#** when Rational ** Float.
This fixes Rational(3,1)**3.0=>26.99999999999999 on FreeBSD.
* complex.c (rb_fexpt): removed.
Note that this funct...
naruse (Yui NARUSE)
02:19 AM Bug #2789 (Closed): segfault in DL callbacks with mingw32
=begin
Attempting to use a callback with DL in mingw32 causes segmentation fault.
(I apologize if I'm in the wro...
Ethan (Ethan -)
12:08 AM Bug #2774: add explicit constraints for WONTFIX IO bug
=begin
Hi,

2010/2/24 Tanaka Akira <[email protected]>:
>> These behaviors are caused by bug of core's wrong buffering...
mame (Yusuke Endoh)

02/24/2010

05:06 PM Revision d3f73f45 (git): * insns.def: Change the operand type of setinlinecache
(OFFSET to IC). This IC must be same as corresponding
getinlinecache instruction's IC operand.
This change is fo...
ko1 (Koichi Sasada)
04:52 PM Revision ee436113 (git): remove a empty line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:52 PM Revision d255503f (git): fix assertion message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:29 PM Revision 10226f65 (git): remove a empty line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:01 PM Revision d3d57663 (git): * pack.c (swap64): don't redefine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:32 PM Revision 4f41b82d (git): * 2010-02-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:32 PM Revision e53e5eda (git): * pack.c (pack_unpack): don't use OFF32 for gcc 4.5.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:28 PM Revision 7e5f20c8 (git): * gc.c (gc_mark_children): lost comment added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
02:16 PM Revision 6f828a24 (git): * marshal.c (r_object0): should prepare placeholder before
processing instance variables. [ruby-dev:40414]
* marshal.c (id2encidx): no longer need arg.
git-svn-id: svn+ssh:/...
matz (Yukihiro Matsumoto)
01:44 PM Revision 15548a5a (git): * lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.
(Resolv::DNS::Requester#request): raise ResolvTimeout
consistently for timeout.
git-svn-id: svn+ssh://ci.ruby-lan...
akr (Akira Tanaka)
01:44 PM Revision aba52632 (git): * lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.
(Resolv::DNS::Requester#request): raise ResolvTimeout
consistently for timeout.
git-svn-id: svn+ssh://ci.ruby-lan...
akr (Akira Tanaka)
10:10 AM Bug #2788 (Closed): nil.instance_eval pushes nil onto cref
=begin
A singleton class definition of nil pushes NilClass onto cref.
It is reasonable because NilClass has nil a...
shugo (Shugo Maeda)
08:24 AM Bug #2786 (Closed): Segfault when loading gem
=begin
I am occasionally getting a segfault error when using cucumber 0.6.2 with latest ruby trunk (26744) in Mac OS...
ryanb (Ryan Bates)
07:56 AM Bug #2782: Binding#eval not completely indicative of its binding
On Feb 23, 2010, at 05:18 , Thomas Sawyer wrote:
> Bug #2782: Binding#eval not completely indicative of its bindin...
zenspider (Ryan Davis)
05:39 AM Revision b2623d9b (git): Remove obsolete files in lib/rubygems/indexer
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
04:09 AM Feature #2784 (Closed): The formatting options hash passed to the to_yaml methods do nothing.
=begin
At the moment, there appears to be no documented way to format the output of the various to_yaml methods. Th...
anshul (Anshul Khandelwal)
02:52 AM Revision 37e11f3c (git): * dln.c (translit_separator): moved back from load.c again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:55 AM Revision 9afa9ba9 (git): * dln_find.c: split from dln.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:31 AM Revision 5fe5eb26 (git): * ext/digest/extconf.rb: use OpenSSL only when all transform
functions are available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

02/23/2010

11:49 PM Feature #1082: add Object#singleton_class method
=begin
Hi,

2010/2/23 James Edward Gray II <[email protected]>:
>> He said that it may be worth considering w...
shugo (Shugo Maeda)
11:26 PM Feature #1082: add Object#singleton_class method
=begin
Hi,

2010/2/23 Kornelius Kalnbach <[email protected]>:
>> Then, the next issue is whether Kernel#singleto...
shugo (Shugo Maeda)
04:46 PM Feature #1082: add Object#singleton_class method
=begin
On 23.02.10 08:14, Shugo Maeda wrote:
> Today, I talked with Matz, and he has finally agreed with the use of...
murphy (Kornelius Kalnbach)
04:14 PM Feature #1082: add Object#singleton_class method
=begin
Hi,

2010/1/5 Yukihiro Matsumoto <[email protected]>:
> Basically, I agree.  But I cannot deny the fact t...
shugo (Shugo Maeda)
10:18 PM Bug #2782 (Closed): Binding#eval not completely indicative of its binding
=begin
binding.eval("__FILE__") does not return the file from which the binding was created.

Given the purpose ...
trans (Thomas Sawyer)
08:02 PM Bug #2760 (Feedback): unable to cross-compile win32.c
=begin

=end
nobu (Nobuyoshi Nakada)
05:36 PM Revision fdb57d04 (git): Add some more tests, revisited.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:33 PM Revision d2237345 (git): Back out the series of changes pending a due discussion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:03 PM Feature #2084 (Assigned): Method#source_location and Methods Created with `attr`
=begin

=end
nobu (Nobuyoshi Nakada)
05:01 PM Revision 28501bb6 (git): Add some more tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
03:56 PM Revision 497a5f8d (git): * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):
No need to define hexdigest() here because the super method is
properly defined to use digest() passing through arg...
Akinori MUSHA
03:52 PM Revision 55a7a836 (git): * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC a
subclass of Digest::Class so it can take advantage of all those
utility methods such as base64digest.
git-svn-id...
Akinori MUSHA
03:51 PM Revision eb845bea (git): * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass the
OpenSSL::Digest class in place of where either an instance of
the class or the algorithm name was demanded. For ex...
Akinori MUSHA
03:45 PM Revision 25188b7e (git): * 2010-02-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:45 PM Revision a453dd92 (git): * parse.y: Revert r26609, r26160, r25658 and r24695. The loose
args patch caused a lot of problem and we just could not fix
them all in a timely manner.
git-svn-id: svn+ssh://c...
Akinori MUSHA
03:41 PM Revision 3cd6a658 (git): * 2010-02-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:41 PM Revision 24684a8a (git): * string.c (str_new_empty): String#split, partition, rpartition
taints the resulting strings if self is tainted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26735 b2dd03c8-39...
mame (Yusuke Endoh)
12:50 PM Feature #2759: Regexp /g and /G options
=begin
Hi,

2010/2/22 Michael Fellinger <[email protected]>:
> I still don't understand the reasons to fork O...
mame (Yusuke Endoh)
11:41 AM Revision 7fbf8896 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:41 AM Revision 6b11ee72 (git): call unix_server.close only if unix_server is not nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)

02/22/2010

08:29 PM Bug #2543 (Assigned): rdoc patch for thwait.rb
=begin

=end
naruse (Yui NARUSE)
08:26 PM Bug #2767: YAML bug
=begin

=end
naruse (Yui NARUSE)
07:29 PM Bug #2776: can't return from lambda with outer block
=begin
なかだです。

At Mon, 22 Feb 2010 15:00:34 +0900,
Tanaka Akira wrote in [ruby-dev:40456]:
> Proc#lambda? のドキュメン...
nobu (Nobuyoshi Nakada)
02:38 PM Bug #2776: can't return from lambda with outer block
=begin
なかだです。

At Mon, 22 Feb 2010 13:13:47 +0900,
Shyouhei Urabe wrote in [ruby-dev:40454]:
> 異なっているのは事実ですが、どちら...
nobu (Nobuyoshi Nakada)
01:13 PM Bug #2776: can't return from lambda with outer block
=begin
異なっているのは事実ですが、どちらが正しいか(あるいは両方間違い)は議論の余地がありそうです。

# lambda(&proc) でprocをlambdaに変換できるかどうかの違い?
=end
shyouhei (Shyouhei Urabe)
07:43 AM Bug #2776 (Rejected): can't return from lambda with outer block
=begin
http://pc12.2ch.net/test/read.cgi/tech/1264635554/685 で質問されていたのですが
1.8 と 1.9 で lambda の挙動が異なっています。

---...
wanabe (_ wanabe)
06:54 PM Feature #2778: Regular Expression Named Group Matching does not work with String#[]
=begin
"will" means 1.9.2 is not released yet; the code is already in trunk.
see also #966
=end
naruse (Yui NARUSE)
06:24 PM Feature #2778: Regular Expression Named Group Matching does not work with String#[]
=begin
Thanks for the update! I wonder whether closing is the proper resolution. Shouldn't we be setting target ve...
rklemme (Robert Klemme)
05:58 PM Feature #2778 (Closed): Regular Expression Named Group Matching does not work with String#[]
=begin
This will be implemented in Ruby 1.9.2.
=end
naruse (Yui NARUSE)
05:13 PM Feature #2778 (Closed): Regular Expression Named Group Matching does not work with String#[]
=begin
I just noticed this:

irb(main):001:0> s = "Robert Klemme"
=> "Robert Klemme"
irb(main):002:0> s[/(?<...
rklemme (Robert Klemme)
04:14 PM Bug #2777: Invalid read of size 4 by redefining load
=begin
(2010/02/22 15:03), Nobuyoshi Nakada wrote::
> rb_method_entry_tにもrefcountを入れますかねぇ。

 性能の観点から反対します.

 さっ...
ko1 (Koichi Sasada)
03:03 PM Bug #2777 (Closed): Invalid read of size 4 by redefining load
=begin
なかだです。

At Mon, 22 Feb 2010 01:20:07 +0900,
Tanaka Akira wrote in [ruby-dev:40452]:
> 以下のように load 中に ...
nobu (Nobuyoshi Nakada)
04:13 PM Revision a3aec76e (git): * 2010-02-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:12 PM Revision c5f11b65 (git): fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:36 PM Revision 508ca62a (git): * ext/digest/sha2/sha2init.c: test OpenSSL more strictly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:34 PM Revision 29860b0b (git): don't use infinite loop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:23 AM Feature #2759: Regexp /g and /G options
=begin
If it does work, we could forge a Gem out of this, and continue the discussion outside of ruby-core ;)
=end
murphy (Kornelius Kalnbach)
04:10 AM Feature #2759: Regexp /g and /G options
=begin
Thank you very much, that seems handle most of what I need, have to make sure it works correctly tomorrow.
=end
manveru (Michael Fellinger)
03:43 AM Feature #2759: Regexp /g and /G options
=begin
Right...my post was actually just a scaffold for a converter. This one handles backrefs: http://pastie.textma...
murphy (Kornelius Kalnbach)
03:27 AM Feature #2759: Regexp /g and /G options
=begin
That's if you don't accept numeric backrefs.
Here is an example of a regular expression used in the PHP bun...
manveru (Michael Fellinger)
03:15 AM Feature #2759: Regexp /g and /G options
=begin
Actually, a converter doesn't seem too hard: http://pastie.textmate.org/835608
=end
murphy (Kornelius Kalnbach)
02:36 AM Feature #2759: Regexp /g and /G options
=begin
The Textmate maintainer couldn't care less, they use the Oniguruma C API directly, and the editor is not writ...
manveru (Michael Fellinger)
02:59 AM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
=begin
Yes, that solved it for me. Does this need to be backported to Ruby 1.9.1?
=end
murphy (Kornelius Kalnbach)
02:52 AM Revision b551e8c8 (git): * lib/rubygems: update to 1.3.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:42 AM Revision 65544f57 (git): * doc/rubygems/ChangeLog: deleted garbage lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:21 AM Revision e6dde8be (git): * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:16 AM Bug #2775 (Rejected): add explicit constraints for WONTFIX IO bug
=begin
Hi, all

I propose writing two constraints into rdoc of IO:

- after running IO#dup, both an origin...
mame (Yusuke Endoh)
12:15 AM Bug #2774 (Rejected): add explicit constraints for WONTFIX IO bug
=begin
Hi, all

I propose writing two constraints into rdoc of IO:

- after running IO#dup, both an original I...
mame (Yusuke Endoh)
 

Also available in: Atom