[#40917] テスト対象を 2 つ指定すると落ちる — "KISHIMOTO, Makoto" <[email protected]>
きしもとです
[#40951] [Bug #3123] uninitialized constant Object::C (NameError) — Kazuhiro NISHIYAMA <redmine@...>
Bug #3123: uninitialized constant Object::C (NameError)
[#40959] [Bug #3136] reuse of singleton method definition causes SEGV — Yusuke Endoh <redmine@...>
Bug #3136: reuse of singleton method definition causes SEGV
[#40961] [Bug #3137] complex.rb changes exceptions of Math — Yusuke Endoh <redmine@...>
Bug #3137: complex.rb changes exceptions of Math
けいじゅ@いしつかです.
まつもと ゆきひろです
けいじゅ@いしつかです.
まつもと ゆきひろです
けいじゅ@いしつかです.
まつもと ゆきひろです
[#40973] [BUG: trunk]arm-linux向けクロスコンパイル時のエラー — Satoshi Shiba <shiba@...>
芝と申します.
[#41038] Windows と DL が使用条件の libffi — Aaron Patterson <aaron.patterson@...>
こんにちは!アーロンです。
こんにちは、なかむら(う)です。
成瀬です。
2010/4/21 NARUSE, Yui <[email protected]>:
2010/4/26 Aaron Patterson <[email protected]>:
2010/4/26 Yugui <[email protected]>:
Sorry for replying so late.
こんにちは、なかむら(う)です。
2010/5/5 U.Nakamura <[email protected]>:
[#41054] [Bug #3198] O_APPEND for redirect fd is ignored on windows — _ wanabe <redmine@...>
Bug #3198: O_APPEND for redirect fd is ignored on windows
[#41061] why did #rationalize removed? — Yusuke ENDOH <mame@...>
ふなばさん
[#41067] [Feature #3203] LazySweepGC patch — Narihiro Nakamura <redmine@...>
Feature #3203: LazySweepGC patch
遠藤です。
成瀬です。
nariです。
nariです。
2010年5月28日5:15 Narihiro Nakamura <[email protected]>:
2010年5月29日18:28 Tanaka Akira <[email protected]>:
[#41092] Re: [ruby-core:29863] [Bug #3216] #join in thwait.rb only waits for first thread — keiju@... (keiju ISHITSUKA)
けいじゅ@いしつかです.
なかだです。
[#41100] Re: [ruby-cvs:34762] Ruby:r27549 (trunk): * test/test_open3.rb (test_commandline): use dump instead of — Tanaka Akira <akr@...>
2010/4/29 <[email protected]>:
[#41104] Rails3 M17N — Yukihiro Matsumoto <matz@...>
まつもと ゆきひろです
xibbarこと藤岡です。
Yukihiro Matsumoto さんは書きました:
まつもと ゆきひろです
小川と言います。
[ruby-dev:40979] [Bug #1031] -U オプションの説明が --help にない
チケット #1031 が更新されました。 (by Yusuke Endoh) 遠藤です。 # こんなしょうもないチケットはさっさと決めて閉じてほしい……。 2010年3月25日15:11 Urabe Shyouhei <[email protected]>: > まあみんなでうなっててもしょうがないので改善案を出してみましょうか。 ruby -h の想定ユーザは初心者とコマンドラインで作業する人なので、 掲載基準も「普通によく使われるオプション」と「ワンライナーでよく 使われるオプション」に限定したらいいと思いました。この基準で現在 掲載されているオプションを主観的に評価してみました。 ○普通によく使われる - 1 級: -e -I -r -v (-h) - 2 級: -d -T -w -W - 3 級: -E (-U) ○ワンライナーでよく使われる - 1 級: -l -n -p - 2 級: -0 -a -F -i 以上から、 - ruby -h から -c -s -S -x --version を削除する - -U を追加する でどうでしょう。--copyright は政治的な理由で必要かもしれないので 残しました (といってもまつもとさんの名前しか出ないので LEGAL の 代わりにはならないようですが) 。 diff --git a/ruby.c b/ruby.c index 5c1eef0..2a36cb6 100644 --- a/ruby.c +++ b/ruby.c @@ -135,7 +135,6 @@ usage(const char *name) static const char *const usage_msg[] = { "-0[octal] specify record separator (\\0, if no argument)", "-a autosplit mode with -n or -p (splits $_ into $F)", - "-c check syntax only", "-Cdirectory cd to directory, before executing your script", "-d set debugging flags (set $DEBUG to true)", "-e 'command' one line of script. Several -e's allowed. Omit [programfile]", @@ -147,13 +146,11 @@ usage(const char *name) "-n assume 'while gets(); ... end' loop around your script", "-p assume loop like -n but print line also like sed", "-rlibrary require the library, before executing your script", - "-s enable some switch parsing for switches after script name", - "-S look for the script using PATH environment variable", "-T[level=1] turn on tainting checks", + "-U set internal character encoding as UTF-8", "-v print version number, then turn on verbose mode", "-w turn warnings on for your script", "-W[level=2] set warning level; 0=silence, 1=medium, 2=verbose", - "-x[directory] strip off text before #!ruby line and perhaps cd to directory", "--copyright print the copyright", "--version print the version", NULL --long-help なり -v -h なりが欲しい人は、自分で文案を作成して 提案すればいいと思います。 -- Yusuke ENDOH <[email protected]> ---------------------------------------- http://redmine.ruby-lang.org/issues/show/1031 ---------------------------------------- http://redmine.ruby-lang.org