ruby-changes:4250
From: ko1@a...
Date: Tue, 11 Mar 2008 00:48:04 +0900 (JST)
Subject: [ruby-changes:4250] matz - Ruby:r15740 (trunk): * ruby.c (usage): remove some unimportant lines to fit -h message
matz 2008-03-11 00:47:47 +0900 (Tue, 11 Mar 2008)
New Revision: 15740
Modified files:
trunk/ChangeLog
trunk/ruby.c
trunk/version.h
Log:
* ruby.c (usage): remove some unimportant lines to fit -h message
in a page. [ruby-dev:34018]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=15740&r2=15739&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=15740&r2=15739&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15740&r2=15739&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15739)
+++ ChangeLog (revision 15740)
@@ -1,3 +1,8 @@
+Tue Mar 11 00:46:29 2008 Yukihiro Matsumoto <matz@r...>
+
+ * ruby.c (usage): remove some unimportant lines to fit -h message
+ in a page. [ruby-dev:34018]
+
Mon Mar 10 15:53:48 2008 Nobuyoshi Nakada <nobu@r...>
* version.c (MKSTR): make US-ASCII. [ruby-dev:34010]
Index: version.h
===================================================================
--- version.h (revision 15739)
+++ version.h (revision 15740)
@@ -1,7 +1,7 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2008-03-10"
+#define RUBY_RELEASE_DATE "2008-03-11"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20080310
+#define RUBY_RELEASE_CODE 20080311
#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
@@ -9,7 +9,7 @@
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2008
#define RUBY_RELEASE_MONTH 3
-#define RUBY_RELEASE_DAY 10
+#define RUBY_RELEASE_DAY 11
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];
Index: ruby.c
===================================================================
--- ruby.c (revision 15739)
+++ ruby.c (revision 15740)
@@ -130,7 +130,6 @@
"-Fpattern split() pattern for autosplit (-a)",
"-i[extension] edit ARGV files in place (make backup if extension supplied)",
"-Idirectory specify $LOAD_PATH directory (may be used more than once)",
- "-Kkcode specifies KANJI (Japanese) code-set",
"-l enable line ending processing",
"-n assume 'while gets(); ... end' loop around your script",
"-p assume loop like -n but print line also like sed",
@@ -142,8 +141,6 @@
"-w turn warnings on for your script",
"-W[level] set warning level; 0=silence, 1=medium, 2=verbose (default)",
"-x[directory] strip off text before #!ruby line and perhaps cd to directory",
- "--enable/--disable-FEATURE --enable/--disable=FEATURE enable/disable FEATUREs",
- " gems: gem libraries, rubyopt: RUBYOPT env, or all",
"--copyright print the copyright",
"--version print the version",
NULL
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/