Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
b9f079aa
Commit
b9f079aa
authored
Apr 19, 2012
by
Hidetaka Takano
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from rystyle/master
Text corrections.
parents
3c07f92a
95373cb6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
40 additions
and
23 deletions
+40
-23
COPYING
COPYING
+7
-7
INSTALL
INSTALL
+6
-5
INSTALL.ja
INSTALL.ja
+1
-0
LEGAL
LEGAL
+1
-1
README
README
+7
-7
TODO
TODO
+15
-0
TODO.ja
TODO.ja
+3
-3
No files found.
COPYING
View file @
b9f079aa
...
...
@@ -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.
...
...
INSTALL
View file @
b9f079aa
* Compilation and Installation
1. Run make in top directory.
1. Run make in t
he t
op 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.
INSTALL.ja
View file @
b9f079aa
...
...
@@ -8,6 +8,7 @@
* bin
* lib
* include
もし,コンパイル時にエラーが発生した場合にはエラーのログとマ
シン,OSの種類を含むできるだけ詳しいレポートを作者に送ってく
...
...
LEGAL
View file @
b9f079aa
...
...
@@ -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.)
README
View file @
b9f079aa
!!Notice!! This is
preliminary release for
team reviewing.
t
he URL and address discribed below are not available yet.
!!Notice!! This is
a preliminary release for internal
team reviewing.
T
he URL and address discribed below are not available yet.
The official release will be announced later. Thanks.
* What's mRuby
mRuby is the light-weight
ed 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 environment
s. It can run in
'interpreter form' or
'compile and execute on vm form' according to its module construction.
This achi
vement is due to the Regional Innovation Creation R&D Programs of
This achi
evement 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
...
...
TODO
0 → 100644
View file @
b9f079aa
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.
T
odo.txt
→
T
ODO.ja
View file @
b9f079aa
やること(まだできてないこと)
/ not yet complete
やること(まだできてないこと)
* ヒアドキュメント
/ here document
* 特殊変数 ($1,$2..)
/ special variables
* ヒアドキュメント
* 特殊変数 ($1,$2..)
* super in aliased methods
* BEGIN/END (対応しないんだっけ?)
* const_missing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment