From 31eb86c9df6be91e9a9eb7286a2f277697b14be4 Mon Sep 17 00:00:00 2001 From: roco Date: Fri, 20 Apr 2012 15:10:55 +0900 Subject: removed extra tabs and spaces --- COPYING | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/COPYING b/COPYING index 99ba8c112..ee31ba279 100644 --- a/COPYING +++ b/COPYING @@ -11,8 +11,8 @@ MIT license (see the file MITL), or the conditions below: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. + modifications to Usenet or an equivalent medium, or by allowing + the author to include your modifications in the software. b) use the modified software only within your corporation or organization. @@ -26,11 +26,11 @@ MIT license (see the file MITL), or the conditions below: provided that you do at least ONE of the following: a) distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. + together with instructions (in the manual page or equivalent) + on where to get the original distribution. b) accompany the distribution with the machine-readable source of - the software. + the software. c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. @@ -44,9 +44,9 @@ MIT license (see the file MITL), or the conditions below: For the list of those files and their copying conditions, see the file LEGAL. - 5. The scripts and library files supplied as input to or produced as + 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, + copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. -- cgit v1.2.3 From 5352be35b704a5f02aa6be3cb3831e748457d6f3 Mon Sep 17 00:00:00 2001 From: roco Date: Fri, 20 Apr 2012 15:14:42 +0900 Subject: corrected some grammar and spelling issues --- LEGAL | 2 +- README | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LEGAL b/LEGAL index fd4a22f5a..7b072b0b8 100644 --- a/LEGAL +++ b/LEGAL @@ -5,4 +5,4 @@ All the files in this distribution are covered under the MIT license (see the file COPYING) except some files mentioned below: -(currently no item are listed.) +(Currently no items are listed.) diff --git a/README b/README index c0d327280..650923d27 100644 --- a/README +++ b/README @@ -1,14 +1,14 @@ -!!Notice!! This is preliminary release for team reviewing. - the URL and address discribed below are not available yet. +!!Notice!! This is a preliminary release for internal team reviewing. + The URL and address discribed below are not available yet. The official release will be announced later. Thanks. * What's mRuby -mRuby is the light-weighted implementation of ruby language complied with ISO -standard to execute various environment. It can run as 'interpreter form' or +mRuby is the light-weight implementation of the Ruby language complied to the ISO +standard to execute various environments. It can run in 'interpreter form' or 'compile and execute on vm form' according to its module construction. -This achivement is due to the Regional Innovation Creation R&D Programs of +This achivement is due to the Regional Innovation Creation R&D Programs of the Ministry of Economy, Trade and Industry of Japan. @@ -47,7 +47,7 @@ command and see the list of branches: * mRuby home-page (sorry, it's not launched yet. we're working on this) -The URL of the mRuby home-page is: +The URL of the mRuby home-page is: http://www.mruby.org/ @@ -92,7 +92,7 @@ or if your code is dirived from GPL code. See the file AUTHORS. -Feel free to send comments and bug reports to the author. Here is the +Feel free to send comments and bug reports to the author. Here is the author's latest mail address: devel@mruby.org -- cgit v1.2.3 From 1105ec8a040d69f389d469401a4a1d0f9449d708 Mon Sep 17 00:00:00 2001 From: roco Date: Fri, 20 Apr 2012 15:15:30 +0900 Subject: another spelling issue --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 650923d27..ddb9e2a96 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ mRuby is the light-weight implementation of the Ruby language complied to the IS standard to execute various environments. It can run in 'interpreter form' or 'compile and execute on vm form' according to its module construction. -This achivement is due to the Regional Innovation Creation R&D Programs of +This achievement is due to the Regional Innovation Creation R&D Programs of the Ministry of Economy, Trade and Industry of Japan. -- cgit v1.2.3 From 908ac841f0ef9308c93b5daa62fda99ba579dd6f Mon Sep 17 00:00:00 2001 From: roco Date: Fri, 20 Apr 2012 15:16:51 +0900 Subject: updated English text to reflect original Japanese --- INSTALL | 11 ++++++----- INSTALL.ja | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index f6444d4d8..02d21cab7 100644 --- a/INSTALL +++ b/INSTALL @@ -1,19 +1,20 @@ * Compilation and Installation - 1. Run make in top directory. + 1. Run make in the top directory. - This command will create following directories and + This command will create the following directories and store libraries and binaries files into them. * bin * lib * include -If you fail to compile ruby, please send the detailed error report with -the error log and machine/OS type, to help others. +If an error occurs when compiling mRuby, it will be helpful for others if you +send a detailed report to the developers that includes the error log, machine, +and OS type. -* Porting to other platforms +* Porting to other platforms That's all. diff --git a/INSTALL.ja b/INSTALL.ja index 94671f711..032f91f41 100644 --- a/INSTALL.ja +++ b/INSTALL.ja @@ -8,6 +8,7 @@ * bin * lib + * include もし,コンパイル時にエラーが発生した場合にはエラーのログとマ シン,OSの種類を含むできるだけ詳しいレポートを作者に送ってく -- cgit v1.2.3 From b9f11d55ec13d652178ae951504767314e80e16a Mon Sep 17 00:00:00 2001 From: roco Date: Fri, 20 Apr 2012 15:31:42 +0900 Subject: Translate TODO list --- TODO | 15 +++++++++++++++ TODO.ja | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 TODO create mode 100644 TODO.ja diff --git a/TODO b/TODO new file mode 100644 index 000000000..f8e463bca --- /dev/null +++ b/TODO @@ -0,0 +1,15 @@ +Things to do (Things that are not done yet) + +* Here document +* Special variables ($1,$2..) +* super in aliased methods +* BEGIN/END (Were we not supporting this?) +* const_missing +* respond_to_missing + +Things to improve (Done but things to fix) + +* Hash (Reduce size. Use khash or save the order) +* stringEx (Delete encoding、delete CODERANGE、delete everything except UTF-8 or ASCII) +* Make additions as they are noticed. + diff --git a/TODO.ja b/TODO.ja new file mode 100644 index 000000000..ac3c0b7fd --- /dev/null +++ b/TODO.ja @@ -0,0 +1,14 @@ +やること(まだできてないこと) + +* ヒアドキュメント +* 特殊変数 ($1,$2..) +* super in aliased methods +* BEGIN/END (対応しないんだっけ?) +* const_missing +* respond_to_missing + +改善すること(できているが直すこと) + +* Hash (サイズを減らす。khashを使うか、順序を保存するか) +* stringEx (encoding削除、CODERANGE削除、UTF-8 or ASCII以外削除) +* 気づいたら書き加える -- cgit v1.2.3 From 95373cb63ea01ba3052a8401517933845b3897d2 Mon Sep 17 00:00:00 2001 From: roco Date: Fri, 20 Apr 2012 15:33:53 +0900 Subject: remove old TODO list --- Todo.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Todo.txt diff --git a/Todo.txt b/Todo.txt deleted file mode 100644 index a14358341..000000000 --- a/Todo.txt +++ /dev/null @@ -1,14 +0,0 @@ -やること(まだできてないこと) / not yet complete - -* ヒアドキュメント / here document -* 特殊変数 ($1,$2..) / special variables -* super in aliased methods -* BEGIN/END (対応しないんだっけ?) -* const_missing -* respond_to_missing - -改善すること(できているが直すこと) - -* Hash (サイズを減らす。khashを使うか、順序を保存するか) -* stringEx (encoding削除、CODERANGE削除、UTF-8 or ASCII以外削除) -* 気づいたら書き加える -- cgit v1.2.3