Activity
From 10/21/2009 to 10/27/2009
10/27/2009
-
11:55 PM Bug #2291 (Assigned): Net::FTPでソケットをオープンする前にbinary=を呼び出すと落ちる
- =begin
この修正で問題ないとしたら、ちょっとAPIが変だと思うので、もうちょっと考えさせてください。
# 一応commit前に自分に確認してもらえるとうれしいです。
=end
-
10:57 PM Bug #2291 (Closed): Net::FTPでソケットをオープンする前にbinary=を呼び出すと落ちる
- =begin
This issue was solved with changeset r25518.
Akira, thank you for reporting this issue.
Your contribution t... -
09:36 PM Bug #2291 (Assigned): Net::FTPでソケットをオープンする前にbinary=を呼び出すと落ちる
- =begin
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index 52bd375..239bd3c 100644
--- a/lib/net/ftp.rb
+++ b/l... -
09:23 PM Bug #2291 (Closed): Net::FTPでソケットをオープンする前にbinary=を呼び出すと落ちる
- =begin
% cat ftp_binary.rb
require 'net/ftp'
f = Net::FTP.new
f.binary = true
% ruby ftp_binary.rb
/Use... -
10:53 PM Bug #2184 (Assigned): Blocks strange behavior
- =begin
=end
-
10:27 PM Feature #2293 (Closed): StringIOにread_nonblcokが欲しいです
- =begin
This issue was solved with changeset r25517.
三村, thank you for reporting this issue.
Your contribution to R... -
10:24 PM Feature #2293: StringIOにread_nonblcokが欲しいです
- =begin
StringIOがIOのエミュレートということならば、
APIの互換性として欲しいと思いました。
=end
-
10:11 PM Feature #2293: StringIOにread_nonblcokが欲しいです
- =begin
この要望って、APIの互換性という意味でですか?
つまり、read_nonblockはreadpartial の alias でいいんですかね。
=end
-
10:04 PM Feature #2293 (Closed): StringIOにread_nonblcokが欲しいです
- =begin
ミムラ aka takkanmです。
RubySpec実施中に気付いたのですが、
1.9系のStringIOにreadpartialは追加されていますが、
read_nonblockが無いです。
... -
10:24 PM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
In JRuby world, we don't do that additional special handling of arguments on Windows, and people keep asking ... -
06:21 PM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
Why it should be problem when these characters will be properly escaped if needed?
=end
-
09:46 AM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
With "the standard way", we cannot handle single quote and special wildcard characters such as ``**'', ``[]''... -
09:40 PM Bug #2279: When embedding Ruby 1.9.1 it's impossible to disable GC
- =begin
Hi,
In message "Re: [ruby-core:26356] [Bug #2279] When embedding Ruby 1.9.1 it's impossible to disable GC"... -
04:09 PM Bug #2279: When embedding Ruby 1.9.1 it's impossible to disable GC
- =begin
r21463 (originally r21441) still bothers me, as a GC which is triggered in C code of the embedding applicatio... -
08:07 AM Bug #2279 (Closed): When embedding Ruby 1.9.1 it's impossible to disable GC
- =begin
This issue was solved with changeset r25498.
Roman, thank you for reporting this issue.
Your contribution t... -
02:17 AM Bug #2279 (Closed): When embedding Ruby 1.9.1 it's impossible to disable GC
- =begin
The function vm_xmalloc() will call garbage_collect_with_gvl() even if dont_gc is set by rb_gc_disable().
T... -
09:07 PM Bug #2290: File.newに与えたエンコーディングは、to_pathで保持されるでしょうか?
- =begin
ファイルシステムエンコーディング (C API で言う rb_filesystem_encoding()) になります。
ちなみに、ファイルシステムエンコーディングを得る Ruby API は現在存在しません... -
08:47 PM Bug #2290 (Closed): File.newに与えたエンコーディングは、to_pathで保持されるでしょうか?
- =begin
ミムラ aka takkanm です。
asakusa.rbでrubyspecを実施中で気になったものがあります。
core/file/to_path_spec.rb
28 it "preser... -
01:50 PM Revision 249569fd (git): * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.
- * lib/net/ftp.rb (Net::FTP#binary=): send command only when
socket is open. [ruby-dev:39548]
git-svn-id: svn+ssh:/... -
01:22 PM Revision 8252adfd (git): * ext/stringio/stringio.c (Init_stringio): added read_nonblock and
- write_nonblock aliases. [ruby-dev:39551]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25517 b2dd03c8-39d4-4d8... -
01:14 PM Revision 0d76affd (git): * ext/stringio/stringio.c (strio_data_type): typed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Revision 20a2b656 (git): * string.c (rb_str_inspect): get rid of adding garbage to short
- UTF-8 string. [ruby-dev:39550]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25515 b2dd03c8-39d4-4... -
12:22 PM Revision f582b224 (git): * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:22 PM Revision aacc3364 (git): * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:14 AM Bug #2278: (windows) RbConfig sitearchdir differs from $: path
- =begin
From: "Nobuyoshi Nakada" <[email protected]>
>
> Issue #2278 has been updated by Nobuyoshi Nakada.
>... -
03:47 AM Bug #2278 (Closed): (windows) RbConfig sitearchdir differs from $: path
- =begin
This issue was solved with changeset r25492.
B, thank you for reporting this issue.
Your contribution to Ru... -
09:59 AM Bug #2253 (Assigned): should Class.new(Class) raise TypeError?
- =begin
=end
-
09:34 AM Bug #1357 (Closed): Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
- =begin
r25504 fixes this.
=end
-
07:36 AM Revision 121d15dd (git): * string.c (chopped_length): get rid of unexpected exception.
- see [ruby-core:26336].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:54 AM Revision ed58a66f (git): * gc.h (SET_MACHINE_STACK_END): use __i386.
- Some compiler may not define __i386__.
Solaris 64-bit Developer's Guide:
http://docs.sun.com/app/docs/doc/816-513... -
06:47 AM Revision 613a324f (git): * lib/net/ftp.rb (getbinaryfile, list): call to_s to convert
- a Pathname instance into a string. [ruby-core:26237]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25510 b2dd0... -
04:36 AM Bug #1901: Segfault for Enumerable#count When Aliased to #size
- =begin
This still occurs on trunk. May I suggest it block 1.9.2? (The, rather impressive, stack trace is attached).
... -
04:21 AM Bug #2281 (Closed): Class#inherited Produces Misleading Error Message
- =begin
$ cat -n /tmp/inherited.rb
1 def Object.inherited
2 end
3
4 class C
5 en... -
03:56 AM Revision 718a78b7 (git): add commit log of r25499
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 AM Revision 206a9281 (git): * gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386,
- and explicit size qualifiers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25508 b2dd03c8-39d4-4d8f-98ff-823fe... -
03:02 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
=end
-
03:00 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
Nobu Nakada wrote:
> Ko1 is going to improve Fiber with ucontext. Wait for it.
This is good ... -
01:29 AM Revision be6ff254 (git): * gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:23 AM Feature #1697: Object#<=>
- =begin
Given your comment, and Eero rightly pointing out that it's better to use eql? than == for this case,
d... - 01:09 AM Revision 130a8ebd (git): * ChangeLog: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:08 AM Revision 70b881b5 (git): * ChangeLog: typo. this commit fixed [ruby-core:26166]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:29 AM Revision 404ed4f8 (git): * vm_exec.c (DECL_SC_REG): use __clang__.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/26/2009
-
11:56 PM Revision fb579435 (git): * mkconfig.rb: reverted r25443 because build_os is used in mkmf.rb
- on some platforms. [ruby-core:26332]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25503 b2dd03c8-... -
11:56 PM Revision 60903081 (git): * mkconfig.rb: reverted r25443 because build_os is used in mkmf.rb
- on some platforms. [ruby-core:26332]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25503 b2dd03c8-39d4-4d8f-98... -
11:29 PM Bug #2278 (Closed): (windows) RbConfig sitearchdir differs from $: path
- =begin
Hi,
It seems in ruby 1.9.2dev, on windows, 'sitearch' may differ between
RbConfig vs. ruby_initial_loa... -
11:21 PM Revision 226c12d4 (git): * ext/tk/tcltklib.c: mistake on operation. sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 PM Revision db68a429 (git): * ext/tk/tcltklib.c: mistake on operation. sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:12 PM Revision 3c981342 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:11 PM Revision ab77f00b (git): * parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/ripper/test_filter.rb: add more tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:06 PM Revision 33c5abbe (git): * gc.c (garbage_collect_with_gvl): do not garbage_collect when
- dont_gc flag turned on. [ruby-core:26327]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25498 b2dd03c8-39d4-4d8... -
10:49 PM Feature #1697: Object#<=>
- =begin
Excerpts from Yukihiro Matsumoto's message of Mon Oct 26 15:24:12 +0200 2009:
> Hi,
>
> In message "Re: [... -
10:24 PM Feature #1697: Object#<=>
- =begin
Hi,
In message "Re: [ruby-core:26318] [Feature #1697](Open) Object#<=>"
on Mon, 26 Oct 2009 21:14:08 ... -
09:14 PM Feature #1697 (Open): Object#<=>
- =begin
Hi Matz,
In rb_obj_cmp, the rb_obj_equal is redundant. Did you mean the following?
diff --git a/obj... -
10:40 PM Revision 435f18f5 (git): * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled
- with old ruby 1.8.x.
* ext/tk/tkutil/tkutil.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25497 b2dd0... - 10:40 PM Revision bb2cfd06 (git): * 2009-10-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:40 PM Revision a12849c3 (git): * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled
- with old ruby 1.8.x.
* ext/tk/tkutil/tkutil.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8... -
09:55 PM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
Since Ruby 1.9.2 should support wide characters arguments, I would suggest to replace call of GetCommandLine ... -
09:30 PM Feature #2255: unicode parameters cannot be passed to ruby
- Ouch, sorry, this is patch for something bit different. Please forget about it (delete it if possible).
Thank you
-
05:02 PM Feature #2255: unicode parameters cannot be passed to ruby
- Attached patch should fix this issue.
-
04:06 PM Feature #2255: unicode parameters cannot be passed to ruby
- I tried ruby 1.9.2dev (2009-10-15) [i386-mswin32_90] from win32-unicode-test branch.
-
08:58 PM Revision 1fe610b5 (git): * vm.c (invoke_block_from_c): return Qnil when its iseq is
- SPECIAL CONST. [ruby-core:26335]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25494 b2dd03c8-39d4-4d8f-98ff-823... -
08:51 PM Bug #2047 (Closed): Time#<=> Raises NoMethodError on Incomparable Argument
- =begin
=end
-
08:14 PM Revision 2215293a (git): * vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it.
- LLVM/clang defines __GNUC__ but doesn't have __asm__..
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25493 b2dd0... -
08:03 PM Bug #2276 (Closed): Array#<=> should not raise when comparison fails
- =begin
Since the addition of Object#<=>, the only comparison that raised an error was Array#<=>(not_an_array).
... -
06:45 PM Revision c21350f9 (git): * win32/Makefile.sub (config.h): added RUBY_SITEARCH to use
- different name from RUBY_ARCH. [ruby-core:26324]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25492 b2dd03c8-... -
06:40 PM Bug #2212: Using a Lambda with Inappropriate Arity for Hash#default_proc=
- =begin
Hi,
In message "Re: [ruby-core:26281] [Bug #2212] Using a Lambda with Inappropriate Arity for Hash#default... -
12:43 PM Bug #2263: typo in man/ruby.1
- =begin
遠藤です。
2009年10月26日7:57 Hideo Konami <[email protected]>:
>>In message "Re: [ruby-dev:39539] Re: [Bug #... -
05:12 AM Bug #2263: typo in man/ruby.1
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39539] Re: [Bug #2263] typo in man/ruby.1"
on Sun, 25 Oct 2009 ... - 11:06 AM Revision 8d446fe1 (git): * array.c (rb_ary_cmp): Array#<=> returns nil when comparison fails
- [ruby-core:26316]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:32 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
At Fri, 23 Oct 2009 08:37:40 +0900,
Suraj Kurapati wrote in [ruby-core:26244]:
> I get the following... -
03:49 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
=end
-
03:31 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I am attaching a new "ruby_bind_stack.patch" file which
fixes a bug in my previous patch, adds a C... -
10:30 AM Revision 327d58f7 (git): * hash.c (default_proc_arity_check): new support function.
- * hash.c (rb_hash_initialize): should do arity check as #default_proc=.
[ruby-core:26281]
git-svn-id: svn+ssh://ci... -
06:44 AM Revision 66f5c5eb (git): * man/*.1: suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 AM Revision dc28ce1b (git): * ext/tk/lib/remote-tk.rb: typo fixed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 AM Revision 95945dbe (git): * ext/tk/lib/remote-tk.rb: typo fixed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:41 AM Revision 1996a4af (git): * ruby.c (usage): -T and -W descriptions updated. see
- [ruby-dev:39539]
* man/ruby.1: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25486 b2dd03c8-39d4-4d8f-98... -
03:06 AM Revision ce4e9dff (git): * io.c (io_fwrite): adjust stdio file position after direct write on
- BSDish platforms. [ruby-core:26300]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25485 b2dd03c8-... -
03:06 AM Revision 9350a574 (git): * io.c (io_fwrite): adjust stdio file position after direct write on
- BSDish platforms. [ruby-core:26300]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25485 b2dd03c8-39d4-4d8f-98...
10/25/2009
-
11:45 PM Feature #2255: unicode parameters cannot be passed to ruby
- Did you try latest ruby-trunk?
It should run already.
-
03:25 PM Feature #2126: ruby_init_stack() - add ability to specify or query max_stack_size
- =begin
Hi Matz,
I added examples that use libpcl[1] to issue #2258 (note 18).
Please consider the "ruby_bind_s... -
01:39 PM Feature #2126: ruby_init_stack() - add ability to specify or query max_stack_size
- =begin
Hi Matz,
Please take a look at issue #2258 (from note 16 onwards) which
provides a practical example o... -
03:19 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I am attaching variations of the ruby-ucontext examples
which use libpcl[1] instead of UNIX System... -
01:50 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I am attaching two versions of the ruby-ucontext-full.tgz
example: one which uses a statically al... -
01:28 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I am happy to announce that the problem is now solved! :-)
The attached 0001-add-ruby_bind_stac... -
11:33 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Sorry, I meant that the filename is a valid VALUE in the
memory range that is scanned by mark_current_machi... -
11:30 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
By adding a watchpoint on the filename, I found that it
was being free()d by rb_newobj_from_heap() (n... -
11:03 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
The segfault mentioned in my previous message no longer occurs
with the newer Ruby @ SVN r25457 pl... -
03:40 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
The root cause of the problem of gc_mark_locations() processing
(and corrupting) a portion of the Sy... -
02:47 PM Revision 7d6b2544 (git): merges r24546 from trunk into ruby_1_9_1.
- --
* regparse.c (add_ctype_to_cc_by_range): fix the first
character bigger than sb_out was dropped.
* test/ruby/te... -
02:46 PM Revision 3be5adeb (git): merges r24536 from trunk into ruby_1_9_1.
- --
* configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... -
02:46 PM Revision 25a08521 (git): merges r24533 from trunk into ruby_1_9_1.
- --
* doc/ChangeLog-1.8.0: add forgotten entry contributed by
TAKAHASHI Kaoru. [ruby-dev:39065]
git-svn-id: svn+ss... -
02:46 PM Revision 547ef3bc (git): merges r24531 from trunk into ruby_1_9_1.
- --
* lib/delegate.rb (Delegator#method_missing): __FILE__ may contain
multi-byte characters. a patch from Kenta Mu... -
02:46 PM Revision 5a1fa790 (git): merges r24530 from trunk into ruby_1_9_1.
- --
* vm.c (vm_exec): returning from lambda runs ensure section.
[Bug #1729]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
02:46 PM Revision 3a724e08 (git): merges r24513,r24514 and r24515 from trunk into ruby_1_9_1.
- --
* class.c (rb_define_class_id_under, rb_define_module_id_under):
new functions to define a nested class/module w... -
02:46 PM Revision 0a84a18e (git): merges r24511 from trunk into ruby_1_9_1.
- --
* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check
definition of (classes)#=== for case/when optimizatio... -
02:46 PM Revision 3e26b951 (git): merges r24509 from trunk into ruby_1_9_1.
- --
* string.c (rb_str_new_frozen): must not change encoding of frozen
shared string. [ruby-dev:39068]
git-svn-id:... -
02:46 PM Revision f935d5f4 (git): * test/ruby/test_m17n.rb (TestM17N#test_sprintf_s):
- added an assertion for [ruby-list:46274].
see also r24506.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... -
02:45 PM Revision 0cfb043b (git): merges r25411 from trunk into ruby_1_9_1.
- --
* marshal.c (w_symbol, r_symreal): fixed the order of symbol and
its encoding modifier, in order to make the dum... -
02:45 PM Revision d50e1bdc (git): merges r24488, r24489 and r24493 from trunk into ruby_1_9_1.
- --
* marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):
deal with non-ascii class path. [ruby-core:2... -
02:45 PM Revision 3354c14c (git): merges r24443 from trunk into ruby_1_9_1.
- --
* marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix for
non-ascii symbols. loading such symbols can caus... - 02:39 PM Revision d2bb312a (git): * 2009-10-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 PM Revision ecb16d6d (git): merges r24479 from trunk into ruby_1_9_1.
- --
* ext/ripper/eventids2.c (token_to_eventid): added
keyword_do_LAMBDA. [ruby-dev:39049]
git-svn-id: svn+ssh://c... -
11:15 AM Bug #2263: typo in man/ruby.1
- =begin
遠藤です。
2009年10月25日11:01 Yugui <[email protected]>:
> Yugui@メンテナ です。
>
> 2009年10月25日1:39 Yukihiro Matsumoto ... -
11:08 AM Bug #2263: typo in man/ruby.1
- =begin
-T[level] Turns on taint checking by setting $SAFE to 'level' (to 1 if 'level' is omitted)
というような感じではどうで... -
11:01 AM Bug #2263: typo in man/ruby.1
- =begin
Yugui@メンテナ です。
2009年10月25日1:39 Yukihiro Matsumoto <[email protected]>:
> |その default は -T[level] の level... -
01:39 AM Bug #2263: typo in man/ruby.1
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39534] Re: [Bug #2263] typo in man/ruby.1"
on Sun, 25 Oct 2009 ... -
12:40 AM Bug #2263: typo in man/ruby.1
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39533] [Bug #2263] typo in man/ruby.1"
on Sun, 25 Oct 2009 00:3... -
12:40 AM Bug #2263: typo in man/ruby.1
- =begin
遠藤です。
2009年10月25日0:31 Narihiro Nakamura <[email protected]>:
> 今日、とある方から「manの表示が間違ってませんか?」というご指摘を受けまし... -
12:31 AM Bug #2263 (Closed): typo in man/ruby.1
- =begin
nariです。
今日、とある方から「manの表示が間違ってませんか?」というご指摘を受けました。
確認してみた所、セーフレベルのデフォルト値がおかしいようです。
$ man ruby
(... - 11:07 AM Revision bc078709 (git): * object.c (rb_class_initialize): The inherited hook should be run
- immediately after a new subclass is created, which is before
evaluating a given block. [Backport #621]
git-svn-i... - 11:04 AM Revision 2f5f40bd (git): * 2009-10-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:04 AM Revision b6163150 (git): * configure.in: Fix syntax error. when() is not defined in this
- branch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:44 AM Feature #2266: Matrix and Complex [patch]
- =begin
=end
-
07:36 AM Feature #2266 (Closed): Matrix and Complex [patch]
- =begin
Now that Ruby 1.9 has Complex as a builtin type, it would be interesting if Matrix provided the following ins... -
07:33 AM Feature #2265 (Closed): Matrix#empty? [patch]
- =begin
Now that the Matrix library handles well empty matrices, how about a new instance method #empty?
diff --... -
06:44 AM Revision 475e705b (git): * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variable
- declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:51 AM Bug #2212: Using a Lambda with Inappropriate Arity for Hash#default_proc=
- =begin
Thank you. Could the same logic be applied to Hash.new?
h = Hash.new &->(a){}
h[:key]
Argument... -
01:57 AM Bug #2212 (Closed): Using a Lambda with Inappropriate Arity for Hash#default_proc=
- =begin
This issue was solved with changeset r25455.
Run Paint, thank you for reporting this issue.
Your contributi... -
04:34 AM Revision d64d462f (git): * io.c (io_cntl): F_DUPFD is platform dependent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:58 AM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
- =begin
> If you think this is necessary, please start implementing. In my
> opinion, it will take you a lot of ti... -
01:57 AM Feature #1697 (Closed): Object#<=>
- =begin
This issue was solved with changeset r25453.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
01:19 AM Revision b6c007ac (git): * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid local
- variable declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:09 AM Revision 74919cd9 (git): * test/dl/test_handle.rb: svn:eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:11 AM Revision 3f6f9f87 (git): * ext/dl/handle.c (**) adding documentation
- * test/dl/test_handle.rb (test_NEXT) testing the NEXT handle
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25463... -
12:11 AM Revision 1578edba (git): * ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles can
- be enabled and disabled for closure on GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25462 b2dd03c8-39d4-4d8... -
12:11 AM Revision 159e6439 (git): * ext/dl/handle.c (**) adding documentation
- * test/dl/test_handle.rb (**) testing to_i and initialize
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25461 b2... -
12:11 AM Revision 60f86b2e (git): * ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)
- * test/dl/test_handle.rb (**) testing sym behavior
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25460 b2dd03c8-... -
12:11 AM Revision c30de1e3 (git): * ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Adding
- documentation and tests for current functionality.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25459 b2dd03c8-...
10/24/2009
-
09:56 PM Revision a631b5df (git): * ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:55 PM Revision c038e900 (git): * lib/matrix.rb (**): Optimization (up to 45% faster)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:01 PM Revision 55bf7f9d (git): * enum.c (enum_flat_map): new method that concatenates the values
- from given block. also provides alias #collect_concat.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25456 b2dd... -
04:53 PM Revision ba3bfda7 (git): * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc
- of a Hash. [ruby-core:26087]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25455 b2dd03c8-39d4-4d8f-98ff-823fe6... - 04:48 PM Revision 5f01ed26 (git): * 2009-10-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:48 PM Revision 51f033f8 (git): * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:37 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I debugged the segfault during Kernel#require inside
rb_require() inside rb_protect() inside a Sys... -
04:01 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I am attaching a new ruby-ucontext-full.tgz example test case
which statically allocates 4 MiB of ... -
03:30 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I did some more debugging to find out why the value of "stdin"
was incorrect inside Ruby's prep_st... -
04:40 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Sorry, I meant that the assembler code thinks that "stdin"
is 0x8213008. The value is initially 0x8202fa4 ... -
04:36 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I inspected the assembler code for the prep_stdio() function call
inside Init_IO() and found that ... -
02:21 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I ran the ruby-ucontext-full.tgz example on Ruby @ SVN trunk
in a debugger and found that the real pr... -
12:33 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
For your convenience, I am attaching two tarballs:
ruby-ucontext-half.tgz - example test case w... -
03:32 PM Bug #1532 (Closed): Improved matrix.rb [patch]
- =begin
I'm closing this and moving the what remains to be done to a new issue.
RubySpec for lib/matrix have bee... -
07:04 AM Feature #2260: better access with GC_DEBUG
- =begin
Hi,
In message "Re: [ruby-core:26262] [Feature #2260] better access with GC_DEBUG"
on Sat, 24 Oct 200... -
06:31 AM Feature #2260 (Rejected): better access with GC_DEBUG
- =begin
It would be nice to be able to know where [what line of code] objects were allocated one.
For instance
... - 06:05 AM Revision 66ed25f6 (git): * lib/matrix (transpose): bug fix for Matrix.empty(0,42).t
- cf [ruby-core:23598]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:04 AM Revision 90d244ad (git): * lib/matrix (column): handle negative arguments. cf [ruby-core:23598]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:04 AM Revision e5af8e94 (git): * lib/matrix (minor): Also handle negative arguments like Array#[]
- cf [ruby-core:23598]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:47 AM Bug #2142 (Closed): DL::Handle#initialize should call rb_secure(2)
- =begin
This issue was solved with changeset r25448.
Aaron, thank you for reporting this issue.
Your contribution t...
10/23/2009
-
11:37 PM Revision 5d6440c7 (git): * class.c (rb_class_new): move class check to rb_check_inheritable().
- * class.c (rb_check_inheritable): should not allow subclass of
class Class. [ruby-core:26225]
git-svn-id: svn+ssh... -
11:35 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I ran a new experiment where the Ruby interpreter is completely enclosed by a System V context (prev... -
12:24 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
Below is a full GDB backtrace of the bug in Ruby 1.9.2dev.
I hope this is more useful than the output... -
12:13 PM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I am attaching updated "extconf.rb" and "main.c" files
which now support Ruby 1.8 and native ucont... -
09:20 AM Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
Below is the result of running the example test case attached
to this issue on the Ruby Issue Trac... -
08:37 AM Bug #2258 (Closed): Kernel#require inside rb_require() inside rb_protect() inside SysV context fails
- =begin
Hi,
I get the following error when I call Kernel#require()
inside a Ruby script that is being run by r... -
10:29 PM Feature #2250: IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
Indeed. I have some code which expect the fd to be auto-closed. Autoclose should be on by default.
=end
-
05:55 PM Feature #2250: IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
Hi,
At Fri, 23 Oct 2009 07:05:23 +0900,
Mike Pomraning wrote in [ruby-core:26242]:
> IMHO, if you know e... -
07:05 AM Feature #2250: IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
In comment 2 Nobuyoshi Nakada writes:
> This is a patch to add :autoclose option to IO.for_fd
Thanks! ... -
06:35 PM Bug #2226 (Assigned): case 文の式が省略され when 節に配列展開があるときの挙動
- =begin
=end
-
04:44 PM Revision 5ee251bd (git): * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)
- [ruby-core:25762]
* ext/dl/dl.c (rb_dl_dlopen) removed rb_secure(2)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... - 03:38 PM Revision 1eef1cdc (git): * 2009-10-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:38 PM Revision 843acddb (git): * io.c (io_cntl): update max file descriptor by the result of
- fcntl(F_DUPFD).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:30 PM Revision 525be7f0 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:00 AM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
This might be related (these commands work with 1.9, but not 1.8 for me [mswin/mingw])
C:\dev\digital... - 05:26 AM Revision 4f87d95c (git): * 2009-10-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:25 AM Revision 32df7768 (git): * configure.in (target, target_alias): replace with real cpu.
- * mkconfig.rb: build* are not needed in rbconfig.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25443 b2dd03... -
05:25 AM Revision 606f6c78 (git): * configure.in (target, target_alias): replace with real cpu.
- * mkconfig.rb: build* are not needed in rbconfig.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@... -
05:22 AM Revision a56b1bc2 (git): * configure.in (warnflags): use -Wextra only when
- -Wno-missing-field-initializers is available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25442 b2dd03c8-39d4... -
05:06 AM Revision 9a8d0e83 (git): * configure.in (optflags): removed -fomit-frame-pointer by default.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:13 AM Revision d645c25a (git): * lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is always
- non-nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/22/2009
-
10:58 PM Feature #2255: unicode parameters cannot be passed to ruby
- For me, internal encoding doesn't matter, since the conversion is pretty easy. But important is that the following ex...
-
09:29 PM Feature #2255: unicode parameters cannot be passed to ruby
- Hello,
In message "[ruby-core:26234] [Feature #2255] unicode parameters cannot be passed to ruby"
on Oct.22,2... -
09:05 PM Feature #2255: unicode parameters cannot be passed to ruby
- > It doesn't make sense.
Why? May be wmain is not the right thing, but at least Unicode parameters should be possi... -
08:53 PM Feature #2255: unicode parameters cannot be passed to ruby
- Hello,
In message "[ruby-core:26232] [Feature #2255] unicode parameters cannot be passed to ruby"
on Oct.22,2... -
08:42 PM Feature #2255 (Closed): unicode parameters cannot be passed to ruby
- On windows, Ruby should provide `wmain` to allow passing unicode parameters (especially file paths are of interest).
-
10:35 PM Revision 01be0195 (git): * version.c (ruby_initial_load_paths): moved terminating semicolon.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:32 PM Revision e9af789d (git): * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable
- ruby without current libraries.
* common.mk (rdoc): use XRUBY.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... -
10:28 PM Revision 2e5e8fd8 (git): * configure.in (warnflags): use -Wextra instead of -Wall.
- * gc.c (mark_current_machine_context): get rid of warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25437 ... -
05:58 PM Feature #2250: IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
Hi,
At Thu, 22 Oct 2009 12:43:37 +0900,
Mike Pomraning wrote in [ruby-core:26222]:
> 4. Why this is very... -
02:26 PM Feature #2250: IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
Mike Pomraning <[email protected]> wrote:
> Bug #2250: IO::for_fd() objects' finalization dangerously cl... -
12:43 PM Feature #2250 (Rejected): IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
1. Expected behavior:
An IO object created by IO::for_fd(a_socket_fd) should *not* call close(2) on its... -
04:40 PM Bug #2253 (Closed): should Class.new(Class) raise TypeError?
- =begin
Class.new(Class) does not raise TypeError as reported in [ruby-dev:34114].
$ ruby-1_8 -ve 'Class.new(Cla... -
01:40 PM Bug #2251 (Assigned): URI.parse accepts strings with invalid characters
- =begin
=end
-
12:49 PM Bug #2251 (Closed): URI.parse accepts strings with invalid characters
- =begin
The regexes used in URI::Parser's initialize_regexp use ^ and $ rather than \A and \Z:
399 # fo... - 12:12 PM Revision 359d9323 (git): * class.c (rb_obj_basic_to_s_p): typo. Please become familiar with
- the ANSI style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:22 AM Revision 4079c469 (git): * test/ruby/envutil.rb (assert_in_out_err): test_stdout and
- test_stderr should be an array.
* test/ruby/test_rubyoptions.rb (test_notfound): test_stdin of
assert_in_out_err s... -
09:31 AM Feature #2065: An ancestors iterator
- =begin
Actually I think that gets to the heart of the matter. It's not sufficient to cache the ancestors because I ... - 08:59 AM Revision bd1990bf (git): * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not
- convert an integer back and forth.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25434 b2dd03c8-39... - 08:51 AM Revision da54a458 (git): * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not
- convert an integer back and forth.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25433 b2dd03c8-39d4-4d8f-98ff... -
08:29 AM Revision c69d9b44 (git): * parse.y (arg_prepend): removed. a patch from Mikhail T. in
- [ruby-core:26217].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25432 b2dd03c8-39d4-4d8f-98ff-823f... -
08:29 AM Revision 6221d16f (git): * parse.y (arg_prepend): removed. a patch from Mikhail T. in
- [ruby-core:26217].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:27 AM Revision 8d018b22 (git): * intern.h (rb_thread_join): added prototype. a patch from
- Mikhail T. in [ruby-core:26217].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25431 b2dd03c8-39d4-... -
08:19 AM Bug #2111 (Open): Error:test_rm_f(TestFileUtils)
- =begin
直っていないように見えます。
% ruby-trunk -v
ruby 1.9.2dev (2009-10-22 trunk 25429) [i686-linux]
% ruby-trunk -r r... -
06:37 AM Bug #616: instance_eval and Module#to_s
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39521] [Bug #616] instance_eval and Module#to_s"
on Wed, 21 Oct... -
01:00 AM Revision 3f0d0b93 (git): * *.[chy]: removed trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/21/2009
-
11:17 PM Feature #2060 (Feedback): DLをCからRubyに変換する事を勧めます
- =begin
ちょうどRedmineの不調時で、MLを全く拾えてないんですが、とりあえず、これは[ruby-dev:39249] です。
FFI絡みの最新の議論は [ruby-core:26102] にあります。
... -
11:13 PM Bug #2111 (Feedback): Error:test_rm_f(TestFileUtils)
- =begin
なおってますよね?
=end
-
10:12 PM Feature #1786: unexpected #inspect behaviour
- =begin
Hi,
In message "Re: [ruby-core:26193] [Feature #1786](Rejected) unexpected #inspect behaviour"
on Wed... -
07:37 PM Feature #1786 (Closed): unexpected #inspect behaviour
- =begin
This issue was solved with changeset r25427.
Andy, thank you for reporting this issue.
Your contribution to... -
06:13 PM Feature #1786 (Open): unexpected #inspect behaviour
- =begin
I think it is a bug of rdoc documentation.
=end
-
09:29 AM Feature #1786 (Rejected): unexpected #inspect behaviour
- =begin
to_s isn't inspect.
orverride inspect if you want to change it.
=end
-
08:48 AM Feature #1786: unexpected #inspect behaviour
- =begin
Which versions show this?
-r
=end
-
09:31 PM Bug #821: uninitialized constant Test::Unit::AutoRunner
- =begin
ユースケースとはちょっと違うかもしれませんが、
setup.rb (http://www.loveruby.net/ja//projects/setup/ ) が
% ruby setup.rb test
... -
07:42 PM Bug #821 (Feedback): uninitialized constant Test::Unit::AutoRunner
- =begin
これは close しちゃっていいですか?
1.9.2 で AutoRunner が欲しい方はユースケースとともに異議を唱えてください
=end
-
08:41 PM Bug #1893 (Assigned): Recursive Enumerable#join is surprising
- =begin
=end
-
08:34 PM Bug #1914 (Assigned): ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
=end
-
08:33 PM Bug #1342 (Open): signal handling on HP-UX
- =begin
Sorry wrong assignment.
=end
-
08:33 PM Bug #1342 (Assigned): signal handling on HP-UX
- =begin
=end
- 08:17 PM Revision 1f693638 (git): * 2009-10-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:17 PM Revision 7eac66b9 (git): * object.c (rb_obj_inspect): print instance variables only when
- Object#to_s is not overridden. [ruby-core:24425]
* class.c (rb_obj_basic_to_s_p): new function.
git-svn-id: svn+ss... -
08:03 PM Bug #688 (Closed): test_exit_action(TestSignal)でTimeout::Error
- =begin
chkbuild のログを確認すると
http://chkbuild.n-z.jp/ruby/ppc-mac-mini/ruby-trunk/log/20090714T034733.diff.txt.gz
の
... -
07:35 PM Bug #688 (Feedback): test_exit_action(TestSignal)でTimeout::Error
- =begin
これって今でも再現しますか?
=end
-
07:49 PM Bug #2128 (Feedback): sample/test.rb:gc failure & unknown encoding messages OS X 10.6.1 (25015)
- =begin
Is this still reproduced?
=end
-
07:30 PM Bug #616: instance_eval and Module#to_s
- =begin
これの (2) って結局どうするんですか
=end
-
12:19 PM Bug #1325: fiber tests kill windows
- =begin
Hi,
At Wed, 21 Oct 2009 00:45:15 +0900,
_ wanabe wrote in [ruby-core:26184]:
> It's probably because the... -
12:45 AM Bug #1325: fiber tests kill windows
- =begin
It's probably because the following situation.
1. fiber_init() (== Fiber#initialize) raises NoMemoryErro... -
11:38 AM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
Show the result of following command:
for /f "tokens=2 delims==" %I in ('assoc .rb') do @ftype %I
=end
-
11:05 AM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
=end
-
10:58 AM Bug #2016 (Feedback): Windows (win32.c) command line argument parsing bug
- =begin
cannot reproduce with any version of ruby from current svn branches.
I doubt that your registry setting ... -
11:20 AM Bug #1368 (Closed): ruby19 trunk (svn revision 23160) build fails compiling dl ext on win32
- =begin
remove callback-?.c underneath ext/dl.
=end
-
11:05 AM Bug #1324: Imap Tests hanging
- =begin
=end
-
10:32 AM Revision b20521dd (git): * object.c (rb_obj_inspect): fixed rdoc about the case that to_s
- is called. [ruby-core:24425]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25427 b2dd03c8-39d4-4d8f-98ff-823fe... -
10:09 AM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
- =begin
I will try and answer both of the posts above.
Mostly, you both asked about which encodings. As absured... -
08:46 AM Feature #2065: An ancestors iterator
- =begin
You could write your own method:
class Object
def ancestors_cached
@ancestors ||= ancestors
... -
07:33 AM Bug #2241 (Closed): Let Net::SMTP continu when at least one RCPT is accepted
- =begin
(sorry for the delay in filing on redmine I had some
problems with creating the account; as said, I'm messi... -
04:14 AM Bug #1532 (Open): Improved matrix.rb [patch]
- =begin
Hi
I am very happy that all of my 6 patches have been accepted and applied. Thank you for taking the tim... -
03:44 AM Revision d9f27b56 (git): * test/scanf/test_scanfio.rb (TestScanfIO): needs to inherit
- TestCase.
* test/scanf/test_scanfio.rb (TestScanfIO#test_io): fixed a typo.
close test data file.
git-svn-id: sv... -
03:37 AM Revision 4e786ee1 (git): * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 AM Bug #2238 (Closed): update lib/logger.rb
- =begin
Revision 25413 closes this.
=end
Also available in: Atom