[前][次][番号順一覧][スレッド一覧]

ruby-changes:8677

From: yugui <ko1@a...>
Date: Tue, 11 Nov 2008 23:14:54 +0900 (JST)
Subject: [ruby-changes:8677] Ruby:r20212 (trunk, ruby_1_9_1): * man/ruby.1 (RUBYOPT): wrote which option can appear.

yugui	2008-11-11 23:14:29 +0900 (Tue, 11 Nov 2008)

  New Revision: 20212

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20212

  Log:
    * man/ruby.1 (RUBYOPT): wrote which option can appear.
      (--yydebug): wrote "do not use".
      (--dump): wrote "do not use".

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/man/ruby.1
    trunk/ChangeLog
    trunk/man/ruby.1

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 20211)
+++ ChangeLog	(revision 20212)
@@ -1,3 +1,9 @@
+Tue Nov 11 23:02:27 2008  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* man/ruby.1 (RUBYOPT): wrote which option can appear.
+	  (--yydebug): wrote "do not use".
+	  (--dump): wrote "do not use".
+
 Tue Nov 11 20:49:29 2008  Kazuhiro NISHIYAMA  <zn@m...>
 
 	* configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.
Index: man/ruby.1
===================================================================
--- man/ruby.1	(revision 20211)
+++ man/ruby.1	(revision 20212)
@@ -24,6 +24,7 @@
 .Op Fl r Ar library
 .Op Fl x Ns Op Ar directory
 .Op - Ns Bro Cm enable Ns | Ns Cm disable Brc Ns - Ns Ar FEATURE
+.Op Fl -dump Ns = Ns Ar target
 .Op Fl -verbose
 .Op Fl -
 .Op Ar program_file
@@ -373,6 +374,8 @@
 .Pp
 .It Fl y
 .It Fl -yydebug
+DO NOT USE.
+
 Turns on compiler debug mode.  Ruby will print a bunch of internal
 state messages during compiling scripts.  You don't have to specify
 this switch, unless you are going to debug the Ruby interpreter.
@@ -402,6 +405,20 @@
 .Pp
 .El
 .Pp
+.It Fl -dump Ns = Ns Ar target
+DO NOT USE. 
+
+Prints the specified target.
+.Ar target
+can be one of;
+.Bl -hang -offset indent
+.It Sy insns
+disassembed instructions
+.Pp
+.El
+.Pp
+You don't have to specify this switch, unless you are going to debug the Ruby interpreter.
+.Pp
 .It Fl -verbose
 Enables verbose mode without printing version message at the
 beginning.  It sets the
@@ -428,6 +445,12 @@
 e.g.
 .Dl RUBYOPT="-w -Ke"
 .Pp
+Note that RUBYOPT can contain only
+.Fl d , Fl E , Fl I , Fl K , Fl r , Fl T , Fl U , Fl v , Fl w , Fl W, Fl -debug ,
+.Fl -disable- Ns Ar FEATURE
+and
+.Fl -enable- Ns Ar FEATURE .
+.Pp
 .It Ev RUBYPATH
 A colon-separated list of directories that Ruby searches for
 Ruby programs when the
Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 20211)
+++ ruby_1_9_1/ChangeLog	(revision 20212)
@@ -1,3 +1,9 @@
+Tue Nov 11 23:02:27 2008  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* man/ruby.1 (RUBYOPT): wrote which option can appear.
+	  (--yydebug): wrote "do not use".
+	  (--dump): wrote "do not use".
+
 Tue Nov 11 14:40:40 2008  Martin Duerst  <duerst@i...>
 
 	* test/ruby/test_transcode.rb: unnecessary setup method
Index: ruby_1_9_1/man/ruby.1
===================================================================
--- ruby_1_9_1/man/ruby.1	(revision 20211)
+++ ruby_1_9_1/man/ruby.1	(revision 20212)
@@ -24,6 +24,7 @@
 .Op Fl r Ar library
 .Op Fl x Ns Op Ar directory
 .Op - Ns Bro Cm enable Ns | Ns Cm disable Brc Ns - Ns Ar FEATURE
+.Op Fl -dump Ns = Ns Ar target
 .Op Fl -verbose
 .Op Fl -
 .Op Ar program_file
@@ -373,6 +374,8 @@
 .Pp
 .It Fl y
 .It Fl -yydebug
+DO NOT USE.
+
 Turns on compiler debug mode.  Ruby will print a bunch of internal
 state messages during compiling scripts.  You don't have to specify
 this switch, unless you are going to debug the Ruby interpreter.
@@ -402,6 +405,20 @@
 .Pp
 .El
 .Pp
+.It Fl -dump Ns = Ns Ar target
+DO NOT USE. 
+
+Prints the specified target.
+.Ar target
+can be one of;
+.Bl -hang -offset indent
+.It Sy insns
+disassembed instructions
+.Pp
+.El
+.Pp
+You don't have to specify this switch, unless you are going to debug the Ruby interpreter.
+.Pp
 .It Fl -verbose
 Enables verbose mode without printing version message at the
 beginning.  It sets the
@@ -428,6 +445,12 @@
 e.g.
 .Dl RUBYOPT="-w -Ke"
 .Pp
+Note that RUBYOPT can contain only
+.Fl d , Fl E , Fl I , Fl K , Fl r , Fl T , Fl U , Fl v , Fl w , Fl W, Fl -debug ,
+.Fl -disable- Ns Ar FEATURE
+and
+.Fl -enable- Ns Ar FEATURE .
+.Pp
 .It Ev RUBYPATH
 A colon-separated list of directories that Ruby searches for
 Ruby programs when the

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]