[#25384] test fail: drb/drb.rb:836:in `initialize': Address already in use - bind(2) (Errno::EADDRINUSE) — Tanaka Akira <akr@...17n.org>
test-all が Errno::EADDRINUSE で止まることがあります。
咳といいます。
In article <97B55E6C-5C05-11D9-A492-000D9350318C@mva.biglobe.ne.jp>,
咳といいます。
In article <B8BBFD48-5C15-11D9-A492-000D9350318C@mva.biglobe.ne.jp>,
[#25396] rand uniformity — Tanaka Akira <akr@...17n.org>
次のように、rand の結果があからさまに一様でない分布を示すことがあるようです。
In article <20050103233811.7dd92150.sheepman@tcn.zaq.ne.jp>,
[#25414] 1.9.0で使用済みソケットが回収されない? — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>
山本です。
[#25430] 1.8 warn nonblocking IO#read and add IO#readpartial — Tanaka Akira <akr@...17n.org>
1.8 に以下の変更を行いたいんですが、どうでしょうか?
山本です。
In article <20050109063005.3048a4ba.tommy@tmtm.org>,
はじめまして。角と申します。
とみたです。
mput です。
とみたです。
まつもと ゆきひろです
とみたです。
まつもと ゆきひろです
[#25446] DATA.read skips some characters — SASADA Koichi <ko1@...>
ささだです。
なかだです。
こんにちは、なかむら(う)です。
[#25479] some problems on ext/tk/sample/**/*.rb — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>
山本です。
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
永井@知能.九工大です.
山本です。
こんにちは、なかむら(う)です。
山本です。
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
永井@知能.九工大です.
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
永井@知能.九工大です.
山本です。
永井@知能.九工大です.
こんにちは、なかむら(う)です。
[#25486] process to merge ruby-dl2 — Takaaki Tateishi <ttate@...>
立石です。
まつもと ゆきひろです。
[#25500] priority between commandline option and RUBYOPT env variable — Hidetoshi NAGAI <nagai@...>
永井@知能.九工大です.
わたなべです。
永井@知能.九工大です.
[#25508] Fw: DateTime questions [newbie] — Yukihiro Matsumoto <matz@...>
まつもと ゆきひろです
ふなばです。
まつもと ゆきひろです
ふなばです。
まつもと ゆきひろです
> [ruby-talk:128124]によれば
[#25520] pack cannot convert nil into Integer — "horiguchi" <hiya@...>
はじめまして。堀口と申します。
[#25522] merge tcltklib and tk — Hidetoshi NAGAI <nagai@...>
永井@知能.九工大です.
こんにちは、なかむら(う)です。
こんにちは。
なかだです。
永井@知能.九工大です.
なかだです。
永井@知能.九工大です.
永井@知能.九工大です.
なかだです。
永井@知能.九工大です.
永井@知能.九工大です.
永井@知能.九工大です.
なかだです。
[#25574] flockの動作 (with win32 mod_ruby) — "Tokiwa" <tokiwa@...>
ときわです。
[#25587] imported Oniguruma 3.5.4 — Kazuo Saito <ksaito@...>
斉藤です。
[#25590] Can I copy doc/irb/irb.rd.ja to the reference Wiki? — sheepman <sheepman@...>
こんばんは、sheepman です。
けいじゅ@いしつかです.
こんにちは、sheepman です。
けいじゅ@いしつかです.
こんにちは、sheepman です。
けいじゅ@いしつかです.
まつもと ゆきひろです
永井@知能.九工大です.
まつもと ゆきひろです
[ruby-dev:25579] Re: merge tcltklib and tk
永井@知能.九工大です.
From: nobu@ruby-lang.org
Subject: [ruby-dev:25572] Re: merge tcltklib and tk
Date: Fri, 28 Jan 2005 02:50:17 +0900
Message-ID: <200501271750.j0RHo4oB003434@sharui.nakada.niregi.kanuma.tochigi.jp>
> extconf.rbはソースディレクトリにあるものしか探さないので、コン
> パイル中のディレクトリに作っても意味がありません。
(snip)
ということは,意外と添付のような方法で問題ないということでしょうか?
# 前回のものからのパッチです.
diff -urN --exclude=CVS tk.orig2/extconf.rb tk/extconf.rb
--- tk.orig2/extconf.rb 2005-01-28 11:19:44.000000000 +0900
+++ tk/extconf.rb 2005-01-28 11:46:14.000000000 +0900
@@ -266,8 +266,6 @@
end
- FileUtils.rm_f('tkutil/extconf.rb')
-
if stubs or pthread_check
# create Makefile
@@ -288,32 +286,20 @@
# reset
$INSTALLFILES = installfiles_bup
- # create tkutil/extconf.rb
- File::open('tkutil/extconf.rb', 'w'){|f|
- f.print "# This file is created by extconf.rb on the parent directory\n"
- f.print "require 'mkmf'\n"
- f.print "create_makefile('tkutil')\n"
- }
-
- if !$extout && !$extmk
- puts "enter 'tkutil' directory"
- system("cd tkutil; #{$ruby} extconf.rb")
-
- File::open('Makefile', 'a'){|mfile|
- File::open('make-tkutil', 'r'){|dfile|
- mfile.print "\n###\n"
- while line = dfile.gets()
- mfile.print line
- end
- }
+ # add rules for tkutil
+ File::open('Makefile', 'a'){|mfile|
+ File::open('make-tkutil', 'r'){|dfile|
+ mfile.print "\n###\n"
+ while line = dfile.gets()
+ mfile.print line
+ end
}
- end
-
- else
- # not clreate Makefile
- File::open('tkutil/extconf.rb', 'w'){|f|
- f.print "# This file is created by extconf.rb on the parent directory\n"
- f.print "require 'mkmf'\n"
}
+
+ # create tkutil/Makefile
+ Dir.chdir 'tkutil'
+ init_mkmf
+ load 'subconf.rb'
+ Dir.chdir '..'
end
end
diff -urN --exclude=CVS tk.orig2/tkutil/extconf.rb tk/tkutil/extconf.rb
--- tk.orig2/tkutil/extconf.rb 2005-01-28 11:29:17.000000000 +0900
+++ tk/tkutil/extconf.rb 1970-01-01 09:00:00.000000000 +0900
@@ -1,3 +0,0 @@
-# This file is created by extconf.rb on the parent directory
-require 'mkmf'
-create_makefile('tkutil')
diff -urN --exclude=CVS tk.orig2/tkutil/subconf.rb tk/tkutil/subconf.rb
--- tk.orig2/tkutil/subconf.rb 1970-01-01 09:00:00.000000000 +0900
+++ tk/tkutil/subconf.rb 2005-01-28 11:45:51.000000000 +0900
@@ -0,0 +1,2 @@
+require 'mkmf'
+create_makefile('tkutil')
--
永井 秀利 (九工大 知能情報)
nagai@ai.kyutech.ac.jp