Activity
From 05/12/2010 to 05/18/2010
05/18/2010
-
10:13 PM Bug #3305: test_processのMANDATORY_ENVS
- =begin
実は再現に成功してないのですが、どうしてかなあ。
Windows7+VC9で確認。
なんか他に再現条件がありそうではあります。なんだろう。
=end
-
03:56 AM Bug #3305: test_processのMANDATORY_ENVS
- =begin
樽家です。
少し説明不足だったので追記しておくと、
SystemRootが必要かどうかは、厳密に調べたわけではないですがmsvcのランタイムに拠るようです。
msvcrt.dllにリンクしているアプリ... -
10:08 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:41338] Re: [Bug #3307] ext/tk がheader fileの有無を誤判定する"
on May.1... -
10:06 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
> ところで、樽家さんはよく貢献してくれているので、コミット権を
> 差し上げるのはどうでしょうか。
> ChangeLog には樽家さんの名前が 7 つほど載ってます。
+1 :)
=end
-
09:26 PM Bug #3307: ext/tk がheader fileの有無を誤判定する
- =begin
遠藤です。
2010年5月18日4:41 Masaya Tarui <[email protected]>:
> 樽家です。
> tcl.hが無いのにコンパイルをしようとして失敗します。
>
*s... -
04:41 AM Bug #3307 (Closed): ext/tk がheader fileの有無を誤判定する
- =begin
樽家です。
tcl.hが無いのにコンパイルをしようとして失敗します。
mkmf.logを見ると次のようになっていました。
"cl -nologo -E -I../../.ext/include/i38... -
10:07 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30296] Re: [Bug #1685] Some windows unicode path issues remain"
on May.... -
07:31 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
Bill Kelly wrote:
>>
>> 1) matz: the grand designer of Ruby
>> 2) naruse: an authority of Ruby M17N... -
09:05 PM Bug #3015: NetBSD vs test/dl
- =begin
I set this ticket to Low priority because there is no maintainer
for NetBSD. A patch is welcome.
--
... -
08:59 PM Bug #2641 (Feedback): Seg fault running miniruby during ruby build on Haiku
- =begin
I set this ticket to Low priority because there is no maintainer
for Haiku. Contribution is welcome.
... -
08:30 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
I think syck works more or less correctly unlike dl2. So I want to decide it conservatively. I don't want to ... -
03:40 PM Feature #3176: Thread#priority= should actually do something
- =begin
More test results:
With the latest patch, make test and make test-all both pass. (Well, make test-all dies ... -
02:24 PM Feature #3176: Thread#priority= should actually do something
- =begin
>> setschedparam()? no, it's for real time thread mess. please don't use it.
>
> But setpriority always mod... -
07:47 AM Feature #3176: Thread#priority= should actually do something
- =begin
Here's the test code I'm using right now. All the different parameters to this I've tried are working right n... -
04:26 AM Feature #3176: Thread#priority= should actually do something
- =begin
> I tried to make it use pthread_setschedparam on linux. That would seem to be
> the 'right' way to do what ... -
02:41 AM Feature #3176: Thread#priority= should actually do something
- =begin
Here's an updated version of my patch. I've incorporated changes according to Yusuke's and Tanaka'a comments ... -
03:35 PM Bug #3312 (Closed): crash in mspec+patch
- =begin
After applying a simple (but hacky) patch to mspec, make test-rubyspec crashes with a segmentation fault.
... -
02:45 PM Bug #3311 (Closed): make test-all fails with *** stack smashing detected ***
- =begin
When I run make test-all it eventually fails with the error 'stack smashing detected'. I'm using ubuntu 9.04 ... -
04:03 AM Bug #3306 (Closed): rbconfig.rb RPATHFLAG wrong for AIX
- =begin
When I do:
gem install curb
(as an example), a shared library is created but the shared library c... -
01:41 AM Bug #3302: segfault in 1.8.6 p398 in Ruby::DL
- =begin
Does this work with 1.9.x?
=end
05/17/2010
- 09:51 PM Revision c5b5ab09 (git): * enum.c: Documentation: small fixes
- * file.c: ditto
* io.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27874 b2dd03c8-39d4-4d8f-98ff-823fe... - 09:50 PM Revision 51208b8e (git): * lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:50 PM Revision c9839633 (git): * proc.c: Small documentation fixes.
- * re.c: ditto
* string.c: ditto
* time.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27... - 09:50 PM Revision e2ee4678 (git): * 2010-05-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:50 PM Revision 26134a6d (git): * array.c: Documentation: change => in call-seq to ->.
- Harmonize "#=>" in examples. [ruby-core:30206]
* bignum.c: ditto
* class.c: ditto
* compar.c: ditto
* cont.c: dit... -
09:48 PM Bug #3305 (Closed): test_processのMANDATORY_ENVS
- =begin
現状だと以下のようになります。OSはWindowsXP SP3です。
>c:\bin\ruby.exe test\ruby\test_process.rb
(snip)
2) Failure:... - 09:31 PM Revision c1ecff1b (git): * hash.c: Documentation: change => in call-seq to ->.
- * enum.c: Documentation: whitespace fix for r27865
* error.c: ditto
* file.c: ditto
* io.c: ditto
* load.c: ditto... - 09:09 PM Revision ef83d7a9 (git): * lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:07 PM Revision 914efd0b (git): * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.
- * re.c: ditto
* string.c: ditto
* time.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27867 b2dd03c8-3... - 09:07 PM Revision 410ae9d4 (git): * 2010-05-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:07 PM Revision 7729de4d (git): * array.c: Documentation: change => in call-seq to ->.
- Harmonize "#=>" in examples. [ruby-core:30206]
* bignum.c: ditto
* class.c: ditto
* compar.c: ditto
* cont.c: dit... -
06:07 PM Feature #2190: FileUtils::chmod - allow symbolic mode
- =begin
Hi. I'm takkanm.
FileUtils:: chmod () that I wrote a patch to use the symbolic mode.
How about this?
=end
-
04:43 PM Feature #3300: onig_number_of_captures に相当するメソッド Regexp#ncapture
- [ruby-dev:41223] からのスレッド。
[ruby-dev:41294] へのコメントと、あとは名前が課題ですかね -
01:21 PM Revision e181ae53 (git): * process.c: suppress warning for signed and unsigned type
- inconsistency.
* ext/psych/parser.c: ditto.
* ext/sdbm/_sdbm.c: ditto.
* ext/syck/rubyext.c: ditto.
git-svn-id: s... -
12:31 PM Revision 0f074e65 (git): * .gitignore: updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:15 PM Revision d165fa25 (git): * win32/win32.c (argv_size): merged into join_argv() to maintain the
- agreement with it. removed code has a calclulation bug.
fixed [Bug#2388]
* win32/win32.c (join_argv): calc and re... -
11:15 AM Bug #1605 (Closed): TestProcess failure
- =begin
now all tests are passed or skipped.
=end
-
08:40 AM Revision 9c5fb33a (git): merge revision(s) 27860:
- * enc/iso_2022_jp.h: add CP50220.
* enc/trans/iso2022.trans: add converter for CP50220.
git-svn-id: svn+ssh... -
06:28 AM Revision f8d97b00 (git): * enc/iso_2022_jp.h: add CP50220.
- * enc/trans/iso2022.trans: add converter for CP50220.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27860 b2dd03... -
02:45 AM Bug #3302 (Closed): segfault in 1.8.6 p398 in Ruby::DL
- =begin
I tried to call a simple method on Windows (XP 32bit, Win7 64bit - didn't matter)
machine and it seems tha... - 02:10 AM Revision 29cc1e6d (git): * 2010-05-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:10 AM Revision 777f2129 (git): merge from trunk (r27856, r27857)
- * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in
UTF-8 on Windows to allow FileUtils accessing a... - 02:07 AM Revision 6b15bccf (git): * test/ruby/test_dir_m17n.rb: changes for windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:41 AM Revision fef3c0a4 (git): * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in
- UTF-8 on Windows to allow FileUtils accessing all pathnames
internally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
05/16/2010
-
11:50 PM Revision 2f399885 (git): * ext/psych/lib/psych/emitter.rb: removing unused file.
- * ext/psych/lib/psych/json/tree_builder.rb: moving tree builder to an
event based external class.
* ext/psych/lib/p... -
10:57 PM Bug #3287: proc.cのコンパイルでウォーニング
- =begin
遠藤です。
2010年5月16日22:30 Takahiro Kambe <[email protected]>:
> ruby_1_9_2ブランチでの問題ですので、そちらに反映されて初めてClosed... -
10:30 PM Bug #3287: proc.cのコンパイルでウォーニング
- =begin
ruby_1_9_2ブランチでの問題ですので、そちらに反映されて初めてClosedとされるべきではないでしょうか?
=end
-
10:27 PM Bug #3287 (Closed): proc.cのコンパイルでウォーニング
- =begin
This issue was solved with changeset r27849.
Takahiro, thank you for reporting this issue.
Your contributio... -
10:27 PM Bug #3283 (Closed): SystemStackError Backtrace returns String not Array
- =begin
This issue was solved with changeset r27848.
Peter, thank you for reporting this issue.
Your contribution t... -
09:57 PM Bug #2501 (Closed): \c before a hex or octal encoded character is no longer allowed
- =begin
This issue was solved with changeset r27847.
caleb, thank you for reporting this issue.
Your contribution t... -
09:19 PM Revision eaed6d18 (git): * common.mk (revision.h.tmp): use double quotes for Windows.
- [ruby-core:30270]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27854 b2dd03c8-39d4-4d8f-98ff-823fe... -
04:23 PM Revision d62a9f00 (git): * dln.c (dln_load): check imported addresses only when compiled
- for ruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:07 PM Revision b45f04a6 (git): * dln.c (rb_w32_check_imported): workaround for VC6.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 PM Revision 54aadf55 (git): * version.c (ruby_description): RUBY_REVISION_STR may be empty.
- [ruby-core:30268]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27851 b2dd03c8-39d4-4d8f-98ff-823fe6... -
02:46 PM Bug #3296 (Closed): windows で iconv.dll の使用する MSVC runtime DLL のバージョンが、ruby 本体が使用するものと一致していない場合に[BUG]が出る。
- =begin
This issue was solved with changeset r27805.
Masaya, thank you for reporting this issue.
Your contributio... -
01:52 PM Revision 0deda73c (git): * proc.c (mnew): initialize a field. a patch from Takahiro Kambe.
- [ruby-dev:41312]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27850 b2dd03c8-39d4-4d8f-98ff-823fe... -
01:42 PM Bug #3275: incompatibility of testrb
- =begin
Hi,
2010/5/16 Ryan Davis <[email protected]>:
> I am not nor have I ever been. Yes, please take me... -
01:19 PM Bug #3275: incompatibility of testrb
- =begin
On May 15, 2010, at 20:45 , Yusuke ENDOH wrote:
> Hi, Ryan
>
> Thank you for your response!
>
>
... -
12:45 PM Bug #3275: incompatibility of testrb
- =begin
Hi, Ryan
Thank you for your response!
2010/5/15 Ryan Davis <[email protected]>:
> testrb isn'... -
08:46 AM Bug #3275: incompatibility of testrb
- =begin
=end
-
08:43 AM Bug #3275: incompatibility of testrb
- =begin
On May 14, 2010, at 22:14 , Nobuyoshi Nakada wrote:
> Hi,
>
> At Sat, 15 May 2010 09:28:42 +0900,
> ... -
01:25 PM Revision db609916 (git): * proc.c (mnew): initialize a field. a patch from Takahiro Kambe.
- [ruby-dev:41312]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:20 PM Revision 0ee8d28e (git): * eval.c (setup_exception): let SystemStackError#backtrace return an
- single element array instead of string itself. [ruby-core:30196]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
12:54 PM Revision 3cd67ce5 (git): * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex or
- octal encoded character after \c. This seemed to be prohibited at
r13836, but its ChangeLog mentions nothing about... -
12:46 PM Revision 8bd4d73e (git): merges r27817 from trunk into ruby_1_9_2.
- --
* proc.c (proc_binding): don't propagative filename and line_no of
binding that is created from C level. [ruby-... -
12:46 PM Revision 2479d426 (git): merges r27813 from trunk into ruby_1_9_2.
- --
* error.c (rb_loaderror): use locale string, not ascii-8bit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
12:46 PM Revision a07eebbc (git): merges r27806 from trunk into ruby_1_9_2.
- --
* ext/psych/lib/psych/visitors/json_tree.rb: using factory methods for
node creation
* ext/psych/lib/psych/visit... -
12:20 PM Revision 11e078fb (git): * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):
- fixes "NoMethodError: undefined method `[]=' for nil:NilClass"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@278... -
12:16 PM Revision 6bbe1db1 (git): * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):
- fixes "NoMethodError: undefined method `[]=' for nil:NilClass"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
12:16 PM Revision f9d00430 (git): merges r27791 from trunk into ruby_1_9_2.
- --
* test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):
use opened pipes by with_pipe.
git-svn-id: sv... -
12:15 PM Revision 63034a52 (git): merges r27789 from trunk into ruby_1_9_2.
- --
* vm_core.c (rb_thread_struct): add a field for sigaltstack.
* thread_pthread.c (thread_start_func_1): initialize... -
12:15 PM Revision 28b21588 (git): merges r27787 from trunk into ruby_1_9_2.
- --
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27839 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:15 PM Revision 76bd722e (git): merges r27784 from trunk into ruby_1_9_2.
- --
* test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),
(TestIO_M17N#test_textmode_paragraphmode): close pip... -
12:15 PM Revision d7b06414 (git): merges r27780 from trunk into ruby_1_9_2.
- --
* vm_insnhelper.c (vm_invoke_block): iseq_t.type is VALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... -
12:15 PM Revision 5da19dd2 (git): merges r27764 from trunk into ruby_1_9_2.
- --
* ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.
fix compilation problem on FreeBSD 6.4.
git-svn-i... -
12:15 PM Revision 49f9df12 (git): merges r27762 from trunk into ruby_1_9_2.
- --
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27835 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:15 PM Revision 5b86607e (git): merges r27742 and r27746 from trunk into ruby_1_9_2.
- --
* ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.
* ext/socket/mkconstants.rb: define macros f... -
12:15 PM Revision 1aabe245 (git): merges r27743 from trunk into ruby_1_9_2.
- --
* re.c (rb_reg_initialize_m): fix wrong index for the lang
option's value 'N'. reported by Masaya TARUI via IRC.... -
11:36 AM Revision a1fecc01 (git): merges r27737 from trunk into ruby_1_9_2.
- --
* test/rake/test_task_arguments.rb: makes ENV empty during tests
because ENV may change the behavior of Rake::Ta... -
11:35 AM Revision 4549056f (git): merges r27731 from trunk into ruby_1_9_2.
- --
* lib/uri/mailto.rb: clean up regexp [ruby-core:29894]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
11:35 AM Revision c1e34be1 (git): merges r27729 from trunk into ruby_1_9_2.
- --
* eval_intern.h (rb_vm_get_sourceline): add prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
11:35 AM Revision 9459bd71 (git): merges r27728 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gcc
extension.
git-svn-id: svn+ssh://ci.ruby-lan... -
11:35 AM Revision c2760819 (git): merges r27727 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c: fixed broken indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27828 ... -
11:35 AM Revision cff0cfc4 (git): merges r27714 from trunk into ruby_1_9_2.
- --
* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,
vm_throw): allow "return" and "yield" even in... -
11:35 AM Revision 7dce73a2 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:35 AM Revision 4a6d81b0 (git): merges r27723 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c (parse): Return strings encoded as
Encoding.default_internal if set.
* test/psych/test_enco... -
11:35 AM Revision 476eeef8 (git): merges r27717 from trunk into ruby_1_9_2.
- --
* common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
is miniruby, it can run after miniruby is built... -
11:35 AM Revision a913e98c (git): merges r27716 from trunk into ruby_1_9_2.
- --
* vm_eval.c (eval_string_with_cref): propagative filename and line_no
of binding. [ruby-dev:38767] [ruby-core:2... -
11:35 AM Revision b7074e4b (git): merges r27713 and r27715 from trunk into ruby_1_9_2.
- --
* cont.c (fiber_switch): raise FiberError when returning to dead
fiber. [ruby-dev:40833]
git-svn-id: svn+ssh:/... -
11:35 AM Revision 25f47e28 (git): * include/ruby/missing.h (signbit): add missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:35 AM Revision 18855322 (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27820 b2d... -
10:52 AM Revision d35759d8 (git): merges r27703 from trunk into ruby_1_9_2.
- --
* proc.c (proc_dup): copy blockprocval. proc_dup is used by
define_method, which made blockprocval be GC'ed mis... -
09:41 AM Revision 414727ca (git): * win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 AM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
- =begin
=end
-
08:18 AM Revision 7e7420cc (git): * proc.c (proc_binding): don't propagative filename and line_no of
- binding that is created from C level. [ruby-dev:41322]
* vm_eval.c (eval_string_with_cref): ditto.
git-svn-id: svn... -
06:28 AM Feature #3176: Thread#priority= should actually do something
- =begin
> Note: if we use /proc/sys/kernel/sched_compat_yield=1, we can get better result.
>
> % taskset -c 1 ./ru... -
05:21 AM Feature #3176: Thread#priority= should actually do something
- =begin
Hi
> [[a slick little patch to just use setpriority]]
>
> And that works?!?
Do you mean my test resul... -
02:48 AM Feature #3176: Thread#priority= should actually do something
- =begin
> The test result of caleb's testcase is,
>
> ./ruby projects/thrprio/thrprio.rb
> 315662770 209679 ... -
01:51 AM Feature #3176: Thread#priority= should actually do something
- =begin
> Issue #3176 has been updated by Yusuke Endoh.
>
> Assigned to set to Koichi Sasada
> Target version set ... -
06:09 AM Revision 6c05f91b (git): * dln.c (rb_w32_check_imported): check if extension library to be
- loaded imports from different ruby dll.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27816 b2dd03c8-39d4-4d8f-... -
05:55 AM Revision 3b32f485 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 AM Revision fdac9a36 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision 6b3a1f7b (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision 2d8bbfa5 (git): * common.mk (dln_find.o): fix dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:55 AM Revision 40caeb6b (git): * error.c (rb_loaderror): use locale string, not ascii-8bit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 AM Revision c1dc27f7 (git): merges r27723 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c (parse): Return strings encoded as
Encoding.default_internal if set.
* test/psych/test_enco... -
03:07 AM Revision 675fde2e (git): merges r27717 from trunk into ruby_1_9_2.
- --
* common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
is miniruby, it can run after miniruby is built... -
03:07 AM Revision a81daa68 (git): merges r27716 from trunk into ruby_1_9_2.
- --
* vm_eval.c (eval_string_with_cref): propagative filename and line_no
of binding. [ruby-dev:38767] [ruby-core:2... -
03:07 AM Revision ee56b165 (git): merges r27713 and r27715 from trunk into ruby_1_9_2.
- --
* cont.c (fiber_switch): raise FiberError when returning to dead
fiber. [ruby-dev:40833]
git-svn-id: svn+ssh:/... -
02:46 AM Revision df54a2e6 (git): * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),
- node.c (dump_node): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27808 b2dd03c8-39d4-4d8f-9... -
02:39 AM Revision 802578a3 (git): * include/ruby/missing.h (signbit): add missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 AM Revision e2f2cf42 (git): * include/ruby/missing.h (signbit): add missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:33 AM Revision 37910b13 (git): * ext/psych/lib/psych/visitors/json_tree.rb: using factory methods for
- node creation
* ext/psych/lib/psych/visitors/yaml_tree.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... -
01:49 AM Revision f52547c2 (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27805 b2dd... -
01:49 AM Revision 421c0aaf (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27805 b2... -
01:49 AM Revision d9615c85 (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
- a patch by Masaya TARUI <tarui AT prx.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27805 b2dd03c8-39d4-4d...
05/15/2010
-
05:54 PM Bug #3296: windows で iconv.dll の使用する MSVC runtime DLL のバージョンが、ruby 本体が使用するものと一致していない場合に[BUG]が出る。
- =begin
なかだです。
At Sat, 15 May 2010 01:24:56 +0900,
masaya tarui wrote in [ruby-dev:41317]:
> 所で、根本的にはerrnoがうまく取れ... -
01:24 AM Bug #3296 (Closed): windows で iconv.dll の使用する MSVC runtime DLL のバージョンが、ruby 本体が使用するものと一致していない場合に[BUG]が出る。
- =begin
樽家です。
ランタイムが一致していないiconv.dllをロードする環境で、以下のソース
require 'iconv'
Iconv.iconv("utf-8", "SJIS", "heh... - 05:25 PM Revision 43dc4b9c (git): * 2010-05-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:25 PM Revision 8030f9c5 (git): * configure.in: can not load libruby.so if gcc is used with
- --enable-shared on AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27803 b2dd03c8-39d4-4d8f-98... - 05:25 PM Revision bbebd01d (git): * 2010-05-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:25 PM Revision fa0bec05 (git): * configure.in: can not load libruby.so if gcc is used with
- --enable-shared on AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:06 PM Feature #3300 (Rejected): onig_number_of_captures に相当するメソッド Regexp#ncapture
- =begin
Regexp に、onig_number_of_captures に相当するメソッド Regexp#ncaptures を追加するパッチです。
=end
-
02:15 PM Bug #3275: incompatibility of testrb
- =begin
Hi,
At Sat, 15 May 2010 09:28:42 +0900,
Ryan Davis wrote in [ruby-core:30251]:
> My contribution of mini... -
09:29 AM Bug #3275: incompatibility of testrb
- =begin
On May 11, 2010, at 06:17 , Yusuke Endoh wrote:
> Bug #3275: incompatibility of testrb
> http://redmine... -
09:12 AM Bug #2632 (Rejected): Windows での未読のあるソケットのクローズ後の読み取り
- =begin
改めて考えますと、最新の Windows7 で問題ないのであれば
わざわざ動的コストをかけて対策するまでもないかもしれません。
どうしても必要であれば、スクリプト側でソケットを閉じる前に処理すればいいだけですし... -
08:16 AM Revision 9d6194ab (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary if
- errno is not set. [ruby-dev:41317]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27800 b2dd03c8-39... -
08:16 AM Revision 91c24777 (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary if
- errno is not set. [ruby-dev:41317]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27800 b2dd03c8-... -
08:16 AM Revision 44c9592d (git): * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary if
- errno is not set. [ruby-dev:41317]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27800 b2dd03c8-39d4-4d8f-98ff... -
03:36 AM Revision b2d434bd (git): * Makefile.in, common.mk, win32/Makefile.sub (REVISION_H): move
- before the rule.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27799 b2dd03c8-39d4-4d8f-98ff-823fe6... -
02:59 AM Revision 49110e29 (git): * Makefile.in, common.mk, win32/Makefile.sub (revision.h): fix for
- nmake. [ruby-core:30249]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27798 b2dd03c8-39d4-4d8f-98...
05/14/2010
-
10:46 PM Bug #3295 (Closed): make test aborted
- =begin
Ubuntu lucid の環境で
https://wiki.ubuntu.com/CompilerFlags
の stack smashing protector (GccSsp) の影響だと思うのですが、... -
09:50 PM Feature #3289: Division of negative numbers
- =begin
Hi,
2010/5/14 Patrick Thomson <[email protected]>:
> The documentation for Numeric (http://www.rub... -
11:39 AM Feature #3289: Division of negative numbers
- =begin
Japanese elementary schools tend to teach their children that "x / y is z remainder w" means
x == y ... -
09:37 AM Feature #3289 (Rejected): Division of negative numbers
- =begin
The documentation for Numeric (http://www.ruby-doc.org/core/classes/Numeric.html#M000179) states that intege... -
09:15 PM Bug #3290 (Rejected): File descriptors not closed when all IO objects are collected
- =begin
Hi,
2010/5/14 Tomas Matousek <[email protected]>:
> def foo
> f = File.open("a.txt", "w+")
>... -
11:11 AM Bug #3290 (Rejected): File descriptors not closed when all IO objects are collected
- =begin
The following script should raise an exception (invalid descriptor) on line [2] since the file object that al... -
07:32 AM Bug #3231: Digest Does Not Build
- =begin
Missed the openssl question. Its the official release, from http://www.openssl.org/source. Builds fine, and... -
06:05 AM Bug #2369 (Rejected): ENV's strange behavior on WinXP
- =begin
=end
-
06:04 AM Bug #2369: ENV's strange behavior on WinXP
- =begin
Vista/7 で再現しないことと、32767 文字近い環境変数など普通は扱わないこと、
実用的なケースでこの件が問題になったわけでなくテストケース上だけだということを考えると
Reject が妥当のように思え... - 05:00 AM Revision 9065b171 (git): merge from trunk (r27796)
- * test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messages
when SEGV occurs
git-svn-id: svn+... - 04:59 AM Revision ff5c6d34 (git): * test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messages
- when SEGV occurs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:40 AM Revision fde3a007 (git): * 2010-05-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:40 AM Revision 05b21ec8 (git): merge from trunk (r27779, r27793)
- * test/ruby/test_process.rb: skip some tests on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... - 04:34 AM Revision d863f7af (git): * test/ruby/test_process.rb: skip some tests on Windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 AM Bug #3084: ri shows the same description twice
- =begin
Hello,
It seems to be fixed for most of the classes.
Though Integer is still showing this symptom...
... -
02:26 AM Feature #3176: Thread#priority= should actually do something
- =begin
Hi, Caleb
Great. I glanced over your patch. I think the biggest change is how
thread waits GVL. It ... -
01:27 AM Bug #3286 (Closed): segfault in method_missing -> method -> method_missing recursive loop
- =begin
This issue was solved with changeset r27789.
Charlton, thank you for reporting this issue.
Your contributio... -
01:27 AM Bug #1813 (Closed): Threading seg fault (1.9.1-p129 Linux/Mac)
- =begin
This issue was solved with changeset r27789.
Charlton, thank you for reporting this issue.
Your contributio...
05/13/2010
-
10:48 PM Bug #3287 (Closed): proc.cのコンパイルでウォーニング
- =begin
proc.cのコンパイルでウォーニングが出ます。
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwri... -
10:27 PM Revision 4eb19660 (git): * marshal.c (w_float): strip ".0" from end for rubyspec.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:09 PM Revision ccbdebf5 (git): * test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):
- use opened pipes by with_pipe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27791 b2dd03c8-39d4-4d8f-98ff-823fe... -
09:47 PM Bug #3286: segfault in method_missing -> method -> method_missing recursive loop
- =begin
Hi,
This duplicates #1813. This issue also occurs on trunk.
Essentially, infinite recursion may ca... -
08:11 PM Bug #3286: segfault in method_missing -> method -> method_missing recursive loop
- =begin
Oh, nearly forgot it: It does not segfault if I don't use threads. It also does not segfault in a normal infi... -
08:09 PM Bug #3286 (Closed): segfault in method_missing -> method -> method_missing recursive loop
- =begin
the following code segfaults in 1.9.1 (and ruby-head) but works in 1.8.x:
class Foo
def bar
un... - 04:20 PM Revision 308be9c8 (git): * 2010-05-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:20 PM Revision 50587316 (git): * vm_core.c (rb_thread_struct): add a field for sigaltstack.
- * thread_pthread.c (thread_start_func_1): initialize machine stack
information.
* thread.c (thread_start_func_2): ... -
03:30 PM Bug #3192 (Assigned): Missing Set#keep_if, select! [patch]
- =begin
=end
-
12:57 PM Bug #1576 (Closed): TestFile failures in windows
- =begin
This issue was solved with changeset r27769.
Roger, thank you for reporting this issue.
Your contribution t... -
12:10 AM Bug #1576: TestFile failures in windows
- =begin
yeah the only TestFile failures I currently get is:
34) Failure:test_gets_para_extended_file(TestFile) ... -
12:41 PM Revision a22df394 (git): * missing/ffs.c (ffs): fixed for non-zero values.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:39 PM Revision cb4133c8 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:55 AM Feature #3285 (Closed): BigDecimal.mode should be managed thread-safely
- =begin
The current BigDecimal is not managed their modes in thread-safe manner.
They should be thread-safe.
=end
-
10:06 AM Revision fa086089 (git): * test/scanf/test_scanf.rb (ScanfTests#each_test): yield in order.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:45 AM Revision 30f63702 (git): * ext/io/console/console.c (get_write_fd): return primary fd if no
- io is tied for writing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:45 AM Revision 8653bd97 (git): * test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),
- (TestIO_M17N#test_textmode_paragraphmode): close pipes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27784 b2dd... - 09:20 AM Revision 8bc7d22f (git): merge from trunk (r27782)
- * io.c (swallow): should use more_char() instead of fill_cbuf().
suggested by akr.
git-svn-id: svn+ssh://ci.ruby-... - 09:16 AM Revision daac3ed0 (git): * io.c (swallow): should use more_char() instead of fill_cbuf().
- suggested by akr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:05 AM Feature #2542: URI lib should be updated to RFC 3986
- On Wed, May 12, 2010 at 8:01 PM, Hedge Hog <[email protected]> wrote:
> Issue #2542 has been updated by Hedge Ho... -
08:01 AM Feature #2542: URI lib should be updated to RFC 3986
- Rather than reinvent anything. Consider employing an FFI interface to uriparser:
http://uriparser.sourceforge.net... -
08:56 AM Revision 552243aa (git): * ext/io/console/console.c (console_set_echo, console_echo_p): use
- primary fd. [ruby-dev:41309]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27781 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:19 AM Revision 483ef372 (git): * vm_insnhelper.c (vm_invoke_block): iseq_t.type is VALUE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:32 AM Revision 266a9ea5 (git): * test/ruby/test_process.rb: skip some tests on Windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:52 AM Revision d6b1887d (git): * array.c: Harmonize documentation, in particular regarding:
- - methods returning enumerators
- array methods and argument naming (array -> ary, an_array -> new_ary)
- min... - 05:49 AM Revision 4afa9ed0 (git): * array.c: Harmonize documentation, in particular regarding:
- - methods returning enumerators
- array methods and argument naming (array -> ary, an_array -> new_ary)
- min... -
05:21 AM Bug #3283: SystemStackError Backtrace returns String not Array
- =begin
Seconded. Returning two different types of data in a backtrace needlessly complicates error handling code.
=end
-
05:15 AM Bug #3283 (Closed): SystemStackError Backtrace returns String not Array
- =begin
In this commit http://github.com/shyouhei/ruby/commit/ecd11fb371b5f4a00d0b0006b325de3c5437b8d2 changes were i... - 04:38 AM Revision 2d8fd61a (git): * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip
- on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:37 AM Revision 8092a810 (git): * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip
- on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:30 AM Revision cf32125c (git): * marshal.c (w_float): use minimal representation.
- * numeric.c (ruby_dbl2cstr): split from rb_float_new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27774 b2dd0... -
04:11 AM Bug #2496: Delegate: #methods and #public_methods should return delegated methods too
- =begin
=end
-
04:10 AM Bug #2224: lib/delegate: operator delegation
- =begin
=end
-
04:09 AM Revision a81b47ac (git): * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for
- vm_dump.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:09 AM Revision 04daf205 (git): * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for
- vm_dump.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:05 AM Revision 8254aea4 (git): * 2010-05-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:05 AM Revision fab26158 (git): merge from trunk (r27768-r27770)
- * io.c (swallow): support text mode and UTF-16/32 as internal encoding.
[Bug #1576]
* io.c (io_shift_cbuf): read a... - 04:03 AM Revision 44d8ab72 (git): * io.c (swallow): small optimize.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:56 AM Revision 6f3791f4 (git): [Bug #1576]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:55 AM Revision ef799280 (git): * io.c (swallow): support text mode and UTF-16/32 as internal encoding.
- * io.c (io_shift_cbuf): read and throw it away when str is NULL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
02:57 AM Revision 2603874f (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:42 AM Bug #3274: BINARY should not be ASCII-compatible
- =begin
遠藤です。
2010年5月12日23:36 Yukihiro Matsumoto <[email protected]>:
> |mameさんはチケットの整理をかなりやってくださってますし、個人的には賛成しま... -
02:20 AM Bug #3277: win32ole cannot print?
- =begin
=end
-
01:05 AM Bug #2223: lib/delegate: security model?
- =begin
Hi,
Could you create and send a patch?
If rubyspec and make check passes, and if there is no objection... - 12:45 AM Revision 720151bc (git): * win32/Makefile.sub: link with ffs.obj.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 AM Feature #1961: Kernel#__dir__
- =begin
Any feedback on my patch for __dir__ (or Narihiro Nakamura's patch for __dir__)?
Still wishing for this.
... -
12:24 AM Feature #839: Add code on each line of a backtrace output to the screen
- =begin
Any feedback on this? (objectify Exception#backtrace et al)
Thanks.
=end
-
12:22 AM Bug #1795: Provide SMTP STARTTLS support
- =begin
> Is there a non-obvious reason why this isn't a valid backport from 1.8.7?
I guess just because it's an... -
12:18 AM Feature #3282 (Rejected): request: ability to step through *prelude
- =begin
Currently if you are running a debugger and are unlucky enough to try to step through code from gem_prelude (... -
12:12 AM Bug #3084 (Feedback): ri shows the same description twice
- =begin
Hi,
Sorry for late response, but I cannot reproduce.
Rdoc has changed a lot since the begin of Apri... -
12:03 AM Bug #3281 (Rejected): fail to build fiddle on Debian/lenny by default
- =begin
Hi,
2010/5/12 Tanaka Akira <[email protected]>:
> I can build fiddle on Debian GNU/Linux (lenny) by default...
05/12/2010
-
11:37 PM Bug #3274: BINARY should not be ASCII-compatible
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:41304] Re: [BUG:1.9] BINARY should not be ASCII-compatible"
on... -
10:30 PM Bug #3274: BINARY should not be ASCII-compatible
- =begin
Yuguiです。
2010/5/12 Yusuke ENDOH <[email protected]>:
> リリースマネージャとしての自覚を持ってください。「よりよい可能性」は
> 無限にあります。それを妥協・抑... -
07:21 PM Bug #3274: BINARY should not be ASCII-compatible
- =begin
遠藤です。
もう reject されたようですが、せっかく書いたので送ります。
2010年5月12日8:42 Yugui <[email protected]>:
> 2010/5/11 Urabe Shy... -
07:02 PM Bug #3274 (Rejected): BINARY should not be ASCII-compatible
- =begin
> でも、その解決として ASCII非互換な BINARY という話に飛びつくのは
> いかがなものでしょうか。簡単に済む話とは思えません。
そうですね。ちょっと簡単に済みそうにないというのはよく分かりま... -
05:54 PM Bug #3274: BINARY should not be ASCII-compatible
- =begin
成瀬です。
2010年5月12日14:24 Urabe Shyouhei <[email protected]>:
> 卜部です。
>
> (2010/05/12 8:42), Yugui wro... -
05:50 PM Bug #3274: BINARY should not be ASCII-compatible
- =begin
成瀬です。
2010年5月11日20:44 Yugui <[email protected]>:
> wycatsと話しまして、railsサイドでのM17N実例からの知見というものを聞き取りました。
> それによれ... -
02:24 PM Bug #3274: BINARY should not be ASCII-compatible
- =begin
卜部です。
(2010/05/12 8:42), Yugui wrote:
> 2010/5/11 Urabe Shyouhei <[email protected]>:
>> 偉い人の仕事には「ど... -
10:57 AM Bug #3274: BINARY should not be ASCII-compatible
- =begin
永井@知能.九工大です.
From: Yugui <[email protected]>
Subject: [ruby-dev:41290] Re: [BUG:1.9] BINARY should not be AS... -
08:42 AM Bug #3274: BINARY should not be ASCII-compatible
- =begin
2010/5/11 Urabe Shyouhei <[email protected]>:
> 偉い人の仕事には「どっしりと構えて些細なことでは動じない」というのもあると思っ
> てます。
偉い人は... -
11:08 PM Bug #3281 (Rejected): fail to build fiddle on Debian/lenny by default
- =begin
Hi Aaron --
fiddle cannot be built on Debian/lenny by default, because extconf.rb
fails to find ffi.h.... - 10:39 PM Revision 86fa4ec8 (git): * 2010-05-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 PM Revision 5920d544 (git): * ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.
- fix compilation problem on FreeBSD 6.4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27764 b2dd03c8-39d4-4d8f-... -
09:47 PM Bug #2655: win32OLE processes lose their connection?
- =begin
To fix this issue, I think Win32OLE should be MTA model instead of STA model.
I had tried MTA instead of ST... -
12:27 AM Bug #2655 (Assigned): win32OLE processes lose their connection?
- =begin
Hi, Masaki Suketa
Could you take a look at this ticket?
--
Yusuke Endoh <[email protected]>
=end
-
09:20 PM Bug #3167: RDoc issues in interactive mode
- =begin
Hi,
2010/5/12 Benoit Daloze <[email protected]>:
> Eric Hodel knows about these bugs, I spoke of it w... -
12:49 AM Bug #3167: RDoc issues in interactive mode
- =begin
Hi,
On 11 May 2010 14:52, Yusuke Endoh <[email protected]> wrote:
>
>Hi, Eric Hodel
>
>Could you tak... -
12:47 AM Bug #3167: RDoc issues in interactive mode
- =begin
Hi,
On 11 May 2010 14:52, Yusuke Endoh <[email protected]> wrote:
>
>Hi, Eric Hodel
>
>Could you tak... -
12:44 AM Bug #3167: RDoc issues in interactive mode
- =begin
Hi,
On 11 May 2010 14:52, Yusuke Endoh <[email protected]> wrote:
>
>Hi, Eric Hodel
>
>Could you tak... -
08:44 PM Bug #3022: What are $. and ARGF.lineno ?
- =begin
Hi,
2010/3/27 Marc-Andre Lafortune <[email protected]>:
> This is not true in trunk, as demonstrat... -
04:26 PM Bug #1576 (Assigned): TestFile failures in windows
- =begin
19) - 21) is already fixed (or changed the test)
cannot reproduce 22). maybe fixed.
18) is the problem... -
02:49 PM Revision b6d3c537 (git): * include/ruby/intern.h (rb_quad_pack): deprecated.
- (rb_quad_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:16 PM Revision 48eb4a79 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:15 PM Revision 54c0e4b7 (git): new test file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:50 PM Revision dd6b923b (git): fix the comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:23 PM Revision a00247f5 (git): * time.c (rb_big_abs_find_minbit): use ffs().
- * configure.in: check ffs().
* missing/ffs.c: new file.
* include/ruby/missing.h (ffs): declared.
git-svn-id: sv... -
09:48 AM Feature #2454 (Rejected): OpenSSL has no maintainer
- =begin
This ticket is timeouted.
=end
-
09:24 AM Bug #2632: Windows での未読のあるソケットのクローズ後の読み取り
- =begin
このパッチについては特に反対しないので、望むなら入れてもらってかまいません。
=end
-
07:43 AM Revision 01eb640c (git): * numeric.c (flo_to_s): fixed broken output including nuls.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:43 AM Revision d80a859d (git): * numeric.c (flo_to_s): fixed broken output including nuls.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:35 AM Feature #3176: Thread#priority= should actually do something
- =begin
Aaaag, I uploaded an empty patch. Sorry. Here's the real one.
=end
-
07:21 AM Feature #3176: Thread#priority= should actually do something
- =begin
Here's a patch which makes thread priorities work. This was made against the current trunk (1.9.3dev as of 11... -
07:34 AM Revision c32c4364 (git): merge frrom trunk (r27729)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:25 AM Revision d2a68945 (git): * numeric.c (flo_to_s): exponent needs 2 digits.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:25 AM Revision dbb8970a (git): * numeric.c (flo_to_s): exponent needs 2 digits.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 AM Revision 6f6b955e (git): * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
- is miniruby, it can run after miniruby is built.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@277... -
07:13 AM Revision c8de7d50 (git): * enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.
- http://www.gnu.org/software/emacs/NEWS.23.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27754 b2... -
07:12 AM Revision fcb52106 (git): * re.c (rb_reg_initialize_m): fix wrong index for the lang
- option's value 'N'. reported by Masaya TARUI via IRC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_... -
07:11 AM Revision 25c7c4a4 (git): * re.c (rb_reg_initialize_m): fix wrong index for the lang
- option's value 'N'. reported by Masaya TARUI via IRC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_... -
07:02 AM Revision 16ea63ad (git): * numeric.c (flo_to_s): fill lower zeros.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:02 AM Revision 1e6308e2 (git): * numeric.c (flo_to_s): fill lower zeros.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:51 AM Revision abf45abe (git): merge from trunk (r27749)
- * lib/rdoc/generator/ri.rb (generate): should load existing cache
before generating it.
git-svn-id: svn+ssh://ci.... - 06:46 AM Revision db96db42 (git): * lib/rdoc/generator/ri.rb (generate): should load existing cache
- before generating it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:37 AM Revision 1f24a436 (git): * numeric.c (flo_to_s): make minimum string representation.
- [ruby-core:30145]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27748 b2dd03c8-39d4-4d8f-98ff-823... -
06:04 AM Revision 5b20a139 (git): * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improved
- precision and performance. [ruby-dev:41295]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27747 b2dd03c8-39d4-4... -
06:04 AM Revision 27da0b89 (git): * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improved
- precision and performance. [ruby-dev:41295]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27747 b... - 02:40 AM Revision 851a0238 (git): * ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32
- SDK.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:57 AM Revision 07b314f0 (git): * numeric.c (flo_to_s): make minimum string representation.
- [ruby-core:30145]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:06 AM Revision 7abe8a55 (git): * 2010-05-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:06 AM Revision 0e586b35 (git): * re.c (rb_reg_initialize_m): fix wrong index for the lang
- option's value 'N'. reported by Masaya TARUI via IRC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27743 b2dd03... -
12:46 AM Bug #3277 (Closed): win32ole cannot print?
- =begin
require 'win32ole'
wmi = WIN32OLE.connect("winmgmts://")
processes = wmi.ExecQuery("select * from win32_p... -
12:22 AM Bug #1967 (Rejected): Segmentation fault at test_qsort1 and test_qsort2 in test/dl/test_func.rb running on sparc-solaris-2.10
- =begin
遠藤です。
それでは、WONTFIX ということで閉じます。
64 ビット Solaris でテストをする場合は fiddle を使用してください。
--
Yusuke Endoh <ma...
Also available in: Atom