Activity
From 01/14/2010 to 01/20/2010
01/20/2010
-
11:45 PM Revision 03a284b8 (git): * iseq.c (iseq_s_disasm): check for proc first. based on the
- patch by Roger Pack in [ruby-core:27626]. [ruby-core:27227]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2636... -
11:30 PM Bug #2618 (Closed): Win32OLE RuntimeError due CoInitialize not being called
- =begin
A user reported to Ruby-Talk and RubyInstaller mailing list some issues using ruby 1.9.1p243 (2009-07-16 rev... - 08:19 PM Revision 5cf140d9 (git): * 2010-01-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:19 PM Revision 6a3d12d0 (git): eval.c: Backport #2592 [ruby-core:27525]; Added an ifndef for WIN32 so that F_GETFD isn't used on that platform. Fixes a build issue.
- dln.c: Bug #2220 [ruby-core:26117]; Patch to fix dln.c so that extensions work properly under Snow Leopard.
git-svn... -
07:26 PM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
Hi dear Ruby creator !
|Hi,
|I am not against provide both ways to represent float numbers, but I am
|n... -
02:01 PM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
Hi,
In message "Re: [ruby-core:25820] [Feature #2152] Split functionality of Float#inspect and Float#to_s"... -
06:11 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
+1
(
see discussions
here: http://redmine.ruby-lang.org/issues/show/1841
and here: http://blade... -
11:57 AM Feature #2617 (Rejected): Array#to_s behavior different on 1.8.7 and 1.9.1
- =begin
It's intended. 1.8 should be left unchanged for backward compatibility.
=end
-
11:20 AM Feature #2617 (Rejected): Array#to_s behavior different on 1.8.7 and 1.9.1
- =begin
# 1.9.1 patch level 378
irb(main):005:0> [1,2,3].to_s
=> "[1, 2, 3]"
# 1.8.7 patch level 248
irb(m... - 07:12 AM Revision 34271a33 (git): * 2010-01-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:12 AM Revision 0d3de660 (git): * common.mk (compile.$(OBJEXT)): dependencies lacking.
- * vm_method.c (rb_add_method_cfunc): invalid initializer for C89
* compile.c (iseq_insns_unification): int m... -
05:14 AM Feature #578: add method to disassemble Proc objects
- =begin
This diff appears to fix it, if somebody could take a look at it.
Thanks.
-r
=end
-
04:16 AM Bug #2616 (Closed): unable to trap in doze
- =begin
this snippet:
trap("ILL") { puts 'got one' }
Thread.new { sleep 0.1;Process.kill "ILL", Process.pid}
... -
04:04 AM Bug #1954: line number 0?
- =begin
looks like it's still erring
=end
-
03:50 AM Feature #2260 (Rejected): better access with GC_DEBUG
- =begin
too obscure, apparently, to be useful.
=end
01/19/2010
-
08:15 PM Bug #1074 (Closed): crash on variable reference in BEGIN inside class
- =begin
fixed by r26347. Thanks a lot.
=end
-
11:49 AM Bug #2612 (Rejected): Use POSIX shell in Makefile
- =begin
For some systems, including Solaris 10, /bin/sh is not a POSIX shell. Certain features like the continue sta... -
11:00 AM Revision e99cc37d (git): * lib/resolv.rb (Resolv::Config.default_config_hash): return an
- empty hash when resolv.conf is not available. [ruby-core:27620]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
11:00 AM Revision 926fd9a9 (git): * lib/resolv.rb (Resolv::Config.default_config_hash): return an
- empty hash when resolv.conf is not available. [ruby-core:27620]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
10:58 AM Revision 59615432 (git): * lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed the
- defaults of nameserver and port.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26357 b2dd03c8-39d4-4d8f-98ff-82... -
10:22 AM Feature #2595: Add crc32_combine and adler32_combine to zlib API
- =begin
Hi Aaron,
I'm just working zlib for JRuby now. Just out of curiosity, what are
you using crc32_combine an... -
09:07 AM Feature #2595 (Closed): Add crc32_combine and adler32_combine to zlib API
- =begin
This issue was solved with changeset r26352.
Aaron, thank you for reporting this issue.
Your contribution t... - 05:29 AM Revision b7e976dc (git): * 2010-01-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:29 AM Revision 1b260417 (git): * Makefile.in (clean-ext): allow glob patterns.
- * ext/extmk.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:29 AM Revision e07bce5e (git): * Makefile.in (clean-ext): allow glob patterns.
- * ext/extmk.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26355 b2dd03c8-39d4-4d8f-98ff-... - 05:20 AM Revision 281825d4 (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:14 AM Revision d842fce6 (git): * ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine is
- supported on Zlib 1.2.2.1, so check them for old zlib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26353 b2dd... -
12:06 AM Revision 43957589 (git): * ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combine
- * test/zlib/test_zlib.rb: corresponding tests [ruby-core:27551]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26...
01/18/2010
-
08:30 PM Bug #1469: Different behavior of class variables in 1.9.0 and 1.9.1p129
- =begin
> The code in the attached file (classvars.rb) is based on the discussion of class variables on pages 337 and... -
05:03 PM Revision 77f3fc30 (git): * test/ruby/test_array.rb: add some tests (for coverage).
- * test/ruby/test_bignum.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26351 b2dd03c8-39d4-4d8f-98ff-8... -
05:00 PM Revision 34b93543 (git): * test/ruby/test_bignum.rb: some coerce definitions (for test) was
- wrong.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:55 PM Revision 7f418222 (git): * bignum.c (bigsub_int): remove nonsense loop.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:43 PM Revision 98fb5939 (git): * 2010-01-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:43 PM Revision 6b438bee (git): * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in
- non-toplevel scope. [ruby-core:21657]
* test/ruby/test_beginendblock.rb (test_begininclass): add a test for
above... -
08:16 AM Revision 040fef9a (git): * lib/webrick/httpservlet/filehandler.rb (make_partial_content):
- add bytes-unit. [ruby-dev:40030]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26346 b2dd03c8-39d4... -
08:16 AM Revision f00951bb (git): * lib/webrick/httpservlet/filehandler.rb (make_partial_content):
- add bytes-unit. [ruby-dev:40030]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26346 b2dd03c8-39d4-4d8f-98ff-8... -
07:50 AM Revision 08e5438a (git): * test/webrick/test_cgi.rb: require util.rb first to override the
- executable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26345 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:50 AM Revision 9c54d38d (git): * test/webrick/test_cgi.rb: require util.rb first to override the
- executable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:49 AM Revision 9709d719 (git): * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):
- use inclusive range same as the header representation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... -
06:49 AM Revision 67244d1a (git): * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):
- use inclusive range same as the header representation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26344 b2dd... -
06:45 AM Revision 1950babf (git): * property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:32 AM Revision 5ed5439a (git): Add call-seq for Net::HTTP.start.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/17/2010
- 07:23 PM Revision fbc0b59b (git): * ext/digest/digest.c (rb_digest_instance_digest)
- (rb_digest_instance_hexdigest): Save a method call of reset()
for a disposable clone.
* ext/digest/digest.c (rb_di... - 07:12 PM Revision 5b92feaa (git): * 2010-01-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:12 PM Revision d8f265b3 (git): * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fix
- rdoc.
* ext/digest/lib/digest.rb (Digest::Class.base64digest)
(Digest::Instance#base64digest{,!}): New methods.
... - 06:43 PM Revision f9ce73f6 (git): * 2010-01-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:43 PM Revision c1627030 (git): * lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64,
- urlsafe_decode64): New methods backported from 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@... - 01:57 PM Revision 7bfdad3b (git): * ext/digest/digest.c (rb_digest_instance_digest)
- (rb_digest_instance_hexdigest): Save a method call of reset()
for a disposable clone.
git-svn-id: svn+ssh://ci.r... -
10:24 AM Revision 2bfe3c67 (git): * math.c (domain_check): check errno first.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:24 AM Revision 441619b7 (git): * math.c (domain_check): check errno first.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:57 AM Bug #2611 (Closed): Hang while executing END blocks with redirected stderr
- =begin
The following code hangs with CPU on 100% at a random point during execution of END blocks.
class C
... -
05:31 AM Revision 12278f0b (git): * lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.
- * lib/webrick/ssl.rb (listen): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26334 b2dd03c8-39d4-4d8f-98... -
05:24 AM Revision 9b58e845 (git): * ext/iconv/iconv.c (rb_str_derive): use long.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:23 AM Revision bb6e6903 (git): * ext/iconv/iconv.c (iconv_convert): suppress a warning.
- * lib/mkmf.rb (check_signedness): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26332 b2dd03c8-39d4... -
05:18 AM Revision 37db97c0 (git): * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/16/2010
-
04:53 PM Revision 8eacd6d9 (git): Add *.o
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:53 PM Revision b1892774 (git): * 2010-01-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 PM Revision 8a73c0ec (git): Fix test when default_external is US-ASCII.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 PM Bug #2610 (Closed): c-return hooks aren't always there
- =begin
With this snippet:
[1,2,3].any? {|n| n}
If you set a (c-based) event hook before calling it, you ... -
10:37 AM Bug #2606: Ruby crashes when Logger is used in trap handler
- =begin
Yuki -- My apologies. Where should I have reported it?
Nobuyoshi -- Thank you for trying. I'm disappoint...
01/15/2010
- 10:20 PM Revision c5393634 (git): * 2010-01-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:20 PM Revision be546199 (git): * ext/zlib/zlib.c: backport r18029 and r21861 from trunk.
- * r18029 ext/zlib/zlib.c (rb_deflate_params): flush before
deflateParams. [ruby-core:17675] (by mame)
... -
10:57 AM Bug #2606 (Feedback): Ruby crashes when Logger is used in trap handler
- =begin
I couldn't reproduce it on i386-linux, i386-darwin9.8.0 and x86_64-darwin9.8.0.
=end
-
09:40 AM Bug #2606: Ruby crashes when Logger is used in trap handler
- =begin
This issue was reported to a wrong project.
---------- Forwarded message ----------
From: Jonathan Gold... -
04:56 AM Bug #2606: Ruby crashes when Logger is used in trap handler
- =begin
Update: after trying to build a workaround in my program to just use STDOUT in place of Logger, I've come to ... -
02:09 AM Bug #2606 (Closed): Ruby crashes when Logger is used in trap handler
- =begin
I've run into what I consider to be a strange issue causing the ruby interpreter
to crash (on 1.9.1-p0, 1.9... -
05:22 AM Bug #1135 (Closed): Problem renaming CMath.hypot in Ruby1.9
- =begin
fixed by r26255.
=end
-
01:56 AM Bug #1074: crash on variable reference in BEGIN inside class
- =begin
This change, r21876, should be applied to trunk, shouldn't this?
It is allowed already.
=end
-
12:28 AM Bug #1018: return in an eigenclass definition
- =begin
When TAG_RETURN is thrown, how about updating lfp after pass ISEQ_TYPE_CLASS?
=end
01/14/2010
-
04:07 AM Revision 41d8e49d (git): * numeric.c (flo_hash, int_chr): fixed type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 AM Revision 441dbecf (git): * string.c (rb_str_concat): fixed range check for Fixnum, and
- added checks for integer overflow and invalid char code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26324 b2... -
12:39 AM Revision b3d8a406 (git): * string.c (rb_str_concat): raise RangeError when the argument is
- negative value. [ruby-core:27583]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26323 b2dd03c8-39d4-4d8f-98ff-82...
Also available in: Atom