Activity
From 05/23/2011 to 05/29/2011
05/29/2011
-
11:55 PM Bug #4798 (Closed): test_process and test_signal errors and halts on Windows
- Hello,
I'm trying to complete a run of tests against trunk (r31779) and find myself with several errors that halt ... -
11:45 PM Bug #4680 (Assigned): [PATCH] io.c: fix busy wait with sendfile()
-
11:32 PM Feature #1081: add File::write() convenience method
- Hi, I'm implementing this feature in C.
I've been completed File.write, I'll complete implementation of File.binwr... -
11:24 PM Bug #4685 (Assigned): WEBrick::HTTPServlet::ERBHandler should allow ERB documents to set content_type
- It seems reasonable, please commit it unless anyone object to this.
-
11:18 PM Bug #4781 (Closed): Engrish in comment in Regexp#=~
- This issue was solved with changeset r31781.
Tsuyoshi, thank you for reporting this issue.
Your contribution to Ruby ... -
11:14 PM Bug #4773 (Closed): require 'webrick/https' すると WEBrick::HTTPRequest#parse_uri が public になってしまう
- This issue was solved with changeset r31780.
okkez, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:50 PM Revision bc5aeb98 (git): merges r31288 and r31289 from trunk into ruby_1_9_2.
- --
* lib/uri/generic.rb (#route_from_path): Fix a bug where
URI('http://h/b/').route_to('http://h/b') wrongly retur... -
10:50 PM Revision f0de89f8 (git): merges r31286 from trunk into ruby_1_9_2.
- --
* numeric.c (ruby_float_step): wrong loop condition.
fixes [ruby-core:35753], reported by Joey Zhou.
* test/rub... -
10:50 PM Revision f13e0ec8 (git): merges r31278 from trunk into ruby_1_9_2.
- --
* include/ruby/win32.h (frexp, modf): wrongly declared as pure in
mingw math.h.
git-svn-id: svn+ssh://ci.ruby-l... -
10:49 PM Revision 49ed59fd (git): merges r31277 from trunk into ruby_1_9_2.
- --
* include/ruby/win32.h (ftruncate, truncate): mingw64 misses
prototypes.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
10:49 PM Revision 48a3fa90 (git): merges r31272 from trunk into ruby_1_9_2.
- --
* io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
10:49 PM Revision ca0ac3e3 (git): merges r31266 from trunk into ruby_1_9_2.
- --
* lib/uri/common.rb: avoid race condition. fixes #4572
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
10:49 PM Revision d4e840bf (git): merges r31262 and r31264 from trunk into ruby_1_9_2.
- --
Evaluate truncate, ftruncate and ftello existence
This corrects mingw-w64 compilation.
--
* include/ruby/win32.h:... -
10:49 PM Revision 7ffffab2 (git): merges r31248 from trunk into ruby_1_9_2.
- --
* ext/stringio/stringio.c (strio_getline): check whether str is
a string when str and lim are given.
https://t... -
10:49 PM Revision 61ce0127 (git): merges r31244 from trunk into ruby_1_9_2.
- --
* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):
pop pushed error after each try of reading. fixes #4550
* ex... -
10:49 PM Revision 1dd5d8e4 (git): merges r31242 from trunk into ruby_1_9_2.
- --
* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):
pop pushed error after each try of reading. fixes #4550
gi... -
10:48 PM Revision e9514443 (git): merges r31237 from trunk into ruby_1_9_2.
- --
* io.c (rb_io_syswrite): While local FS writes are usually
buffered, the buffers can be full or the file opened ... -
10:48 PM Revision 5b66b692 (git): merges r31177,r31178 and r31179 from trunk into ruby_1_9_2.
- --
Use LOG_PID instead of LOG_PERROR in Syslog.open test
LOG_PERROR isn't a POSIX option for syslog, so it fails on ... -
10:48 PM Revision a7fb5151 (git): merges r31164 from trunk into ruby_1_9_2.
- --
* ext/openssl/ossl_x509name.c: id_aref's type is ID.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... -
10:48 PM Revision cbb9603f (git): merges r31162 from trunk into ruby_1_9_2.
- --
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,
so it should use NUM2INT.
* ext/openssl/ossl_o... -
10:48 PM Revision c1014362 (git): merges r31158 from trunk into ruby_1_9_2.
- --
* numeric.c (flo_round): fix inaccurate results.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@... -
10:48 PM Revision cca6b1d3 (git): merges r31152 and r31154 from trunk into ruby_1_9_2.
- --
* win32/win32.c: wait process real termination after reading
exit code. fixes #4518
--
* win32/win32.c: fix r311... -
10:06 PM Revision 3b58e17d (git): revert r31783.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:18 PM Bug #3924: Performance bug (in require?)
- Hello, Xavier
Thank you for your contribution. Your patch seems to attempt a good
thing, but it is tremendously ... -
06:39 AM Bug #3924: Performance bug (in require?)
- Actually Luis I just read your gist, my numbers match up with ruby 1.9.3dev (2011-05-28 trunk 31761) [i386-mingw32], ...
-
06:37 AM Bug #3924: Performance bug (in require?)
- Rodrigo: Please try the latest version of rvm: rvm get head. Otherwise let me know what platform you are on.
Luis: S... -
01:57 AM Bug #3924: Performance bug (in require?)
- Jon Forums wrote:
> @Luis, if you have time, would you add results to your gist using a patched ruby_1_9_2 build?
>... -
01:53 AM Bug #3924: Performance bug (in require?)
- @Luis, if you have time, would you add results to your gist using a patched ruby_1_9_2 build?
Your 1.9.3dev result... -
01:23 AM Bug #3924: Performance bug (in require?)
- On Fri, May 27, 2011 at 9:11 PM, Xavier Shay <[email protected]> wrote:
>
> My last problem was related to the ... -
05:04 PM Bug #4797 (Rejected): 'make test-all' on Fedora15 cause a lot of http test error
- I'm sorry. This is Linux bug. The kernel community think this is regression and
Dave already reverted the commit. I'... -
04:37 PM Bug #4797 (Rejected): 'make test-all' on Fedora15 cause a lot of http test error
- Currently, 'make test-all' on Fedora15 cause 66 errors. because
1) recent linux kernel doesn't allow port reuse ev... -
05:01 PM Revision 4de27b35 (git): NetBSD also denies to set sticky bit against regular file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:49 PM Revision e524bb98 (git): try and catch for the test of setenv(3).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:49 PM Revision 818cb970 (git): * 2011-05-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 PM Revision 0d6c5910 (git): * bignum.c (bigmul1_toom3): remove unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 PM Feature #4796: Coverage should be restartable
- > You are talking about second (or later) calls to Coverage.start, right?
Yes, that would be fine.
> I cannot und... -
01:51 PM Feature #4796 (Assigned): Coverage should be restartable
- Hello.
As a maintainer of ext/coverage, I like to approve this feature unless
there is objection. But I'd like t... -
12:41 PM Feature #4796 (Closed): Coverage should be restartable
- I would like a way to be able to make the following test past:
require "test/unit"
require "coverage"
... -
02:22 PM Revision 7c99a7df (git): * numeric.c (flo_round): use absolute value as divisor.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:21 PM Revision 2ceceb8f (git): * test/date/test_switch_hitter.rb: properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:18 PM Revision f7b04698 (git): * re.c (rb_reg_match): fix rdoc of Regexp#=~.
- patched by Tsuyoshi Sawada. [Bug #4781]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31781 b2dd03c8-39d4-4d8f-9... -
02:14 PM Revision d5a775f5 (git): * lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):
- keep parse_uri as private. patched by okkez. [Bug #4773]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31780 b2d... -
01:26 PM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
- As far as I remember, io.c should not use vm_core.h and rb_thread_t.
ko1 dislikes it.
-
07:10 AM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
- Hm. rb_thread_interrupted() is safe to call from blocking region.
-
08:55 AM Revision 4173fb0c (git): * numeric.c: add #include "interna.h" for rb_big_uminus() prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:09 AM Revision a3ffe969 (git): * numeric.c (flo_round): fix for negative value.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:23 AM Bug #4795: Nested classes don't seem to resolve correctly when another class exists with the same name
- `class Foo::Bar::Baz` does *not* open the Foo::Bar scope. `class
Foo::Bar; class Baz` does however.
// Magnus Holm...
05/28/2011
-
11:51 PM Bug #4795: Nested classes don't seem to resolve correctly when another class exists with the same name
- But isn't Baz defined at the immediate Foo::Bar scope? Why does it keep going up the chain?
-
11:05 PM Bug #4795: Nested classes don't seem to resolve correctly when another class exists with the same name
- The call to 'Baz' in method 'x' will look up the ancestor chain and find the Baz constant defined for Object(because ...
-
10:39 PM Bug #4795 (Rejected): Nested classes don't seem to resolve correctly when another class exists with the same name
- # in /tmp/foo.rb
module Foo
end
module Foo::Bar
class Baz; end
end
class Baz
def say
"::Baz"
... -
11:32 PM Revision 8cd1c4dd (git): merges r31113 from trunk into ruby_1_9_2.
- --
* ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush should
not change sync mode on e... -
11:32 PM Revision b337563f (git): merges r31101 from trunk into ruby_1_9_2.
- --
* lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe
is true. Patch by Masaki Matsushita (Glas... -
11:32 PM Revision 0642b2a5 (git): merges r31086 from trunk into ruby_1_9_2.
- --
* parse.y (parser_encode_length): add exception as UTF8-MAC for
magic comment's emacs newline specifier
patche... -
11:32 PM Revision 9eb4b2e5 (git): merges r31085 from trunk into ruby_1_9_2.
- --
* parse.y (parser_encode_length): fix typo: the length of
"-dos" and "-mac" is not 5 but 4.
patched by James M... -
11:32 PM Revision 394c7da4 (git): merges r31050 from trunk into ruby_1_9_2.
- --
* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch by
Masaki Matsushita (Glass_saga).
* test/te... -
11:32 PM Revision fee12c7f (git): merges r31028 from trunk into ruby_1_9_2.
- --
* include/ruby/intern.h: fix a typo of prototype declaration.
rb_mutex_try_lock -> rb_mutex_trylock [rub... -
11:31 PM Revision ce79ff70 (git): merges r31016 from trunk into ruby_1_9_2.
- --
* test/ruby/test_process.rb (test_execopts_redirect): redirecting fd
>= 3 is not supported on Windows, so should... -
11:31 PM Revision 6b47d60e (git): * strftime.c (STRFTIME): return 0 and ERANGE when precision is too
- large. [ruby-dev:43284] fixes #4456
based on r31011.
* test/test_time.rb (TestTime#test_huge_precision): test for ... -
11:31 PM Revision aed90c7c (git): merges r30957 from trunk into ruby_1_9_2.
- --
* ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whose
whose format is (+/-)hhmm. Thanks Gonçalo... -
11:31 PM Revision cb5c87b7 (git): merges r30975 from trunk into ruby_1_9_2.
- --
* lib/tempfile.rb: Fix example file paths in docs for tempfile.
https://github.com/ruby/ruby/pull/5
git-svn-id:... -
11:31 PM Revision 137c52d9 (git): merges a part of r30931 from trunk into ruby_1_9_2.
- --
* ext/psych/lib/psych/json/stream.rb: do not emit custom tags in maps
or sequences when emitting JSON.
* ext/psy... - 11:18 PM Revision b0db8f0b (git): * 2011-05-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:18 PM Revision 1c0add85 (git): merges r30922 and r30924 from trunk into ruby_1_9_2.
- --
* prevent temporary objects from GC, and should not use
RSTRING_PTR() for function calls since it evaluates the ... -
10:23 PM Bug #3924: Performance bug (in require?)
- Great work, Xavier!
I would like to try it but my RVM installation seems to be broken somehow:
rvm install... -
10:11 AM Bug #3924: Performance bug (in require?)
- My last problem was related to the build system pushing things into $" and bypassing require.
I now have a patch t... -
05:40 PM Bug #4794 (Closed): Improving documenation for const_missing
- I added another example to const_missing's documentation to make it a little more obvious.
-
05:17 PM Revision e15b3c83 (git): * test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:15 PM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
- I think this is subtle but interesting issue. Thank you.
I'm not sure rb_thread_interrupted() is callable without... -
04:04 PM Bug #1157: missing zlib.rb?
- The error is due to zlib1g-dev is not installed by default. In ubuntu, to solve it:
1. sudo apt-get install zlib1g-d... -
03:26 PM Bug #4793 (Closed): 特定のSyntaxErrorでirbが落ちる
- =begin
以下のコードでirbが落ちます。
$ ./ruby -Ilib bin/irb
irb(main):001:0> next
SyntaxError: (irb):1: Can't escape from... - 03:24 PM Revision 25925517 (git): * 2011-05-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 PM Revision bde7a62f (git): * process.c (before_exec, after_exec): change from macro to function.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:50 PM Feature #1081: add File::write() convenience method
- Hello,
The status of this feature request is considered as "accepted".
If anyone writes a patch (in C) for this f... -
01:52 PM Revision ed02c412 (git): * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFL
- before calling execve(). Because r31760 reintroduced an issue that
system() may hang up (i.e. [ruby-dev:12261]).
* ... -
08:47 AM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
- =begin
Yui NARUSE wrote:
> > The basic action would be to extend the error message "Encoding::ConverterNotFoundEr... -
08:22 AM Bug #4791 (Closed): Doc: Clarification on allowed timeout values
- This patch clarifies what is an acceptable timeout value in Net::HTTP and Timeout::timeout. The existing documentatio...
-
07:59 AM Bug #4776: DateTime.new! has been disabled
- On Wed, May 25, 2011 at 09:26:10AM +0900, Aaron Patterson wrote:
>
> Issue #4776 has been reported by Aaron Patte... -
07:11 AM Revision e39b50d4 (git): * signal.c (Init_signal, default_handler): change default SIGPIPE handler
- from empty function to SIG_IGN. [ruby-dev:43215]
* signal.c (sigpipe): removed.
git-svn-id: svn+ssh://ci.ruby-lang... -
02:24 AM Bug #4789: rb_str_bytesize() should use LONG2NUM()
- Indeed. I've commited this.
Thank you! -
02:23 AM Bug #4789 (Closed): rb_str_bytesize() should use LONG2NUM()
- This issue was solved with changeset r31756.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i... -
01:41 AM Bug #4522 (Rejected): Net::HTTP persistent connections
- Recommended use of Net::HTTP is like:
Net::HTTP.start("www.terra.com.br") do |h|
h.get("/")
end
So if a ... -
01:20 AM Bug #4790 (Closed): [rdoc] attempt to clarify IO rdocs
- As per some confusion over options for File.open [1], here is a patch to attempt to clarify.
[1] http://www.ruby-f... -
01:06 AM Bug #4179 (Closed): OpenStruct#method_missing handles #[]= wrongly
- Thanks for the patch.
It was modified so that:
- s[] also raises an error
- s[1]=2 states that "[]=" is the miss...
05/27/2011
-
11:45 PM Revision aede5b39 (git): update comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:39 PM Bug #4789 (Closed): rb_str_bytesize() should use LONG2NUM()
- RSTRING_LEN() is a long, so LONG2NUM() should be used, not INT2NUM().
-
10:46 PM Feature #4784 (Closed): Import the JSON library
- This issue was solved with changeset r31749.
Lazaridis, thank you for reporting this issue.
Your contribution to Ruby... -
10:26 PM Feature #4784 (Assigned): Import the JSON library
- Current ext/json is not recognized as gem by RubyGems.
Nobu, please hack it :D -
10:45 PM Bug #4732 (Closed): mingw no longer writes files with "\r\n" by default, presumably unexpectedly
- This issue was solved with changeset r31748.
Roger, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:28 PM Feature #4780 (Assigned): String#split with a block
-
10:20 PM Feature #4065 (Rejected): Rename or alias module#append_features to module#include_module
-
08:26 PM Feature #4783: REXML::Text.new 引数がfreezeされていたとき
- ありがとうございます!
-
11:36 AM Feature #4783 (Closed): REXML::Text.new 引数がfreezeされていたとき
- pullしておきました。
-
08:22 PM Bug #4522: Net::HTTP persistent connections
- And if it's used like in example #1, and then there's an exception (which is rescued in user code), and then a new re...
-
06:06 PM Revision 9efb5a9d (git): * io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:25 PM Revision 412e9ba1 (git): email addr fix
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:23 PM Revision 724b1c60 (git): * string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().
- Patch by Nikolai Weibull. [Bug #4789] [ruby-core:36511]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31756 b2... -
05:09 PM Revision 78271e8c (git): * io.c (fill_cbuf): Fix test-all crash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:01 PM Feature #4788 (Closed): resolv.rb refactoring
- このようなモンキーパッチが(私のコードではありませんが)
https://github.com/ioquatix/rubydns/blob/master/lib/rubydns/resolv.rb
#3835 ( [ruby-co... -
04:22 PM Feature #4786: RCR new Feature: Numeric#grouped
- Ruby doesn't include Locale depended features on current policy.
So it should be done by ICU or ActiveSupport or som... -
08:53 AM Feature #4786: RCR new Feature: Numeric#grouped
- Hi,
At Fri, 27 May 2011 08:17:52 +0900,
Nobuyoshi Nakada wrote in [ruby-core:36495]:
> And not all locales ... -
08:50 AM Feature #4786: RCR new Feature: Numeric#grouped
- P.S. POSIX does specify printf("%'d"), but this does not define _how_ the numbers are grouped, because of course, by...
-
08:46 AM Feature #4786: RCR new Feature: Numeric#grouped
- -1.
As nobu said numbering system depends on locales. So far ruby has been strictly avoiding locale-dependent fea... -
08:23 AM Feature #4786: RCR new Feature: Numeric#grouped
- Hi,
At Fri, 27 May 2011 07:22:37 +0900,
Roger Pack wrote in [ruby-core:36494]:
> Background:
> Currently ... -
07:18 AM Feature #4786 (Rejected): RCR new Feature: Numeric#grouped
- Hello all.
As discussed in http://www.ruby-forum.com/topic/1060694#new with apparently no objection, this is a req... - 03:59 PM Revision 8858722d (git): * 2011-05-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:59 PM Revision a50bdcd6 (git): * lib/ostruct.rb (method_missing): Handle [] and []= correctly.
- Based on a patch by Caius Durling, bug #4179 [ruby-core:33792]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@317... - 02:57 PM Revision 40e7d793 (git): * test/rexml/test_core.rb (Tester::test_text_frozen): split frozen
- string test. refs #4783
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:55 PM Revision 7bb29d4b (git): * proc.c: Rdoc formatting, clarification & example fix
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:55 PM Revision ffd86054 (git): * object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdoc
- more precise by specifying Object can searched for Modules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31750 ... -
01:53 PM Feature #4787: Integer#each_modulo(n)
- Hi,
I believe I've sent the following feature request to ruby-core,
but I sent to ruby-dev by mistake.
--
K... -
01:18 PM Feature #4787 (Closed): Integer#each_modulo(n)
- I suggest a new feature of Integer to enumerate by iterated Integer#modulo.
An example implementation in Ruby is the... -
01:46 PM Revision c5719d9a (git): * tool/rbinstall.rb (gem): install gemspec of json. fixed #4784
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:45 PM Revision b5bc09d2 (git): * io.c (validate_enc_binmode): do not clear textmode flag if
- default. fixed #4732
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:38 PM Revision 9909c675 (git): * io.c (fill_cbuf): finish reading at EOF.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:37 PM Revision faaf8ea8 (git): * test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.
- * test/ruby/test_signal.rb (TestSignal#test_signal2): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31746... -
08:36 AM Bug #4141 (Closed): Tk extension is not accepting any type of parameter combination
- This issue was solved with changeset r31742.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g... -
02:34 AM Revision 83e216b6 (git): ChangeLog for it
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:34 AM Revision 42f704a8 (git): prevent an error when passing a frozen string to REXML::Text.new
- dup the string passed in instead of cloning so that it's frozen state is ignored
Signed-off-by: URABE, Shyouhei <shy... -
01:01 AM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
- > The basic action would be to extend the error message "Encoding::ConverterNotFoundError" like this:
In current s...
05/26/2011
-
11:55 PM Bug #4027 (Rejected): Signal.trap で busy loop に陥る
- シグナルマスクに関しては #4765 に分離されました。
signal_buff の競合状態は、新しめの gcc や Windows だと ATOMIC_INC/ATOMIC_DEC がロックつきになることと、
#4765 でシグ... -
11:48 PM Revision e65e24bd (git): * thread.c (ppoll): typo bug fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:36 PM Revision 542190ce (git): * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.
- * ext/tk/lib/tk/extconf.rb: cannot make on MinGW [Ruby 1.9 - Bug #4141].
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
11:24 PM Feature #4783: REXML::Text.new 引数がfreezeされていたとき
- 引数の文字列オブジェクトに興味があるのではなくて、文字列の中身だけに興味があると思うので、freezeは落としちゃう方向でよいと思います。なので、取り込みたいと思うのですが、pullってもらってよいでしょうか?
テストは直したほ... -
03:16 PM Feature #4783 (Closed): REXML::Text.new 引数がfreezeされていたとき
- lib/rexmlのメンテナの須藤さん:
pull requestが来ています。パッチ自体は妥当かなという気がしますので、そもそも現状が意図された状態なのか、それともこれはバグってことにするのか、その辺ご判断いただければと。よろ... -
10:32 PM Bug #4785 (Closed): CSV Documentation
- This issue was solved with changeset r31739.
Ysiad, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:52 PM Bug #4785 (Closed): CSV Documentation
- Documentation updates only:
1. Specified that fastercsv was new as of 1.9, as "New" could be ambiguous.
2. Fix... -
05:23 PM Feature #4784: Import the JSON library
- RubyGems !
-
04:56 PM Feature #4784: Import the JSON library
- Sakuro OZAWA wrote:
> $ ls path-to/ruby/1.9.1/json*
> path-to/ruby/1.9.1/json.rb
>
> path-to/ruby/1.9.1/json:... -
04:23 PM Feature #4784: Import the JSON library
- Ah, you again. That's a dm-serializer issue then, as their gemspec specifies the json gem as a dependency. Libraries...
-
04:22 PM Feature #4784: Import the JSON library
- $ ls path-to/ruby/1.9.1/json*
path-to/ruby/1.9.1/json.rb
path-to/ruby/1.9.1/json:
add/ common.rb ext.rb ... -
04:13 PM Feature #4784: Import the JSON library
- Shota Fukumori wrote:
> It has already included in ruby 1.9.
>
> is our including json gem not equal to yours?
... -
03:46 PM Feature #4784 (Rejected): Import the JSON library
- It has already included in ruby 1.9.
is our including json gem not equal to yours?
-
03:20 PM Feature #4784 (Closed): Import the JSON library
- I've personally lost several hours with the JSON gem (and was still not able to resolve the problem in a way that is ...
- 03:35 PM Revision 4aaea4c9 (git): * 2011-05-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:35 PM Revision a9c056f1 (git): * lib/csv.rb: Enhance each() to support Enumerator.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:32 PM Revision b74f5dee (git): * lib/csv.rb: Documentation improvements from Ysiad Ferreiras.
- [Ruby 1.9 - Bug #4785]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:52 AM Bug #921: autoload is not thread-safe
- FYI: shyouhei is working for the fix. Here's commits for ruby_1_8 branch.
http://svn.ruby-lang.org/cgi-bin/viewvc.cg... -
06:46 AM Revision db0f21e9 (git): ChangeLog for it.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:44 AM Revision b1524728 (git): * 2011-05-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 AM Revision c0f09a8a (git): * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspect
- * test/xmlrpc/parser.rb: test for the above
Signed-off-by: URABE, Shyouhei <[email protected]>
git-svn-id: svn... -
04:23 AM Feature #4772: Hash#add_keys
- On Wed, May 25, 2011 at 3:20 PM, Joey Zhou <[email protected]> wrote:
> 1) hash = Hash.new {|h,k| k.succ }
>... -
02:25 AM Bug #4762: Adding documentation for mathn
- You're right. I did not include the original patch. Sorry about that.
I am adding both the patches now. The second ... -
01:02 AM Bug #4781 (Closed): Engrish in comment in Regexp#=~
- I see the following grammatical mistakes in ruby-doc, probably reflecting the comments in the source:
Regexp#=~
... -
12:05 AM Feature #4778: IO#each_chomped
- Yes, I was confused by the fact that puts already chomps the argument...
05/25/2011
-
11:43 PM Feature #4778: IO#each_chomped
- Rodrigo Rosenfeld Rosas wrote:
> I wouldn't say this is about laziness, but about code readability. I agree this is ... -
11:11 PM Feature #4778: IO#each_chomped
- I wouldn't say this is about laziness, but about code readability. I agree this is a common use, but doesn't each_lin...
-
11:06 PM Feature #4778 (Rejected): IO#each_chomped
- When manipulating text files, mostly, the input record separator(saying "\n") is scrap and will be chomped.
I sugg... -
11:41 PM Feature #4780 (Closed): String#split with a block
- Mentioned before, in another (rejected) issue thread: http://redmine.ruby-lang.org/issues/4615
There are a few met... -
11:23 PM Feature #4772: Hash#add_keys
- Em 25-05-2011 10:54, Yusuke ENDOH escreveu:
> Hello,
>
> 2011/5/25 Rodrigo Rosenfeld Rosas<[email protected]>... -
11:20 PM Feature #4772: Hash#add_keys
- Rodrigo Rosenfeld Rosas wrote:
> Actually, as already noticed here, this could be just:
>
> ['a', 'b', 'c'].each ... -
10:59 PM Feature #4772: Hash#add_keys
- Hello,
2011/5/25 Rodrigo Rosenfeld Rosas <[email protected]>:
> Actually, as already noticed here, this coul... -
10:44 PM Feature #4772: Hash#add_keys
- > In recent version, if I want to do the same thing, the code may be:
>
> hash = Hash.new {|h,k| k + k.succ}
> ["... -
10:38 PM Feature #4772: Hash#add_keys
- Adam Prescott wrote:
> On Tue, May 24, 2011 at 9:36 AM, Joey Zhou <[email protected]> wrote:
>
> > hash = Hash... -
10:35 PM Feature #4772: Hash#add_keys
- Yukihiro Matsumoto wrote:
> I see no reason to add a method to generate keys only. Hash is a set of key-value pairs... -
06:29 PM Feature #4772: Hash#add_keys
- On Tue, May 24, 2011 at 9:36 AM, Joey Zhou <[email protected]> wrote:
> hash = Hash.new {|h,k| k.to_s + "foo" ... -
01:30 AM Feature #4772: Hash#add_keys
- I see no reason to add a method to generate keys only. Hash is a set of key-value pairs, right? Can you elaborate w...
-
10:13 PM Bug #4695 (Open): documentation updates: Zlib is 100%
- And, set_comment, set_sync :-)
-
09:19 AM Bug #4695 (Closed): documentation updates: Zlib is 100%
- This issue was solved with changeset r31726.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... -
07:17 PM Bug #4777 (Feedback): Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT
- Unfortunately, we are not ESPer. Please consider to make reproducer.
Now we have no way to digging your issue. -
11:29 AM Bug #4777: Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT
- Could you produce `ruby -v` ? (Like ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux])
And we don't think ... -
10:30 AM Bug #4777 (Third Party's Issue): Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT
- We're having an intermittent but fairly frequent issue with a resque worker process that we're daemonizing with daemo...
-
03:26 PM Bug #4711: documentation updates: Net::POP3 and Net::Telnet are 100%
- > What is the on_connect method for? Net::HTTP has an empty on_connect method also, is it for subclasses of Net::HTT...
-
09:31 AM Bug #4711: documentation updates: Net::POP3 and Net::Telnet are 100%
- What is the on_connect method for? Net::HTTP has an empty on_connect method also, is it for subclasses of Net::HTTP ...
-
09:30 AM Bug #4711 (Closed): documentation updates: Net::POP3 and Net::Telnet are 100%
- This issue was solved with changeset r31728.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... - 02:46 PM Revision 6e7544f1 (git): * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).
- * lib/csv.rb: Remove debugging prints.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31735 b2dd03c8-39d4-4d8f-... -
11:54 AM Bug #4748 (Closed): documentation updates: Curses and friends are 100% documented
- This issue was solved with changeset r31731.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... -
09:57 AM Bug #4747 (Closed): documentation updates: Curses and friends are 76% documented
- This issue was solved with changeset r31730.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... -
09:44 AM Revision 25be3930 (git): * variable.c (rb_const_get_0): Fix previous change. There were
- possibilities when an autoload-specified library lacks
definition of the constant it was bound to. On... -
09:40 AM Bug #4726: [doc] benchmark.rb
- If the details of the yielded object are a specification we should document them, but the benchmark maintainer needs ...
-
09:38 AM Bug #4726 (Closed): [doc] benchmark.rb
- This issue was solved with changeset r31729.
Sandor, thank you for reporting this issue.
Your contribution to Ruby is... -
07:46 AM Bug #4726: [doc] benchmark.rb
- Hello,
Yusuke Endoh wrote:
> Hello,
>
> > Maybe you find it not useful, but to open up internals it would be nic... -
09:26 AM Bug #4710 (Closed): documentation updates: Net::FTP is 100%
- This issue was solved with changeset r31727.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... -
09:26 AM Bug #4776 (Rejected): DateTime.new! has been disabled
- After r31668, `DateTime.new!` no longer works. Is there a replacement? Or is this a mistake?
This code works bef... -
08:29 AM Bug #4694: ERB::Compiler documentation
- I have hidden ERB::Compiler from documentation.
I am not always sure which things should be documented for users a... -
08:22 AM Bug #4694 (Closed): ERB::Compiler documentation
- This issue was solved with changeset r31724.
Simon, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:42 AM Bug #4775 (Closed): lib/cgi/*
- Completed CGI documentation to be 100%
- 05:36 AM Revision 4f684149 (git): * 2011-05-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:36 AM Revision 74dcc22c (git): * variable.c (rb_autoload_load): There is a race condition while
- autoloading. When two or more threads touch a single autoloaded
constant at a time, one of them does the requir... -
02:54 AM Revision ce9d84a9 (git): * ext/curses/curses.c: Remove color constants block.
- [Ruby 1.9 - Bug #4748]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:57 AM Feature #4774 (Closed): User Friendly Handling of "Encoding::ConverterNotFoundError"
- Based on my own (user) experience with issue [#4738] (which was solved), I suggest the following enhancement.
=== ... -
01:42 AM Bug #4757 (Open): Attempt to make Enumerator docs more clear (patch included)
- Hello,
- * p e.next #=> 1
- * p e.next #=> 2
- * p e.next #=> 3
- * p e.next #raises StopIterat... -
12:57 AM Revision eab12253 (git): * ext/curses/curses.c: Add missing documentation for button state, MIN
- and MAX comments. Add Curses. to TABSIZE= and ESCDELAY= methods.
[Ruby 1.9 - Bug #4747]
git-svn-id: svn+... -
12:55 AM Bug #4760 (Open): Some documentation improvements for Hash#key
- Hello,
> Returns the key of the first occurrence of a given value.
Is this really guaranteed?
Writing a rdoc... -
12:38 AM Revision 5bf1c145 (git): * lib/benchmark.rb: Restore nodoc for Benchmark::Job and
- Benchmark::Report. [Ruby 1.9 - Bug #4726]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31729 b2dd03c8-39d4-4d... -
12:30 AM Revision 0441079b (git): * lib/net/pop.rb: Hide implementation details from RDoc.
- [Ruby 1.9 - Bug #4711]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:26 AM Revision 9c711c0b (git): * lib/net/ftp.rb: Add :nodoc: for private methods.
- [Ruby 1.9 - Bug #4710]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:19 AM Revision 9af99106 (git): * ext/zlib/zlib.c: Fix Document-method declarations. Improve
- Zlib::GzipFile's method catalog. [Ruby 1.9 - Bug #4695]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31726 b2...
05/24/2011
-
11:24 PM Revision 421875ee (git): * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethod
- (oops). [Ruby 1.9 - Bug #4694]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31725 b2dd03c8-39d4-4d8f-98ff-823... -
11:22 PM Revision 373ea89e (git): * lib/erb.rb: Hide documentation for implementation details of ERB.
- [Ruby 1.9 - Bug #4694]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:58 PM Revision c5c24555 (git): * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backward
- compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:28 PM Bug #4773 (Closed): require 'webrick/https' すると WEBrick::HTTPRequest#parse_uri が public になってしまう
- require 'webrick/https' すると WEBrick::HTTPRequest#parse_uri が public になってしまいます。
以下のパッチで WEBrick::HTTPRequest#parse_... -
10:17 PM Bug #4726 (Open): [doc] benchmark.rb
- Hello,
> Maybe you find it not useful, but to open up internals it would be nice to print internal docs.
Why do... -
10:13 PM Revision 6cbe0e0f (git): * spec/README: update the description.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:12 PM Revision 9a7e2952 (git): * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:11 PM Feature #4569: Replace IPAddr with IPAddress
- Julien A wrote:
> I just came across this issue and had a question about it: why not remove things from core inste... -
10:06 PM Bug #4748 (Open): documentation updates: Curses and friends are 100% documented
- Hello,
+ * === Constants
+ *
+ * For whatever reason, these are not picked up in the RDoc
+ * These are Integer... -
09:54 PM Bug #4756 (Open): Cleanup and enhance docs for PTY (patch included)
- Hello,
raise_from_check(cpid, status);
- return Qnil; /* not reached */
+ return Qnil;
... -
09:42 PM Bug #4747 (Open): documentation updates: Curses and friends are 76% documented
- Hello,
I think
+ * call-seq: TABSIZE=(value)
should be
+ * call-seq: Curses.TABSIZE=(value)
. The sam... -
09:31 PM Bug #4710 (Open): documentation updates: Net::FTP is 100%
- Hello,
I guess that Net::FTP#send_type_command is not expected to be
used directly by user, and should be stated ... -
09:25 PM Bug #4711 (Open): documentation updates: Net::POP3 and Net::Telnet are 100%
- Hello,
+ # internal method for Net::POP3.start
def do_start(account, password)
+ # Does nothing
... - 09:22 PM Revision 18684395 (git): * 2011-05-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:22 PM Revision 54bbfe81 (git): * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden in subclasses.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:11 PM Bug #4695 (Open): documentation updates: Zlib is 100%
- Hello,
/*
- * ???
+ * Document-method: Zlib::GzipFile#set_lineno
+ *
+ * Specify line number of the last row ... -
09:04 PM Bug #4694 (Open): ERB::Compiler documentation
- Hello,
Recent document patches are all outstanding work.
So I don't want to be a wet blanket, but I'm afraid if i... -
05:36 PM Feature #4772 (Rejected): Hash#add_keys
- Hi, do you want to add a new method Hash#add_keys in a new version?
hash = Hash.new {|h,k| k.to_s + "foo" }
hash.... -
04:42 PM Bug #3924: Performance bug (in require?)
- I figured out how to make my branch compile (see my last comment), but I have no idea why I have to do this or why it...
-
10:29 AM Bug #3924: Performance bug (in require?)
- I'll try to dedicate some time to helping on this but I can't promise
anything. I'll take a longer look at Xavie... -
09:59 AM Bug #4509: Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
- I can reproduce this bug on 1.8.7 as well, and the exact same patch fixes the problem.
-
08:31 AM Revision 5c9c28b3 (git): * spec/README: fix typo.
- patched by bowsersenior. https://github.com/ruby/ruby/pull/24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3171... -
07:37 AM Feature #4595 (Closed): TkPhotoImage documentation
- This issue was solved with changeset r31717.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
06:47 AM Bug #4758 (Closed): yaml file not human readable when saving utf-8
- I've fixed this in r31715.
-
06:41 AM Bug #4758: yaml file not human readable when saving utf-8
- Aaron Patterson wrote:
[...]
> Yes, it is YAML spec. However, if it's a valid UTF-8 string, I think it
> *shoul... -
03:23 AM Bug #4758: yaml file not human readable when saving utf-8
- On Tue, May 24, 2011 at 02:51:16AM +0900, Eric Hodel wrote:
>
> Issue #4758 has been updated by Eric Hodel.
>
... -
02:51 AM Bug #4758: yaml file not human readable when saving utf-8
- This is the YAML spec, it is not a bug of ruby. See: http://www.yaml.org/spec/1.2/spec.html
-
01:35 AM Bug #4759 (Assigned): Successful URI.parse to URI::HTTP can result in an error in request_uri
05/23/2011
-
10:37 PM Revision 3ca633b8 (git): * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some environment (reported on [ruby-talk:381444]).
- * ext/tk/lib/tk/canvas.rb: support creating a canvas item object from an item ID number.
* ext/tk/lib/tk/image.rb: i... -
08:47 PM Bug #3924: Performance bug (in require?)
- It appears this commit:
https://github.com/xaviershay/ruby/commit/d7d6c41524ec8bcda8d6672e7d8b7ae812abc239
breaks... -
07:56 PM Bug #3924: Performance bug (in require?)
- Progress update:
Didn't make much impact on the graph in prior update, but also may have been to eager to blame sl... - 07:05 PM Revision 08f2c46c (git): * 2011-05-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:05 PM Revision 4eaf3d4a (git): * lib/yaml.rb: switch default YAML engine to Psych, old syck engine
- may be enabled via YAML::ENGINE.yamler = "syck". [ruby-core:36374]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
12:25 PM Feature #4764: Whitespace fix for irb.rb
- Ah quite, was working on an older repo.
Thank you for pointing that out :) -
08:59 AM Feature #4764 (Rejected): Whitespace fix for irb.rb
- We've already converted all the ruby files from tabs to spaces, maybe git trunk was a bit out of date when you did th...
-
12:11 AM Feature #4764 (Rejected): Whitespace fix for irb.rb
- Just converting tabs to spaces, as per guidelines.
-
11:00 AM Bug #4255 (Rejected): When on a case-insensitive filesystem, "loaded features" search in require should ignore case
- Thanks, guys. I reverted r30508 at r31692 and r31712 (Separated just by my commit error.)
I close this ticket as '... -
10:32 AM Bug #4374: [ext/openssl] ASN1.decode wrong for infinite length values
- Hi,
I fixed this bug and tried to simplify ossl_asn1_decode0 and
improve its performance.
Here is what I did:
... -
06:01 AM Bug #4374 (Closed): [ext/openssl] ASN1.decode wrong for infinite length values
- This issue was solved with changeset r31700.
Martin, thank you for reporting this issue.
Your contribution to Ruby is... -
10:23 AM Feature #4766: Range#bsearch
- Hi,
On 2011年5月23日月曜日 at 1:52, Yusuke Endoh wrote:
> You might think Array#bsearch is better. But Array#bsearc... -
01:52 AM Feature #4766 (Closed): Range#bsearch
- Hello,
I propose Range#bsearch for binary search:
ary = [0, 4, 7, 10, 12]
p (0..4).bserach {|i| ary[i] >= ... -
10:14 AM Bug #4769: Updated SMTP standards
- Based on section 1.2 of RFC5321 (http://tools.ietf.org/html/rfc5321#section-1.2), it looks like there were only "edit...
-
09:39 AM Bug #4769: Updated SMTP standards
- Does Net::SMTP follow RFC 2821 and 2822 or has it been updated to follow RFC 5231 and 5322?
-
08:55 AM Bug #4769 (Rejected): Updated SMTP standards
- The standards listed in the documentation for Net::SMTP (RFC2821, RFC2822) have been obsoleted by new ones (RFC5321, ...
-
09:46 AM Bug #4770 (Assigned): [Q] thread->interrupt_flag が適切に排他制御されていないように見える
-
09:45 AM Bug #4770 (Closed): [Q] thread->interrupt_flag が適切に排他制御されていないように見える
- kosakiです
Ruby VM internal
に詳しい方々に質問です。現在、thread->interrupt_flagはどうやって排他制御されるデザインになっていますでしょうか?
といいますのは
... -
09:27 AM Bug #4768: Adding documentation for Net::SMTP::Response
- I made some minor modifications, no big deal:
I switched your patch from tabs to two-space indent.
I formatted ... -
09:21 AM Bug #4768 (Closed): Adding documentation for Net::SMTP::Response
- This issue was solved with changeset r31710.
J.R., thank you for reporting this issue.
Your contribution to Ruby is g... -
04:18 AM Bug #4768 (Closed): Adding documentation for Net::SMTP::Response
- As part of the Ruby 1.9.3 documentation challenge, I'm sending a patch for documentation for the Net::SMTP::Response ...
-
09:09 AM Bug #4767: [doc] lib/mathn
- I changed the wording on some of the class comments to make it clear you could achieve different behavior after requi...
-
09:08 AM Bug #4767 (Closed): [doc] lib/mathn
- This issue was solved with changeset r31707.
Sandor, thank you for reporting this issue.
Your contribution to Ruby is... -
03:34 AM Bug #4767 (Closed): [doc] lib/mathn
- Enhanced documentation for mathn.
-
08:57 AM Bug #4762: Adding documentation for mathn
- Is part of this patch missing? I can't find the context for this patch, for example, I can't find "will return Matri...
-
08:46 AM Bug #4761 (Closed): Open Struct Documentation
- This issue was solved with changeset r31706.
Franklin, thank you for reporting this issue.
Your contribution to Ruby ... -
08:37 AM Bug #4760 (Closed): Some documentation improvements for Hash#key
- This issue was solved with changeset r31705.
Utkarsh, thank you for reporting this issue.
Your contribution to Ruby i... -
08:33 AM Bug #4757 (Closed): Attempt to make Enumerator docs more clear (patch included)
- This issue was solved with changeset r31704.
David, thank you for reporting this issue.
Your contribution to Ruby is ... -
07:23 AM Bug #4564: mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence
- Hi,
At Mon, 23 May 2011 02:38:25 +0900,
Luis Lavena wrote in [ruby-core:36391]:
> Thing is that current 1.9... -
02:38 AM Bug #4564: mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence
- Thank you Nobu,
Thing is that current 1.9.2 with MinGW do not work as you mentioned:... -
07:00 AM Bug #4765: signal が正しくマスクされておらず main thread でシグナルハンドラが動いている
- Motohiro KOSAKI wrote:
> これは、くだんのテストが子プロセスにSIGINT送って送出されてくる例外を確認しているのですが、
> test/unit/parallel.rb#run() に Signal.tr... -
01:33 AM Bug #4765 (Closed): signal が正しくマスクされておらず main thread でシグナルハンドラが動いている
- Bug#4027 から派生させます
> しかしメインスレッドその他の Thread に対応するスレッドのシグナルマスクは SIGSEGV と SIGVTALRM のみ
> 外されているはずなのに、全て外されていました。
> ... -
04:49 AM Revision 109ea644 (git): merge revision(s) 31667:
- merge revision(s) 28080:
* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.
This caused ... -
04:49 AM Revision 396a0730 (git): merge revision(s) 31655:
- * eval.c (rb_thread_atfork): When a ruby process forks, its random
seed shall be reinitialized to prevent C... - 01:04 AM Revision 7d20942b (git): * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to
- include this file in the commit r31692. __APPLE__ is not
CASEFOLD_FILESYSTEM again, from this time.
git-svn-id: s... -
01:01 AM Revision 5b3dd702 (git): * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Do
- not let current length become negative for infinite length constructed
values. Support constructed values of length z... -
12:21 AM Revision 1cb6879c (git): * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.
- [Ruby 1.9 - Bug #4768]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:13 AM Revision b452755c (git): * ChangeLog: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 AM Revision 6dc04881 (git): * lib/test/unit/parallel.rb: Never Ignore SIGINT. When received
- Interrupt, immediately puts result and exit. [ruby-dev:43571]
* lib/test/unit.rb: When received Interrupt, wait resu... -
12:08 AM Revision 1e137867 (git): * lib/mathn.rb: Improve documentation. Patch by Sandor Szucs.
- [Ruby 1.9 - Bug #4767]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom