Activity
From 09/18/2010 to 09/24/2010
09/24/2010
-
11:49 PM Bug #3869: Logger#log does not handle or escape new-line characters.
- =begin
Hi
> >> logger = Logger.new(STDOUT)
> >> logger.log Logger::INFO, "hello\nworld"
> I, [2010-09-... -
04:33 AM Bug #3869 (Closed): Logger#log does not handle or escape new-line characters.
- =begin
The Logger#log method does not escape or handle new-line characters properly. By not logging each line of th... -
11:47 PM Bug #3792 (Closed): Procs created via Method#to_proc and Symbol#to_proc don't pass a block thru
- =begin
This issue was solved with changeset r29335.
Tomas, thank you for reporting this issue.
Your contribution t... -
11:40 PM Bug #3728: IO.select is not documented.
- =begin
On Sun, Sep 12, 2010 at 9:02 AM, Tanaka Akira <[email protected]> wrote:
> The document doesn't describe the typ... -
11:27 PM Feature #3845: "in" infix operator
- =begin
I think is better separate both roles:
-for membrership operator use 'in?' as
item in? somearray
... -
08:42 PM Feature #3845: "in" infix operator
- =begin
On 24 September 2010 09:28, "Martin J. Dürst" <[email protected]> wrote:
>
>
> On 2010/09/23 4:41, Jo... -
04:29 PM Feature #3845: "in" infix operator
- =begin
On 2010/09/23 4:41, Johan Holmberg wrote:
> On Wed, Sep 22, 2010 at 1:48 AM, Yusuke ENDOH<[email protected]... -
04:08 PM Feature #3845 (Assigned): "in" infix operator
- =begin
=end
-
04:34 PM Revision feacd3c2 (git): * Makefile.in (install-cross): target to install cross-compiling
- stuff.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:17 PM Revision 449e5c6a (git): * ext/stringio/stringio.c (Init_stringio): added readpartial,
- read_nonblock and write_nonblock aliases. [ruby-core:27024]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... -
04:09 PM Feature #3848 (Assigned): Using http basic authentication for FTP with Open URI
- =begin
=end
- 04:05 PM Revision c5d52c3b (git): * 2010-09-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 PM Revision c81e5864 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:57 PM Bug #3684 (Closed): String#to_i documentation mismatch
- =begin
This issue was solved with changeset r29332.
Sakuro, thank you for reporting this issue.
Your contribution ... -
03:45 PM Bug #3854 (Rejected): Adress to str[str.size] is now valid?
- =begin
It is changed on 1.9.
=end
-
03:39 PM Bug #3872 (Rejected): is test/-ext-/test_bug-3652.rb correct?
- =begin
と思ったら、実はリポジトリ上では既にこのファイルは消されていたのでした。
なんで俺の手元にだけ残ってますか orz
=end
-
03:18 PM Bug #3872 (Rejected): is test/-ext-/test_bug-3652.rb correct?
- =begin
手元で表題のテストがFailureになるのでコードを見ながら考えてみたのですが、
ext/-test-/bug-3652/bug.cのbug_str_resize()内では、
(1) rb_str_buf... -
03:37 PM Bug #3855 (Closed): String#rindex extremely slow on long UTF8 strings
- =begin
This issue was solved with changeset r29331.
Michael, thank you for reporting this issue.
Your contribution... -
02:45 PM Revision f5b0cb07 (git): * string.c (sym_call), vm.c (invoke_block_from_c),
- vm_insnhelper.c (vm_yield_with_cfunc): pass given block.
[ruby-core:32075]
* vm_eval.c (rb_funcall_passing_block):... -
01:19 PM Bug #3866 (Assigned): Multipart Form Parsing bug
- =begin
=end
-
12:40 PM Bug #3866: Multipart Form Parsing bug
- =begin
It's not. What I am referring to is the multipart parsing of cgi/core.rb
=end
-
09:47 AM Bug #3863 (Rejected): [BUG] unknown type 0x22 (0xc given)
- =begin
1.9 can't load 1.8 extension.
=end
-
07:25 AM Bug #3863: [BUG] unknown type 0x22 (0xc given)
- =begin
from the first post:
[[[
/usr/local/bin/ruby(rb_vm_bugreport+0x9e) [0x522bee]
/usr/local/bin/ruby() [0... -
06:59 AM Bug #3863: [BUG] unknown type 0x22 (0xc given)
- =begin
Hello Jay,
I've commented to your question on sqlite3-ruby.
Did you change the gempath and gemhome?... -
06:10 AM Bug #3863: [BUG] unknown type 0x22 (0xc given)
- =begin
The /etc/gemrc config file is specifically mentioned in the gem documentation and I have confirmed it adds th... -
07:37 AM Revision 08d2e528 (git): * test/test_pty.rb (TestPTY::test_getpty_nonexistent): ditto.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:23 AM Revision b39ec66e (git): * lib/pathname.rb (relative_path_from): backport r23093 and r25440
- from ruby_1_9_2. [ruby-core:32415]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29333 b2dd03c8-39... -
06:52 AM Revision c49a1d11 (git): * string.c (rb_str_to_i): fix rdoc: String#to_i raises an
- exception when base is invalid. [ruby-core:31685]
Fri Sep 24 15:28:35 2010 NARUSE, Yui <[email protected]>
git... -
06:33 AM Bug #3858 (Closed): test_capture_io (test/minitest/test_mini_test.rb:837) doesn't pass
- =begin
Thank you for your patch!
May ruby be with you.
=end
-
06:28 AM Revision 95550731 (git): * string.c (rb_str_rindex): use rb_enc_prev_char instead of repeated str_nth.
- patched by Michael Selig [ruby-core:32498]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29331 b2dd03c8-39d4-4d8... -
05:25 AM Revision aa836e53 (git): * test/test_pty.rb: Same as 229281; existence of PTY class do not
- guarantee a successful pty operation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29330 b2dd03c8-39d4-4d8f-98... -
03:01 AM Bug #3761: List of possible casting issues under LLP64
- =begin
Forgot to attach the file.
=end
-
03:00 AM Bug #3761: List of possible casting issues under LLP64
- =begin
Mr. wanabe:
In r29320 you also introduced Exports::Mingw64 which is never going to be called becase RUBY... -
12:41 AM Bug #3761: List of possible casting issues under LLP64
- =begin
Thank you wanabe and Nakada-san.
I'm having other warnings related to gc:
... -
12:53 AM Bug #3867 (Rejected): Bus Error when running drb/ssl regression tests on loongson/OpenBSD
- =begin
All the bootstraptest tests pass, but the regular regression test suite aborts before running any tests with... -
12:43 AM Revision 9da7920d (git): Refix to give the encoding of gzfile.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/23/2010
-
11:54 PM Bug #3761: List of possible casting issues under LLP64
- =begin
> I will change it as soon as possible.
Oh, already fixed at r29324. Thanks to Nakada-san.
=end
-
11:24 PM Bug #3761: List of possible casting issues under LLP64
- =begin
Hello,
> I see in r29320 that you added mingw64 but specified basic_machine as i386-pc
>
> I believe... -
10:38 PM Bug #3761: List of possible casting issues under LLP64
- =begin
Hello wanabe
I see in r29320 that you added mingw64 but specified basic_machine as i386-pc
I believ... -
11:31 PM Feature #2542: URI lib should be updated to RFC 3986
- It depends of libcpptest only for test so you can build the package with '--disable-test'.
-
09:35 PM Bug #3862 (Assigned): Bugs in the OpenSSL extension on sparc64
- =begin
=end
-
04:49 AM Bug #3862 (Closed): Bugs in the OpenSSL extension on sparc64
- =begin
The OpenSSL extension has some bugs on sparc64, either in the code or in the test suite. Here are the error... -
09:35 PM Bug #3861 (Assigned): Endian bugs in fiddle/dl on sparc64
- =begin
=end
-
04:43 AM Bug #3861 (Closed): Endian bugs in fiddle/dl on sparc64
- =begin
Running the test suite for 1.9.2 on sparc64 on OpenBSD, the following errors on received:
2) Failure:... - 09:27 PM Revision d021b311 (git): * 2010-09-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:27 PM Revision 4c6551b7 (git): Imported minitest 1.7.2 r5879.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:27 PM Bug #3847 (Closed): URI.join does not join multiple paths
- =begin
This issue was solved with changeset r29322.
Chonira, thank you for reporting this issue.
Your contribution... -
09:11 PM Bug #3866 (Third Party's Issue): Multipart Form Parsing bug
- =begin
It's a problem of Rails, not Ruby.
=end
-
07:47 PM Bug #3866 (Closed): Multipart Form Parsing bug
- =begin
Ruby 1.9.2p0 seems to have a problem similar to http://dev.rubyonrails.org/ticket/10886.
I tested the Rack... -
06:00 PM Revision f5cbe886 (git): * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIs
- in Mac OS X port. the use of them is strongly discouraged.
* eval.c (rb_remove_threadswitch_hook): ditto.
... -
02:09 PM Revision d1a4b542 (git): * vm_insnhelper.c (vm_get_cref0): cref is stacked only in normal
- iseqs, so check if it is the case first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29325 b2dd03c8-39d4-4d8f-... -
02:08 PM Revision 67d1d75f (git): * tool/config.sub: mingw64 should use x86_64. [ruby-core:32514]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 PM Revision e63c5b3a (git): * ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppress
- warnings. see [ruby-core:31932].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29323 b2dd03c8-39d4-4d8f-98ff-82... -
12:22 PM Revision d339fed3 (git): Add document about URI.join. [ruby-core:32462]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:29 AM Revision 060f18c0 (git): * thread_win32.c (w32_wait_events, w32_close_handle): suppress warnings.
- see [ruby-core:31932].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:03 AM Bug #3863: [BUG] unknown type 0x22 (0xc given)
- =begin
On 2010-09-23 08:31:15 +0900, Jay Borenstein wrote:
> 4. vi /etc/gemrc and add line: ":gempath: '/usr/lib/ru... -
08:30 AM Bug #3863 (Rejected): [BUG] unknown type 0x22 (0xc given)
- =begin
Ubuntu 10.4. Discovered as part of a move from a working environment of Rails 3.0.0 beta 4 running on ruby 1... -
09:59 AM Revision d06f38c6 (git): * tool/config.sub: add mingw64.
- * win32/mkexports.rb (Exports::Mingw64): added.
* win32/mkexports.rb (Exports::Mingw32): renamed from Exports::Mingw... -
09:07 AM Bug #3860 (Closed): VM aborts when calling instance_eval on a Method converted to a proc
- =begin
This issue was solved with changeset r29318.
Takada, thank you for reporting this issue.
Your contribution ... -
03:18 AM Bug #3860: VM aborts when calling instance_eval on a Method converted to a proc
- =begin
This is probably related to: http://redmine.ruby-lang.org/issues/show/3786
=end
-
02:52 AM Bug #3860 (Closed): VM aborts when calling instance_eval on a Method converted to a proc
- =begin
When I run the attached script with 1.9.2:
> ruby-1.9.2-p0 inst_eval_1.9.2.rb
["foo.get", 1]
["foo_pr[]... -
09:07 AM Bug #3786 (Closed): instance_execにメソッドをわたした場合の挙動
- =begin
This issue was solved with changeset r29318.
Takada, thank you for reporting this issue.
Your contribution ... -
07:37 AM Bug #3786: instance_execにメソッドをわたした場合の挙動
- =begin
ワナベと申します。
vm_get_cref が C レベルの iseq を想定していないように見えます。
これでどうでしょうか。
diff --git a/vm_insnhelper.c b/v... -
04:42 AM Feature #3845: "in" infix operator
- =begin
On Wed, Sep 22, 2010 at 1:48 AM, Yusuke ENDOH <[email protected]> wrote:
>>
>> Maybe if there is only one elem... - 12:01 AM Revision e1819967 (git): * 2010-09-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 AM Revision 9ccd4fe1 (git): * vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc
- from method. Bug #3786, Bug #3860, [ruby-core:32501]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29318 b2dd03...
09/22/2010
-
06:45 PM Bug #3858: test_capture_io (test/minitest/test_mini_test.rb:837) doesn't pass
- =begin
Wrote at upstream: http://rubyforge.org/tracker/index.php?func=detail&aid=28589&group_id=1040&atid=4097
=end
-
06:07 PM Bug #3858 (Closed): test_capture_io (test/minitest/test_mini_test.rb:837) doesn't pass
- =begin
Hi,
test_capture_io in test/minitest/test_mini_test.rb doesn't pass,
because $VERBOSE is nil.
$V... -
06:19 PM Bug #3856 (Closed): test_capture_io (test/minitest/test_mini_test.rb:837)が通らない
- =begin
#3858 に行ったようなのでこちらはclose。
=end
-
05:36 PM Bug #3856: test_capture_io (test/minitest/test_mini_test.rb:837)が通らない
- =begin
内容自体はよいと思うのですが、minitestは外部レポジトリで開発されているので、upstreamに報告してあげる必要があるでしょう。
=end
-
05:04 PM Bug #3856: test_capture_io (test/minitest/test_mini_test.rb:837)が通らない
- =begin
指摘をうけてensureで戻すように変更しました。
追記すると、$VERBOSEがnilのときにこれは動作しなくなるのでそれの対策をしています
(たとえば、testが狂っていて$VERBOSEをnilにしたまま... -
04:48 PM Bug #3856 (Closed): test_capture_io (test/minitest/test_mini_test.rb:837)が通らない
- =begin
sora_hです。
test/minitest/test_minitest.rb:837 / test_capture_ioが通りません。
パッチは以下です。 #3852と同じ方法で修正がききます。... -
06:12 PM Bug #3857 (Closed): OpenSSL::TestUtils.silent が $VERBOSE を戻していない
- =begin
r29317
=end
-
05:06 PM Bug #3857 (Closed): OpenSSL::TestUtils.silent が $VERBOSE を戻していない
- =begin
OpenSSL::TestUtils.silent が $VERBOSE を戻していないので他のテストに影響が出ることがあったようです。
問題なさそうならコミットしておきます。
Index: test/o... -
05:07 PM Bug #3852 (Closed): test_prime.rb:62が通らない
- =begin
This issue was solved with changeset r29316.
Shota, thank you for reporting this issue.
Your contribution t... -
04:33 PM Bug #3852: test_prime.rb:62が通らない
- =begin
パッチ完成しました。コミットお願いします
diff --git test/test_prime.rb test/test_prime.rb
index e095a29..4662b97 100644
... -
03:34 PM Bug #3855 (Closed): String#rindex extremely slow on long UTF8 strings
- =begin
Not really a bug .....
I think this issue was raised a few months ago, but I have done a very simple patch ... -
10:01 AM Bug #3854 (Rejected): Adress to str[str.size] is now valid?
- =begin
C:\Users\Naki>irb
irb(main):001:0> s = ''; 10.times { s[s.size]='-' }; s
=> "----------"
irb(main):002:... -
08:49 AM Feature #3845: "in" infix operator
- =begin
Hi,
2010/9/22 Benoit Daloze <[email protected]>:
> On 17 September 2010 12:30, Yusuke Endoh <redmine@rub... -
04:56 AM Feature #3845: "in" infix operator
- =begin
On Tue, Sep 21, 2010 at 18:53, Benoit Daloze <[email protected]> wrote:
> do_sth if element in collect... -
01:54 AM Feature #3845: "in" infix operator
- =begin
On 17 September 2010 12:30, Yusuke Endoh <[email protected]> wrote:
> Feature #3845: "in" infix operator... -
08:16 AM Revision 631d23c5 (git): * test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:42285]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:03 AM Revision a33353f8 (git): * test/test_prime.rb (TestPrime#test_new): the warning expected have
- not been displayed when $VERBOSE == nil. Patch by Shota Fukumori
a.k.a. sora_h. [ruby-dev:42272]
Recovers $stderr... - 04:13 AM Revision e2c1e296 (git): Mention the command search path issue on Windows. Pointed out by
- NAJIMA Hiroki in [ruby-dev:42276].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29315 b2dd03c8-39d4-4d8f-98ff-...
09/21/2010
-
09:56 PM Feature #3845: "in" infix operator
- =begin
Matz,
Thank you for your comment!
> |I'd propose "in" infix operator.
> |
> |(<arg> in <args... -
04:56 PM Revision f01fae28 (git): * bootstraptest/test_method.rb: fix last commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 PM Revision 9831508b (git): bootstraptest/test_method.rb: add a test for [ruby-core:30534].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 PM Revision c72e6c7b (git): * lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:01 PM Revision 102501e0 (git): * 2010-09-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 PM Revision a5a51abf (git): * ext/pathname/pathname.c (path_f_pathname): Pathname() translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:20 PM Revision e7381db9 (git): * tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:04 PM Bug #3852: test_prime.rb:62が通らない
- =begin
=end
-
12:41 PM Bug #3852: test_prime.rb:62が通らない
- =begin
このパッチは無意味でした。なんでこれで通るようになったんだろう。
もう一度試してみたら、make test-allの時にのみ再現します。
このIO系の奴はもう一つあるんだな。
7) Failure
... -
10:15 AM Bug #3852 (Feedback): test_prime.rb:62が通らない
- =begin
うーん、再現しませんねぇ。
コード見てもreadしてない気がするし。
=end
-
10:10 AM Bug #3838 (Rejected): regexp for unicode property under windows
- =begin
=end
09/20/2010
-
11:27 PM Bug #3851 (Closed): Ruby 1.9.2p0 crash on filename with '['
- =begin
This issue was solved with changeset r29306.
Jon, thank you for reporting this issue.
Your contribution to ... -
06:13 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
- =begin
I actually ran across the problem by mistyping.
rspec spec/ as rspec s[ec/
>ruby [foo
crash
>ruby f... -
02:26 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
- =begin
I think this must be a bug.
Here is a patch for the trunk:
--- dir.c 2010-09-20 14:12:13.0... -
12:49 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
- =begin
On Mon, Sep 20, 2010 at 12:43 AM, Ryan Davis <[email protected]> wrote:
>
> This doesn't reproduce o... -
12:44 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
- =begin
On Sep 19, 2010, at 20:05 , Luis Lavena wrote:
> Issue #3851 has been updated by Luis Lavena.
>
>
>... -
12:05 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
- =begin
Using quotes or not around the filename, it still crashes.
trunk does too.
1.8.7 does not:
>ty... -
11:20 AM Bug #3851 (Closed): Ruby 1.9.2p0 crash on filename with '['
- =begin
On Windows Vista using ruby one-click installer.
ruby 1.9.2p0 (2010-08-18) [i386-mingw32]
If you have ... -
06:17 PM Bug #3852 (Closed): test_prime.rb:62が通らない
- =begin
test_prime.rb:62が以下のように通りませんでした。
1) Error:
test_new(TestPrime):
IOError: not opened for reading
... - 05:44 PM Revision 39be8613 (git): * 2010-09-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:44 PM Revision 27727621 (git): * test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:47 PM Feature #3848: Using http basic authentication for FTP with Open URI
- =begin
As James Gray pointed out (http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/32470), it is already ... -
02:23 PM Revision 89130aa8 (git): * dir.c (bracket): get rid of scanning at the end of the pattern
- string, not to raise an exception while globbing command line.
[ruby-core:32478]
git-svn-id: svn+ssh://ci.ruby-lan... -
02:26 AM Revision c7caeda5 (git): * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinition
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29305 b2dd03c8-39d4-4d8f-98ff-823fe6...
09/19/2010
- 05:38 PM Revision 971a5700 (git): * ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):
- raise ArgumentError instead of TypeError passing invalid modes.
* test/bigdecimal/test_bigdecimal.rb (test_mode, test... - 05:28 PM Revision ac69adf5 (git): * 2010-09-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:28 PM Revision 04331349 (git): Specify external encoding.
- When external encoding is not specified, it uses default external
encoding. But it depends the environment. So specif... -
01:27 PM Bug #3660: Trace events seem to be missing
- =begin
It is intended. see r24226.
But I don't know the reason of this change.
Keiju, I would appreciate it i... -
01:10 PM Revision 3038eae7 (git): * lib/mkmf.rb (try_link): rdoc
- (try_compile): ditto
(try_cpp): ditto
(try_func): ditto
(try_var): ditto
(try_run): ditto
(egrep_cpp): ditt... -
01:10 PM Revision 32e00d38 (git): * configure.in (--disable-install-doc): disables capi too, in addition
- to rdoc.
(--disable-install-rdoc): a new option for disabling only rdoc.
(--disable-install-capi): a new option f... -
01:10 PM Revision 4a028d2c (git): * common.mk (clean): removes all documents on cleaning.o
- (CAPIOUT): new variable.
(clean-capi, distclean-capi, realclean-capi): new targets
* Makefile.in (clean-capi, dist... -
05:51 AM Feature #3835: Resolv::DNS: Retry via TCP on truncated UDP response
- =begin
I've discovered a bug in my patch: Resolv::DNS::Message#tc returns a numerical value (0 or 1), not a boolean.... -
04:44 AM Revision e8291588 (git): * configure.in (LIBRUBY_SO): fix an oversight of replace
- RUBY_INSTALL_NAME with RUBY_SO_NAME. a patch from Jeremy Evans
at [ruby-core:32474].
git-svn-id: svn+ssh://ci.rub... -
02:13 AM Revision 7bc6b36b (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/18/2010
-
10:49 PM Revision f9f73768 (git): * ext/pathname/pathname.c (path_unlink): Pathname#unlink and
- Pathname#delete translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29296 b2dd03c8-39d4-... - 09:06 PM Revision fb7fe145 (git): * ext/bigdecimal/bigdecimal.c (check_rounding_mode): added for
- converting symbol to rounding mode number.
* ext/bigdecimal/bigdecimal.c (BigDecimal_mode, BigDecimal_round):
suppo... - 08:19 PM Revision d6e9eebd (git): * 2010-09-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:19 PM Revision 3cbda570 (git): * ext/bigdecimal/bigdecimal.c: fix rounding algorithms for half-down
- and half-even. This change is based on the patch created by Matthew
Willson, the reporter of this bug. [Bug #3803... -
11:10 AM Revision 9dffbcfc (git): * ext/pathname/pathname.c (path_each_entry): Pathname#each_entry
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29292 b2dd03c8-39d4-4d8f-98ff-823fe... -
08:34 AM Revision c095a38c (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:51 AM Bug #3849 (Closed): Add back documentation for [IO|Kernel].select
- =begin
The documentation for select() seems to have been removed. The attached patch adds it back.
Dave
=end
- 06:56 AM Revision dbac0837 (git): * 2010-09-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:56 AM Revision a91ee12d (git): Improved doco for both Module.new and Class.new
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 AM Feature #3848 (Closed): Using http basic authentication for FTP with Open URI
- =begin
Hi,
I needed to download a file from a FTP server, with OpenURI and I've found that it is not possible ... -
01:10 AM Bug #3842 (Closed): REXML gives NoMethodError when using parentheses in Xpath selection criteria
- =begin
I've fixed it in trunk.
Thanks for reporting!
=end
-
12:55 AM Feature #3715: Enumerator#size and #size=
- =begin
On 23 August 2010 19:44, Run Paint Run Run <[email protected]> wrote:
>>> I find the semantics of Enumerat... -
12:11 AM Bug #3847 (Closed): URI.join does not join multiple paths
- =begin
URI.join('http://foo.com', '/bar', '/baz') produces http://foo.com/baz while the documentation implies that i...
Also available in: Atom