Activity
From 11/20/2010 to 11/26/2010
11/26/2010
-
11:42 PM Revision 52659f50 (git): * ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:18 PM Feature #2351: system() hardlinked to /bin/sh
- =begin
And if we accept this proposal, system() will lose user enviroment portability. e.g. csh has completely diffe... -
10:37 PM Feature #2351: system() hardlinked to /bin/sh
- =begin
Hi
SUS says
> The environment of the executed command shall be as if a child process were created u... -
11:16 PM Revision ca86a063 (git): * addr2line.c (rb_dump_backtrace_with_lines): should close fd on
- edge case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:38 PM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Yui,
I should point out that the RFC actually does provide an "out" for allowing a password in the useri... -
01:39 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/26 Yusuke ENDOH <[email protected]>:
>>> module FooExt
>>> refine(Foo)
>>> ...
>>> en... -
12:45 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/26 Shugo Maeda <[email protected]>:
>>> I guess Module#refine works the same as using_refin... -
11:29 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/26 Jos Backus <[email protected]>:
> Regarding naming: how about using the name `use' instead o... -
11:26 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/26 Haase, Konstantin <[email protected]>:
>>> Do we need Kernel#ref... -
11:24 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/26 Magnus Holm <[email protected]>:
> Woah, this is very nice stuff! Some comments/questions:... -
11:08 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/26 Yusuke ENDOH <[email protected]>:
> Are these intended?
>
> (1)
>
> class Foo
> end
>... -
11:02 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/26 Yusuke ENDOH <[email protected]>:
>> How about to separate them into the following three patc... -
10:25 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/25 SASADA Koichi <[email protected]>:
>> I have run "make benchmark" 5 times, and it shows that t... -
07:39 AM Feature #4085: Refinements and nested methods
- =begin
On Nov 25, 2010, at 22:06 , Magnus Holm wrote:
> 2. I don't like the idea of having both #using and #inc... -
07:35 AM Feature #4085: Refinements and nested methods
- =begin
On Nov 25, 2010, at 18:02 , Yusuke ENDOH wrote:
>> Do we need Kernel#refine?
>
> I want it.
What wou... -
06:07 AM Feature #4085: Refinements and nested methods
- =begin
Woah, this is very nice stuff! Some comments/questions:
1. Could you give an example of how it would behav... -
02:25 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
Are these intended?
(1)
class Foo
end
module FooExtCore
def foo
bar
end... -
02:02 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/25 Shugo Maeda <[email protected]>:
> How about to separate them into the following three p... -
12:48 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/25 SASADA Koichi <[email protected]>:
> (2010/11/25 13:55), Shugo Maeda wrote:
>> I have run "ma... -
12:37 PM Feature #4089 (Closed): Add addr2line for C level backtrace
- =begin
This issue was solved with changeset r29940.
Yui, thank you for reporting this issue.
Your contribution to ... -
10:52 AM Feature #4089: Add addr2line for C level backtrace
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:42627] Re: [Ruby 1.9-Feature#4089][Open] Add addr2line for C level ... -
10:21 AM Feature #4089: Add addr2line for C level backtrace
- =begin
成瀬です。
2010年11月26日9:41 U.Nakamura <[email protected]>:
>> glibc 環境 (つまり Linux) や、libexecinfo を導入している F... -
09:42 AM Feature #4089: Add addr2line for C level backtrace
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:42625] [Ruby 1.9-Feature#4089][Open] Add addr2line for C level back... -
09:22 AM Feature #4089 (Closed): Add addr2line for C level backtrace
- =begin
最近の Ruby は SEGV や BUG 時に Ruby level backtrace を出したり、
取れるときは C level backtrace を出したりしています。
ところが、C level... -
12:37 PM Bug #4088 (Closed): Case Sensitivity in Regular Expressions with Lookbehind
- =begin
This issue was solved with changeset r29939.
Robert, thank you for reporting this issue.
Your contribution ... -
04:39 AM Revision 39e7b2fb (git): * addr2line.c: apply a patch from shinichiro.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:28 AM Revision 086301ac (git): * addr2line.c: added to show source filename and line number of
- functions in backtrace. [ruby-dev:42625]
a patch from shinichiro.h <shinichiro.hamaji AT gmail.com>
* addr2line.h:... -
03:28 AM Revision f8f35854 (git): * regcomp.c (setup_tree): restart setup_tree() for a node whose
- AnchorNode's type is ANCHOR_PREC_BEHIND or ANCHOR_PREC_BEHIND_NOT
and divide_look_behind_alternatives() divided it ... - 02:42 AM Revision f55d567b (git): * vm_dump.c (dump_thread): get only required rights of the target
- thread because THREAD_ALL_ACCESS causes an access error on XP.
reported by Masaya TARUI via IRC.
git-svn-id: svn+... - 02:10 AM Revision 952a3572 (git): * vm_dump.c (dump_thread): show the displacement from the beginning
- of the symbol.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:50 AM Revision b96d267c (git): * vm_dump.c (dump_thread): follow the output of glibc.
- see [ruby-dev:42627]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:09 AM Revision bb88a5a2 (git): * win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings of
- Japanese version of VC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29935 b2dd03c8-39d4-4d8f-98ff... - 01:08 AM Revision 0b947106 (git): * 2010-11-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:08 AM Revision 282ec842 (git): * re.c (rb_reg_regcomp): should succeed the taint status from the
- origin. [ruby-core:33338]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29933 b2dd03c8-39d4-4d8f-98... - 12:50 AM Revision ca840529 (git): * re.c (rb_reg_initialize_str): should succeed the taint status from
- the origin. [ruby-core:33338]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29932 b2dd03c8-39d4-4d8f-98ff-823fe... - 12:34 AM Revision cc494bcb (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:34 AM Revision 6f581a68 (git): * vm_dump.c (dump_thread): seems to be necessary the 3rd argument of
- SymGetLineFromAddr64(), even though MSDN says it can be zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@299... - 12:24 AM Revision bc0fcc53 (git): * 2010-11-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:24 AM Revision 25787431 (git): * regcomp.c (onig_is_prelude): added to check whether ruby is still
- in prelude (or other boot processes) or not.
* regcomp.c (optimize_node_left): use onig_is_prelude for printing.
* ...
11/25/2010
-
11:17 PM Feature #4085: Refinements and nested methods
- =begin
(2010/11/25 13:55), Shugo Maeda wrote:
> I have run "make benchmark" 5 times, and it shows that the modified... -
11:01 PM Feature #4085: Refinements and nested methods
- =begin
2010/11/24 Shugo Maeda <[email protected]>:
> As I said at RubyConf 2010, I'd like to propose a new feat... -
10:49 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/25 Yusuke ENDOH <[email protected]>:
>> However, I'm afraid that there are too many patches, som... -
08:07 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
Thank you for your reply!
2010/11/25 Shugo Maeda <[email protected]>:
> However, I'm afraid th... -
06:46 PM Feature #4085: Refinements and nested methods
- =begin
On Nov 25, 2010, at 05:55 , Shugo Maeda wrote:
>> IMO, it will be more natural to provide this feature ... -
02:29 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/25 Urabe Shyouhei <[email protected]>:
>> Shyouhei suggested github, but my github accou... -
02:25 PM Feature #4085: Refinements and nested methods
- =begin
(2010/11/25 13:55), Shugo Maeda wrote:
>> - Your patch is too big. Could you separate it to some parts?
>... -
01:55 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/25 Yusuke ENDOH <[email protected]>:
>> As I said at RubyConf 2010, I'd like to propose a new fe... -
01:35 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
Thanks for you comment.
2010/11/25 Dave Thomas <[email protected]>:
> module Quux
> using... -
01:14 PM Feature #4085: Refinements and nested methods
- =begin
(2010/11/25 13:01), Yusuke ENDOH wrote:
> - Your patch is too big. Could you separate it to some parts?
... -
01:01 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/24 Shugo Maeda <[email protected]>:
> As I said at RubyConf 2010, I'd like to propose a n... -
01:41 AM Feature #4085: Refinements and nested methods
- =begin
module Quux
using FooExt
foo = Foo.new
foo.bar # => FooExt#bar
foo.baz # => Fo... -
12:34 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/24 Yukihiro Matsumoto <[email protected]>:
> |Feature #4085: Refinements and nested methods
... -
12:23 AM Feature #4085: Refinements and nested methods
- =begin
Hi,
2010/11/24 Etienne Vallette d'Osia <[email protected]>:
> +1 for refinements.
Thank you.
> ... -
10:26 PM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Hi,
(2010/11/25 18:45), Marc-Andre Lafortune wrote:
> The class URI::HTTP has two attributes named 'user'... -
05:15 PM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Hi,
2010/11/25 Marc-Andre Lafortune <[email protected]>:
> On Wed, Nov 24, 2010 at 11:... -
01:55 PM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
> If I understand correctly, Yui, your argument is that user & password should not have been part of the URI:... -
01:12 PM Feature #4071 (Open): support basic auth for Net::HTTP.get requests
- =begin
Hi!
If I understand correctly, Yui, your argument is that user & password should not have been part of t... -
11:44 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
> That's interesting but IMHO it's not Ruby's job/goal to comply as closely as possible with RFCs, but to pro... -
10:54 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
That's interesting but IMHO it's not Ruby's job/goal to comply as closely as possible with RFCs, but to provi... -
10:46 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Something I'd like to point out:
* RFC 1738 did not allow username and password in HTTP URLs at all; see... -
09:12 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
> Net::HTTP.post_form currently acts exactly like my patch, using the user/pass from the URI and is documente... -
02:19 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
sorry, just one more thing...
Net::HTTP.post_form currently acts exactly like my patch, using the user/p... -
08:48 PM Bug #3150: net/https peer verification doesn't do anything
- =begin
I found that the OS X 10.6.5 includes security fix for OpenSSL. http://support.apple.com/kb/HT4435
And it l... -
06:24 PM Bug #4088: Case Sensitivity in Regular Expressions with Lookbehind
- =begin
Added grouping to the lookbehind to check whether precedence of "|" has an effect - it does not. Lines 23 - ... -
05:40 PM Bug #4088 (Closed): Case Sensitivity in Regular Expressions with Lookbehind
- =begin
It seems regular expressions with negative lookbehind do not treat case properly if
1. there is an alternat... -
03:12 PM Bug #1145 (Feedback): IRB adds trailing quote to wtring methods when performing auto-completion
- =begin
Sorry, can someone tell me if this still happens?
=end
-
02:33 PM Bug #1868 (Assigned): ERB single line comment does not work
- =begin
=end
-
02:31 PM Revision 756dfe9f (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:14 PM Revision bd983017 (git): * regcomp.c (print_distance_range): use PRIuSIZE.
- * regcomp.c (print_optimize_info): use %ld because the type of
calcutated value of integers is long.
* regexec.c (... -
01:59 PM Feature #2351: system() hardlinked to /bin/sh
- =begin
Moving this to the feature request tracker.
Kernel#system's invoking /bin/sh is not 1.8.7 specific.
=end
-
01:07 PM Bug #655: Query part lost when using Net::HTTP.post_form function
- =begin
Note that you'll need to decide whether you want to comply with the HTTP spec, or with RFC 3986. See http://l... -
10:57 AM Feature #3946 (Open): Array#packのqQ指定子に機種依存サイズフラグ!を追加
- =begin
ユースケース1件発生しました。r29925を参照。
というわけで、q!(Q!)をLONG_LONGとして扱うという仕様を希望します。
LONG_LONGがないプラットフォームは現状サポート外だと思いますが... -
06:50 AM Feature #4086: Feature request: add String#contain? and {Enumerable,Array}#contain? methods
- =begin
Hi,
In message "Re: [ruby-core:33335] [Ruby 1.9-Feature#4086][Open] Feature request: add String#contain? a... -
06:01 AM Feature #4086: Feature request: add String#contain? and {Enumerable,Array}#contain? methods
- =begin
On 24 November 2010 17:47, Roger Pack <[email protected]> wrote:
> Feature #4086: Feature request: add S... -
01:47 AM Feature #4086 (Rejected): Feature request: add String#contain? and {Enumerable,Array}#contain? methods
- =begin
Hello all.
I debated this suggestion previously on ruby talk ( http://www.ruby-forum.com/topic/217473 )... -
02:35 AM Feature #4084: pack should support 64bit network byte order longs
- =begin
On Wed, Nov 24, 2010 at 02:40:06PM +0900, Yui NARUSE wrote:
> Issue #4084 has been updated by Yui NARUSE.
>... -
01:47 AM Feature #4073 (Closed): HKSCS-2008
- =begin
This issue was solved with changeset r29922.
oCameLo, thank you for reporting this issue.
Your contribution... -
12:43 AM Feature #4073: HKSCS-2008
- =begin
>Anyway I succeeded to generate ucm files from libiconv, so I'll add BIG5-HKSCS:2004.
Big5-HKSCS in libi... - 01:31 AM Revision b00dfcca (git): * ext/dl/callback/mkcallback.rb (gencallback): shouldn't assume that
- VALUE is the same size with long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29925 b2dd03c8-39d4-4d8f-98ff-8... - 01:03 AM Revision 69a248a0 (git): * test/win32ole/test_err_in_callback.rb (teardown): remove tmp file
- only when it exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/24/2010
-
11:47 PM Feature #4085: Refinements and nested methods
- =begin
Hi,
In message "Re: [ruby-core:33322] [Ruby 1.9-Feature#4085][Open] Refinements and nested methods"
o... -
11:00 PM Feature #4085: Refinements and nested methods
- =begin
+1 This is a neat solution. I like it ;)
=end
-
10:45 PM Feature #4085: Refinements and nested methods
- =begin
+1 for refinements.
What about the problems you showed during your talk ?
For nested functions, I suppo... -
10:38 PM Feature #4085: Refinements and nested methods
- =begin
+1, can't wait to see this merged into trunk.
=end
-
10:28 PM Feature #4085: Refinements and nested methods
- =begin
+1 definitely
=end
-
10:12 PM Feature #4085 (Closed): Refinements and nested methods
- =begin
As I said at RubyConf 2010, I'd like to propose a new features called
"Refinements."
Refinements are ... -
11:16 PM Feature #4084: pack should support 64bit network byte order longs
- =begin
(2010/11/24 18:50), Ryan Davis wrote:
>
> On Nov 23, 2010, at 21:40 , Yui NARUSE wrote:
>
>> Issue #4084 ... -
06:50 PM Feature #4084: pack should support 64bit network byte order longs
- =begin
On Nov 23, 2010, at 21:40 , Yui NARUSE wrote:
> Issue #4084 has been updated by Yui NARUSE.
>
> Statu... -
02:37 PM Feature #4084 (Closed): pack should support 64bit network byte order longs
- =begin
Use "Q>".
See #3947 or r29496.
=end
-
01:48 PM Feature #4084: pack should support 64bit network byte order longs
- =begin
=end
-
01:48 PM Feature #4084: pack should support 64bit network byte order longs
- =begin
=end
-
01:48 PM Feature #4084: pack should support 64bit network byte order longs
- =begin
=end
-
01:47 PM Feature #4084: pack should support 64bit network byte order longs
- =begin
=end
-
01:47 PM Feature #4084 (Closed): pack should support 64bit network byte order longs
- =begin
pack should support 64bit network byte order longs. I've attached a patch that implements it.
=end
-
09:46 PM Bug #4083 (Assigned): warning in rexml/doctype.rb
- =begin
Thanks for reporting.
I'll fix it with code cleanup and test cases. Please wait. (maybe a few weeks...)
=end
-
02:29 AM Bug #4083 (Closed): warning in rexml/doctype.rb
- =begin
rexml/doctype.rb produces this warning:
/Users/apatterson/.local/lib/ruby/1.9.1/rexml/doctype.rb:254: wa... - 04:40 PM Revision ed637d01 (git): * 2010-11-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:40 PM Revision b98ea150 (git): * enc/trans/big5-hkscs-tbl.rb: Update table as HKSCS-2008.
- patched by oCameLo oTnTh [ruby-core:33256]
* enc/big5.c: add alias Big5-HKSCS:2008 to Big5-HKSCS.
git-svn-id: svn+s... -
02:46 PM Feature #4073: HKSCS-2008
- =begin
Just a question,
If you are a real user of Big5-HKSCS, when you use this?
One time conversion for old ... -
09:56 AM Feature #4073: HKSCS-2008
- =begin
I see.
Anyway I succeeded to generate ucm files from libiconv, so I'll add BIG5-HKSCS:2004.
=end
-
03:08 AM Feature #4073: HKSCS-2008
- =begin
Just the-most-update version HKSCS please. If someone needs old versions, Iconv can help.
Actually, GBK,... -
01:36 AM Feature #4073: HKSCS-2008
- =begin
> CP950 and CP951 in ICU are fine. But HKSCS is too outdated, it's just HKSCS-1999, even older than CP951.
... -
12:45 AM Feature #4073: HKSCS-2008
- =begin
CP950 and CP951 in ICU are fine. But HKSCS is too outdated, it's just HKSCS-1999, even older than CP951.
... -
09:38 AM Revision 0d5b4489 (git): merges r29332 from trunk into ruby_1_9_2.
- --
* string.c (rb_str_to_i): fix rdoc: String#to_i raises an
exception when base is invalid. [ruby-core:31685]
Fri... -
09:37 AM Revision cfeb4bee (git): merges r29316 from trunk into ruby_1_9_2.
- --
* test/test_prime.rb (TestPrime#test_new): the warning expected have
not been displayed when $VERBOSE == nil. P... -
09:37 AM Revision 921a37a7 (git): merges r29315 from trunk into ruby_1_9_2.
- --
Mention the command search path issue on Windows. Pointed out by
NAJIMA Hiroki in [ruby-dev:42276].
git-svn-id: ... -
09:37 AM Revision b1f5ad1c (git): merges r29313 and r29314 from trunk into ruby_1_9_2.
- --
bootstraptest/test_method.rb: add a test for [ruby-core:30534].
--
* bootstraptest/test_method.rb: fix last commit... -
09:37 AM Revision dc13657a (git): merges r29313 from trunk into ruby_1_9_2.
- --
bootstraptest/test_method.rb: add a test for [ruby-core:30534].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc... -
09:37 AM Revision 29160356 (git): merges r29306 from trunk into ruby_1_9_2.
- --
* dir.c (bracket): get rid of scanning at the end of the pattern
string, not to raise an exception while globbin... -
09:37 AM Revision 911692e5 (git): merges r29282,r29283,r29284,r29285,r29286,r29287,r29288 and r29302 from trunk into ruby_1_9_2.
- --
* test/rexml/: import REXML tests from
http://www.germane-software.com/repos/rexml/trunk/test/.
Many tests are... -
09:37 AM Revision c53b4f56 (git): merges r29280 from trunk into ruby_1_9_2 and adds a minimal regression
- test.
--
* lib/tracer.rb: count only non-internal libraries in stack trace,
ignoring custom_require. [ruby-core:31... -
09:37 AM Revision 1c1c514a (git): merges r29269 from trunk into ruby_1_9_2.
- --
* sprintf.c (rb_f_sprintf): fix rdoc. pointed out by Tomoyuki
Chikanaga at [ruby-core:32395], and a patch from ... -
09:37 AM Revision f3244de8 (git): merges r29268 from trunk into ruby_1_9_2.
- --
* ext/etc/extconf.rb: use expanded sysconfdir with empty DESTDIR.
[ruby-core:32394]
git-svn-id: svn+ssh://ci.ru... -
09:37 AM Revision 26c72fec (git): * ext/socket/extconf.rb: backrorted entirely from ruby_1_8, with small
- modifications for the difference of mkmf.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@29911... -
09:37 AM Revision 483d85b1 (git): merges r29257 and r29258 from trunk into ruby_1_9_2.
- --
* test/net/imap/test_imap.rb: "localhost" not guaranteed to
resolve to "127.0.0.1". On my machi... -
09:37 AM Revision 14dfd98e (git): merges r29256 from trunk into ruby_1_9_2.
- --
* io.c (rb_io_puts): fix for wide char encoding strings.
[ruby-dev:42212]
git-svn-id: svn+ssh://ci.ruby-lang.or... -
07:38 AM Revision 21a268e2 (git): merge revision(s) 22932:
- * mkconfig.rb (patchlevel): config.status may not contain
PATCHLEVEL even if other version numbers exist.
... -
07:38 AM Revision 578a6fd6 (git): * win32/Makefile.sub ($(RCFILES)): no revision.h in this
- branch, a patch from Luis Lavena <luislavena at gmail.com>.
[ruby-core:33310]
* cygwin/GNUmakefile... -
07:38 AM Revision 23a810e3 (git): merge revision(s) 29901:
- * ext/socket/extconf.rb (getaddrinfo): should initialize winsock on
windows.
git-svn-id: svn+ssh://ci.ruby... -
07:38 AM Revision 54576f9d (git): merge revision(s) 29898:
- merge from trunk (r29767)
* win32/setup.mak: use findstr.exe instead of find.exe, because all
targe... -
07:38 AM Revision 256541d9 (git): merge revision(s) 26140:
- * ext/stringio/stringio.c (strio_getline): fix for "" as separator.
[ruby-dev:34591] (Backport r17739 by Yu... -
07:38 AM Revision a9ce2ba8 (git): merge revision(s) 17430:
- * lib/net/pop.rb (Net::POP3#set_all_uids): speed
up. a patch from <m-sumi AT techfirm.co.jp> [ruby-list:450... -
07:38 AM Revision 39d1071b (git): merge revisio(s) 29111:
- * lib/net/imap.rb (initialize): sets sync_close to true.
Thanks, Hiroshi NAKAMURA. [ruby-core:31753]
git-... -
07:25 AM Feature #4068: Replace current standard Date/DateTime library with home_run
- =begin
Hi,
In message "Re: [ruby-core:33303] [Ruby 1.9-Feature#4068] Replace current standard Date/DateTime libra... -
02:09 AM Feature #4068: Replace current standard Date/DateTime library with home_run
- =begin
home_run is not at all about imitating Time. If you want some background on home_run and what problems it at... - 06:44 AM Revision 0244490c (git): * ext/socket/extconf.rb (getaddrinfo): should initialize winsock on
- windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:18 AM Revision 99606f89 (git): * vsnprintf (BSD_vfprintf): use QUADINT macro only when _HAVE_SANE_QUAD_
- macro is defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:56 AM Revision 364d97cb (git): * 2010-11-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:56 AM Revision 58b7f82c (git): merge from trunk (r29767)
- * win32/setup.mak: use findstr.exe instead of find.exe, because all
target build platforms should have findstr.exe,... -
04:34 AM Bug #3971: Problem compiling 1.9.2-p0 under AIX 5.3
- =begin
Hi.
Sorry to late to respond.
Could you please try warnflags option for configure like this?
"./configu... - 03:50 AM Revision 7329f4e9 (git): * vsnprintf (BSD_vfprintf): added VC++ compatible size specifications
- (I, I32, I64).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:31 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
ok cool, I accept your decision :) .. thanks for your time
=end
-
02:28 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
> The fact that many other big HTTP clients still support this says to me there is a benefit to continuing su... -
12:16 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
It seems to me you're being very pedantic on the deprecation issue. The only way I see the deprecation's sen... -
02:20 AM Revision 220d07d2 (git): * string.c (rb_str_inspect): treat UTF-16 and UTF-32 as BE or LE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 AM Revision 38b482be (git): * enc/trans/utf_16_32.trans: add the UTF-32 converter.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/23/2010
-
09:37 PM Revision bcf80a51 (git): * test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:13 PM Revision 3c4fecda (git): * win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):
- refactored.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:49 PM Revision 7f38397b (git): * enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 PM Revision 3ab82a65 (git): * enc/trans/utf_16_32.trans: raise error on unpaired upper
- surrogates.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:42 PM Revision 95200638 (git): * 2010-11-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 PM Revision 78bee9c2 (git): * enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.
- * enc/trans/utf_16_32.trans: add a converter from UTF-16 to UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... - 02:36 PM Revision 92b190fa (git): fixed very important banners.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:28 PM Revision 4ffe7a17 (git): modified some descriptions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 PM Revision 16cb5ce4 (git): * win32/win32.c (wlink, rb_w32_getppid): use typedef instead of
- repeating compilcated function prototypes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29886 b2dd03c8-39d4-4d8... -
09:54 AM Revision 3c575a15 (git): * vm.c (rb_thread_mark): should mark self in conrol
- frames. [ruby-core:33289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:21 AM Revision 44fcc21e (git): merge revision(s) 29333:
- * lib/pathname.rb (relative_path_from): backport r23093 and r25440
from ruby_1_9_2. [ruby-core:32415]
git... -
06:37 AM Feature #4076 (Closed): ./configure --without-sitedir --without-vendordir
- =begin
This issue was solved with changeset r29877.
Leo, thank you for reporting this issue.
Your contribution to ... -
02:56 AM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2010/11/22 21:07), Kouhei Sutou wrote:
> In<[email protected]>
> "[ruby-dev:42614] R... -
01:33 AM Bug #4056 (Feedback): Crash in non-blocking read
- =begin
I can't reprocuce.
Your a.rb has some strange part like start_server doesn't use its argument data.
Ca... -
01:22 AM Bug #4050 (Rejected): segfault while using regex in an infinite loop
- =begin
=end
-
01:12 AM Bug #4054 (Feedback): Segmentation Fault
- =begin
=end
-
01:09 AM Bug #4079: Segmentation fault
- =begin
It seems Ruby's bug.
Can you show the reproducible code and gdb backtrace?
=end
-
01:07 AM Bug #4078 (Closed): format() の %a 指定で 不要な小数点が印字されることがある
- =begin
This issue was solved with changeset r29873.
tadayoshi, thank you for reporting this issue.
Your contributi...
11/22/2010
- 10:59 PM Revision b828fb85 (git): * lib/date/delta/parser.{ry,rb}: fixed a bug of token scanner.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:32 PM Revision bacd5478 (git): added some tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:31 PM Revision 1d8ca7a2 (git): * complex.c, rational.c ({nucomp,nurat}_expt): added a check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:28 PM Revision 6e9ca648 (git): added some tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:28 PM Revision ed5c01b9 (git): * lib/date.rb (daynum): should be private.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:23 PM Revision 04608d22 (git): * ChangeLog (change-log-indent-text): hunging indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:30 PM Revision 66d4bdd1 (git): * configure.in (SITE_DIR, VENDOR_DIR),
- version.c (ruby_initial_load_paths): exclude directories that
are configured without them from $LOAD_PATH. [ruby-co... -
09:30 PM Revision a97c07fb (git): * configure.in (rubylibprefix): No ruby, No libprefix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:26 PM Revision 74217f04 (git): * ChangeLog (change-log-indent-text): hunging indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:07 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42614] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml... -
07:18 PM Feature #4073: HKSCS-2008
- =begin
Oops, I just made a new transition table for HKSCS-2008...
That's OK, I'll check those new transition ta... -
06:34 PM Feature #4073: HKSCS-2008
- =begin
Current Ruby's table doesn't have one way conversion, it is wrong.
So I imported tables from ICU.
Now ... -
07:07 PM Bug #4081: Inconsistent result of String#inspect in case of '"' and '\\' on UTF-16LE encoded string.
- =begin
It seems that r29868 is not a complete patch.
r29868 introduced another bug.
C:\work>irb
irb(main):0... -
06:37 PM Bug #4081 (Closed): Inconsistent result of String#inspect in case of '"' and '\\' on UTF-16LE encoded string.
- =begin
This issue was solved with changeset r29868.
Heesob, thank you for reporting this issue.
Your contribution ... -
04:58 PM Bug #4081 (Closed): Inconsistent result of String#inspect in case of '"' and '\\' on UTF-16LE encoded string.
- =begin
irb(main):001:0> a = '"\\'.encode('utf-16le')
=> "\" \\ "
irb(main):002:0> a = '"\\^%'.encode('utf-16le')... - 04:06 PM Revision c3b9133e (git): * 2010-11-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:06 PM Revision 18c0fc89 (git): * vsnprintf.c (BSD_vfprintf): don't output floating point
- when the precision is 0. [ruby-dev:42615]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29873 b2dd03c8-39d4-4d8f... -
12:30 PM Revision 94e6c0c2 (git): * string.c (rb_str_inspect): fix for ascii-compatible external
- encoding and different encoding string. [ruby-core:33283]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29872 ... -
11:35 AM Revision 5d8a64b1 (git): Add missing tables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:45 AM Revision 42e17a0b (git): * lib/mkmf.rb (create_makefile): should not duplicate rules.
- bug fix of r29842.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:35 AM Revision 60dfa6b6 (git): * enc/big5.c: split CP950 from Big5.
- * enc/big5.c: split CP951 from Big5-HKSCS.
* enc/trans/big5.trans: import conversion table of Big5, Big5-HKSCS,
CP... -
09:33 AM Revision 6ade3a42 (git): * string.c (rb_str_inspect): append for each chars instead of bulk
- copy if encoding conversion is needed. [ruby-core:33283]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29868 b... -
07:22 AM Revision 16b5c5e9 (git): Mon, 22 Nov 2010 05:15:39 +0000 shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 29849:
merge revision(s) 28835,28894:
* ext/win32ole/win32ole.c: NONAMELESSUNION define... -
07:22 AM Revision 2a9739f1 (git): Fri, 19 Nov 2010 19:33:27 +0900 URABE, Shyouhei <[email protected]>
- OK, this is 1.8.7 specific (rare!)
* Makefile.in (fake.rb): hook needed to fake mkmf.rb.
#2531 [... -
07:22 AM Revision 134e2d61 (git): Mon, 18 Oct 2010 01:23:48 +0000 naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 29524:
* lib/net/http.rb (transport_request): @socket may be nil.
patched by E... -
07:22 AM Revision c233358e (git): Thu, 7 Oct 2010 09:10:47 +0000 nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 29420:29424:
* cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend on
... -
07:22 AM Revision 658da719 (git): Sun, 3 Oct 2010 09:30:30 +0000 nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 29396:
* parse.y (rb_intern): should check symbol table overflow.
#3900 [ruby-d... -
07:22 AM Revision 5ee39c26 (git): Fri, 1 Oct 2010 06:13:32 +0000 usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 29382:
* win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.
backpor... -
07:22 AM Revision a53a144a (git): Mon, 23 Aug 2010 03:06:30 +0000 nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 29071:
* ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Boolean
encodi... -
07:22 AM Revision a4cd6774 (git): Tue, 10 Aug 2010 08:36:00 +0000 naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 28949:
merge revision(s) 28945:
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest::pa... -
07:21 AM Revision fb5c60dd (git): Thu, 29 Jul 2010 23:33:21 +0000 nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 28794:28796:
* file.c (file_expand_path): should check if could find user.
[ru... -
07:21 AM Revision 85697688 (git): Thu, 29 Jul 2010 13:46:40 +0000 nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 28784:
* lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert): wrongly
... -
07:21 AM Revision 699a20e9 (git): Sat, 24 Jul 2010 06:49:35 +0000 suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 28378:
* ext/win32ole/win32ole.c (fev_initialize): initialize pTypeInfo.
[ruby... -
07:21 AM Revision 979f1acd (git): Thu, 8 Jul 2010 04:44:58 +0000 nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 28575,28620:28632:
* test/openssl/test_config.c: added tests for all Config methods.
gi... -
07:21 AM Revision d5e7bf42 (git): Fri, 2 Jul 2010 14:35:10 +0000 usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 28525:28568:
* file.c (ruby_find_basename, ruby_find_extname): split from
rb_f... -
07:21 AM Revision b8f2ee89 (git): Wed, 23 Jun 2010 12:48:31 +0000 kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 28404,28595,28597:
* configure.in: avoid getcontext() overhead if possible.
[r... -
07:21 AM Revision e740d1ee (git): Tue, 12 Jan 2010 21:54:47 +0000 nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
- merge revision(s) 26311
* configure.in: check for if struct timezone is defined.
* missing.h (struct timezone): ... -
05:28 AM Revision 456f3980 (git): Fix r29848's test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:25 AM Revision 33356ff7 (git): * time.c (time_zone): use rb_locale_str_new_cstr to set encoding
- as locale and convert its content to internal encoding.
[ruby-core:33278]
git-svn-id: svn+ssh://ci.ruby-lang.org/r... - 05:15 AM Revision 037968b2 (git): * 2010-11-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:15 AM Revision aaed0594 (git): merge revision(s) 28835,28894:
- * ext/win32ole/win32ole.c: NONAMELESSUNION defined only if gcc
version is older than 3.4.4. [ruby-core:3156... -
05:13 AM Bug #4079 (Rejected): Segmentation fault
- =begin
/ET_tool/lib/ruby/1.9.1/net/protocol.rb:135: [BUG] Segmentation fault
ruby 1.9.2p0 (2010-08-18 revision 29... -
04:22 AM Bug #4070: possible XMLRPC connectino leak
- =begin
Hi,
It is not client side's problem. it's server side's one.
now, XMLRPC::Server.new() uses Webrick with ... -
03:01 AM Revision 3002e5e1 (git): * string.c (rb_str_concat): set ENC_CODERANGE_VALID when the
- receiver is 7BIT and the argument is non ASCII.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29848 b2dd03c8-39d...
11/21/2010
-
11:40 PM Feature #4068: Replace current standard Date/DateTime library with home_run
- =begin
home_run seems to wanna be an imitation of Time.
i'll recommend most of user of Date to use Time with ruby ... -
11:03 PM Bug #4078 (Closed): format() の %a 指定で 不要な小数点が印字されることがある
- =begin
format() の %a 指定で 不要な小数点が印字されることがある。
format('%.0a', 1) #=> "0x1.p+0"
ほかの %f や %e ではそうではなく、
for... -
09:59 PM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
> Finally, URI already supports this format. If URI didn't support it
> I wouldn't have made this ticket or... -
03:30 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Thanks for showing me that open-uri version, I didn't know that previously. I do think that it is not as con... -
09:49 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2010/11/21 18:36), Kouhei Sutou wrote:
> うーん、うーん、複数のことが同時に進められている気がするので
> すが、成瀬さんはそのつもりで進めていますか?私... -
06:36 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
うーん、うーん、複数のことが同時に進められている気がするので
すが、成瀬さんはそのつもりで進めていますか?私は1つずつがいい
のですが。。。
ふたつのことが同時に進んでいる気がしています。
... - 04:51 PM Revision d9615bf9 (git): * 2010-11-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:51 PM Revision c70988cb (git): * lib/date.rb: some improvements for performance.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:47 AM Bug #4077 (Closed): ctime error in windows
- =begin
This issue was solved with changeset r29844.
Terry, thank you for reporting this issue.
Your contribution t... -
04:35 AM Bug #4077: ctime error in windows
- =begin
You correctly know, ctime is "change time" on Unix (inode data modification time).
But ctime of NTFS is "cr... -
03:56 AM Bug #4077: ctime error in windows
- =begin
Perhaps you file modification and access times are the same?
C:\Users\Luis>ruby -ve "a = '.irbrc'; puts ... -
03:44 AM Bug #4077 (Closed): ctime error in windows
- =begin
In Ruby 1.9.2p0 (2010-08-18) [i386-mingw32] File.ctime does not report the change time of the file. It report... -
12:13 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
近永と申します。
trunk で追試してみて発生しないなーと思っていたのですが、
手元で #4027 のチケットに添付したシグナルハンドラ絡みのパッチを適用していたためでした。
パッチを巻き戻してみた...
11/20/2010
-
08:25 PM Feature #4076 (Closed): ./configure --without-sitedir --without-vendordir
- =begin
To prevent unnecesary stat()'s we like to keep the include list as short as possible so we decided to configu... - 07:38 PM Revision bbbf9998 (git): * 2010-11-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:38 PM Revision 1346b84c (git): NTFS's ctime is creation time! [ruby-core:33269]
- Note that UFS2, HFS+, ZFS, and ext4 also have birth time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29844 b2... -
05:56 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
> In<[email protected]>
> "[ruby-dev:42608] Re: [Ruby 1.9-Bug#3990][Closed] tests of r... -
04:24 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42608] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml... -
03:58 PM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
成瀬です。
(2010/11/20 11:36), Kouhei Sutou wrote:
> In<[email protected]>
> "[ruby-dev:42593] R... -
11:37 AM Bug #3990: tests of rexml/rss reports many errors and failures without iconv
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:42593] Re: [Ruby 1.9-Bug#3990][Closed] tests of rexml... -
05:00 PM Feature #4071 (Rejected): support basic auth for Net::HTTP.get requests
- =begin
It is RFC3986, see also Feature #3848.
Anyway, you can following:
require 'open-uri'
URI("htt... -
09:41 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
just to clarify... the current way you would have to do this is:
Net::HTTP.start('whatever.com') {|h| g ... -
06:51 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
Yui, please clarify and point me to the deprecation you are referring to.
=end
-
02:48 AM Feature #4071: support basic auth for Net::HTTP.get requests
- =begin
I'm negative because such user:pass@host formed URI is deprecated now.
=end
-
03:16 PM Feature #4066: Encoding GBK needs update
- =begin
(2010/11/19 20:12), oCameLo oTnTh wrote:
> I just can find out only one mailing list thread about this probl... -
10:21 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
三村です。
2010年11月20日7:37 Masatoshi SEKI <[email protected]>:
> 咳といいます。
> サーバが終了してしまうのは、DRb.uriをputsした後... -
05:19 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
- =begin
こちらの環境でも再現できました。大抵はメッセージの送信に成功するものの、ときどき失敗し、クライアント側に下記のエラーを出力してサーバが終了します。
/Users/ujihisa/git/ruby192/loc... -
07:57 AM Bug #4074 (Closed): mkmf hardcoding prevents ObjC/ObjC++ ruby extensions from building properly
- =begin
This issue was solved with changeset r29842.
Scott, thank you for reporting this issue.
Your contribution t... -
07:43 AM Bug #4074 (Closed): mkmf hardcoding prevents ObjC/ObjC++ ruby extensions from building properly
- =begin
Sent to the ruby-core list on Oct 8, 2010. Submitting patch / ticket.
This is in regards to patch 28765... -
03:04 AM Revision 99aaee35 (git): * random.c (random_rand): get rid of overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom