Activity
From 03/13/2011 to 03/19/2011
03/19/2011
- 04:34 PM Revision 099e7c19 (git): * 2011-03-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:33 PM Revision 11e40522 (git): * hash.c (ruby_setenv): check env process block size with OS ver.
- * win32/win32.c: export rb_w32_osver for above patch.
* include/ruby/win32.h: declare rb_w32_osver for Win32 Libs.
... -
02:03 PM Bug #4511 (Closed): Ripper#end_seen? の戻り値に関するコメント
- =begin
Ripper#end_seen? は true か false しか返さないと思うので、コメントが間違っている気がします。例えば、以下のような修正になるのではないではないかと思います。
- * Return... -
10:00 AM Revision bdc8f4fc (git): * hash.c: refactoring prior patch (getenvsize win32 specfic function).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:28 AM Revision 5281610f (git): * hash.c (ruby_setenv): calculate total env block size for win32.
- * test/ruby/test_env.rb: add test for above patch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31130 b2dd03c8... -
08:10 AM Revision 812550b9 (git): * hash.c (ruby_setenv): checking with max process environment block size fow Win32.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:41 AM Feature #1081: add File::write() convenience method
- =begin
Ok here is a new patch (the old one no longer merged cleanly, plus had minor bugs). Feel free to reformat it ... -
03:30 AM Revision b86e5f85 (git): * ext/openssl/ossl_x509revoked.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 AM Bug #4509: Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
- =begin
[not sure what happened to body of submission - putting in as update]
To reproduce, create a free yahoo mai... - 12:25 AM Revision 61f41131 (git): * 2011-03-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 AM Revision 16493e4e (git): remove duplicated and change comment location
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/18/2011
-
10:24 PM Bug #4510 (Closed): Float#round(n) is O(n)
- =begin
The current implementation of Float#round(n) is O(n). This causes a minor issue with rubyspec, which includes ... -
07:41 PM Feature #4504 (Closed): Add rb_funcall_passing_block to public API
- =begin
=end
-
02:00 PM Revision e287d9de (git): * .gitignore: ignore files generated by mkmf.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:45 AM Revision 022b3368 (git): * ext/openssl/ossl_x509req.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:42 AM Bug #4418: OpenSSL::PKey::DH#public_key
- =begin
Hello Ippei,
I thought this to be confusing, too - that EC#public_key is an EC::Point instead of an instanc... -
10:33 AM Bug #4509 (Closed): Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
- =begin
To reproduce, create a free yahoo mail account. Using those credentials try this ruby code:
require 'n... -
08:16 AM Bug #4508 (Rejected): Ability class for CanCan for Rails
- =begin
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux]
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-l... -
06:57 AM Bug #4507 (Closed): FileUtils.cp in 1.9 doesn't preserve permissions unless :preserve is set
- =begin
By default /bin/cp preserves file permissions when copying a file, -p flag is meant for preserving uid, gid, ...
03/17/2011
-
11:48 PM Revision c7837ed8 (git): * lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cp
- to still copy file permissions when :preserve is false (as cp does
this even when -p isn't set).
git-svn-id: svn+s... -
04:07 PM Revision 58e8b41e (git): * .gitignore: reduce duplications.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 PM Revision 508d65a5 (git): * ext/win32ole/extconf.rb (create_docfile): removed. should not
- modify source directory unnecessarily, platform dependent
documentation should be dealt with by rdoc. [ruby-core:3... - 03:54 PM Revision 3ae0dbcc (git): * 2011-03-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision 247fdeed (git): * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.
- a patch by James M. Lawrence at [ruby-core:35501]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31119 b2dd03c8-3... -
10:41 AM Feature #4495: PStoreの高速化
- =begin
指摘を受けて修正しました。
> zlibが無い環境はどうなるのでしょう?
これは問題ですね。
Zlib.crc32ではなく、String#sumを使うようにしました。
String#sumはZlib.cr...
03/16/2011
-
09:23 PM Revision 05529fa1 (git): * ext/openssl/ossl_x509name.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:37 PM Feature #4464 (Assigned): [PATCH] add Fcntl::Flock object for easier use of POSIX file locks
- =begin
I'd like to review this as soon as I get some time. But sorry, now I don't have.
=end
- 04:22 PM Revision 2d5c2140 (git): * 2011-03-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 PM Revision 9f088185 (git): fix typos and add a space
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:42 AM Revision bc843e4b (git): * ext/socket/ipsocket.c (init_inetsock_internal): raise an error on
- listen(2) failure.
reported by Xavier Shay. [ruby-core:35505]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
09:57 AM Bug #3150: net/https peer verification doesn't do anything
- =begin
Heh. Actually, without the ((|verify_callback|)) I get consistent results.
net/https does a (({post_connectio... -
07:17 AM Feature #4504: Add rb_funcall_passing_block to public API
- =begin
=end
-
06:10 AM Revision cc6c3daa (git): Ignore generated files exts.mk, change.log, ext/date/{Makefile,extconf.h,mkmf.log}
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:07 AM Revision d6fb3080 (git): * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush should
- not change sync mode on exception.
* test/openssl/test_buffering.rb: added
git-svn-id: svn+ssh://ci.ruby-la... -
04:47 AM Revision 92946d44 (git): de-nest the Buffering module
- add RDoc for OpenSSL::Buffering
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31112 b2dd03c8-39d4-4d8f-98ff-823... -
01:34 AM Feature #4495: PStoreの高速化
- =begin
Masaki Matsushita wrote:
> file.rewind
> file.write(data)
> file.truncate(data.size)
bytesize じゃなく...
03/15/2011
- 11:41 PM Revision 0777480a (git): * 2011-03-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:41 PM Revision 9b62c58a (git): * ext/openssl/ossl_x509ext.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:34 AM Revision 3b17a84e (git): * ext/openssl/ossl_x509crl.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:24 AM Feature #4504 (Closed): Add rb_funcall_passing_block to public API
- =begin
rb_funcall2 fails to pass a block; rb_funcall_passing_block must be
used instead.
string.c needed it (http... -
05:23 AM Bug #4463: [PATCH] release GVL for fcntl() for operations that may block
- =begin
Eric Wong <[email protected]> wrote:
> KOSAKI Motohiro <[email protected]> wrote:
> > Umm..
... -
04:53 AM Feature #4464: [PATCH] add Fcntl::Flock object for easier use of POSIX file locks
- =begin
mis-attached patch in previous comment
=end
-
04:51 AM Feature #4464: [PATCH] add Fcntl::Flock object for easier use of POSIX file locks
- =begin
This revised patch makes the API easier to use with the
following changes:
* renamed Fcntl::Flock -> Fcntl... -
03:58 AM Bug #4503 (Closed): ext/win32ole writes into $srcdir during build, breaking read-only source tree builds
- =begin
ext/win32ole/extconf.rb writes a .document file into $srcdir, which violates the premise of a read-only source... -
02:50 AM Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
This is what I did to get it solved properly. I uninstalled MacPorts completely and all packages that I instal... -
01:19 AM Bug #4501: 1.9.2-p180 fails to compile on OSX 10.7
- =begin
I am unsure if this is related however even on 1.8.7 which "compiled fine" when I try to install a gem from re... - 12:53 AM Revision 627527d7 (git): * 2011-03-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:53 AM Revision fae8bc73 (git): * test/misc/test_ruby_mode.rb(test_singleton_class): Skip for Pending.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/14/2011
-
11:35 PM Bug #4502 (Closed): strange Module.new behaviour
- =begin
First I create a proc:
p = proc {
self::X = Class.new
def self.X
X.new
end
}
Then I cr... -
11:00 PM Bug #4501 (Closed): 1.9.2-p180 fails to compile on OSX 10.7
- =begin
I am receiving more inquiries into running Ruby on OSX 10.7 from developers, 1.8.7-p334 compiled fine however... -
12:27 PM Revision dc5eb897 (git): * test/ruby/test_require.rb (test_require_too_long_filename):
- increase path length, because MAXPATHLEN is defined as 4096 on linux.
* test/ruby/test_require.rb (test_require... - 10:55 AM Revision f82f5216 (git): * 2011-03-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:55 AM Revision 675b3f33 (git): * ext/openssl/ossl_x509cert.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 AM Bug #4500 (Closed): warning: implicit declaration of function 'fdatasync' for OS X
- =begin
While compiling ruby, this warning appears on OS X:
compiling io.c
io.c: In function 'rb_io_fdatasync':
i... -
03:02 AM Bug #4498: REXML Pretty formater does use specified 'width' to wrap lines
- =begin
Patch attached for 'lib/rexml/formatters/pretty.rb'. @width attribute is used to compute line width when wrapp...
03/13/2011
-
03:43 PM Bug #4418: OpenSSL::PKey::DH#public_key
- =begin
Hi, Martin
RSA#public_key returns a RSA object, DSA#public_key returns a
DSA object, but EC#public_key doe... -
09:11 AM Revision fd641fbf (git): * ext/openssl/ossl_x509attr.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:14 AM Revision fe7425bb (git): * 2011-03-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 AM Revision 6ef956ab (git): * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe
- is true. Patch by Masaki Matsushita (Glass_saga). [ruby-dev:43337]
* test/test_pstore.rb: Test for above.
Patch by... -
04:58 AM Bug #4498 (Closed): REXML Pretty formater does use specified 'width' to wrap lines
- =begin
REXML::Formatters::Pretty has 'width' attribute used to wrap lines. This is not used when the wrap method is ...
Also available in: Atom