Activity
From 01/20/2010 to 01/26/2010
01/26/2010
-
10:42 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
- =begin
2010年1月26日21:49 Tanaka Akira <[email protected]>:
> 2010年1月26日20:39 Yusuke Endoh <[email protected]>:
>>
>>... -
08:39 PM Bug #2658 (Closed): rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
- =begin
まつもとさん
遠藤です。
rubyspec の以下のエラーを調べてみました。
9)
Ruby character strings interpolates the return val... -
09:02 PM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
On Tue, 26 Jan 2010, Yui NARUSE wrote:
> Issue #2656 has been updated by Yui NARUSE.
>
> Status cha... -
08:34 PM Bug #2656 (Closed): Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
I merged your doc, thanks.
rd document is thought as obsoleted and removed.
Your point, GzipFile.wr... -
07:16 PM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
Excuse me following up to myself, but there's a first cut of
the patch below...
On Tue, 26 Jan 2010, Hugh... -
05:51 PM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
On Tue, 26 Jan 2010, Yui NARUSE wrote:
> Issue #2656 has been updated by Yui NARUSE.
>
> Category s... -
03:57 PM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
> Zlib::GzipWriter.open(filename, level=nil, strategy=nil) { |gz| ... }
> (snip)
> and Zlib::GzipWriter... -
07:43 AM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
On Tue, 26 Jan 2010, Ryan Davis wrote:
>
> On Jan 25, 2010, at 13:07 , Hugh Sasse wrote:
>
> > On... -
07:14 AM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
On Jan 25, 2010, at 13:07 , Hugh Sasse wrote:
> On Tue, 26 Jan 2010, Ryan Davis wrote:
>
>>
>> On J... -
06:07 AM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
On Tue, 26 Jan 2010, Ryan Davis wrote:
>
> On Jan 25, 2010, at 11:38 , Hugh Sasse wrote:
>
> > Bug #2... -
05:10 AM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
On Jan 25, 2010, at 11:38 , Hugh Sasse wrote:
> Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692... -
04:42 AM Bug #2656: Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
Forgot to confirm this is still true for ruby_1_8. I have now checked that and it is still true.
=end
-
04:37 AM Bug #2656 (Closed): Inconsistent docs for Zlib. [ruby-core:27692]
- =begin
(Putting this in redmine so it will be found)
http://ruby-doc.org/stdlib/libdoc/zlib/rdoc/classes/Zlib/G... -
08:37 PM Bug #2657 (Closed): rubyspec: The return keyword within define_method goes through the method via a closure FAILED
- =begin
This issue was solved with changeset r26425.
Yusuke, thank you for reporting this issue.
Your contribution ... -
08:09 PM Bug #2657: rubyspec: The return keyword within define_method goes through the method via a closure FAILED
- =begin
ささだです.
(2010/01/26 19:59), Yusuke Endoh wrote::
> ○原因
>
> rb_vm_invoke_proc の中で lambda の中の TAG_RETURN... -
08:09 PM Bug #2657: rubyspec: The return keyword within define_method goes through the method via a closure FAILED
- =begin
ささだです.
(2010/01/26 19:59), Yusuke Endoh wrote::
> ○原因
>
> rb_vm_invoke_proc の中で lambda の中の TAG_RETURN... -
07:59 PM Bug #2657 (Closed): rubyspec: The return keyword within define_method goes through the method via a closure FAILED
- =begin
ささださん
遠藤です。
rubyspec の以下のエラーを調べてみました。
9)
The return keyword within define_method goes th... -
08:33 PM Bug #2623 (Closed): drb - circular require
- =begin
Don't use "see" when you want to close a ticket.
=end
-
07:15 PM Bug #2612 (Feedback): Use POSIX shell in Makefile
- =begin
=end
- 06:06 PM Revision 72c7ea79 (git): * 2010-01-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:06 PM Revision 5c17ceb0 (git): Backport #2039 [ruby-core:25339]; backported r24413, r24416, r24442 to fix a problem with IO#select and threads. This is the same issue as Bug #199
- 3 [ruby-core:25114].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26435 b2dd03c8-39d4-4d8f-98ff-... -
05:06 PM Feature #2645: Have a method in StringScanner which returns the position in characters rather than in bytes
- =begin
StringScanner's pos is related to IO#pos.
Feature#1159 is also about this. (but in Japanaese)
A ... -
02:30 AM Feature #2645: Have a method in StringScanner which returns the position in characters rather than in bytes
- =begin
+1...but what to name it?
* char_pos
* chpos
* index (like String#index)
by the way, the docume... -
04:27 PM Bug #2577 (Feedback): Ruby 1.9.2 Preview 1 Aborts when script/generate is used
- =begin
=end
-
03:25 PM Revision 1d3c2678 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod, BigDecimal_mod,
- BigDecimal_divmod, BigDecimal_div2): BigDecimal#% and #div returned
an array itself that was returned by #divmod.
... - 03:21 PM Revision 671c165b (git): * 2010-01-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:21 PM Revision 48b4d8c5 (git): * ext/bigdecimal/bigdecimal.c (VpCtoV): do not raise infinity
- exception for BigDecimal("0E200000000000").
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26432 b2dd03c8-39d4-4d... -
02:54 PM Revision 6ce49942 (git): suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:33 PM Revision 5cce9205 (git): * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]
- patched by Hugh Sasse [ruby-core:27692] [ruby-core:27852]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
01:31 PM Revision bddadeea (git): * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]
- patched by Hugh Sasse [ruby-core:27692] [ruby-core:27852]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26429 b2... -
12:52 PM Revision 05d80e2f (git): * ext/bigdecimal/bigdecimal.c (VpCtoV): BigDecimal("0E200000000000")
- was Infinity, not 0.
* test/bigdecimal/test_bigdecimal.rb: add a test for above.
git-svn-id: svn+ssh://ci.ruby-lang... -
12:41 PM Revision 96542c36 (git): * configure.in: test unsetenv returns a value.
- unsetenv is void in older BSDs (FreeBSD 6 and OpenBSD 4.5 at least).
* hash.c (ruby_setenv): don't use the result of... -
12:34 PM Revision fe98a03c (git): * ext/socket/extconf.rb: suppress a warning.
- * ext/extmk.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:28 AM Revision b71cab7f (git): * vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURN
- because vm_exec does. This caused rubyspec error. [ruby-dev:40158]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... - 11:24 AM Revision c10e6010 (git): * lib/drb/eq.rb: fix circular requrie in drb.
- reported by akr. see [ruby-dev:40156] [ruby-core:27661]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... - 11:22 AM Revision e92661e6 (git): * lib/drb/eq.rb: fix circular requrie in drb.
- reported by akr. see [ruby-dev:40156] [ruby-core:27661]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26423 b2... -
11:20 AM Revision 09141c06 (git): * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.
- patched by Hugh Sasse [ruby-core:27692]
* ext/zlib/doc/zlib.rd: removed.
-This line, and those below, will be ignore... -
11:18 AM Revision 0ba192d7 (git): * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.
- patched by Hugh Sasse [ruby-core:27692]
* ext/zlib/doc/zlib.rd: removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
07:56 AM Revision 6dc1a463 (git): * ext/strscan/strscan.c: fix rdoc. (length -> bytesize)
- reported by Kornelius Kalnbach. see [ruby-core:27792]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26420 b2dd03... -
07:30 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Tue, 26 Jan 2010, Roger Pack wrote:
> > Thanks but I'm fine. I currently use the following code:
> >
... -
06:38 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Mon, Jan 25, 2010 at 2:57 PM, Hongli Lai <[email protected]> wrote:
> On 1/25/10 3:46 PM, Roger Pack wrot... -
03:34 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
> Thanks but I'm fine. I currently use the following code:
>
> RUBY_ENGINE = defined?(::RUBY_ENGINE) ? ::R... -
03:26 AM Bug #2621: cannot resume Fiber from forked process
- =begin
なかださんにこのチェックは必要と言われたので revert しました。
rb_protect を callcc で抜けられると確かにまずそうでした。すみません。
# Fiber を resume してまずい例は... -
02:38 AM Bug #2618: Win32OLE RuntimeError due CoInitialize not being called
- =begin
working all right for me with
ruby 1.9.2dev (2010-01-25 trunk 26409) [i386-mingw32]
(fails with ruby 1... -
02:36 AM Bug #2655 (Rejected): win32OLE processes lose their connection?
- =begin
The following code works in 1.8.6, not in 1.9.x...
require 'win32ole'
wmi = WIN32OLE.connect("winmgmts... -
12:33 AM Bug #2652 (Closed): three bugs of Matrix::Scalar
- =begin
連投すみません。
[ruby-dev:40149] と全く同じ内容ですが、subject に [Bug:trunk] を
つけ忘れたので再送します。
=====
遠藤です。
Mat... -
12:30 AM Bug #2651 (Closed): Matrix#compare_by_row_vectors does not receive array of Vector
- =begin
遠藤です。
Matrix#compare_by_row_vectors が、その名前に反して、Vector の配列を
与えても正しく比較してくれません。
require "matrix"
... -
12:24 AM Feature #2650 (Closed): Vector#/
- =begin
遠藤です。
Matrix#/ や Vector#* があるので Vector#/ もあっていいと思います。
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -1... -
12:23 AM Bug #2649 (Closed): Vector can't be coerced into Vector
- =begin
遠藤です。
Vector に Vector をかけると Vector can't be coerced into Vector という
例外が出ます。
$ ./ruby -rmatrix -e 'Vect... -
12:06 AM Bug #2646: 1.9.2dev segv when compiling with clang 1.1/trunk
- =begin
Hmm, it seems your clang's bug.
I can compile with clang 1.1 with x86_64 FreeBSD.
Anyway, it seems cra... -
12:01 AM Bug #2319: gethostbyname fails in windows
- =begin
Just as a note, this still occurs (I think only with GCC 3.4.5 mingw)
e:\dev\digitalarchive_trunk>ruby -... -
12:00 AM Revision 46c8b826 (git): don't gnerate core file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/25/2010
-
11:55 PM Bug #2646: 1.9.2dev segv when compiling with clang 1.1/trunk
- =begin
> Any idea/test I could ru to see whether it is a clang-related issue or a ruby one?
I'm not familiar wi... -
08:01 PM Bug #2646 (Third Party's Issue): 1.9.2dev segv when compiling with clang 1.1/trunk
- =begin
As I've been doing for several months/years, I'm compiling regular snapshots of the clang compiler and use it... -
11:17 PM Bug #2637 (Closed): unable to select for < 0.1s in windows
- =begin
This issue was solved with changeset r26409.
Roger, thank you for reporting this issue.
Your contribution t... -
09:46 PM Bug #2637: unable to select for < 0.1s in windows
- =begin
do_select(), in thread.c, waits at least 100 ms on Windows.
(see the line over beginning of BLOCKING_REGION... -
10:38 AM Bug #2637 (Assigned): unable to select for < 0.1s in windows
- =begin
=end
-
11:15 PM Feature #2643: test/unit redefinition check of test_* method
- =begin
2010/1/25 Benoit Daloze <[email protected]>:
>> This leads to a loss of a valuable chance of test. It is g... -
10:52 PM Feature #2643: test/unit redefinition check of test_* method
- =begin
> This leads to a loss of a valuable chance of test. It is good for
> test/unit to detect and warn such a r... -
07:41 PM Feature #2643 (Closed): test/unit redefinition check of test_* method
- =begin
Hi, Ryan Davis --
When writing test cases with test/unit, we often by mistake define a
test function ... -
11:12 PM Revision 37679ee5 (git): supress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:26 PM Bug #2621 (Closed): cannot resume Fiber from forked process
- =begin
反対がなかったのでコミットしました (r26407)
=end
-
10:08 PM Revision a967f738 (git): * lib/matrix.rb: suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:12 PM Bug #2616 (Assigned): unable to trap in doze
- =begin
signals to myself which mapped to SEH seems to be ignored...
Of course, this is a bug.
=end
-
07:57 PM Feature #2645 (Rejected): Have a method in StringScanner which returns the position in characters rather than in bytes
- =begin
In ruby 1.9, StringScanner#pos returns the position in number of bytes. I read on the ruby mailing list (htt... - 06:23 PM Revision 7123baaf (git): * 2010-01-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:22 PM Revision f53d8254 (git): * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped by
- callcc, revert r26407. And rename trap_tag to protect_tag and
change exception message (across trap -> across stac... -
05:46 PM Feature #2635: Unbundle rdoc
- =begin
Hi,
2010/1/25 Ryan Davis <[email protected]>:
>
> On Jan 23, 2010, at 19:03 , Yusuke ENDOH wrote:... -
04:39 PM Feature #2635: Unbundle rdoc
- =begin
On Mon, Jan 25, 2010 at 3:31 PM, Ryan Davis <[email protected]> wrote:
>
> On Jan 23, 2010, at 19:03... -
03:52 PM Feature #2635: Unbundle rdoc
- =begin
On Sun, Jan 24, 2010 at 10:31 PM, Ryan Davis <[email protected]> wrote:
> Like it or not, rdoc, minit... -
03:31 PM Feature #2635: Unbundle rdoc
- =begin
On Jan 23, 2010, at 19:03 , Yusuke ENDOH wrote:
> The reporter in [ruby-core:27656] followed proper repo... -
05:43 PM Bug #2632 (Assigned): Windows での未読のあるソケットのクローズ後の読み取り
- =begin
=end
-
10:29 AM Bug #2632: Windows での未読のあるソケットのクローズ後の読み取り
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:40135] [Bug #2632] Windows での未読のあるソケットのクローズ後の読み取り"
on Jan.23,... - 05:27 PM Revision aad1fcf3 (git): * 2010-01-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:27 PM Revision 185ed6e2 (git): * string.c (rb_str_split): add rdoc.
- patched by Hugh Sasse [ruby-core:27819]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26413 b2dd03c... -
04:42 PM Bug #2636 (Closed): Incorrect UTF-16 string length
- =begin
> My main concern was that what #length and #[] were doing was different.
> If s[0], s[1], s[2] would have ... -
04:37 PM Bug #2636: Incorrect UTF-16 string length
- =begin
> What needs to be fixed here is the data, nothing else:
>
> irb(main):001:> s = "\xDC\x0B\xD8\x40".force_e... -
04:09 PM Bug #2636: Incorrect UTF-16 string length
- =begin
What needs to be fixed here is the data, nothing else:
irb(main):001:> s = "\xDC\x0B\xD8\x40".force_encodi... -
03:04 PM Bug #2641: Seg fault running miniruby during ruby build on Haiku
- =begin
and just to make sure it's not Haiku's fault...
http://dev.haiku-os.org/ticket/5321
=end
-
02:55 PM Bug #2641 (Rejected): Seg fault running miniruby during ruby build on Haiku
- =begin
Not sure whats triggering it, enabled debugging in thread.c as thats around where the cause seems to be.
... -
02:58 PM Revision 45638535 (git): fix commit miss. [ruby-core:27794]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:26 PM Revision d9a4bb6d (git): * 2010-01-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision 8142629c (git): * test/ruby/test_string.rb (test_split): add tests.
- patched by Hugh Sasse [ruby-core:27794]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26410 b2dd03c... - 02:09 PM Revision 6ebdbb30 (git): * thread.c (do_select): wrong conditions. [ruby-core:27753]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:33 PM Revision e090c622 (git): * test/ruby/envutil.rb: use method_defined? instead of
- instance_methods.include?.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:22 PM Revision 24f5161c (git): * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check because
- it seems not to make sense. [ruby-dev:40121]
* vm_core.h, eval.c (rb_protect): ditto.
git-svn-id: svn+ssh://ci.rub... -
12:44 PM Revision 1d415019 (git): * test/ruby/envutil.rb: fix the check if instance method `ruby' is
- defined or not.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:41 PM Bug #2640: signal code only needs slight changes to make Ruby compile on Haiku-os
- =begin
Looks like Nobuyoshi Nakada fixed this in r26399
logic: if no SIGSEGV info, don't USE_SIGALTSTACK
T... -
12:16 PM Bug #2640: signal code only needs slight changes to make Ruby compile on Haiku-os
- =begin
The patch suggested at http://znz.s1.xrea.com/t/?date=20090926 causes the bus error for me too and seems like... -
11:35 AM Bug #2640 (Third Party's Issue): signal code only needs slight changes to make Ruby compile on Haiku-os
- =begin
Hmm, if so, this is not Ruby's issue.
If Haiku 1.0 still doesn't have them, please reopen this; we may appl... -
11:13 AM Bug #2640: signal code only needs slight changes to make Ruby compile on Haiku-os
- =begin
@Yui
That patch definitely looks like it would resolve this issue. Since that info structure is a todo ... -
10:54 AM Bug #2640: signal code only needs slight changes to make Ruby compile on Haiku-os
- =begin
Hi,
At Mon, 25 Jan 2010 10:30:30 +0900,
Alexander von Gluck wrote in [ruby-core:27768]:
> signal.c: In f... -
10:51 AM Bug #2640: signal code only needs slight changes to make Ruby compile on Haiku-os
- =begin
Please try the patch in following page.
http://znz.s1.xrea.com/t/?date=20090926
=end
-
10:30 AM Bug #2640 (Third Party's Issue): signal code only needs slight changes to make Ruby compile on Haiku-os
- =begin
gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o signal.o... -
12:18 PM Revision 34bcba57 (git): * test/ruby/test_rubyoptions.rb (test_segv_test): add a test for
- bugreport trace dumper.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:07 PM Feature #2639 (Closed): ifdef References to __BEOS__ should be changed to also include __HAIKU__
- =begin
This issue was solved with changeset r26398.
Alexander, thank you for reporting this issue.
Your contributi... -
11:58 AM Feature #2639: ifdef References to __BEOS__ should be changed to also include __HAIKU__
- =begin
patch attached.
=end
-
10:54 AM Feature #2639: ifdef References to __BEOS__ should be changed to also include __HAIKU__
- =begin
Please make a patch for trunk; not 1.9.1.
=end
-
10:25 AM Feature #2639 (Closed): ifdef References to __BEOS__ should be changed to also include __HAIKU__
- =begin
The Be Operating system's functionality is almost completely replaced by Haiku-os (http://haiku-os.org). As ... -
09:56 AM Feature #2084: Method#source_location and Methods Created with `attr`
- =begin
I wrote a patch. How about this?
=end
-
09:47 AM Revision 54e45b30 (git): * file.c (be_chown, be_fchown, eaccess): suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:16 AM Revision 57d4faec (git): * configure.in (RUBY_ARCHLIB): moved to version.c.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:47 AM Revision b1489489 (git): * ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, and
- call raise_from_check() with pid_t. [ruby-dev:40141]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26402 b2dd0... -
08:36 AM Revision ccf67667 (git): * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:02 AM Revision 695c32a0 (git): * include/ruby.h: removed duplication, added the macro for version.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 423657b4 (git): * signal.c (USE_SIGALTSTACK): only when SA_SIGINFO also is
- available. see [ruby-core:27768].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26399 b2dd03c8-39d4-4d8f-98ff-... -
03:06 AM Revision d5b0c4b1 (git): * dln.c, file.c, io.c, signal.c: add __HAIKU__.
- patched by Alexander von Gluck [ruby-core:27767]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26398 b2dd03c8-39... -
02:51 AM Revision 0fdbdfbb (git): * math.c (domain_check): ignore errno if y is inf.
- r26335 is because NetBSD 5.0's asin and acos returns
0.0 with errno EDOM. But it breaks Linux whose gamma returns i... -
02:50 AM Revision 68e11117 (git): * string.c (rb_str_inspect): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:30 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Sun, Jan 24, 2010 at 10:11 AM, Tanaka Akira <[email protected]> wrote:
> 2010/1/23 Charles Oliver Nutter <head...
01/24/2010
-
11:07 PM Feature #2631: Allow IO#reopen to take a block
- On Fri, Jan 22, 2010 at 10:56 PM, Shyouhei Urabe <[email protected]> wrote:
> Issue #2631 has been updated by Sh... -
11:01 PM Bug #2637: unable to select for < 0.1s in windows
- =begin
Around other versions:
... -
02:30 PM Bug #2637 (Closed): unable to select for < 0.1s in windows
- =begin
in 1.9:
>> a = TCPSocket.new 'google.com', 80
>> Benchmark.realtime { IO.select([a], nil, nil, 0) }
... -
10:57 PM Bug #2610 (Closed): c-return hooks aren't always there
- =begin
This issue was solved with changeset r26395.
Roger, thank you for reporting this issue.
Your contribution t... -
07:35 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Hi,
On Sun, Jan 24, 2010 at 5:00 AM, Tanaka Akira <[email protected]> wrote:
> 2010/1/22 Tanaka Akira <akr@fsi... -
06:45 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Sat, Jan 23, 2010 at 3:27 PM, Tanaka Akira <[email protected]> wrote:
> 2010/1/24 Charles Oliver Nutter <headi... -
06:13 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Fri, Jan 22, 2010 at 9:06 PM, Charles Oliver Nutter
<[email protected]> wrote:
> I would not argue aga... -
05:56 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Sat, Jan 23, 2010 at 1:50 PM, Caleb Clausen <[email protected]> wrote:
> I don't know much about jruby, b... -
05:33 PM Bug #2506: Make test fails on Ubuntu 9.10 64bit
- =begin
I can reproduce this issue on Snow Leopard (10.6.2) and GCC 4.2.1 on a Penryn (pre-unibody) MacBook Pro.
=end
-
01:52 PM Revision 61844557 (git): * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues about
- return and c-return trace. This issue skips (c-)return event
with global jump such as break or return. This fix m... -
01:30 PM Bug #2636: Incorrect UTF-16 string length
- =begin
Or following will explain this:
> "\xDC\x0b\xD8\x40".force_encoding(Encoding::UTF_16BE)
=> "\xDC\u0BD8\x4... -
01:28 PM Bug #2636 (Rejected): Incorrect UTF-16 string length
- =begin
"\xD8\x40\xDC\x0B".force_encoding(Encoding::UTF_16BE) is corrent.
=end
-
12:10 PM Bug #2636 (Closed): Incorrect UTF-16 string length
- =begin
str = "\xDC\x0B\xD8\x40".force_encoding(Encoding::UTF_16BE)
str.length #=> 3
This string is made by in... -
01:20 PM Revision 29798425 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
- =begin
Thank you, seems to work like a champ now.
-rp
=end
-
05:27 AM Bug #2394 (Closed): [BUG] pthread_mutex_lock: 22 revisited
- =begin
This issue was solved with changeset r26390.
Roger, thank you for reporting this issue.
Your contribution t... -
12:05 PM Feature #578 (Closed): add method to disassemble Proc objects
- =begin
Appears fixed now. Thanks!
r26363
=end
-
12:04 PM Feature #2635: Unbundle rdoc
- =begin
Hi,
2010/1/23 Yukihiro Matsumoto <[email protected]>:
> In message "Re: [ruby-core:27722] [Feature #2635... -
12:59 AM Feature #2635: Unbundle rdoc
- =begin
(2010/01/24 0:41), Luis Lavena wrote:
> On Sat, Jan 23, 2010 at 12:15 PM, Yui NARUSE <[email protected]>... -
12:53 AM Feature #2635: Unbundle rdoc
- =begin
Hi,
In message "Re: [ruby-core:27729] Re: [Feature #2635] Unbundle rdoc"
on Sun, 24 Jan 2010 00:41:18... -
12:52 AM Feature #2635: Unbundle rdoc
- =begin
(2010/01/24 0:35), Yukihiro Matsumoto wrote:
> |Moreover rdoc has some open bugs for 1 year.
> |test-all fa... -
12:41 AM Feature #2635: Unbundle rdoc
- =begin
On Sat, Jan 23, 2010 at 12:15 PM, Yui NARUSE <[email protected]> wrote:
>
> Moreover rdoc has some open... -
12:36 AM Feature #2635: Unbundle rdoc
- =begin
Hi,
In message "Re: [ruby-core:27725] [Feature #2635] Unbundle rdoc"
on Sun, 24 Jan 2010 00:15:33 +09... -
12:15 AM Feature #2635: Unbundle rdoc
- =begin
Bug #2066 is written by Run Paint Run Run 136 days ago, but it is not yet.
Moreover rdoc has some open b... -
05:22 AM Revision 83d9e9f4 (git): * string.c (rb_str_inspect): increment by rb_enc_mbminlen(enc) for
- broken byte sequence. [ruby-core:27748]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26393 b2dd03c8-39d4-4d8f... -
04:59 AM Revision 4b8e14c9 (git): * string.c (rb_enc_strlen_cr): increment by rb_enc_mbminlen(enc) for
- broken byte sequence. [ruby-core:27748]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26392 b2dd03c8-39d4-4d8f... -
03:27 AM Bug #2330: Non systematic segmentation fault with autoload rubyspec
- =begin
Hi,
At Sun, 27 Dec 2009 17:00:43 +0900,
Marc-Andre Lafortune wrote in [ruby-core:27335]:
> $ rubydev loa... -
12:37 AM Bug #1042 (Closed): RDoc crashes while generating HTML after parsing a Ruby DSL.
- =begin
This issue was solved with changeset r26388.
Hal, thank you for reporting this issue.
Your contribution to ... -
12:17 AM Bug #883 (Closed): Failure: test_handle_special_CROSSREF_no_underscore(TestRDocMarkupToHtmlCrossref)
- =begin
This issue was solved with changeset r26386.
Kazuhiro, thank you for reporting this issue.
Your contributio...
01/23/2010
-
11:48 PM Feature #2635: Unbundle rdoc
- =begin
Hi,
In message "Re: [ruby-core:27722] [Feature #2635] Unbundle rdoc"
on Sat, 23 Jan 2010 23:20:59 +09... -
11:20 PM Feature #2635 (Rejected): Unbundle rdoc
- =begin
The rdoc in trunk is outdated and not maintained,
and latest rdoc is in gen.
I think Ruby 1.9 shouldn'... -
11:37 PM Bug #2625 (Closed): rdoc patch for Dir.glob
- =begin
This issue was solved with changeset r26385.
Roger, thank you for reporting this issue.
Your contribution t... -
08:47 PM Revision cb9da52c (git): * dir.c (dir_s_glob): get rid of comment starter.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:21 PM Bug #2618: Win32OLE RuntimeError due CoInitialize not being called
- =begin
Could you try ruby 1.9.2dev (2010-01-23 trunk 26383)?
I'm not sure fix this issue or not, but the script
... -
08:18 PM Revision a1d41642 (git): * thread.c (thread_start_func_2): unlock all locking mutexes
- before clean up. [ruby-core:26877]
* thread.c (rb_thread_atfork): no other threads to be joined.
* vm_core.h (rb_t... -
08:08 PM Revision 2e5ef26a (git): * ext/win32ole/lib/win32ole.rb: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:34 PM Revision ce35c0c6 (git): * lib/rdoc/parser/ruby.rb: fix typo.
- patched by Hal Brodigan [ruby-core:21536]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26388 b2dd03c8-39d4-4d8f... - 03:11 PM Revision 75acf879 (git): * 2010-01-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision ad388054 (git): * lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.
- [ruby-core:20564]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:56 PM Feature #2631: Allow IO#reopen to take a block
- +1, The idea of temporary intercepting any output to another IO is worth considering. Though I doubt to name that fe...
-
04:28 AM Feature #2631: Allow IO#reopen to take a block
- Hi,
In message "Re: [ruby-core:27702] [Feature #2631] Allow IO#reopen to take a block"
on Sat, 23 Jan 2010 01... -
01:30 AM Feature #2631: Allow IO#reopen to take a block
- =begin
I don't think this can be implemented easily. This can be implemented if the IO object in question is a File ... -
12:55 AM Feature #2631 (Assigned): Allow IO#reopen to take a block
- =begin
Please allow IO#reopen to accept a block. This would allow users to temporarily redirect output without havi... -
02:28 PM Revision 155e42c5 (git): * dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:16 PM Revision eaa9ca76 (git): * lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):
- make the rdoc(generating html) run faster and use less memory.
patch by Tetsu Soh [ruby-core:27656]
git-svn-id: sv... -
12:06 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Fri, Jan 22, 2010 at 1:25 PM, Yukihiro Matsumoto <[email protected]> wrote:
> As far as I understand, he... -
04:25 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Hi,
In message "Re: [ruby-core:27684] Re: [Feature #2619] Proposed method: Process.fork_supported?"
... -
11:02 AM Revision 4b180628 (git): * ext/win32ole/win32ole.c: add WIN32OLE.ole_initialize,
- WIN32OLE.ole_uninitialize to use in win32ole.rb.
You must not use thease methods.
* ext/win32ole/lib/win32ole.rb: ... -
09:36 AM Bug #1926 (Rejected): Different eval/binding behaviour in 1.9
- =begin
Not a bug. Binding spec is changed from 1.8.
=end
-
03:23 AM Bug #2632: Windows での未読のあるソケットのクローズ後の読み取り
- =begin
=end
-
03:22 AM Bug #2632 (Rejected): Windows での未読のあるソケットのクローズ後の読み取り
- =begin
Windows XP SP3 で、添付の test.rb を実行すると、Errno::ECONNRESET 例外が発生します。
$ ruby test.rb
test.rb:11:in `gets': 既...
01/22/2010
-
11:04 PM Bug #2629 (Rejected): ConditionVariable#wait(mutex, timeout) should return whether the condition was signalled, not the waited time
- =begin
At this time, ConditionVariable#wait on 1.9.2dev works as follows:
ConditionVariable#wait(mutex, timeout... -
10:01 PM Bug #1685: Some windows unicode path issues remain
- =begin
Is there any progress regarding this issue(s)?
=end
-
09:56 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Hi,
On Fri, Jan 22, 2010 at 9:51 AM, Tanaka Akira <[email protected]> wrote:
> 2010/1/22 Charles Oliver Nutter... -
05:36 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Thu, Jan 21, 2010 at 9:39 PM, Luis Lavena <[email protected]> wrote:
> On Thu, Jan 21, 2010 at 9:57 PM... -
05:28 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Thu, Jan 21, 2010 at 11:27 PM, Yukihiro Matsumoto <[email protected]> wrote:
> We added a new behavior o... -
05:27 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Thu, Jan 21, 2010 at 9:43 PM, Tanaka Akira <[email protected]> wrote:
> In general, I recommend programs call ... -
02:27 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Hi,
In message "Re: [ruby-core:27643] [Feature #2619] Proposed method: Process.fork_supported?"
on Th... -
12:39 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Thu, Jan 21, 2010 at 9:57 PM, Hongli Lai <[email protected]> wrote:
> [...]
>
>> * Provide another mech... -
04:09 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Thu, Jan 21, 2010 at 12:49 PM, Vladimir Sizikov <[email protected]> wrote:
> I should probably also add ... -
03:49 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Thu, Jan 21, 2010 at 10:53 AM, Tanaka Akira <[email protected]> wrote:
> 2010/1/21 Hongli Lai <[email protected]... -
09:17 PM Bug #2627 (Closed): incompatibility of Marshal of Time with nanosecond
- =begin
This issue was solved with changeset r26377.
Yusuke, thank you for reporting this issue.
Your contribution ... -
08:12 PM Bug #2627: incompatibility of Marshal of Time with nanosecond
- =begin
=end
-
07:49 PM Bug #2627 (Closed): incompatibility of Marshal of Time with nanosecond
- =begin
遠藤です。
ナノ秒の情報を含む Time について、1.9.1-p378 で Marshal.dump したものを
trunk で load すると、情報が落ちるようです。
# ruby-1... -
03:26 PM Revision 0f29696f (git): * sample/coverage.rb: preserve exit status.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 PM Revision 0f078cbf (git): * test/ruby/test_dir.rb: get rid of debug print.
- * test/ruby/test_module.rb: fixed to make test-all work.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26381 b2d... - 03:03 PM Revision b1a0dc70 (git): * 2010-01-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision bebd7e45 (git): * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
- * test/ruby/test_dir.rb, test/ruby/test_fnmatch.rb: add some tests
(for coverage of dir.c).
* test/ruby/test_enum.... -
02:53 PM Revision d8d5e671 (git): * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,
- test/ruby/test_variable.rb: add some tests (for coverage of
compile.c).
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
12:22 PM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
While I can appreciate the desire to make floats a little clearer to beginners. I have to reluctantly pitch ... -
12:08 PM Revision 1d674dc5 (git): * time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:40 AM Bug #2624 (Rejected): FileUtils.touch can err (windows)
- =begin
It's the feature of NTFS Alternate Data Stream.
=end
-
06:04 AM Bug #2624 (Rejected): FileUtils.touch can err (windows)
- =begin
e:\dev\digitalarchive_trunk>irb
>> FileUtils.touch ('hidden:abc')
=> ["hidden:abc"]
>> Dir['hidd*']
=... -
10:33 AM Bug #270: lazy timer thraed creation
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:40127] Re: [Bug #270](Closed) lazy timer thraed creation"
on J... -
01:51 AM Bug #270 (Closed): lazy timer thraed creation
- =begin
本件ですが、まず FreeBSD 7.2 あたり、NetBSD 5.0 あたりで OS 側に対処が入り、
pthread を使った後で fork しても刺さらないようになったようです。
(誰かコミットの特定よろ... -
06:26 AM Bug #2625 (Closed): rdoc patch for Dir.glob
- =begin
This makes it more explicit for us poor windows users that Dir.glob cannot use \
Note that perl actually... -
05:26 AM Revision 0f02abb3 (git): * common.mk (rdoc): needs encodings and exts.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:17 AM Revision e243aabc (git): * configure.in: add missing comma.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:08 AM Feature #2595: Add crc32_combine and adler32_combine to zlib API
- =begin
On Thu, Jan 21, 2010 at 7:46 AM, NAKAMURA, Hiroshi <[email protected]> wrote:
> And it sounds your usage do... -
03:38 AM Bug #2623 (Closed): drb - circular require
- =begin
Some gems(for example rspec) require drb:
require "drb/drb" # It should probably be just "require 'drb'", b... -
02:07 AM Revision 3f25c4f6 (git): * process.c (rb_f_fork): fix for indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/21/2010
-
11:10 PM Bug #2621 (Closed): cannot resume Fiber from forked process
- =begin
遠藤です。
fork の子プロセスから元プロセスの Fiber が呼べません。
$ ./ruby -e '
f = Fiber.new { }
fork { f.resume }... -
10:46 PM Feature #2595: Add crc32_combine and adler32_combine to zlib API
- =begin
Hi Aaron,
On Thu, Jan 21, 2010 at 02:07, Aaron Patterson
<[email protected]> wrote:
>> I'm just... -
08:06 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
On Thu, Jan 21, 2010 at 11:03 AM, Hongli Lai <[email protected]> wrote:
> On 1/21/10 10:53 AM, Tanaka Akira ... -
06:56 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Tanaka Akira said that respond_to? returns false for methods that are not implemented since 1.9.2. I did not ... -
06:44 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
#fork is defined in all versions of MRI on all platforms, even on platforms where it's not supported. It's ju... -
01:17 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Yikes, not even the old puts can save or be consistent anymore :-P
Thank you Nobu for enlighten me.
... -
01:13 PM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Hi,
At Thu, 21 Jan 2010 09:36:33 +0900,
Luis Lavena wrote in [ruby-core:27643]:
> C:\Users\Luis>pik ruby... -
09:33 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Hmn, defined?(fork) is not very useful:
... -
08:51 AM Feature #2619 (Rejected): Proposed method: Process.fork_supported?
- =begin
use defined?(fork) instead.
=end
-
12:35 AM Feature #2619: Proposed method: Process.fork_supported?
- =begin
Oops, I attached the wrong patch: the first one contains some local changes which I did not intend to include... -
12:30 AM Feature #2619 (Rejected): Proposed method: Process.fork_supported?
- =begin
It used to be that Process.fork is available on all POSIX platforms. With Ruby 1.9 that is no longer the case... - 05:04 PM Revision 25408d0e (git): * ChangeLog: added more description.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:29 PM Revision 4fe11591 (git): * 2010-01-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:29 PM Revision 031cab4d (git): * eval.c (thread_timer, rb_thread_stop_timer): check the timing of
- stopping timer. patch from KOSAKI Motohiro <kosaki.motohiro _AT_
jp.fujitsu.com>
* eval.c (rb_thread_start_timer)... -
04:08 PM Revision 45c2671e (git): * test/ruby/test_bignum.rb, test/ruby/test_class.rb,
- test/ruby/test_defined.rb, test/ruby/test_hash.rb,
test/ruby/test_primitive.rb, test/ruby/test_variable.rb: add som... - 04:06 PM Revision c758a906 (git): * 2010-01-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:06 PM Revision f3448ded (git): * test/ruby/test_require.rb (test_define_class): expect TypeError
- instead of NameError. [ruby-core:27504]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26368 b2dd03c8-39d4-4d8f-... -
03:10 PM Bug #2612: Use POSIX shell in Makefile
- =begin
Hi,
At Tue, 19 Jan 2010 11:49:56 +0900,
Brian Egge wrote in [ruby-core:27616]:
> For some systems, inclu... -
06:10 AM Revision ff575c7e (git): * configure.in: some tidy.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:15 AM Revision 8a4c9b0b (git): * array.c (rb_ary_rotate): new methods, Array#rotate! and
- Array#rotate. [ruby-dev:17194]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26366 b2dd03c8-39d4-4d8f-98ff-823... -
02:12 AM Revision 2cb9f63b (git): * array.c (rb_ary_reverse_m): copy directly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 AM Bug #2618 (Assigned): Win32OLE RuntimeError due CoInitialize not being called
- =begin
=end
-
12:38 AM Revision bb8f1415 (git): * configure.in: use AS_CASE instead of when, to get rid of
- an unintentional substitution.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26364 b2dd03c8-39d4-4d8f-98ff-823f...
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
Also available in: Atom