Project

General

Profile

Activity

From 05/15/2011 to 05/21/2011

05/21/2011

10:55 PM Revision 3c25546b (git): * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)
10:48 PM Bug #4692 (Rejected): Fix indentation in ext/date/lib/date.rb
tadf (tadayoshi funaba)
10:42 PM Bug #4662 (Closed): Date#strftime %v gives allcaps instead of normal caps
%v must be nonstandard.
pd version gives "21-MAY-2011" for today.
some BSD dist's strftime gives "21-May-2011" that is also my choice.
this time i adopted pd version which is same as Time's one.
the one of reasons is "VMS like" if ...
tadf (tadayoshi funaba)
10:20 PM Feature #4742 (Closed): Allow for File.open('yo', :mode => File::WRONLY|File::TRUNC|File::CREAT)
This issue was solved with changeset r31671.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* io.c (rb_io_extract_modeenc): accept combination hash and
Fi...
kosaki (Motohiro KOSAKI)
10:13 PM Revision affb9cfb (git): * test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)
09:09 PM Revision ee025063 (git): * test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8
branch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
MartinBosslet (Martin Bosslet)
08:50 PM Bug #4753 (Closed): [doc] ipaddr
doc for constants and methods sz (Sandor Szücs)
07:38 PM Bug #4752 (Closed): [doc] forwardable def_delegator
Explained parameters of def_delegator and added a simple example. sz (Sandor Szücs)
07:12 PM Revision e48e12ec (git): * thread.c (Init_Thread): add a code comment why the meaningless
line is necessary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
04:36 PM Revision be14985b (git): * ext/date/date_core.c: modified documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
03:27 PM Revision 41ab05fa (git): * 2011-05-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:27 PM Revision c113796e (git): removed a line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
01:47 PM Revision 1f35d248 (git): * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
01:20 PM Revision 67cf354b (git): * io.c (rb_io_extract_modeenc): accept combination hash and
File::Constants. (eg. File.open('yo', :mode => File::WRONLY))
[Feature #4742][ruby-core:36338]
* test/ruby/test_io.rb (TestIO#test_open_mode): new test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31671 b2dd03c8-39d4-4d8f-98ff...
kosaki (Motohiro KOSAKI)
01:07 PM Revision a04e4ae8 (git): added tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:47 PM Revision d39f52e8 (git): * test/date/test_switch_hitter.rb: new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:25 PM Revision 559c025a (git): * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.
* ext/date/lib/{date,date/format}.rb: removed nearly all code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Tadayoshi Funaba
10:51 AM Bug #4751 (Closed): Add example to FileUtils.cd documentation
Every six months I go to the documentation to find this FileUtils.cds example because I seem to be block-blind, but it's never there. kleb (Bil Kleb)
07:07 AM Feature #4147: Array#sample で重みを指定したい
ちょっと、この件が自分にアサインされていてかつ最後がまつもとさんの「取り込んでもいい」で終わってるのを発見したのですが、これってえんどうさんが実装持ってたりします? なければ今から自分が書こうと思いますが。 shyouhei (Shyouhei Urabe)
05:55 AM Bug #4748 (Closed): documentation updates: Curses and friends are 100% documented
well 100% per the rdoc report.
Sadly there are a host of constants that are not being picked up by RDoc (I intend to follow up on that)
vbatts (Vincent Batts)
04:29 AM Bug #3167: RDoc issues in interactive mode
On 18 May 2011 22:42, Eric Hodel <drbrain@segment7.net> wrote:
> Ah, ok!
>
> How about a comma-separated output when given to a user ($stdout is a TTY or rdoc is sending output to a pager) and a newline-separated list when output ...
Eregon (Benoit Daloze)
03:00 AM Bug #4747 (Closed): documentation updates: Curses and friends are 76% documented
This issue was solved with changeset r31654.
Vincent, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/.document: Add curses to documented extensions.
* ext/...
drbrain (Eric Hodel)
02:51 AM Bug #4746 (Closed): Documentation for bigdecimal/util
This issue was solved with changeset r31653.
Pete, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. ...
drbrain (Eric Hodel)
02:44 AM Bug #4744 (Closed): ext/bigdecimal/lib/bigdecimal/jacobian.rb
This issue was solved with changeset r31652.
Kuba, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. ...
drbrain (Eric Hodel)
02:37 AM Bug #4743 (Closed): Adding documentation for Date formats
This issue was solved with changeset r31650.
Clinton, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/date/lib/date/format.rb: Document date formats. Patch ...
drbrain (Eric Hodel)

05/20/2011

10:48 PM Revision 16d94b7e (git): merge revision(s) 28080:
* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.
This caused failure when test/csv is executed with GC.stress = true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Sign...
shyouhei (Shyouhei Urabe)
10:29 PM Revision 176061e3 (git): merge revision(s) 31578:
* lib/uri/generic.rb (#route_from_path): Fix a bug where
URI('http://h/b/').route_to('http://h/b') wrongly returned './'
(should be '../b'). [Bug #4476]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31578 b2dd03c8-39...
shyouhei (Shyouhei Urabe)
10:29 PM Revision 79a569f4 (git): merge revision(s) 31575:
* lib/fileutils.rb (FileUtils#touch): Fix corrupted output.
ref [ruby-dev:43401]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Signed-off-by: URABE, Shyouhei <shyouhei...
shyouhei (Shyouhei Urabe)
10:29 PM Revision c8914f25 (git): merge revision(s) 31312:
* re.h (RMATCH_REGS): parenthesize cast expression. suggested
from Nikolai Weibull in [ruby-core:35825].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Signed-off-by: ...
shyouhei (Shyouhei Urabe)
10:29 PM Revision 4e5325fe (git): merge revision(s) 31302:
backported r31286 from trunk
* numeric.c (ruby_float_step): wrong loop condition.
fixes [ruby-core:35753], reported by Joey Zhou.
* test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):
test...
shyouhei (Shyouhei Urabe)
10:29 PM Revision 72e6e00f (git): merge revision(s) 30552:
* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in gzip's header
is the size of uncompressed input data modulo 2^32.
[ruby-core:34481] http://www.ietf.org/rfc/rfc1952.txt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc...
shyouhei (Shyouhei Urabe)
10:28 PM Revision b62769ea (git): merge revision(s) 30479:
* ext/socket/{getaddrinfo,getnameinfo}.c: include winsock2.h only when
specified to use winsock2 by user.
this problem is reported by kosaki.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30479 b2dd03...
shyouhei (Shyouhei Urabe)
10:25 PM Revision 6bc97ee8 (git): merge revision(s) 30457:
* ext/socket/socket.c (make_addrinfo): skip IPv6 addresses when ruby
doesn't support IPv6 but system supports it.
[ruby-dev:42944] (#4230)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30457 b2dd03c8-...
shyouhei (Shyouhei Urabe)
10:25 PM Revision 9c2fba7c (git): * 2011-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@31659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:25 PM Revision ea8c8251 (git): merge revision(s) 30401:
* win32/README.win32: note to need NT based OS to build ruby.
* win32/{configure.bat,setup.mak}: backport current build method from
trunk. [ruby-dev:42893] (#4206)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
shyouhei (Shyouhei Urabe)
10:25 PM Revision b8031a45 (git): merge revision(s) 30274:30279:
* Backported the fix at
Mon Oct 4 09:30:42 2010 NARUSE, Yui <naruse@ruby-lang.org>
* ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new
accepts only Strings, so call Integer#to_s(16).
...
shyouhei (Shyouhei Urabe)
09:21 PM Revision 8336788b (git): * 2011-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:21 PM Revision 793f30e3 (git): * eval.c (rb_thread_atfork): When a ruby process forks, its random
seed shall be reinitialized to prevent CVE-2003-0900 situation.
This bug affects for 1.8 and earlier series, but not for 1.9.
fixed [ruby-core:34944].
* io.c (pipe_open): ditto.
* random.c (rb_reset_random_seed): ditto.
* intern.h...
shyouhei (Shyouhei Urabe)
07:28 PM Bug #3924: Performance bug (in require?)
Progress update:
Fixed the autoload problem, my fork now loads a moderate sized rails app in the same time as ruby 1.9.2 (and far faster that 1.9.3dev 20s compared to 46s), as well as passing all other tests/specs. This proves the alg...
xaviershay (Xavier Shay)
06:00 PM Revision 42cb6379 (git): * ext/.document: Add curses to documented extensions.
* ext/curses/curses.c: Improve documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #4747]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
05:51 PM Revision 5bae5b4a (git): * ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. Patch
by Pete Higgins. [Ruby 1.9 - Bug #4746]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
05:44 PM Revision 18d29d79 (git): * ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. Patch
by Kuba Fietkiewicz. [Ruby 1.9 - Bug #4744]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
05:37 PM Revision c38c0537 (git): * 2011-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:37 PM Revision f8488a27 (git): * ext/date/lib/date/format.rb: Document date formats. Patch by
Clinton Nixon. [Ruby 1.9 - Bug #4743]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
03:34 PM Bug #4747 (Closed): documentation updates: Curses and friends are 76% documented
attached is a patch with a *lot* of additions the curses library.
In fact, before, there was not much more than a simple effort to do call-seq: for a handful of methods.
This makes the following:
Curses::MouseEvent 100%
Curses::Win...
vbatts (Vincent Batts)
03:18 PM Bug #4737 (Feedback): Ruby crasshes and config.xml becomes a 0 kb file
sorah (Sorah Fukumori)
03:10 PM Bug #4737: Ruby crasshes and config.xml becomes a 0 kb file
What is config_test.rb.
Is this reproduced with 1.9.2-p180?
naruse (Yui NARUSE)
02:57 PM Bug #4737: Ruby crasshes and config.xml becomes a 0 kb file
Hi Team,
I am not able to proceed further, Can anyone please help on this
shahabidh (sha jain)
03:11 AM Bug #4737: Ruby crasshes and config.xml becomes a 0 kb file
Clearing assignee and priority drbrain (Eric Hodel)
03:16 PM Bug #4745 (Closed): Build failed on m68k
Fixed r31647.
I forgot to include isssue number in commit log.
iwamatsu (Nobuhiro Iwamatsu)
11:31 AM Bug #4745 (Assigned): Build failed on m68k
nobu (Nobuyoshi Nakada)
10:13 AM Bug #4745 (Closed): Build failed on m68k
Hi,
Build of ruby/trunk failed on m68k.
I confirmed on Debian/m68k.
-----
compiling /build/b/ruby/gc.c
/build/b/ruby/gc.c: In function 'mark_current_machine_context':
/build/b/ruby/gc.c:2353: warning: passing argument 1 of 'mar...
iwamatsu (Nobuhiro Iwamatsu)
02:46 PM Bug #4683 (Assigned): [PATCH] io.c: copy_stream execute interrupts and retry
naruse (Yui NARUSE)
08:23 AM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
Eric Wong <normalperson@yhbt.net> wrote:
> Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
> http://redmine.ruby-lang.org/issues/4683

> It's debatable whether this is a bug or not, but I think the current inte...
normalperson (Eric Wong)
01:49 PM Bug #4255: When on a case-insensitive filesystem, "loaded features" search in require should ignore case
If 1.9 does indeed get the proper expanded path of the file, and also *uses* that expanded path for LOADED_FEATURES, then I agree the case-insensitivity change is unnecessary. headius (Charles Nutter)
12:22 PM Revision 78cd4749 (git): * lib/scanf.rb: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
11:55 AM Bug #4746 (Closed): Documentation for bigdecimal/util
This patch adds documentation for the methods in bigdecimal/util. Additionally, I removed some comments at the top that were incorrectly applied elsewhere as documentation for the Float class. phiggins (Pete Higgins)
06:36 AM Revision b0087a58 (git): * ChangeLog: monomaniac and meaningless format checks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:15 AM Bug #4744 (Closed): ext/bigdecimal/lib/bigdecimal/jacobian.rb
kubaf (Kuba Fietkiewicz)
06:05 AM Revision e6a51e8f (git): * gc.c: Fix build on m68k by 'error: too few arguments to
function 'mark_locations_array''.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
iwamatsu (Nobuhiro Iwamatsu)
04:42 AM Bug #4743 (Closed): Adding documentation for Date formats
Added documentation for all Date formats missing docs. I apologize for not having a good link or example for Date.jisx0301. Not being able to read Japanese, I couldn't quite figure out this standard (JIS X 0301). The lack of a link does ... crnixon (Clinton Nixon)
04:26 AM Bug #4735: lib/scanf.rb Documentation Improvement
I converted the =begin/=end sections to # and removed the toplevel comments for String, IO and Kernel to not pollute them. drbrain (Eric Hodel)
04:24 AM Bug #4735 (Closed): lib/scanf.rb Documentation Improvement
This issue was solved with changeset r31646.
Gabe, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.
...
drbrain (Eric Hodel)
12:58 AM Bug #4738 (Closed): gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
This issue was solved with changeset r31644.
Ilias, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* enc/trans/ibm737-tbl.rb: greek code page. fixes #4738
nobu (Nobuyoshi Nakada)
12:27 AM Feature #4086: Feature request: add String#contain? and {Enumerable,Array}#contain? methods
Ok I am updating to clarify this. The gist of the code change would be this (patch attached):
module Enumerable
alias contain? include?
end
class String
alias contain? include?
end
Which would allow for this to work:
[...
rogerdpack (Roger Pack)
12:15 AM Feature #4742 (Closed): Allow for File.open('yo', :mode => File::WRONLY|File::TRUNC|File::CREAT)
Currently we have these options for File.open:
File.open('yo', 'w')
File.open('yo', File::WRONLY|File::TRUNC|File::CREAT)
File.open('yo', :mode => 'w')
but not
File.open('yo', :mode => File::WRONLY|File::TRUNC|File::CREAT)
W...
rogerdpack (Roger Pack)

05/19/2011

10:52 PM Feature #3905: rb_clear_cache_by_class() called often during GC for non-blocking I/O
I don't against for the ephemeral class flag but
it needs discussion with ko1 and/or matz.
akr (Akira Tanaka)
10:37 PM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
Edit: deleted by myself, as not relevant to the issue. lazaridis.com (Lazaridis Ilias)
10:14 PM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
Ilias Lazaridis wrote:
>
> ...
Months? RubyInstaller codebase provides you the building blocks, you don't need to setup a development environment, it does for you and is self contained.
luislavena (Luis Lavena)
10:09 PM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
Edit: deleted by myself, as not relevant to the issue. lazaridis.com (Lazaridis Ilias)
09:27 PM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
Ilias Lazaridis wrote:
>
> ...
Sorry to hear that.
> What I can do:
> ...
Can't provide a binary for a non-released version. That is RubyInstaller policy to avoid confusion with stable releases.
> * Or I could apply and test a...
luislavena (Luis Lavena)
09:16 PM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
Edit: deleted by myself, as not relevant to the issue. lazaridis.com (Lazaridis Ilias)
08:51 PM Bug #4738 (Feedback): gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
Hello,
Please provide the complete output of "gem env" so we can determine which path option is generating these issues.
Also, will be great if you try this against latest version of Ruby (trunk) since lost of encoding issues has b...
luislavena (Luis Lavena)
08:28 PM Bug #4738 (Closed): gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
On windows 7 greek.
Installer used:
http://rubyforge.org/frs/download.php/74298/rubyinstaller-1.9.2-p180.exe
P:\>cmd
Microsoft Windows [Έκδοση 6.1.7600]
Πνευματικά δικαιώματα (c) 2009 Microsoft Corporation. Με επιφύλαξη κάθε νόμ...
lazaridis.com (Lazaridis Ilias)
09:19 PM Feature #1291 (Assigned): O_CLOEXEC flag missing for Kernel::open
I've reverted r31430 today.
because boron chkbuild test result says, An old linux kernel ignore O_CLOEXEC
silently instead of return an error. It may lead to bring new security risk.
So, we have to be pending it until finish to impl...
kosaki (Motohiro KOSAKI)
08:23 PM Bug #4734: [ext/openssl] DSA#sign error
Thanks Yui for testing!

@nahi: OK, I understand now. I'll try with openssl >= 1.0.0 to see if
it works there.
I can merge the tests from ruby_1_8 to trunk after that, that's OK.

Thanks for your input, both of you!
-Marti...
MartinBosslet (Martin Bosslet)
01:23 PM Bug #4734: [ext/openssl] DSA#sign error
Sorry, I should have aware of this ticket.

Non-DSS1 DSA signing is from openssl 1.0.0. It should work on openssl >= 1.0.0.

Tests in ruby_1_8 branch (test/openssl/test_x509cert.rb) should have
related tests. The tests are syn...
nahi (Hiroshi Nakamura)
08:18 AM Bug #4734: [ext/openssl] DSA#sign error
I can reproduce it with
* ruby 1.9.3dev (2011-05-18 trunk 31621) [x86_64-freebsd8.2]
* OpenSSL 0.9.8q 2 Dec 2010"
naruse (Yui NARUSE)
08:03 AM Bug #4734 (Closed): [ext/openssl] DSA#sign error
Hi,
imo the following should work just fine:
data = 'Sign me!'
digest = OpenSSL::Digest::SHA256.new
pkey = OpenSSL::PKey::DSA.new(512)
signature = pkey.sign(digest, data)
At least it does for PKey::RSA. But the above...
MartinBosslet (Martin Bosslet)
07:24 PM Revision 7e1e46b9 (git): * lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.
[Ruby 1.9 - Bug #4735]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
05:49 PM Bug #4737 (Rejected): Ruby crasshes and config.xml becomes a 0 kb file
I am trying to use svn connector to Rally provided from Rally.
I have installed the version 1.9.2p0
bash-3.00# ruby -v
ruby 1.9.2p0 (2010-08-18 revision 29036) [sparc-solaris2.8]
When I try to run the test script I get the follow...
shahabidh (sha jain)
05:40 PM Bug #4736 (Rejected): Exception#to_s return other string.
=begin
すみません、trunkでは直っていたようですので閉じます。
$ ./miniruby -ve "p Exception.new([:a, :b]).to_s"
ruby 1.9.3dev (2011-05-05 trunk 27489) [x86_64-linux]
"[:a, :b]"
=end
authorNari (Narihiro Nakamura)
05:32 PM Bug #4736 (Rejected): Exception#to_s return other string.
=begin
nariです。
Exception#to_s が文字列以外を返すことがあるようです。
1.8.7, 1.9.2 ともに再現します。
$ ruby -ve "p Exception.new([:a, :b]).to_s"
ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]
[:a, :b]
$ ruby -ve "p Exception.new([:a, :b]...
authorNari (Narihiro Nakamura)
03:58 PM Revision e2283b87 (git): * 2011-05-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:58 PM Revision 2acc71b2 (git): * enc/trans/ibm737-tbl.rb: greek code page. fixes #4738
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:18 PM Revision 89837412 (git): revert O_CLOEXEC patch series completely.
because boron chkbuild test result says, An old linux kernel ignore O_CLOEXEC
silently instead of return an error. It may lead to bring new security risk.
So, we have to be pending it until finish to implement proper fallback logic.
g...
kosaki (Motohiro KOSAKI)
09:43 AM Feature #4666 (Third Party's Issue): set ruby compatibility version to 1.9.3 in trunk
nobu (Nobuyoshi Nakada)
09:06 AM Bug #4735 (Closed): lib/scanf.rb Documentation Improvement
gabemc (Gabe McArthur)
06:23 AM Bug #3167: RDoc issues in interactive mode
On May 18, 2011, at 7:56 AM, Benoit Daloze wrote:
>> I don't think I can fix 2) as it's performed by Readline
>
> I believed it is not related to Readline, I probably did not make myself clear.

I thought you meant the method list...
drbrain (Eric Hodel)
06:19 AM Feature #4718 (Closed): whitespace fixes for the CMath module
This issue was solved with changeset r31635.
Jason, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib: Convert tabs to spaces for ruby files per
http://redm...
drbrain (Eric Hodel)
06:19 AM Bug #4730 (Closed): Fixing Whitepsace
This issue was solved with changeset r31635.
Steve, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib: Convert tabs to spaces for ruby files per
http://redm...
drbrain (Eric Hodel)
12:34 AM Bug #4730 (Closed): Fixing Whitepsace
Here it is, as promised. I ran some shell commands to strip trailing whitespace, and then tabs to spaces. I then went through the files by hand and fixed some weird indentation that this caused due to inconsistencies. make test says ever... steveklabnik (Steve Klabnik)
06:07 AM Bug #4733 (Closed): Adding documentation for CGI
This issue was solved with changeset r31634.
Clinton, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/cgi/util.rb: Improve documentation. Patch by Clinton N...
drbrain (Eric Hodel)
03:54 AM Bug #4733 (Closed): Adding documentation for CGI
crnixon (Clinton Nixon)
06:02 AM Bug #4728 (Closed): Adding documentation for Tempfile
This issue was solved with changeset r31633.
Clinton, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch b...
drbrain (Eric Hodel)
05:46 AM Revision 4ae55eb1 (git): * test/ruby/test_signal.rb (test_signal_requiring): skip on Windows.
we can send SIGINT only to pid 0 and the process itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
01:32 AM Bug #4732 (Closed): mingw no longer writes files with "\r\n" by default, presumably unexpectedly
As reported
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/36284
File.open('yo', 'w') do |f|
f.write "a\nb"
end
in 1.9.2 writes out "a\r\nb" but 1.9.3 writes out "a\nb" presumably unexpectedly.
Cheers!
rogerdpack (Roger Pack)
01:29 AM Bug #4731 (Rejected): ruby -S irb fails with mingw/msys vanilla builds
as reported originally with http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/36285
basically mingw builds fail with $ ruby -S irb and always have, at least for the 1.9 branches.
$ ruby -S irb
ruby: No such file or directo...
rogerdpack (Roger Pack)
12:07 AM Revision d371e358 (git): * lib: revert r31635-r31638 and untabify with expand(1).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

05/18/2011

11:55 PM Bug #3167: RDoc issues in interactive mode
Eric Hodel wrote:
> I don't think I can fix 2) as it's performed by Readline
I believed it is not related to Readline, I probably did not make myself clear.
> ...
When you type 'String' in `ri -i`, you get the class description, t...
Eregon (Benoit Daloze)
10:50 PM Revision 1fae66fc (git): * test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)
10:22 PM Revision 7f7fef18 (git): *ext/openssl/ossl_pkey.c: Add documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)
10:07 PM Revision b205e559 (git): * lib/benchmark.rb: Fix indentation.
* lib/net/imap.rb: Fix indentation of regular expressions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:41 PM Revision f535b33f (git): * lib/net/imap.rb: Fix indentation of EOF for heredoc.
* lib/debug.rb (Commands): Fix indentation of EOHELP for heredoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:31 PM Revision 8d906115 (git): * lib/mkmf.rb: Fix indentation of EOM for heredoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
09:19 PM Revision 7bbf2f30 (git): * lib: Convert tabs to spaces for ruby files per
http://redmine.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
Patch by Steve Klabnik [Ruby 1.9 - Bug #4730]
Patch by Jason Dew [Ruby 1.9 - Feature #4718]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
drbrain (Eric Hodel)
09:07 PM Revision 34276148 (git): * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.
[Ruby 1.9 - Bug #4733]
* lib/cgi/core.rb: ditto
* lib/cgi/cookie.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:02 PM Revision ebce1b4b (git): * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton
Nixon. [Ruby 1.9 - Bug #4728]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:58 PM Revision d6581678 (git): * 2011-05-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:58 PM Revision 40e6facf (git): * encoding.c: Improve documentation for Encoding#default_external and
Encoding#default_internal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:36 PM Bug #4283: Timeout.timeout may cause application exit unintetionally
I've committed timeout-race-fix.patch as r31623 and I confirmed it fixes Charles's load test (ie https://github.com/jruby/jruby/blob/master/test/load/load_timeout.rb). I know it doesn't fix Ctrl-C issue. However I think we can discuss it... kosaki (Motohiro KOSAKI)
08:31 PM Bug #4283 (Closed): Timeout.timeout may cause application exit unintetionally
This issue was solved with changeset r31623.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/timeout.rb (Timeout#timeout): don't leak "execution exp...
kosaki (Motohiro KOSAKI)
08:02 PM Feature #4569: Replace IPAddr with IPAddress
Hi,
I just came across this issue and had a question about it: why not remove things from core instead of adding new ones ?
I love the IPAddress gem and I already use it on many projects but why including it in core ? (if anyone is u...
schmurfy (Julien A)
06:23 PM Bug #4255: When on a case-insensitive filesystem, "loaded features" search in require should ignore case
Hello,

In message "[ruby-core:36307] [Ruby 1.9 - Bug #4255][Open] When on a case-insensitive filesystem, "loaded features" search in require should ignore case"
on May.18,2011 16:57:35, <nakahiro@gmail.com> wrote:
> Since t...
usa (Usaku NAKAMURA)
05:43 PM Bug #4255: When on a case-insensitive filesystem, "loaded features" search in require should ignore case
> MRI ruby tests and rubyspec both rely on being able to change $".
> ...
Yes, it is. Changing $" is OK. I meant that $".replace($".map(&:upcase)) does not work
on case-insensitive FS as well as case-sensitive FS but I don't think thes...
nahi (Hiroshi Nakamura)
05:20 PM Bug #4255: When on a case-insensitive filesystem, "loaded features" search in require should ignore case
> We can imagine contrived example, such as 'if rubygems inserts crafted String to $" by itself?'
MRI ruby tests and rubyspec both rely on being able to change $". Not sure how much of a circular justification that is.
I worry that...
xaviershay (Xavier Shay)
04:56 PM Bug #4255 (Open): When on a case-insensitive filesystem, "loaded features" search in require should ignore case
I think this issue involuntarily interpreted and "fixed".
For 1.9, I propose reverting r30508 before 1.9.3 (it's not yet released.)
The issue Charles stated is indeed the problem on 1.8 (I only checked 1.8.7, though).
C:\Users\n...
nahi (Hiroshi Nakamura)
05:24 PM Bug #921 (Open): autoload is not thread-safe
For JRuby 1.9, I fixed this issue (autoload thread safety.)
Regards to autoload, CRuby 1.9 is thread-safe. CRuby 1.8 is not thread-safe.
% cat autoload.rb
class Foo
autoload :X, 'constant.rb'
end
Thread.abort_on_ex...
nahi (Hiroshi Nakamura)
04:04 PM Bug #4728: Adding documentation for Tempfile
Why does Tempfile define (and use) these methods? now (Nikolai Weibull)
01:17 PM Bug #4728 (Closed): Adding documentation for Tempfile
crnixon (Clinton Nixon)
02:55 PM Bug #4673: URI::Generic registry is not properly set.
What is the expected behavior and its source sentence in RFC? naruse (Yui NARUSE)
02:51 PM Feature #859 (Assigned): open-uri doesn't allow redirection to https
naruse (Yui NARUSE)
02:41 PM Feature #859: open-uri doesn't allow redirection to https
Why was this closed? This bug is still present in trunk. A patch was reverted in r21381, but it was not the patch that Nobuyoshi has proposed, and there was no indication as to why it was reverted (my guess is because it allowed https ->... xaviershay (Xavier Shay)
02:09 PM Revision 7dd49ed5 (git): * lib: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:55 PM Revision 48553e9c (git): * lib/rbconfig/.document: property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:45 PM Revision aef01ee7 (git): * ext/io/console/lib/console/size.rb (IO#console_size): new
method. (EXPERIMENTAL)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:41 PM Revision 52f5f410 (git): * internal.h: add for internal use only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:36 PM Revision 2082417a (git): * eval.c (setup_exception): internal exception should be hidden
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:35 PM Revision bfb8b125 (git): * missing/lgamma_r.c (lgamma_r): get rid of false warning on mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:33 PM Revision d2dd7416 (git): * common.mk (rdoc-coverage): remove duplicated target.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:31 AM Revision da3d9e99 (git): * lib/timeout.rb (Timeout#timeout): don't leak "execution expired"
exception. [Bug #4283] [ruby-core:34534].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
09:25 AM Bug #4724 (Rejected): URI.extract parses HREFs in single quotes incorrectly
URI arrows single quoete in its path or query, so it's spec.
See also RFC2396 (and RFC3986).
naruse (Yui NARUSE)
01:25 AM Bug #4724 (Rejected): URI.extract parses HREFs in single quotes incorrectly
>> require 'uri'; URI.extract(%Q{'http://host.com/link'}, ['http'])
=> ["http://host.com/link'"]
Did not expect the trailing single quote. This is reproducible in Ruby 1.8.7
matthewvermaak (matt vermaak)
06:57 AM Feature #4719: Add documentation for YAML::DBM
Oh, I pulled the latest ruby from master on the github repo. Maybe I should have used a different branch?
Thanks for taking a look and sorry the patch wasn't useful.
bowsersenior (Mani Tadayon)
05:00 AM Feature #4719 (Rejected): Add documentation for YAML::DBM
Hrm, looks like you patched an out-of-date checkout of ruby as some documentation for YAML::DBM was already committed at #4693.
Sorry, I couldn't use this patch.
drbrain (Eric Hodel)
06:10 AM Bug #4727: [doc] lib/cmath
I merged your patch with the existing patches. Thanks for the additional examples! drbrain (Eric Hodel)
06:09 AM Bug #4727 (Closed): [doc] lib/cmath
This issue was solved with changeset r31621.
Sandor, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/cmath.rb: Add some examples and improve documentation. ...
drbrain (Eric Hodel)
01:52 AM Bug #4727 (Closed): [doc] lib/cmath
Beware that there are 2 other patches related to cmath in redmine:
- http://redmine.ruby-lang.org/issues/4717
- http://redmine.ruby-lang.org/issues/4718
Those patches are similar to mine, but I added examples and wrote a small modul...
sz (Sandor Szücs)
05:42 AM Bug #4726 (Closed): [doc] benchmark.rb
This issue was solved with changeset r31620.
Sandor, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/benchmark.rb: Remove nodoc from Benchmark::Job and
Be...
drbrain (Eric Hodel)
01:46 AM Bug #4726 (Closed): [doc] benchmark.rb
Maybe you find it not useful, but to open up internals it would be nice to print internal docs.
This patch just removes :nodoc: comments.
sz (Sandor Szücs)
05:33 AM Bug #4725: [doc] webrick/compat.rb
Feel free to submit a single patch for multiple changes to a single file (or "library" like WEBrick)
drbrain (Eric Hodel)
05:29 AM Bug #4725 (Closed): [doc] webrick/compat.rb
This issue was solved with changeset r31619.
Sandor, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/webrick/compat.rb: Improve documentation. Patch by Sand...
drbrain (Eric Hodel)
01:36 AM Bug #4725 (Closed): [doc] webrick/compat.rb
Docs for lib/webrick/compat.rb
Ruby 1.9.3 Documentation Challenge.
sz (Sandor Szücs)
05:20 AM Feature #4720: Added documentation for lib/tracer.rb
I also do not see tracer working on 1.9.3dev revision 31612. Please file a separate issue for this.
PS: please wrap documentation at 80 columns and trim trailing whitespace
drbrain (Eric Hodel)
05:16 AM Feature #4720 (Closed): Added documentation for lib/tracer.rb
This issue was solved with changeset r31618.
Richard, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/tracer.rb: Improve documentation. Patch by Richard Ram...
drbrain (Eric Hodel)
04:54 AM Feature #4717 (Closed): documentation patch for CMath
This issue was solved with changeset r31617.
Jason, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/cmath.rb: Improve documentation. Patch by Jason Dew.
...
drbrain (Eric Hodel)
04:52 AM Bug #4710 (Closed): documentation updates: Net::FTP is 100%
This issue was solved with changeset r31616.
Vincent, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/net/ftp.rb: Improve documentation. Patch by Vincent Ba...
drbrain (Eric Hodel)
04:23 AM Feature #3905: rb_clear_cache_by_class() called often during GC for non-blocking I/O
Eric Wong <normalperson@yhbt.net> wrote:
> The ephemeral class patch series is smaller and cleaner, it makes
> no user-visible changes.

The ephemeral class flag can eventually be expanded for use in other
modules, not just I/...
normalperson (Eric Wong)
02:59 AM Feature #3905: rb_clear_cache_by_class() called often during GC for non-blocking I/O
I think subclassing + cache broke some testcases with my updated patch:
http://redmine.ruby-lang.org/issues/4289#note-5
The ephemeral class patch series is smaller and cleaner, it makes
no user-visible changes.
Somehow, I think I...
normalperson (Eric Wong)
03:37 AM Feature #1081: add File::write() convenience method
Uploading new tests and a fix that accomodate for the previously failing example. rogerdpack (Roger Pack)
03:24 AM Feature #4712: File.writable? inaccurate in windows
Ok good to know. rogerdpack (Roger Pack)
03:16 AM Feature #4712: File.writable? inaccurate in windows
Thank you, Roger.
Currently we don't support NTFS ACLs.
This is the one of lacks of the important features, I think.
We shall support it someday.
The problem is who/when/how does it...
usa (Usaku NAKAMURA)
02:21 AM Feature #4712: File.writable? inaccurate in windows

c:\Program Files (x86)\NetBeans 6.9.1>attrib uninstall.exe
A C:\Program Files (x86)\NetBeans 6.9.1\uninstall.exe
c:\Program Files (x86)\NetBeans 6.9.1>cacls uninstall.exe
c:\Program Files (x86)\NetBeans 6.9.1\uninstall....
rogerdpack (Roger Pack)
03:15 AM Bug #4715 (Closed): Add some basic tests for Singleton
This issue was solved with changeset r31614.
Pete, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* test/test_singleton.rb: Add tests from lib/singleton.rb. Patc...
drbrain (Eric Hodel)
03:03 AM Bug #4709 (Closed): Revise documentation for Singleton
This issue was solved with changeset r31613.
Pete, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/singleton.rb: Improve documentation. Patch by Pete Higgin...
drbrain (Eric Hodel)
02:14 AM Revision 73bb32d4 (git): * ChangeLog: iconv -f utf-8 -t us-ascii//translit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

05/17/2011

11:16 PM Feature #3905 (Open): rb_clear_cache_by_class() called often during GC for non-blocking I/O
Sorry for late reply.
I'd like to incorporate 0001-error.c-rb_mod_sys_fail-use-subclass-and-cache.patch.
Although I'm not sure how to view the ephemeral class patches (I don't know git well), I guess it is too intrusive.
akr (Akira Tanaka)
10:48 PM Bug #4723 (Closed): check_deadlock_i での transition_for_lockの扱いが thread unsafe
kosakiです。別のチケット切ります。
> # あと、transition_for_lock に volatile を付けるのもお願いします
これは明らかに悪い効果を及ぼしようがないので、先にコミットしました。
しかし、ご存じの通り、volatileをつけることでスレッド安全になるのは
マシンがUP(マシンにCPUが1つしかない)環境に限られており、最近は
デスクトップでもその仮定はあやしい。
というわけで、transition_for_loc...
kosaki (Motohiro KOSAKI)
09:09 PM Revision 3cb36fad (git): * lib/cmath.rb: Add some examples and improve documentation. Patch by
Sandor Szücs. [Ruby 1.9 - Bug #4727]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:42 PM Revision 0d014df6 (git): * lib/benchmark.rb: Remove nodoc from Benchmark::Job and
Benchmark::Report. Patch by Sandor Szücs. [Ruby 1.9 - Bug #4726]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:29 PM Revision 1ebfbd7c (git): * lib/webrick/compat.rb: Improve documentation. Patch by Sandor
Szücs. [Ruby 1.9 - Bug #4725]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:20 PM Bug #4721: Segfault near rb_thread_check, probably a timing issue.
Naa, wrong Ruby version, new issue for 1.8 sub-project: issues #4722 saschpe (Sascha Peilicke)
08:18 PM Bug #4721 (Closed): Segfault near rb_thread_check, probably a timing issue.
Was triggered by adding a 'debugger' statement (for ruby-debug) into Rails code and pressing 'c' to continue after breakpoint.
Backtrace (see also attached core file):
Program terminated with signal 11, Segmentation fault.
#0 ___...
saschpe (Sascha Peilicke)
08:16 PM Revision 747772bd (git): * lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.
[Ruby 1.9 - Feature #4720]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
07:54 PM Revision 6e1b5723 (git): * lib/cmath.rb: Improve documentation. Patch by Jason Dew.
[Ruby 1.9 - Feature #4717]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
07:52 PM Revision babda328 (git): * lib/net/ftp.rb: Improve documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #4710]
* ChangeLog: commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
07:51 PM Revision af703059 (git): * lib/net/ftp.rb (module Net):
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
06:15 PM Revision c0d9226f (git): * test/test_singleton.rb: Add tests from lib/singleton.rb. Patch by
Pete Higgins. [Ruby 1.9 - Bug #4715]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
06:03 PM Revision f4c41cf2 (git): * lib/singleton.rb: Improve documentation. Patch by Pete Higgins.
[Ruby 1.9 - Bug #4709]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
04:23 PM Feature #4720 (Closed): Added documentation for lib/tracer.rb
I decided to document lib/tracer.rb since it was lying around in stdlib.
However, it behaves differently on 1.9.2 vs 1.9.3....
I based my example in the patch on ruby-1.9.2-head:
➜ ruby git:(trunk) ✗ ruby --version
ruby 1.9.2p204...
rramsden (Richard Ramsden)
04:11 PM Feature #4569: Replace IPAddr with IPAddress
Hello,
I have released version 0.8.0.
The most important change related to the this discussion is the removal of the extension methods and the extension directory, as requested by Jonas. Hope this will make the replacement work eas...
ceresa@gmail.com (Marco Ceresa)
04:04 PM Revision 357213b0 (git): * 2011-05-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:04 PM Revision b2d3995f (git): * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): add null check.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
04:03 PM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
Michael Friedman wrote:
> Hi. I'm a newcomer to Ruby - studying it right now - but I've been writing multi-lingual systems for 15 years. I think I can shed some light on internationalization issues.
> ...
Thank you for interesting to...
naruse (Yui NARUSE)
12:59 PM Feature #4719 (Rejected): Add documentation for YAML::DBM
Copied over documentation from ::DBM over to YAML::DBM . This is my first documentation patch, so please let me know if I made any mistakes! bowsersenior (Mani Tadayon)
12:44 PM Bug #4710: documentation updates: Net::FTP is 100%
attached is the patch updated with no whitespace correction. vbatts (Vincent Batts)
07:04 AM Bug #4710: documentation updates: Net::FTP is 100%
There has been a push to remove trailing whitespace from the repository, nobu performs periodic cleanup commits. I assume a tab -> spaces for .rb files cleanup would also be acceptable but I don't know, an email to ruby-core@ruby-lang.o... drbrain (Eric Hodel)
05:07 AM Bug #4710: documentation updates: Net::FTP is 100%
Are whitespace-fixing diffs acceptable? If there's a standard of two spaces, I'll go ahead and make a big patch that just fixes all the whitespace. steveklabnik (Steve Klabnik)
04:34 AM Bug #4710: documentation updates: Net::FTP is 100%
Can you separate documentation from whitespace diffs (and create a new issue)? drbrain (Eric Hodel)
12:25 PM Revision 63d3eec7 (git): * thread.c (rb_mutex_lock): remove remove_signal_thread_list() call.
It's meaningless because lock_interrupt doesn't call
add_signal_thread_list().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
11:22 AM Revision 30414014 (git): * vm_core.h (rb_thread_struct): add volatile to
transition_for_lock because it is not protected by lock.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
11:11 AM Revision 083ec604 (git): * LEGAL (missing/{elf,tgamma,lgamma_r}.c): they've been replaced by
public domain implementations.
* LEGAL (vsnprintf.c): it has moved to srcdir from missing/.
* LEGAL (missing/crypt.c): list its original license.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31608 b2dd03c8-39d4-4d8f-98ff-823fe69...
U.Nakamura
11:04 AM Revision b9f3cd5a (git): fix r31606
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
10:54 AM Revision 44606925 (git): * LEGAL (configure): add missing/setproctitle.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
10:36 AM Revision 39b11984 (git): Fix FreeBSD test failure.
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):
use ps -o command instead of ps -o cmd. FreeBSD doesn't support
-o cmd option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31605 b2dd03c8-39d4-4d8f-98f...
kosaki (Motohiro KOSAKI)
10:29 AM Feature #4712: File.writable? inaccurate in windows
Hello,

In message "[ruby-core:36228] [Ruby 1.9 - Bug #4712][Open] File.writable? inaccurate in windows"
on May.17,2011 02:04:06, <rogerpack2005@gmail.com> wrote:
> >> File.open('./uninstall.exe', 'wb')
> Errno::EACCES: Pe...
usa (Usaku NAKAMURA)
02:04 AM Feature #4712 (Feedback): File.writable? inaccurate in windows
Hello. Here's what happens (when a user doesn't have admin privileges in windows 7):
c:\Program Files (x86)\NetBeans 6.9.1>irb --simple-prompt
>> File.writable?('.')
=> true
> ...
=> true
>> File.open('./uninstall.exe', 'wb')
Err...
rogerdpack (Roger Pack)
09:50 AM Feature #4718 (Closed): whitespace fixes for the CMath module
just converting hard tabs to spaces jasondew (Jason Dew)
09:49 AM Feature #4717 (Closed): documentation patch for CMath
adding documentation to the methods in the CMath module jasondew (Jason Dew)
09:25 AM Bug #4714: Move documentation for proxy attributes
Eric Hodel wrote:
> I changed 'in self.class' to 'in Net::HTTP' to be a little more clear.
Good call.
amikula (Alf Mikula)
07:16 AM Bug #4714: Move documentation for proxy attributes
I changed 'in self.class' to 'in Net::HTTP' to be a little more clear. drbrain (Eric Hodel)
07:15 AM Bug #4714 (Closed): Move documentation for proxy attributes
This issue was solved with changeset r31603.
Alf, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/net/http.rb: Improve documentation of proxy configuration
...
drbrain (Eric Hodel)
03:40 AM Bug #4714 (Closed): Move documentation for proxy attributes
The documentation for proxy attributes is placed on accessors in the instance, while attr_accessor calls go undocumented. This patch moves the documentation to the attr_accessors, and documents the convenience methods on the instance acc... amikula (Alf Mikula)
08:21 AM Bug #4716 (Closed): Ripper orders rescue_mod subnodes inconsistently [PATCH]
Depending on whether a rescue_mod node is in an assignment context or not, the parse order differs:
pp Ripper.sexp("a rescue b")
[:program,
[[:rescue_mod,
[:var_ref, [:@ident, "b", [1, 9]]],
[:var_ref, [:@ident, "a", [1, 0]...
adgar (Michael Edgar)
07:51 AM Bug #4709: Revise documentation for Singleton
I moved the tests into their own issue: http://redmine.ruby-lang.org/issues/4715 phiggins (Pete Higgins)
04:31 AM Bug #4709: Revise documentation for Singleton
Can you split the tests change into a separate issue? drbrain (Eric Hodel)
07:50 AM Bug #4715 (Closed): Add some basic tests for Singleton
Per the request over here: http://redmine.ruby-lang.org/issues/4709
I've added some basic tests for Singleton after removing some example code that seemed to function as tests.
phiggins (Pete Higgins)
07:09 AM Bug #4711 (Closed): documentation updates: Net::POP3 and Net::Telnet are 100%
This issue was solved with changeset r31602.
Vincent, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/net/pop.rb: Improve documentation. Patch by Vincent Ba...
drbrain (Eric Hodel)
05:22 AM Bug #4711: documentation updates: Net::POP3 and Net::Telnet are 100%
meh, i missed a single line comment for def disable_ssl(); end
see the attached updated patch
vbatts (Vincent Batts)
07:00 AM Bug #4713 (Closed): nodoc fix for net/http
This issue was solved with changeset r31601.
Alf, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch ...
drbrain (Eric Hodel)
03:37 AM Bug #4713 (Closed): nodoc fix for net/http
The nodoc declaration for HTTP#version_1_1? is not working properly with rdoc. This patch changes the nodoc declaration to match the declarations for other methods. amikula (Alf Mikula)
06:57 AM Bug #4708 (Closed): If OptionParser linked more obviously to make_switch, world peace might occur (patch included)
This issue was solved with changeset r31600.
David, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/optparse.rb: Add link to make_switch to improve documenta...
drbrain (Eric Hodel)
06:53 AM Bug #4707: Clean up and complete documentation for Observable
PS: Please wrap documentation to 80 columns, thanks! drbrain (Eric Hodel)
06:53 AM Bug #4707 (Closed): Clean up and complete documentation for Observable
This issue was solved with changeset r31599.
David, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/observer.rb: Improve documentation. Patch by David Copel...
drbrain (Eric Hodel)
06:44 AM Bug #4706: Improve and expand Logger's rdoc (patch included)
PS: Please wrap documentation to 80 columns, thanks! drbrain (Eric Hodel)
06:43 AM Bug #4706 (Closed): Improve and expand Logger's rdoc (patch included)
This issue was solved with changeset r31597.
David, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/logger.rb: Improve documentation. Patch by David Copelan...
drbrain (Eric Hodel)
06:31 AM Bug #4705: Clean up and complete docs for GServer
PS: Please keep lines wrapped at 80 columns, thanks! drbrain (Eric Hodel)
06:31 AM Bug #4705 (Closed): Clean up and complete docs for GServer
This issue was solved with changeset r31596.
David, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/gserver.rb: Improve documentation. Patch by David Copela...
drbrain (Eric Hodel)
06:26 AM Bug #4704: Clean up and complete CGI documentation (patch included)
I made a few additions to this patch to bring in the toplevel CGI documentation and include the overviews.
For the nested labeled lists I undented them quite a bit. For example:
foo:: blah blah
bar:: blah blah
To:
foo...
drbrain (Eric Hodel)
06:21 AM Bug #4704 (Closed): Clean up and complete CGI documentation (patch included)
This issue was solved with changeset r31595.
David, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/cgi.rb: Add toplevel documentation to class CGI
* lib/cgi...
drbrain (Eric Hodel)
05:53 AM Bug #4702: Some documentation for Digest
I made a few changes:
Reduced indentation for verbatim sections from four spaces to two
Changed digest_obj to hmac in Digest::HMAC documentation
drbrain (Eric Hodel)
05:52 AM Bug #4702 (Closed): Some documentation for Digest
This issue was solved with changeset r31594.
Pete, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/digest: Improve documentation of Digest, Digest::HMAC and
...
drbrain (Eric Hodel)
03:50 AM Bug #4703 (Rejected): Give abbrev a brief rdoc summary (patch included)
Looks like abbrev already has a short one-line description but it's obscured. I applied this patch instead:
@@ -1,6 +1,5 @@
#!/usr/bin/env ruby
-=begin
-#
+#--
# Copyright (c) 2001,2003 Akinori MUSHA <knu@iDaemons.org>
#
...
drbrain (Eric Hodel)
03:34 AM Bug #4701 (Closed): Hide some internal constants of Timeout from rdoc
This issue was solved with changeset r31592.
Pete, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/timeout.rb (module Timeout): Hide internal constants. Pat...
drbrain (Eric Hodel)

05/16/2011

11:14 PM Bug #4711 (Closed): documentation updates: Net::POP3 and Net::Telnet are 100%
per http://blog.segment7.net/2011/05/09/ruby-1-9-3-documentation-challenge
This patch includes the following bits.
class Net::Telnet # is documented
# in file lib/net/telnet.rb
def close(); end
end
class Net::POP...
vbatts (Vincent Batts)
11:07 PM Revision 60fdd0f0 (git): * ext/openssl/ossl_digest.c: Add documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e MartinBosslet (Martin Bosslet)
10:17 PM Bug #4710 (Closed): documentation updates: Net::FTP is 100%
per http://blog.segment7.net/2011/05/09/ruby-1-9-3-documentation-challenge
This patch includes the following (and some cleanup of ^I into spaces)
class Net::FTP # is documented
# in file lib/net/ftp.rb
def binary=(newmode);...
vbatts (Vincent Batts)
10:15 PM Revision 13ae409e (git): * lib/net/http.rb: Improve documentation of proxy configuration
methods. Patch by Alf Mikula. [Ruby 1.9 - Bug #4714]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
10:09 PM Revision a13b2397 (git): * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #4711]
* lib/net/telnet.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
10:00 PM Revision 3257aa8f (git): * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch by
Alf Mikula. [Ruby 1.9 - Bug #4713]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:57 PM Revision ae4afa5a (git): * lib/optparse.rb: Add link to make_switch to improve documentation.
Patch by David Copeland. [Ruby 1.9 - Bug #4708]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:53 PM Revision 1234af55 (git): * lib/observer.rb: Improve documentation. Patch by David Copeland.
[Ruby 1.9 - Bug #4707]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:51 PM Revision 61a5a639 (git): * ext/openssl/ossl_asn1.c: Fix more typos. Document attributes
explicitly. Set indentation for verbose sections from 4 to 2
spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
MartinBosslet (Martin Bosslet)
09:43 PM Revision 532f1485 (git): * lib/logger.rb: Improve documentation. Patch by David Copeland.
[Ruby 1.9 - Bug #4706]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:31 PM Revision 28c2fa2f (git): * lib/gserver.rb: Improve documentation. Patch by David Copeland.
[Ruby 1.9 - Bug #4705]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:21 PM Revision e60f744e (git): * lib/cgi.rb: Add toplevel documentation to class CGI
* lib/cgi/session.rb: Add overview documentation to CGI::Cookie
* lib/cgi/html.rb: Don't add CGI::TagMaker documentation to CGI.
Patch by David Copeland. [Ruby 1.9 - Bug #4704]
* lib/cgi/core.rb: Clean up CGI...
drbrain (Eric Hodel)
08:52 PM Revision c648243c (git): * ext/digest: Improve documentation of Digest, Digest::HMAC and
Digest::SHA2. Patch by Pete Higgins. [Ruby 1.9 - Bug #4702]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:20 PM Bug #4675: rails script/server abort trap [BUG] Segmentation fault
This is not "High" priority.
"High" is your priority, but we don't think this issue is "high" priority.
sorah (Sorah Fukumori)
05:23 PM Bug #4675: rails script/server abort trap [BUG] Segmentation fault
On 2011年5月12日木曜日 at 23:09, james ivy wrote:
0x100700000 - 0x10071fff7 +socket.bundle ??? (???) <93004203-1865-8B05-E45F-EB3AAF4995B0> /usr/local/lib/ruby/1.9.1/x86_64-darwin10.7.0/socket.bundle
> 0x101f00000 - 0x101fc3fef libruby.1....
mrkn (Kenta Murata)
07:30 PM Bug #4700: JSON Documentation
Sure thing.
Yui NARUSE wrote:
> Thank you for contributuion!
> ...
corymonty (Cory Monty)
09:13 AM Bug #4700: JSON Documentation
Thank you for contributuion!
Anyway, json in Ruby's repo is from flori's json (a.k.a. json gem). https://github.com/flori/json
So can you send the patch to him?
After the patch is merged, I update json in Ruby's repo.
naruse (Yui NARUSE)
08:26 AM Bug #4700 (Closed): JSON Documentation
Adds missing JSON Documentation for Methods and Classes. Mostly Ruby for now, haven't gotten into any C documentation. corymonty (Cory Monty)
06:51 PM Revision 8638efb2 (git): * lib/abbrev.rb: Hide copyright and revision information from RDoc.
Inspired by patch from David Copeland, bug #4703.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
06:34 PM Revision d764be79 (git): * lib/timeout.rb (module Timeout): Hide internal constants. Patch by
Pete Higgins. [Ruby 1.9 - Bug #4701]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
05:10 PM Bug #4709 (Closed): Revise documentation for Singleton
Singleton seemed to be light on documentation, and it included some non-working example code that seemed to function as documentation and tests. In addition, a few classes and methods in the example code were picked up by Rdoc.
The fi...
phiggins (Pete Higgins)
04:28 PM Revision 690a7b67 (git): * 2011-05-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:28 PM Revision b18ebfab (git): * ChangeLog: us-ascii only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:55 PM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
Hi. I'm a newcomer to Ruby - studying it right now - but I've been writing multi-lingual systems for 15 years. I think I can shed some light on internationalization issues.
First, I have to say that I was pretty amazed when I discover...
mfriedma (Michael Friedman)
12:23 PM Bug #4421: [ext/openssl] Fix RSA public key encoding
Hi,

thank you for your contributions!

I have another comment: nahi and emboss's commit message has extra
header and indent like:

Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>

* ext/openssl/os...
naruse (Yui NARUSE)
12:20 PM Revision 91f38602 (git): * ext/openssl/ossl_asn1.c: fix typos and remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
11:52 AM Bug #4708 (Closed): If OptionParser linked more obviously to make_switch, world peace might occur (patch included)
OptionParser has awesome rdoc, and make_switch's rdoc is really great, complete and useful. It's just really hard to find. This patch adds a link to that right before the example. davetron5000 (David Copeland)
11:51 AM Bug #4707 (Closed): Clean up and complete documentation for Observable
Observable's class doc is great, however the methods aren't consistently documented. This patch cleans all that up davetron5000 (David Copeland)
11:50 AM Bug #4706 (Closed): Improve and expand Logger's rdoc (patch included)
This patch has some cleanups and rewording of Logger's fairly excellent RDoc. Mostly just making all method doc consistent and complete and adding a few things for clarity. davetron5000 (David Copeland)
11:48 AM Bug #4705 (Closed): Clean up and complete docs for GServer
GServer is missing documentation on many of its methods. This patch adds that as well as some slight wording cleanups. davetron5000 (David Copeland)
11:48 AM Bug #4704 (Closed): Clean up and complete CGI documentation (patch included)
CGI's documentation has a few issues:
* Some RDoc is in the wrong place (e.g. Cookie's)
* Some is inconsistently worded or has grammar issues
* Some methods/attributes aren't documented at all
This patch addresses all of that, in...
davetron5000 (David Copeland)
11:45 AM Bug #4703 (Rejected): Give abbrev a brief rdoc summary (patch included)
Would be nice to get a one-line summary of abbrev via it's rdoc page. This patch adds that. davetron5000 (David Copeland)
11:38 AM Bug #3924: Performance bug (in require?)
Progress update:
Have done general cleanup to make the code more readable, including marking local methods as static. Optimized a lot of my code that was previously using rb_funcall, now it actually does things properly in C.
I hav...
xaviershay (Xavier Shay)
07:31 AM Bug #3924: Performance bug (in require?)
Yes on the red herring of lstat. I removed the recursive lstat'ing (it's checking the path for symbolic links) and there was no speed increase. mgenereu (Michael Genereux)
11:34 AM Bug #4702 (Closed): Some documentation for Digest
Some of the methods in the Digest family were undocumented or badly formatted. This patch adds a little polish.
These docs could probably stand to be restructured, but this takes care of the obvious bad spots.
phiggins (Pete Higgins)
11:31 AM Bug #4701 (Closed): Hide some internal constants of Timeout from rdoc
Timeout uses some constants to perform some of its voodoo with backtraces. These don't appear to be useful outside of Timeout, so I added :nodoc: to them. phiggins (Pete Higgins)
04:35 AM Feature #4697 (Rejected): Fix documentation typo on random.c
I agree with KOSAKI Motohiro, the following function is int_pair_to_real_inclusive() which has a comment of:
/* generates a random number on [0,1] with 53-bit resolution*/
so I think they are meant to be mathematically interpreted.
drbrain (Eric Hodel)
02:23 AM Revision 6df1b402 (git): ChangeLog: added mention of the ticket.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:22 AM Revision ac3a3c05 (git): * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefix
of RUBY_SO_NAME on x64/ia64 mswin/mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:04 AM Feature #4698: drop Ruby license completely
You should read the thread from [ruby-core:31978] again.
http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-core/31978?31817-34296+split-mode-vertical
naruse (Yui NARUSE)

05/15/2011

11:58 PM Bug #4674 (Closed): rb_fd_copy()の仕様を r31395以前に戻す
r31580 and r31581. kosaki (Motohiro KOSAKI)
11:19 PM Feature #4698 (Rejected): drop Ruby license completely
In Ruby 1.9.3, the licensing of Ruby has been switched to (Ruby-specific
license detailed in COPYING) or (2-clauses BSD license).
Given that
(1) a recipient can choose to comply to one or the other license
(2) The BSD license is ve...
lucas (Lucas Nussbaum)
11:00 PM Revision f4b52722 (git): * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to be
found.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
10:40 PM Feature #4697 (Rejected): Fix documentation typo on random.c
smartinez87 (Sebastian Martinez)
10:37 PM Feature #4362 (Closed): Process.kill should accept -SIGXXX with implicit conversion
This issue was solved with changeset r31579.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* signal.c (rb_f_kill): accept '-SIGXXX' style signal with Sy...
nagachika (Tomoyuki Chikanaga)
10:22 PM Feature #4602: naming ruby dll (win32/64)
=begin
必要性は了解しましたので、変更には賛成します。
問題は互換性バージョンをどうするかなんですが、多分これでぎゃっと言うユーザーはいないので他のバイナリ非互換がなければ1.9.1のままで行こうかと思います。万が一困るユーザーがいたとしても、フリーズ後の期間で対応できるでしょう。
=end
yugui (Yuki Sonoda)
09:41 PM Bug #4612 (Closed): Segmentation fault in fiber GC mark cycle
This issue was solved with changeset r31577.
Serge, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* cont.c (cont_init): clear macihne_stack_start/end of saved thr...
nagachika (Tomoyuki Chikanaga)
09:29 PM Bug #4696: thread.c#lock_func() が spurious wakeup unsafe
2011年5月15日17:31 Yusuke ENDOH <mame@tsg.ne.jp>:
> 遠藤です。
> なぜか名指しされているので (いや、遠藤が作ったバグだからだけど)

いやあ、このへんの普通の人が普通に作ると絶対バグってる実装が出来上がる罠仕様の塊な
あたりが、pthreadは脳みそに水虫が沸いたサルによって設計されたと揶揄される由縁なんでしょう。
わたしも初見で気づいたわけではなくて、何ヶ月も怪しい匂いを感じつつ言語化できない...
kosaki (Motohiro KOSAKI)
09:29 PM Bug #4696: thread.c#lock_func() が spurious wakeup unsafe
2011年5月15日17:31 Yusuke ENDOH <mame@tsg.ne.jp>:
> 遠藤です。
> なぜか名指しされているので (いや、遠藤が作ったバグだからだけど)

いやあ、このへんの普通の人が普通に作ると絶対バグってる実装が出来上がる罠仕様の塊な
あたりが、pthreadは脳みそに水虫が沸いたサルによって設計されたと揶揄される由縁なんでしょう。
わたしも初見で気づいたわけではなくて、何ヶ月も怪しい匂いを感じつつ言語化できない...
kosaki (Motohiro KOSAKI)
06:23 PM Bug #4696: thread.c#lock_func() が spurious wakeup unsafe
遠藤です。
なぜか名指しされているので (いや、遠藤が作ったバグだからだけど)


2011年5月15日16:22 Motohiro KOSAKI <kosaki.motohiro@gmail.com>:
> 以下の2つの問題点があります。

両方とも、おっしゃるとおりだと思います。


> パッチを作ってみたところ、添付のようにかなり小さい修正で対応できることが分かったので
> 取り込み可能と思いますが、1−2週間まってさ...
mame (Yusuke Endoh)
06:23 PM Bug #4696: thread.c#lock_func() が spurious wakeup unsafe
遠藤です。
なぜか名指しされているので (いや、遠藤が作ったバグだからだけど)


2011年5月15日16:22 Motohiro KOSAKI <kosaki.motohiro@gmail.com>:
> 以下の2つの問題点があります。

両方とも、おっしゃるとおりだと思います。


> パッチを作ってみたところ、添付のようにかなり小さい修正で対応できることが分かったので
> 取り込み可能と思いますが、1−2週間まってさ...
mame (Yusuke Endoh)
04:23 PM Bug #4696: thread.c#lock_func() が spurious wakeup unsafe
添付に失敗したみたい。再チャレンジ kosaki (Motohiro KOSAKI)
04:22 PM Bug #4696 (Closed): thread.c#lock_func() が spurious wakeup unsafe
レビューをしていて、気づいたので起票します。
現在の lock_func (ie Mutex.lockの実体)は以下のような構造になっています
(本質的ではない部分をカットしてあります)
------------------------------------------------------------------------
static int
lock_func(rb_thread_t *th, mutex_t *mutex, int timeo...
kosaki (Motohiro KOSAKI)
08:50 PM Revision 366f2c11 (git): * lib/drb/acl.rb: Add documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
08:15 PM Revision a5eee54b (git): Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
* ext/openssl/ossl_asn1.c: Add documentation.
Previous revision: 31583
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
MartinBosslet (Martin Bosslet)
03:56 PM Bug #921: autoload is not thread-safe
Thanks. I've understand the issue is separated. The problem is not for method definition bar as you wrote in the previous example but for constant definition.
Anyway it looks fixed for CRuby, I'll back to http://jira.codehaus.org/brow...
nahi (Hiroshi Nakamura)
02:50 PM Bug #921: autoload is not thread-safe
The concurrent require issue is separate. I would like to understand what 1.9.3 does to make concurrent requires safe. A global lock around any require? I know there was a lock against specific filenames added at some point (which JRuby ... headius (Charles Nutter)
03:39 PM Bug #3924: Performance bug (in require?)
Progress update time!
tl;dr - I've made the performance linear, still need to do a bit more clean up though.
I have started switching out the current loop of $LOADED_FEATURES to use a hash look up (using st.h) in order to fix this ...
xaviershay (Xavier Shay)
03:33 PM Revision 9b710b82 (git): * 2011-05-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:33 PM Revision 9e9543ac (git): * test/ruby/test_signal.rb (TestSignal#test_signal_process_group):
skip if the platform doesn't have :pgroup capability. (i.e. skip
if mswin32)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
02:57 PM Revision d734c9de (git): * include/ruby/intern.h: resurrect old rb_fd_copy().
* thread.c (rb_fd_copy): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
02:51 PM Revision 2b7996e8 (git): * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() and
rb_w32_fdcopy() to rb_w32_fd_dup().
* win32/win32.c: ditto.
* thread.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
01:37 PM Revision 29c2876d (git): * signal.c (rb_f_kill): accept '-SIGXXX' style signal with Symbol or
implicit convertion with #to_str. [ruby-dev:43169] fixes #4362
* test/ruby/test_signal.rb (test_signal_process_group): add a test
for send signal to process group.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31579 b2dd03c8-39d4-...
nagachika (Tomoyuki Chikanaga)
12:49 PM Revision 408b181d (git): * lib/uri/generic.rb (#route_from_path): Fix a bug where
URI('http://h/b/').route_to('http://h/b') wrongly returned './'
(should be '../b'). [Bug #4476]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
12:41 PM Revision 98015568 (git): * cont.c (cont_init): clear macihne_stack_start/end of saved thread to
prevent mark machine stack of GC'ed Thread. root Fiber is not initialized by
fiber_init(). based on a patch by Serge Balyuk [ruby-core:35891] fixes #4612
* test/ruby/test_fiber.rb (test_gc_root_fiber): add test for it.
git-svn-id: s...
nagachika (Tomoyuki Chikanaga)
12:41 PM Revision 8e2f38b8 (git): * 2011-05-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:41 PM Revision 77b7f4b4 (git): * lib/fileutils.rb (FileUtils#touch): Fix corrupted output.
ref [ruby-dev:43401]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
12:04 PM Revision f41dcd48 (git): * transcode.c (econv_init): revert r31353. [ruby-dev:43512]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:58 AM Feature #4689: /proc/$PID/environ in Linux
r31568, r31569 are fixes for this feature.
kosaki (Motohiro KOSAKI)
07:23 AM Feature #4689: /proc/$PID/environ in Linux
Motohiro KOSAKI <kosaki.motohiro@gmail.com> wrote:
> Status changed from Assigned to Closed
>
> r31565 - r31567.

Thank you!

--
Eric Wong
normalperson (Eric Wong)
11:55 AM Revision 3a47cf33 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:41 AM Bug #4695: documentation updates: Zlib is 100%
Applied with both typos fixed.
I also documented GZError#input which was set via gzfile_raise()
drbrain (Eric Hodel)
03:39 AM Bug #4695 (Closed): documentation updates: Zlib is 100%
This issue was solved with changeset r31572.
Vincent, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/zlib/zlib.c: Improve documentation. Patch by Vincent B...
drbrain (Eric Hodel)
03:24 AM Bug #4694 (Closed): ERB::Compiler documentation
This issue was solved with changeset r31571.
Simon, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.
...
drbrain (Eric Hodel)
 

Also available in: Atom