Activity
From 08/12/2011 to 08/18/2011
08/18/2011
-
07:17 PM Bug #5193 (Third Party's Issue): ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- I'd sent workarounds to ruby-debug.
-
03:53 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Hi,
At Wed, 17 Aug 2011 14:48:59 +0900,
Charlie Savage wrote in [ruby-core:39003]:
> rb_thread_t is *not* p... -
03:45 PM Bug #5201: Ruby 1.9.2p290 [x86_64-darwin11.0.0] Fiber.yieldでSEGV
- 試してみました。Xcode のバージョンは 4.1 (Build 4B110) です。
1.9.3 HEAD を、
gcc-4.2 -O3 -march=core2 -mtune=core2 でビルドした結果: 問題なし
g... - 12:48 PM Revision 29cbd339 (git): * 2011-08-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 PM Revision 224d0eeb (git): * ChangeLog: fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
08/17/2011
-
08:58 PM Bug #5201 (Third Party's Issue): Ruby 1.9.2p290 [x86_64-darwin11.0.0] Fiber.yieldでSEGV
-
08:50 PM Bug #5201 (Rejected): Ruby 1.9.2p290 [x86_64-darwin11.0.0] Fiber.yieldでSEGV
- fiber だと llvm-gcc だからでしょうね。
gcc-4.2 でも再現したら reopen してください。 -
08:25 PM Bug #5201: Ruby 1.9.2p290 [x86_64-darwin11.0.0] Fiber.yieldでSEGV
- > ビルド/実行環境はMac OS X Lion (10.7)、Xcode 4.1.1です。 llvm-gccをgccに置き換えるなどの変更は特に行っていません。
この場合 llvm-gcc が使われてしまうので、
htt... -
08:03 PM Bug #5201 (Third Party's Issue): Ruby 1.9.2p290 [x86_64-darwin11.0.0] Fiber.yieldでSEGV
- =begin
ビルド/実行環境はMac OS X Lion (10.7)、Xcode 4.1.1です。
llvm-gccをgccに置き換えるなどの変更は特に行っていません。
処理系はソースコードからconfigure &... -
06:59 PM Feature #5056: About 1.9 EOL
- On Thu, Jul 21, 2011 at 10:01 AM, Jon Forums <[email protected]> wrote:
> jruby 1.6.3 (ruby-1.8.7-p330) (2011-0... -
05:58 PM Bug #5200 (Feedback): Ruby Crash Segmentation fault
- It seems segved on "return !/^[\w\u4e00-\u9fa5]+$/i.match(word.force_encoding("UTF-8")).blank?".
So can you show the... -
04:49 PM Bug #5200 (Rejected): Ruby Crash Segmentation fault
- /Users/jason/work/redis-search/lib/redis_search/search.rb:38: [BUG] Segmentation fault
ruby 1.9.2p290 (2011-07-09 re... -
02:48 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- rb_thread_t is *not* public. ruby-debug-base includes vm_core.h directly to get access to rb_thread_t. So I would g...
-
02:45 PM Bug #5197: at_exit order has changed in 1.9.3dev32413
- Hi Ryan,
Can you please see following discussion at first?
http://redmine.ruby-lang.org/issues/4400
And ... -
06:31 AM Bug #5197 (Rejected): at_exit order has changed in 1.9.3dev32413
- I could have sworn I filed or mailed this before, but I can't find it. Sorry if this is a dupe.
#!/usr/bin/ruby -w... - 02:04 PM Revision 52c7bbd4 (git): * ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal):
- remove duplication.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:49 AM Feature #4801: Shorthand Hash Syntax for Strings
- @Nobuyoshi Nakada, it does seem that my original suggestion for the Hash syntax cannot be implemented due to the Stri...
-
11:31 AM Bug #5199 (Closed): ext/tk: RB_GC_GUARD seems to be needed in several places
- I noticed the following in ext/tk/tkutil/tkutil.c:
rb_warning("fail to convert '%s' to string for Tk",
... -
10:51 AM Bug #5172: [PATCH] bigdecimal: RB_GC_GUARD rb_inspect() output
- Would you please a new ticket for the issue of tk.
-
10:38 AM Feature #5196: true should be True.
- In common, all uppercase names are used for constants, except for classes and modules.
So True doesn't seem like an ... -
03:11 AM Feature #5196: true should be True.
- "true" is not constant but keyword like false, nil, if, else, __FILE__, __LINE__, and so on.
-
02:55 AM Feature #5196: true should be True.
- Thank you for informations.
But why there is TRUE?
irb(main):007:0> TRUE = false
(irb):7: warning: already ini... -
02:53 AM Feature #5196: true should be True.
- But constant doesn't mean you can't change it in Ruby... keywords are basically the only thing you can't change. And...
-
02:34 AM Feature #5196: true should be True.
- There are the constants TRUE, FALSE and NIL which contain true, false and nil
-
02:33 AM Feature #5196: true should be True.
- In Ruby, you can update constants, though:
ruby-1.9.2-p180 :001 > A = 5
=> 5
ruby-1.9.2-p180 :002 ... -
02:28 AM Feature #5196 (Rejected): true should be True.
- Hello.I'm Tomoki Imai.
I found Ruby has inconsistency.
true is constant value.
In irb,
true = nil
(irb):5:... -
10:24 AM Bug #5020 (Closed): Rational cannot coerce into Complex with imag.
- This issue was solved with changeset r32994.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
07:25 AM Feature #5198 (Closed): IMAP -- would like fucntions that return the default ports
- POP and SMTP have functions like this and it would be nice to have them in IMAP as well.
# The default port for ... -
07:06 AM Bug #5164: Line endings, bug/regression or feature of 1.9.3?
- Hello Mr. Nakada, any word on this?
Thank you. - 06:52 AM Revision bc6c037f (git): Merge commit r32996 from trunk:
- * ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal):
add a new function for raising error when an... - 06:35 AM Revision 4e8d6c10 (git): Merge branch '5172_bigdecimal_gc_issue' into trunk
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:41 AM Bug #5166 (Feedback): Documentation for OpenSSL::Digest
- Oops, closed accidentally, I think this patch is still missing
- 01:32 AM Revision 559b7175 (git): Merge commit r32994 from trunk:
- * rational.c (nurat_coerce): Rational#coerce should converts itself
into Complex if the argument is a Complex w... - 01:24 AM Revision b30d203f (git): * rational.c (nurat_coerce): Rational#coerce should converts itself
- into Complex if the argument is a Complex with non-zero imaginary
part. [Bug #5020] [ruby-dev:44088]
* test/ruby/t...
08/16/2011
-
10:39 PM Bug #5195 (Assigned): Queue#popでsleepしているthreadをwakeupさせるとQueueの@waitingにそのthreadがpushされてしまう
-
10:18 PM Bug #5195 (Closed): Queue#popでsleepしているthreadをwakeupさせるとQueueの@waitingにそのthreadがpushされてしまう
- =begin
次のようなコードを実行すると、
require 'thread'
queue = Queue.new
t1 = Thread.start { queue.pop; p 1 }
n... -
10:18 PM Bug #5194: exceptions caught compiling with clang 2.1 on OSX 10.7
- More traces info
Process: miniruby [30619]
Path: /Users/USER/*/miniruby
Identifier: mi... -
10:13 PM Bug #5194 (Rejected): exceptions caught compiling with clang 2.1 on OSX 10.7
- Got exception when compiling ruby1.9.4dev with clang 2.1 (Xcode 4) on OSX Lion 10.7
Source SVN date: 16/08/2011
... -
09:46 PM Revision 9d5b1a51 (git): * backport r32992 from trunk.
- * ext/openssl/ossl_x509cert.c: Add class documentation for
OpenSSL::X509::Certificate.
git-svn-id: svn+ssh://ci.r... -
09:41 PM Revision 783fb088 (git): * ext/openssl/ossl_x509cert.c: fixed whitespace issues
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:37 PM Revision 515d546d (git): * ext/openssl/ossl_x509cert.c: Add class documentation for
- OpenSSL::X509::Certificate.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32991 b2dd03c8-39d4-4d8f-98ff-823fe69... -
09:20 PM Feature #4801: Shorthand Hash Syntax for Strings
- The most important distinction between Symbols and Strings: a Symbol has the property where its identity *is* its lex...
-
06:53 PM Feature #4801: Shorthand Hash Syntax for Strings
- For info, look at
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/9251 and
the surrounding thread.
... -
05:53 PM Feature #4801: Shorthand Hash Syntax for Strings
- Hi,
At Mon, 15 Aug 2011 11:59:34 +0900,
Tom Wardrop wrote in [ruby-core:38957]:
> So basically what I propo... -
07:07 AM Feature #4801: Shorthand Hash Syntax for Strings
- > More simply, if you have String input (say from a user, or as parameters from an HTTP request) your Hash should hav...
-
07:07 AM Feature #4801: Shorthand Hash Syntax for Strings
- =begin
More simply, if you have String input (say from a user, or as parameters from an HTTP request) your Hash shou... -
03:18 AM Feature #4801: Shorthand Hash Syntax for Strings
- How do you determine (or who determines) "what makes the most sense in terms of memory and the garbage collector"?
... - 08:06 PM Revision 2a798abf (git): * 2011-08-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:06 PM Revision 03c9ff29 (git): * backport r32987 from trunk.
- * ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH does
*not* support #sign/verify.
git-svn-id: svn+ssh... - 07:59 PM Revision 734a62a4 (git): * 2011-08-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:59 PM Revision a517fe05 (git): * ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH does
- *not* support #sign/verify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32987 b2dd03c8-39d4-4d8f-98ff-823fe69... -
05:53 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Hi,
At Tue, 16 Aug 2011 16:53:07 +0900,
Usaku NAKAMURA wrote in [ruby-core:38973]:
> nobu changed the name ... -
04:53 PM Bug #5193 (Assigned): ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- nobu changed the name of this variable at r30783, and I guess that
he has intended to make this variable public.
... -
03:51 PM Bug #5193 (Third Party's Issue): ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- ruby-debug-base19x fails to compile with VC++ 2010 with this error:
ruby_debug.obj : error LNK2001: unresolved ext... -
12:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
- まつもと ゆきひろです
In message "Re: [ruby-dev:44398] Re: [Ruby 1.9 - Feature #5128] 日本語ドキュメントをUTF-8に"
on Tue, 16... -
12:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
- (11/08/16 11:28), NARUSE, Yui wrote:
> 2011年8月16日11:12 Nobuyoshi Nakada <[email protected]>:
>> (11/08/16 10:29... -
11:29 AM Feature #5128: 日本語ドキュメントをUTF-8に
- 2011年8月16日11:12 Nobuyoshi Nakada <[email protected]>:
> (11/08/16 10:29), NARUSE, Yui wrote:
>> 2011年8月16日10:15... -
11:23 AM Feature #5128: 日本語ドキュメントをUTF-8に
- (11/08/16 10:29), NARUSE, Yui wrote:
> 2011年8月16日10:15 Nobuyoshi Nakada <[email protected]>:
>> (11/08/15 17:41... -
10:53 AM Feature #5128: 日本語ドキュメントをUTF-8に
- 2011年8月16日10:15 Nobuyoshi Nakada <[email protected]>:
> (11/08/15 17:41), Urabe Shyouhei wrote:
>> (08/12/2011 ... -
10:23 AM Feature #5128: 日本語ドキュメントをUTF-8に
- (11/08/15 17:41), Urabe Shyouhei wrote:
> (08/12/2011 10:57 AM), Ayumu Aizawa wrote:
>> 下記の件の日本語ドキュメントをUTF-8にしてい... -
11:26 AM Bug #5176 (Closed): UTF-8以外でpsychを使用し、YAML.dumpを実行するとエラーが発生する
- Thank you for testing! The fix is in trunk, and should be in 1.9.3 as well. I will close this now.
-
11:10 AM Bug #5176: UTF-8以外でpsychを使用し、YAML.dumpを実行するとエラーが発生する
- Thanks Aaron!
I tried Psych gem on Linux and Windows, your test was passed.
And my sample code ran with no errors.
-
09:56 AM Revision dea63e4b (git): * vm.c (ruby_threadptr_data_type): rename to hide.
- [ruby-core:38972]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32986 b2dd03c8-39d4-4d8f-98ff-823... -
09:56 AM Revision 0dee7247 (git): * vm.c (ruby_threadptr_data_type): rename to hide.
- [ruby-core:38972]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:52 AM Revision a8f67eed (git): * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_
- and _threadptr_ functions, as well as mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32985 ... -
09:52 AM Revision cb40b39a (git): * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_
- and _threadptr_ functions, as well as mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32985 b2dd03c8-39d4-... -
09:34 AM Bug #5192 (Closed): [documentation] 100% of Fiddle and +12% of DL
- This issue was solved with changeset r32982.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... -
08:08 AM Feature #5182 (Closed): [PATCH] Update Socket doc
- This issue was solved with changeset r32977.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i... -
07:21 AM Feature #5182 (Assigned): [PATCH] Update Socket doc
-
01:36 AM Revision 5afbff7b (git): duplicated statement removed in comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Revision c33343b9 (git): * backport r32981 and r32982 from trunk.
- * ext/dl: Add documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #5192]
* ext/.document (fiddle): Remove dup... -
12:34 AM Revision de6d4f7e (git): * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
08/15/2011
-
11:48 PM Revision 87ff4b24 (git): * ext/.document (fiddle): Remove duplicate entry
- * ext/fiddle: Complete documentation of Fiddle. Patch by Vincent
Batts. [#5192]
git-svn-id: svn+ssh://ci.ruby-... -
11:25 PM Feature #4801: Shorthand Hash Syntax for Strings
- Tom, I agree with you that :something == 'something' returning true would be a good thing in a "clean code" context, ...
-
01:18 PM Feature #4801: Shorthand Hash Syntax for Strings
- Chris, I'm assuming you're responding to what I wrote, in which case I'd like to reassure you that what I propose pre...
-
12:10 PM Feature #4801: Shorthand Hash Syntax for Strings
- The problem is that symbols are used for more than just keys in hashes. They're also a key player in meta programming...
-
11:59 AM Feature #4801: Shorthand Hash Syntax for Strings
- So basically what I proposed in my previous message, is to some extent, get rid of Symbols. You'd still have the :sym...
-
11:54 AM Feature #4801: Shorthand Hash Syntax for Strings
- Sounds like everyone wants to get down to the root causes here, which is great, so I'll jump on the band wagon. As I ...
- 11:20 PM Revision d42e5dcf (git): * 2011-08-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 PM Revision 82322e5d (git): * backport r32977 from trunk
- * ext/socket: Make Socket documentation appear. Add documentation for
Socket, TCPServer, SOCKSSocket. Patch by S... - 11:08 PM Revision 8977d3e3 (git): * 2011-08-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:08 PM Revision 12979424 (git): * ext/socket: Make Socket documentation appear. Add documentation for
- Socket, TCPServer, SOCKSSocket. Patch by Sylvain Daubert.
[Ruby 1.9 - Feature #5182]
git-svn-id: svn+ssh://ci.ru... -
05:53 PM Feature #5183: [PATCH] openssl: add OP_NO_COMPRESSION constant
- 2011/8/15 Martin Bosslet <[email protected]>:
>
> Issue #5183 has been updated by Martin Bosslet.
... -
10:26 AM Feature #5183: [PATCH] openssl: add OP_NO_COMPRESSION constant
- I can only repeat what Motohiro said the other day - thanks a lot
for your contribution, Eric!
I also backported ... -
10:10 AM Feature #5183 (Closed): [PATCH] openssl: add OP_NO_COMPRESSION constant
- This issue was solved with changeset r32973.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
- (08/12/2011 10:57 AM), Ayumu Aizawa wrote:
> 下記の件の日本語ドキュメントをUTF-8にしていく件ですが、どうしましょうか?
個人的にはいいんではないかと思うんですけれども。... -
01:37 PM Bug #5192 (Closed): [documentation] 100% of Fiddle and +12% of DL
- The two attached patches, include the documentation for the following
--- 1.xx 2011-08-15 00:33:23.984573861 -04... -
11:32 AM Feature #5056: About 1.9 EOL
- Yukihiro Matsumoto wrote:
> In message "Re: [ruby-core:38900] [Ruby 1.9 - Feature #5056] About 1.9 EOL"
> on ... -
10:48 AM Feature #4102: Proposal for 'let'. A new approach using block-defaults in 1.9
- Thanks for the tips Magnus, they're very handy. I forget that begin ... end can be used just about anywhere to encaps...
- 01:20 AM Revision 28d8d878 (git): * 2011-08-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 AM Revision b3ed3c9e (git): * backport r32973 from trunk.
- * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.
* test/openssl/test_ssl.rb: Add a test for it.
Tha... - 01:10 AM Revision 39e112f8 (git): * 2011-08-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Revision 1be5789e (git): * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.
- * test/openssl/test_ssl.rb: Add a test for it.
Thanks to Eric Wong for the patch.
[Ruby 1.9 - Feature #5183] [rub...
08/14/2011
-
10:19 AM Bug #5176: UTF-8以外でpsychを使用し、YAML.dumpを実行するとエラーが発生する
- If you use the psych gem, I think it will fix this. Psych should automatically encode to UTF-8, but I think I added ...
08/13/2011
- 08:58 PM Revision 63ad0650 (git): * 2011-08-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:58 PM Revision 4db0c519 (git): * test/socket/test_socket.rb (test_connect_timeout): added a test
- based on a patch by Eric Wong. [ruby-core:38910]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32971 b2dd03c8-... -
08:55 PM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
- Brian Gugliemetti wrote:
>File monitor-synchronize-use-c-implementation.patch added
There is a parameter mis-match b... -
05:28 PM Feature #5182: [PATCH] Update Socket doc
- Here is the patch.
-
02:44 AM Feature #5182 (Feedback): [PATCH] Update Socket doc
- It seems the patch was not attached here.
-
05:08 PM Bug #5171 (Closed): [PATCH] date_core: RB_GC_GUARD temporary strings
-
01:17 PM Revision a8907d59 (git): * tool/mkconfig.rb: do not make the entries related to sitedir and
- verdordir if disabled by --without options. [ruby-core:38922]
[Bug #5187]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
01:17 PM Revision 31e1fce2 (git): * tool/mkconfig.rb: do not make the entries related to sitedir and
- verdordir if disabled by --without options. [ruby-core:38922]
[Bug #5187]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
09:30 AM Bug #5184 (Closed): YAML #y method not private
- Fixed in r32961
-
09:04 AM Bug #5186 (Closed): Psych noisy parsing valid node
- Fixed in r32957
-
08:50 AM Bug #5170 (Closed): Date.strptime Segmentation Fault
- 08:07 AM Revision 5b70fc56 (git): * ext/date/date_core.c: [ruby-core:38861]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:05 AM Revision 75de442d (git): * ext/date/date_core.c: [ruby-core:38861]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:00 AM Revision 4b7a5776 (git): changelog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:41 AM Bug #5177 (Closed): Typos in documentation of URI::Parser
- This issue was solved with changeset r32953.
Herwin, thank you for reporting this issue.
Your contribution to Ruby is... -
03:14 AM Bug #5177: Typos in documentation of URI::Parser
- oops! Here's the right patch.
-
03:05 AM Bug #5177: Typos in documentation of URI::Parser
- I think the wrong patch was attached as it is from 18 May 2011 and fixes whitespace and indentation, not URI::Parser.
-
02:33 AM Bug #5167: [PATCH] adding head documentation and example for Digest module
- I removed the bit about OpenSSL::Digest being faster than Digest as they now share the same implementation. I also a...
-
02:23 AM Bug #5167 (Closed): [PATCH] adding head documentation and example for Digest module
- This issue was solved with changeset r32950.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i... -
02:23 AM Bug #5166 (Closed): Documentation for OpenSSL::Digest
- This issue was solved with changeset r32950.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i... -
02:04 AM Bug #5166 (Feedback): Documentation for OpenSSL::Digest
- Actually, is this a duplicate of #5167? The other is for Digest, this is for OpenSSL::Digest. Perhaps the patch wasn...
-
02:02 AM Bug #5166 (Closed): Documentation for OpenSSL::Digest
-
12:51 AM Bug #5188 (Third Party's Issue): mkmf libpath order prevents use of custom libs
- Closing this out as 3rd party issue.
-
12:12 AM Bug #5188: mkmf libpath order prevents use of custom libs
- Luis,
That fixed my problem. Thank you.
Brian -
12:48 AM Revision 7956346a (git): * backport r32962+r32965 from trunk.
- * ext/date/date_parse.c (parse_ddd_cb): fix r32896. RB_GC_GUARD
insertion position was mistaken. [ruby-dev:44337] [... -
12:46 AM Revision a49ad9a6 (git): * ChangeLog: fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:42 AM Revision 1bbb3189 (git): * test/date/test_*.rb: added tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:41 AM Revision c67712ef (git): * test/date/test_*.rb: added tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 AM Revision 14b57772 (git): * ext/date/date_parse.c parse_ddd_cb): fix r32896. RB_GC_GUARD
- insertion position was mistaken. [ruby-dev:44337] [Bug #5152]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3296... -
12:29 AM Revision 6e5aa367 (git): * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.
- [ruby-core:38913]
* test/psych/test_yaml.rb: corresponding test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
12:27 AM Revision 5339bbe2 (git): * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.
- [ruby-core:38913]
* test/psych/test_yaml.rb: corresponding test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... - 12:15 AM Revision c8a403eb (git): * ext/date/date_core.c (date_strftime_alloc): followed the change
- of r32885.
* NEWS: followed the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9... - 12:12 AM Revision 0acaab20 (git): * ext/date/date_core.c (date_strftime_alloc): followed the change
- of r32885.
* doc/NEWS-1.9.3: followed the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
12:00 AM Revision b5f05971 (git): * ext/psych/lib/psych/scalar_scanner.rb: Only consider strings
- with fewer than 2 dots to be numbers. [ruby-core:38915]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32957 b2dd...
08/12/2011
- 11:50 PM Revision 7eab4f34 (git): * ext/date/date_core.c: [ruby-core:38855].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:48 PM Revision e8b3d0de (git): * ext/date/date_core.c: [ruby-core:38855].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:10 PM Bug #5190 (Closed): Net::IMAP idle can block a thread forever
- This bug can reproduce at Ruby 1.8, too.
Ruby: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.7.0]
... -
10:09 PM Bug #5188 (Feedback): mkmf libpath order prevents use of custom libs
- Can you please try sqlite3 version 1.3.4?
The issue you're mentioning is something present in sqlite3-ruby 1.3.3 a... -
12:54 PM Bug #5188 (Third Party's Issue): mkmf libpath order prevents use of custom libs
- The sqlite3 gem has an option --with-sqlite3-lib, which lets you point it to a non-default location for the libsqlite...
-
06:43 PM Revision 0fafdc0f (git): * backport r32953 from trunk.
- * lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch by
Steve Klabnik. [Ruby 1.9 - Bug #5177]
git-... -
06:41 PM Revision ee13ed7e (git): * lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch by
- Steve Klabnik. [Ruby 1.9 - Bug #5177]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32953 b2dd03c8-39d4-4d8f-9... - 05:26 PM Revision 6787e5fb (git): * 2011-08-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 PM Revision 0e53fac4 (git): * Backport r32950 from trunk.
- * ext/digest/digest.c: Add documentation for the Digest module. Patch by
Sylvain Daubert. [Ruby 1.9 - Bug #5167]... -
05:23 PM Revision c233d659 (git): * ext/digest/digest.c: Add documentation for the Digest module. Patch by
- Sylvain Daubert. [Ruby 1.9 - Bug #5167]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32950 b2dd03c8-39d4-4d8f... - 04:56 PM Revision 26b384e6 (git): * 2011-08-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:56 PM Revision 5caef67a (git): * lib/rake: Update to Rake 0.9.2.2. Prevent pollution of toplevel
- namespace by Commands. Remove unused variable and debugging
statement in tests.
git-svn-id: svn+ssh://ci.ruby-la... -
11:42 AM Bug #5187 (Closed): Desbribe "no" configure option for site_ruby and vendor_ruby.
- This issue was solved with changeset r32943.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
10:59 AM Feature #5128: 日本語ドキュメントをUTF-8に
- あいざわです
下記の件の日本語ドキュメントをUTF-8にしていく件ですが、どうしましょうか?
あまり緊急でもないですが、Acceptされるようであれば、お盆のあたりから
ぼちぼち他のファイルについても作業を開... -
08:06 AM Revision f988bf17 (git): * backport r32856 from trunk.
- * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should use
String#bytesize instead of String#size.
git-svn-id: svn+s... -
05:23 AM Feature #5041: Set FD_CLOEXEC for all fds (except 0, 1, 2)
- Akira Tanaka <[email protected]> wrote:
> Issue #5041 has been updated by Akira Tanaka.
>
> File close-on-exec-by-... -
05:05 AM Revision e199582e (git): * backport r32894 from trunk.
- * gc.c (gc_lazy_sweep): if sweep target slots are not found, we
try heap_increment() because it might be able to ex... -
04:59 AM Bug #5147: mkmf should not require static library when ruby is built with --enable-shared
- Eric Wong <[email protected]> wrote:
> Yes, there needs to be a better fix than r32902; it's even more broken
... -
04:42 AM Revision da6eec34 (git): fix r32943. It did break configure.in completely.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 AM Revision ba6e2273 (git): * lib/rake: Update to Rake 0.9.2.2. Prevent pollution of toplevel
- namespace by Commands. Remove unused variable and debugging
statement in tests.
git-svn-id: svn+ssh://ci.ruby-la... -
02:42 AM Revision 33c7e324 (git): * configure.in: Desbribe "no" configure option for site_ruby
- and vendor_ruby. Patch by Vit Ondruch. [Bug #5187][ruby-core:38921]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
12:42 AM Revision 6f511d69 (git): * backport r32941 from trunk
- * lib/rubygems: Import RubyGems 1.8.8. Fixes encoding of YAML gemspec
from gems. Github Issue #149
git-svn-id:... -
12:15 AM Revision 5e4de2a2 (git): * lib/rubygems: Import RubyGems 1.8.8. Fixes encoding of YAML gemspec
- from gems. Github Issue #149
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32941 b2dd03c8-39d4-4d8f-98ff-823fe...
Also available in: Atom